image-refresh/rhel-8-10@cockpit-project/bots#4901e1caf922 Running on: 057da15e-9198-4f55-bcd5-cfd317b4921a Job({ "subject": { "forge": null, "repo": "cockpit-project/bots", "sha": "4901e1caf922b24c8eaae8b1fc2c4739a58cb78a", "pull": 9071, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-upload" ], "command": [ "./image-refresh", "--verbose", "--issue=9071", "rhel-8-10" ], "env": {}, "timeout": 120, "context": "image-refresh/rhel-8-10", "slug": "image-refresh-rhel-8-10-4901e1ca-20260608-110242", "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:1fd43c80f797bf345b2afc94cb5e652a1f917ee52bc5d01191ddba6b8668915b Copying blob sha256:dd08cc42e2938fbf179f703b2e141047037571f0ebf5b5c4c66739648b9642f9 Copying blob sha256:3bf996a67c510a85b207fd5a3395499e357e06c42db956e58c966727b8595ebe Copying blob sha256:6419ad1d974ea3e15e5d482884093ce5f08593a073731e73bc18d3a93940f2f6 Copying blob sha256:29bd5c03619b14f9bc84c4e990c55b1e57399f7393002dfa741d875636657cbf Copying config sha256:2d16a024469cd7f9caf5c25c12c897b8b008a7d6bfce55d59e28aa882c2b4f58 Writing manifest to image destination + [checkout-and-run] --revision=4901e1caf922b24c8eaae8b1fc2c4739a58cb78a --rebase=main https://github.com/cockpit-project/bots -- ./image-refresh --verbose --issue=9071 rhel-8-10 + cat /run/.containerenv + uname -a Linux 2fba6b109fbc 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 4901e1caf922b24c8eaae8b1fc2c4739a58cb78a From https://github.com/cockpit-project/bots * branch 4901e1caf922b24c8eaae8b1fc2c4739a58cb78a -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at 4901e1ca image-download: replace with image-download-rhel + git fetch -- origin main From https://github.com/cockpit-project/bots * branch main -> FETCH_HEAD + git rebase -- 8b83fe426135cab497729c10714d88f4bbf9500c Rebasing (1/2) Rebasing (2/2) Successfully rebased and updated detached HEAD. + git log HEAD '^8b83fe426135cab497729c10714d88f4bbf9500c' commit a766597ad6b86551c7c1eafa354e978a78ac5fe4 Author: Allison Karlitskaya Date: Mon Jun 8 11:45:47 2026 +0200 image-download: replace with image-download-rhel Rename the new script (image-download-rhel) over top of the old one. This lets anyone in the Rover group[1] download RHEL images, removing the need for the old Linode mirror. Drop that. [1] https://rover.redhat.com/groups/group/it-cloud-aws-727920394381-cockpit-ci-images-download commit 3d7e3ee19a7f56050ef68cbf8595c7d6fee30adc Author: Allison Karlitskaya Date: Fri May 22 10:40:19 2026 +0200 image-download-rhel: new image-download replacement 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). + git log -n1 8b83fe426135cab497729c10714d88f4bbf9500c commit 8b83fe426135cab497729c10714d88f4bbf9500c Author: Allison Karlitskaya Date: Mon Jun 8 10:16:47 2026 +0200 s3streamer: remove some old code `lib/aio/s3streamer.py` was originally `s3-streamer`: a non-async script acting as a wrapper around directly spawned subprocesses. At the time we wrote that we cared a lot about ensuring that the processes that we spawned would be generating utf-8 output. Fast-forward and this code lives in job-runner which is using podman to spawn processes. Our locale.getpreferredencoding() check is no longer effective. What's worse: a recent change in Testing Farm resulted in this no longer returning 'UTF-8'. Let's kill this pointless (and now harmful) assertion. Additionally, s3streamer.py is now entirely based on strings and no longer has a need for an incremental decoder: the adjacent assignment in __init__() has been unused for years. Drop it. We handle the partial characters case via the `read_utf8()` wrapper in `util.py` these days. + ./image-refresh --verbose --issue=9071 rhel-8-10 + ./vm-reset + ./image-download rhel-8-10 Downloading rhel-8-10-ab9c7f15c2068668f4af20dc2eadca4ab94b2a4036a5e3de38e9f3626908767e.qcow2 ✔ https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ 🔑 345ms ✔ https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ 🔑 65ms Using: https://cockpit-ci-images.s3.us-east-1.amazonaws.com/rhel-8-10-ab9c7f15c2068668f4af20dc2eadca4ab94b2a4036a5e3de38e9f3626908767e.qcow2 100% 3.6 GB in 1m39s (35.9 MB/s) 🔒 sha256 verified [ab9c7f15c2068668f4af20dc2eadca4ab94b2a4036a5e3de38e9f3626908767e] + ./image-create --verbose rhel-8-10 + URL=http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10/compose/BaseOS/x86_64/images/ ++ curl -L -s http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10/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 tang targetcli tcsh tlog valgrind vdo virt-install subscription-manager-cockpit insights-client 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:06:56 ago on Mon 08 Jun 2026 07:14:01 AM EDT. Package acl-2.2.53-3.el8.x86_64 is already installed. Package dhcp-client-12:4.3.6-50.el8_10.x86_64 is already installed. Package yum-utils-4.0.21-25.el8.noarch is already installed. Package dracut-049-239.git20251127.el8_10.x86_64 is already installed. Package glibc-all-langpacks-2.28-251.el8_10.34.x86_64 is already installed. Package subscription-manager-cockpit-1.28.44-1.el8_10.noarch is already installed. Package insights-client-3.2.2-2.el8.noarch is already installed. Package glib-networking-2.56.1-1.1.el8.x86_64 is already installed. Package json-glib-1.4.4-1.el8.x86_64 is already installed. Package NetworkManager-team-1:1.40.16-20.el8_10.x86_64 is already installed. Package openssl-1:1.1.1k-15.el8_6.x86_64 is already installed. Package PackageKit-1.1.12-8.el8_10.x86_64 is already installed. Package redhat-logos-810.1-1.el8_10.x86_64 is already installed. Package setroubleshoot-server-3.3.26-6.el8.x86_64 is already installed. Package subscription-manager-1.28.44-1.el8_10.x86_64 is already installed. Package sos-4.10.2-2.el8_10.noarch is already installed. Package tuned-2.22.1-6.el8_10.noarch is already installed. Package udisks2-2.9.0-16.el8_10.1.x86_64 is already installed. Package kexec-tools-2.0.26-14.el8_10.3.x86_64 is already installed. Package oddjob-0.34.7-3.el8.x86_64 is already installed. Package oddjob-mkhomedir-0.34.7-3.el8.x86_64 is already installed. Dependencies resolved. ================================================================================================================================================ Package Arch Version Repository Size ================================================================================================================================================ Installing: ansible-core x86_64 2.16.3-2.el8 RHEL-AppStream 3.6 M boom-boot noarch 1.3-2.el8 RHEL-BaseOS 36 k clevis-luks x86_64 15-15.el8 RHEL-AppStream 39 k cryptsetup x86_64 2.3.7-7.el8 RHEL-BaseOS 200 k device-mapper-multipath x86_64 0.8.4-44.el8_10 RHEL-BaseOS-Updates 209 k dnf-automatic noarch 4.7.0-21.el8_10 RHEL-BaseOS-Updates 153 k firewalld noarch 0.9.11-11.el8_10 RHEL-BaseOS-Updates 510 k gdb x86_64 8.2-20.el8 RHEL-AppStream 299 k ipa-client x86_64 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 294 k kmod-kvdo x86_64 6.2.8.7-94.el8 RHEL-BaseOS 357 k kpatch noarch 0.9.7-3.el8_10 RHEL-BaseOS-Updates 18 k kpatch-dnf noarch 0.9.7_0.5-3.el8_10 RHEL-BaseOS-Updates 20 k libvirt-client x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 420 k libvirt-daemon-config-network x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 72 k libvirt-daemon-kvm x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 70 k libvirt-dbus x86_64 1.3.0-2.module+el8.9.0+18724+20190c23 RHEL-AppStream 90 k ltrace x86_64 0.7.91-28.el8 RHEL-AppStream 160 k nmap-ncat x86_64 2:7.92-2.el8_10 RHEL-AppStream-Updates 242 k pcp x86_64 5.3.7-22.el8_10 RHEL-AppStream-Updates 1.4 M pcp-libs x86_64 5.3.7-22.el8_10 RHEL-AppStream-Updates 638 k podman x86_64 4:4.9.4-30.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 17 M python3-pcp x86_64 5.3.7-22.el8_10 RHEL-AppStream-Updates 179 k python3-tracer noarch 1.1-1.el8 RHEL-AppStream 128 k qemu-kvm x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 195 k qemu-kvm-block-curl x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 206 k realmd x86_64 0.17.1-2.el8 RHEL-BaseOS 259 k redis x86_64 5.0.3-5.module+el8.4.0+12927+b9845322 RHEL-AppStream 927 k rhel-system-roles noarch 1.23.0-4.el8_10 RHEL-AppStream-Updates 3.1 M socat x86_64 1.7.4.1-2.el8_10 RHEL-AppStream-Updates 323 k sssd x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 120 k sssd-dbus x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 233 k strace x86_64 5.18-2.1.el8_10 RHEL-BaseOS-Updates 1.4 M stratis-cli noarch 2.4.2-1.el8 RHEL-AppStream 86 k stratisd x86_64 2.4.2-2.el8 RHEL-AppStream 4.1 M tang x86_64 7-8.el8 RHEL-AppStream 47 k targetcli noarch 2.1.53-2.el8 RHEL-AppStream 80 k tcsh x86_64 6.20.00-15.el8 RHEL-AppStream 452 k tlog x86_64 14-1.el8 RHEL-AppStream 124 k udisks2-iscsi x86_64 2.9.0-16.el8_10.1 RHEL-AppStream-Updates 31 k udisks2-lvm2 x86_64 2.9.0-16.el8_10.1 RHEL-AppStream-Updates 46 k valgrind x86_64 1:3.22.0-3.el8_10 RHEL-AppStream-Updates 9.3 M vdo x86_64 6.2.11.5-14.el8_10 RHEL-BaseOS-Updates 668 k virt-install noarch 3.2.0-4.1.el8_10 RHEL-AppStream-Updates 82 k Installing dependencies: alsa-lib x86_64 1.2.10-2.el8 RHEL-AppStream 501 k augeas-libs x86_64 1.12.0-8.el8 RHEL-BaseOS 437 k autofs x86_64 1:5.1.4-114.el8_10.8 RHEL-BaseOS-Updates 722 k autogen-libopts x86_64 5.18.12-8.el8 RHEL-AppStream 75 k avahi-libs x86_64 0.7-27.el8_10.1 RHEL-BaseOS-Updates 62 k bind-libs x86_64 32:9.11.36-16.el8_10.7 RHEL-AppStream-Updates 176 k bind-libs-lite x86_64 32:9.11.36-16.el8_10.7 RHEL-AppStream-Updates 1.2 M bind-license noarch 32:9.11.36-16.el8_10.7 RHEL-AppStream-Updates 105 k bind-utils x86_64 32:9.11.36-16.el8_10.7 RHEL-AppStream-Updates 454 k binutils x86_64 2.30-128.el8_10 RHEL-BaseOS-Updates 5.8 M boom-boot-conf noarch 1.3-2.el8 RHEL-BaseOS 27 k boost-atomic x86_64 1.66.0-13.el8 RHEL-AppStream 14 k boost-chrono x86_64 1.66.0-13.el8 RHEL-AppStream 23 k boost-date-time x86_64 1.66.0-13.el8 RHEL-AppStream 30 k boost-iostreams x86_64 1.66.0-13.el8 RHEL-AppStream 42 k boost-program-options x86_64 1.66.0-13.el8 RHEL-AppStream 141 k boost-random x86_64 1.66.0-13.el8 RHEL-AppStream 22 k boost-regex x86_64 1.66.0-13.el8 RHEL-AppStream 281 k boost-system x86_64 1.66.0-13.el8 RHEL-AppStream 18 k boost-thread x86_64 1.66.0-13.el8 RHEL-AppStream 59 k bzip2 x86_64 1.0.6-28.el8_10 RHEL-BaseOS-Updates 60 k celt051 x86_64 0.5.1.3-15.el8 RHEL-AppStream 63 k certmonger x86_64 0.79.17-2.el8 RHEL-AppStream 686 k clevis x86_64 15-15.el8 RHEL-AppStream 59 k conmon x86_64 3:2.1.10-1.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 57 k container-selinux noarch 2:2.229.0-2.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 70 k containernetworking-plugins x86_64 1:1.4.0-8.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 25 M containers-common x86_64 2:1-82.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 142 k cpp x86_64 8.5.0-28.el8_10 RHEL-AppStream-Updates 10 M cyrus-sasl x86_64 2.1.27-6.el8_5 RHEL-BaseOS 96 k cyrus-sasl-gssapi x86_64 2.1.27-6.el8_5 RHEL-BaseOS 50 k device-mapper-event x86_64 8:1.02.181-15.el8_10.3 RHEL-BaseOS-Updates 274 k device-mapper-event-libs x86_64 8:1.02.181-15.el8_10.3 RHEL-BaseOS-Updates 271 k device-mapper-multipath-libs x86_64 0.8.4-44.el8_10 RHEL-BaseOS-Updates 334 k device-mapper-persistent-data x86_64 0.9.0-7.el8 RHEL-BaseOS 938 k dnsmasq x86_64 2.79-35.el8_10 RHEL-AppStream-Updates 323 k edk2-ovmf noarch 20220126gitbb1bba3d77-13.el8_10.8 RHEL-AppStream-Updates 3.6 M firewalld-filesystem noarch 0.9.11-11.el8_10 RHEL-BaseOS-Updates 78 k fribidi x86_64 1.0.4-9.el8 RHEL-AppStream 89 k fstrm x86_64 0.6.1-3.el8 RHEL-AppStream 29 k fuse-common x86_64 3.3.0-19.el8 RHEL-BaseOS 22 k fuse-overlayfs x86_64 1.13-1.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 69 k fuse3 x86_64 3.3.0-19.el8 RHEL-BaseOS 55 k fuse3-libs x86_64 3.3.0-19.el8 RHEL-BaseOS 96 k gc x86_64 7.6.4-3.el8 RHEL-AppStream 109 k gcc x86_64 8.5.0-28.el8_10 RHEL-AppStream-Updates 23 M gdb-headless x86_64 8.2-20.el8 RHEL-AppStream 3.7 M genisoimage x86_64 1.1.11-39.el8 RHEL-AppStream 316 k git-core x86_64 2.43.7-1.el8_10 RHEL-AppStream-Updates 11 M glibc-devel x86_64 2.28-251.el8_10.34 RHEL-BaseOS-Updates 90 k glibc-headers x86_64 2.28-251.el8_10.34 RHEL-BaseOS-Updates 495 k glusterfs x86_64 6.0-56.4.el8 RHEL-BaseOS 667 k glusterfs-api x86_64 6.0-56.4.el8 RHEL-AppStream 99 k glusterfs-cli x86_64 6.0-56.4.el8 RHEL-AppStream 194 k glusterfs-client-xlators x86_64 6.0-56.4.el8 RHEL-BaseOS 883 k glusterfs-libs x86_64 6.0-56.4.el8 RHEL-BaseOS 418 k gnutls-dane x86_64 3.6.16-8.el8_10.5 RHEL-AppStream-Updates 52 k gnutls-utils x86_64 3.6.16-8.el8_10.5 RHEL-AppStream-Updates 349 k graphite2 x86_64 1.3.10-10.el8 RHEL-AppStream 122 k gstreamer1 x86_64 1.16.1-2.el8 RHEL-AppStream 1.3 M gstreamer1-plugins-base x86_64 1.16.1-6.el8_10 RHEL-AppStream-Updates 2.0 M guile x86_64 5:2.0.14-7.el8 RHEL-AppStream 3.5 M harfbuzz x86_64 1.7.5-4.el8 RHEL-AppStream 296 k http-parser x86_64 2.8.0-9.el8 RHEL-AppStream 42 k ipa-client-common noarch 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 195 k ipa-common noarch 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 803 k ipa-selinux noarch 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 187 k iproute-tc x86_64 6.2.0-6.el8_10 RHEL-BaseOS 469 k ipset x86_64 7.1-1.el8 RHEL-BaseOS 45 k ipset-libs x86_64 7.1-1.el8 RHEL-BaseOS 71 k iptables x86_64 1.8.5-11.el8_9 RHEL-BaseOS 592 k iptables-ebtables x86_64 1.8.5-11.el8_9 RHEL-BaseOS 74 k iptables-libs x86_64 1.8.5-11.el8_9 RHEL-BaseOS 103 k ipxe-roms-qemu noarch 20181214-11.git133f4c47.el8 RHEL-AppStream 1.2 M iscsi-initiator-utils x86_64 6.2.1.4-9.git095f59c.el8_10 RHEL-BaseOS-Updates 380 k iscsi-initiator-utils-iscsiuio x86_64 6.2.1.4-9.git095f59c.el8_10 RHEL-BaseOS-Updates 100 k isl x86_64 0.16.1-6.el8 RHEL-AppStream 841 k isns-utils-libs x86_64 0.99-1.el8 RHEL-BaseOS 105 k iso-codes noarch 3.79-2.el8 RHEL-AppStream 3.4 M jose x86_64 10-2.el8_10.3 RHEL-AppStream-Updates 58 k jq x86_64 1.6-12.el8_10 RHEL-AppStream-Updates 203 k kernel-headers x86_64 4.18.0-553.125.1.el8_10 RHEL-BaseOS-Updates 12 M krb5-pkinit x86_64 1.18.2-34.el8_10 RHEL-BaseOS-Updates 175 k krb5-workstation x86_64 1.18.2-34.el8_10 RHEL-BaseOS-Updates 959 k libX11-xcb x86_64 1.6.8-9.el8_10 RHEL-AppStream-Updates 15 k libXfixes x86_64 5.0.3-7.el8 RHEL-AppStream 25 k libXft x86_64 2.3.3-1.el8 RHEL-AppStream 67 k libXv x86_64 1.0.11-7.el8 RHEL-AppStream 20 k libXxf86vm x86_64 1.1.4-9.el8 RHEL-AppStream 19 k libaio x86_64 0.3.112-1.el8 RHEL-BaseOS 33 k libatomic_ops x86_64 7.6.2-3.el8 RHEL-AppStream 38 k libbabeltrace x86_64 1.5.4-4.el8 RHEL-BaseOS 200 k libblockdev-lvm x86_64 2.28-7.el8_10 RHEL-AppStream-Updates 88 k libdatrie x86_64 0.2.9-7.el8 RHEL-AppStream 33 k libdrm x86_64 2.4.115-2.el8 RHEL-AppStream 165 k libepoxy x86_64 1.5.8-1.el8 RHEL-AppStream 225 k libfdt x86_64 1.6.0-1.el8 RHEL-AppStream 32 k libglvnd x86_64 1:1.3.4-2.el8 RHEL-AppStream 127 k libglvnd-egl x86_64 1:1.3.4-2.el8 RHEL-AppStream 49 k libglvnd-gles x86_64 1:1.3.4-2.el8 RHEL-AppStream 40 k libglvnd-glx x86_64 1:1.3.4-2.el8 RHEL-AppStream 137 k libicu x86_64 60.3-2.el8_1 RHEL-BaseOS 8.8 M libipa_hbac x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 129 k libipt x86_64 1.6.1-8.el8 RHEL-AppStream 50 k libiscsi x86_64 1.18.0-8.module+el8.9.0+18724+20190c23 RHEL-AppStream 89 k libjose x86_64 10-2.el8_10.3 RHEL-AppStream-Updates 64 k libjpeg-turbo x86_64 1.5.3-14.el8_10 RHEL-AppStream-Updates 157 k libkadm5 x86_64 1.18.2-34.el8_10 RHEL-BaseOS-Updates 188 k libluksmeta x86_64 9-4.el8_10.1 RHEL-AppStream-Updates 26 k libmpc x86_64 1.1.0-9.1.el8 RHEL-AppStream 61 k libnet x86_64 1.1.6-15.el8 RHEL-AppStream 67 k libnetfilter_conntrack x86_64 1.0.6-5.el8 RHEL-BaseOS 65 k libnfnetlink x86_64 1.0.1-13.el8 RHEL-BaseOS 33 k libnftnl x86_64 1.2.2-3.el8 RHEL-BaseOS 87 k libogg x86_64 2:1.3.2-10.el8 RHEL-AppStream 31 k libosinfo x86_64 1.9.0-3.el8 RHEL-AppStream 301 k libpciaccess x86_64 0.14-1.el8 RHEL-BaseOS 32 k libpmem x86_64 1.6.1-1.el8 RHEL-AppStream 79 k librados2 x86_64 1:12.2.7-9.el8 RHEL-AppStream 2.9 M librbd1 x86_64 1:12.2.7-9.el8 RHEL-AppStream 1.1 M librdmacm x86_64 48.0-1.el8 RHEL-BaseOS 79 k libslirp x86_64 4.4.0-2.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 69 k libsmbclient x86_64 4.19.4-15.el8_10 RHEL-BaseOS-Updates 157 k libthai x86_64 0.1.27-2.el8 RHEL-AppStream 203 k libtheora x86_64 1:1.1.1-21.el8 RHEL-AppStream 184 k libtool-ltdl x86_64 2.4.6-25.el8 RHEL-BaseOS 58 k libtpms x86_64 0.9.1-3.20211126git1ff6fe1f43.module+el8.10.0+23348+204cfc70 RHEL-AppStream-Updates 184 k libusal x86_64 1.1.11-39.el8 RHEL-AppStream 145 k libuv x86_64 1:1.41.1-2.el8_10 RHEL-AppStream-Updates 156 k libvirt-daemon x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 425 k libvirt-daemon-driver-interface x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 215 k libvirt-daemon-driver-network x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 241 k libvirt-daemon-driver-nodedev x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 226 k libvirt-daemon-driver-nwfilter x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 240 k libvirt-daemon-driver-qemu x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 930 k libvirt-daemon-driver-secret x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 203 k libvirt-daemon-driver-storage x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 71 k libvirt-daemon-driver-storage-core x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 259 k libvirt-daemon-driver-storage-disk x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 81 k libvirt-daemon-driver-storage-gluster x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 83 k libvirt-daemon-driver-storage-iscsi x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 78 k libvirt-daemon-driver-storage-iscsi-direct x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 80 k libvirt-daemon-driver-storage-logical x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 82 k libvirt-daemon-driver-storage-mpath x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 75 k libvirt-daemon-driver-storage-rbd x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 86 k libvirt-daemon-driver-storage-scsi x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 78 k libvirt-glib x86_64 3.0.0-1.el8 RHEL-AppStream 104 k libvirt-libs x86_64 8.0.0-23.5.module+el8.10.0+23865+99d69990 RHEL-AppStream-Updates 4.7 M libvisual x86_64 1:0.4.0-25.el8 RHEL-AppStream 145 k libvorbis x86_64 1:1.3.6-2.el8 RHEL-AppStream 196 k libwayland-client x86_64 1.21.0-1.el8 RHEL-AppStream 41 k libwayland-cursor x86_64 1.21.0-1.el8 RHEL-AppStream 26 k libwayland-egl x86_64 1.21.0-1.el8 RHEL-AppStream 20 k libwayland-server x86_64 1.21.0-1.el8 RHEL-AppStream 49 k libwbclient x86_64 4.19.4-15.el8_10 RHEL-BaseOS-Updates 129 k libxcrypt-devel x86_64 4.1.1-6.el8 RHEL-BaseOS 25 k libxshmfence x86_64 1.3-2.el8 RHEL-AppStream 13 k libxslt x86_64 1.1.32-6.3.el8_10 RHEL-BaseOS-Updates 249 k llvm-compat-libs x86_64 17.0.6-3.module+el8.10.0+22218+ed012fd4 RHEL-AppStream-Updates 55 M luksmeta x86_64 9-4.el8_10.1 RHEL-AppStream-Updates 22 k lvm2 x86_64 8:2.03.14-15.el8_10.3 RHEL-BaseOS-Updates 1.7 M lvm2-libs x86_64 8:2.03.14-15.el8_10.3 RHEL-BaseOS-Updates 1.2 M lzop x86_64 1.03-20.el8 RHEL-BaseOS 62 k mdevctl x86_64 1.1.0-2.el8 RHEL-AppStream 755 k mesa-dri-drivers x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 7.8 M mesa-filesystem x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 36 k mesa-libEGL x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 149 k mesa-libGL x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 188 k mesa-libgbm x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 61 k mesa-libglapi x86_64 23.1.4-4.el8_10 RHEL-AppStream-Updates 68 k mpdecimal x86_64 2.5.1-3.el8 RHEL-AppStream 93 k netcf-libs x86_64 0.2.8-12.module+el8.9.0+18724+20190c23 RHEL-AppStream 77 k nftables x86_64 1:1.0.4-7.el8_10 RHEL-BaseOS-Updates 382 k nss-tools x86_64 3.112.0-8.el8_10 RHEL-AppStream-Updates 600 k numad x86_64 0.5-27.20150602git.el8 RHEL-BaseOS 41 k oniguruma x86_64 6.8.2-3.el8 RHEL-AppStream 188 k opus x86_64 1.3-0.4.beta.el8 RHEL-AppStream 204 k orc x86_64 0.4.28-4.el8_10 RHEL-AppStream-Updates 175 k osinfo-db noarch 20250606-1.el8_10 RHEL-AppStream-Updates 315 k osinfo-db-tools x86_64 1.9.0-1.el8 RHEL-AppStream 68 k pango x86_64 1.42.4-8.el8 RHEL-AppStream 297 k pcp-conf x86_64 5.3.7-22.el8_10 RHEL-AppStream-Updates 62 k pcp-selinux x86_64 5.3.7-22.el8_10 RHEL-AppStream-Updates 64 k perl-Carp noarch 1.42-396.el8 RHEL-BaseOS 30 k perl-Data-Dumper x86_64 2.167-399.el8 RHEL-BaseOS 58 k perl-Digest noarch 1.17-395.el8 RHEL-BaseOS 27 k perl-Digest-MD5 x86_64 2.55-396.el8 RHEL-BaseOS 37 k perl-Encode x86_64 4:2.97-3.el8 RHEL-BaseOS 1.5 M perl-Errno x86_64 1.28-423.el8_10 RHEL-BaseOS-Updates 77 k perl-Exporter noarch 5.72-396.el8 RHEL-BaseOS 34 k perl-File-Path noarch 2.15-2.el8 RHEL-BaseOS 38 k perl-File-Temp noarch 0.230.600-1.el8 RHEL-BaseOS 63 k perl-Getopt-Long noarch 1:2.50-4.el8 RHEL-BaseOS 63 k perl-HTTP-Tiny noarch 0.074-3.el8 RHEL-BaseOS 59 k perl-IO x86_64 1.38-423.el8_10 RHEL-BaseOS-Updates 143 k perl-IO-Socket-IP noarch 0.39-5.el8 RHEL-BaseOS 47 k perl-IO-Socket-SSL noarch 2.066-4.module+el8.3.0+6446+594cad75 RHEL-AppStream 298 k perl-MIME-Base64 x86_64 3.15-396.el8 RHEL-BaseOS 31 k perl-Mozilla-CA noarch 20160104-7.module+el8.3.0+6498+9eecfe51 RHEL-AppStream 15 k perl-Net-SSLeay x86_64 1.88-2.module+el8.6.0+13392+f0897f98 RHEL-AppStream 379 k perl-PathTools x86_64 3.74-1.el8 RHEL-BaseOS 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 RHEL-BaseOS 20 k perl-Pod-Perldoc noarch 3.28-396.el8 RHEL-BaseOS 88 k perl-Pod-Simple noarch 1:3.35-395.el8 RHEL-BaseOS 213 k perl-Pod-Usage noarch 4:1.69-395.el8 RHEL-BaseOS 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 RHEL-BaseOS 68 k perl-Socket x86_64 4:2.027-3.el8 RHEL-BaseOS 59 k perl-Storable x86_64 1:3.11-3.el8 RHEL-BaseOS 98 k perl-Term-ANSIColor noarch 4.06-396.el8 RHEL-BaseOS 46 k perl-Term-Cap noarch 1.17-395.el8 RHEL-BaseOS 23 k perl-Text-ParseWords noarch 3.30-395.el8 RHEL-BaseOS 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 RHEL-BaseOS 24 k perl-Time-Local noarch 1:1.280-1.el8 RHEL-BaseOS 34 k perl-URI noarch 1.73-3.el8 RHEL-BaseOS 116 k perl-Unicode-Normalize x86_64 1.25-396.el8 RHEL-BaseOS 82 k perl-constant noarch 1.33-396.el8 RHEL-BaseOS 25 k perl-interpreter x86_64 4:5.26.3-423.el8_10 RHEL-BaseOS-Updates 6.3 M perl-libnet noarch 3.11-3.el8 RHEL-BaseOS 121 k perl-libs x86_64 4:5.26.3-423.el8_10 RHEL-BaseOS-Updates 1.6 M perl-macros x86_64 4:5.26.3-423.el8_10 RHEL-BaseOS-Updates 73 k perl-parent noarch 1:0.237-1.el8 RHEL-BaseOS 20 k perl-podlators noarch 4.11-1.el8 RHEL-BaseOS 118 k perl-threads x86_64 1:2.21-2.el8 RHEL-BaseOS 61 k perl-threads-shared x86_64 1.58-2.el8 RHEL-BaseOS 48 k podman-catatonit x86_64 4:4.9.4-30.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 381 k podman-plugins x86_64 4:4.9.4-30.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 1.5 M protobuf-c x86_64 1.3.0-8.el8 RHEL-AppStream 37 k python3-argcomplete noarch 1.9.3-6.el8 RHEL-AppStream 60 k python3-augeas noarch 0.5.0-12.el8 RHEL-AppStream 31 k python3-bind noarch 32:9.11.36-16.el8_10.7 RHEL-AppStream-Updates 152 k python3-boom noarch 1.3-2.el8 RHEL-BaseOS 590 k python3-configshell noarch 1:1.1.28-1.el8 RHEL-BaseOS 72 k python3-dbus-client-gen noarch 0.4-1.el8 RHEL-AppStream 26 k python3-dbus-python-client-gen noarch 0.7-3.el8 RHEL-AppStream 28 k python3-dbus-signature-pyparsing noarch 0.03-2.el8 RHEL-AppStream 19 k python3-distro noarch 1.4.0-2.module+el8.10.0+20784+edafcd43 RHEL-AppStream 37 k python3-dns noarch 1.15.0-12.el8_10 RHEL-BaseOS-Updates 253 k python3-firewall noarch 0.9.11-11.el8_10 RHEL-BaseOS-Updates 436 k python3-gssapi x86_64 1.5.1-5.el8 RHEL-AppStream 489 k python3-into-dbus-python noarch 0.06-2.el8 RHEL-AppStream 27 k python3-ipaclient noarch 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 696 k python3-ipalib noarch 4.9.13-21.module+el8.10.0+23945+b41740bc RHEL-AppStream-Updates 771 k python3-justbases noarch 0.14-4.el8 RHEL-AppStream 46 k python3-justbytes noarch 0.14-2.el8 RHEL-AppStream 43 k python3-jwcrypto noarch 0.5.0-2.module+el8.10.0+21692+c9b201bc RHEL-AppStream-Updates 66 k python3-kmod x86_64 0.9-20.el8 RHEL-BaseOS 90 k python3-ldap x86_64 3.3.1-2.el8 RHEL-AppStream 230 k python3-libipa_hbac x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 122 k python3-libvirt x86_64 8.0.0-2.module+el8.9.0+18724+20190c23 RHEL-AppStream 332 k python3-netaddr noarch 0.7.19-8.el8 RHEL-AppStream 1.5 M python3-nftables x86_64 1:1.0.4-7.el8_10 RHEL-BaseOS-Updates 32 k python3-pip noarch 9.0.3-24.el8 RHEL-AppStream 20 k python3-psutil x86_64 5.4.3-11.el8 RHEL-AppStream 373 k python3-pyasn1 noarch 0.3.7-6.el8_10.1 RHEL-AppStream-Updates 126 k python3-pyasn1-modules noarch 0.3.7-6.el8_10.1 RHEL-AppStream-Updates 109 k python3-pyparsing noarch 2.1.10-7.el8 RHEL-BaseOS 142 k python3-pyusb noarch 1.0.0-9.1.module+el8.9.0+18920+2223d05e RHEL-AppStream 88 k python3-qrcode-core noarch 5.3-1.module+el8.10.0+22544+6a7f07c2 RHEL-AppStream-Updates 47 k python3-rtslib noarch 2.1.75-4.el8 RHEL-BaseOS 104 k python3-slip noarch 0.6.4-13.el8 RHEL-BaseOS 39 k python3-slip-dbus noarch 0.6.4-13.el8 RHEL-BaseOS 39 k python3-sss x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 123 k python3-sss-murmur x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 112 k python3-sssdconfig noarch 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 155 k python3-urwid x86_64 1.3.1-4.el8 RHEL-BaseOS 783 k python3-yubico noarch 1.3.2-9.1.module+el8.9.0+18920+2223d05e RHEL-AppStream 63 k python3.11 x86_64 3.11.13-7.el8_10 RHEL-AppStream-Updates 31 k python3.11-libs x86_64 3.11.13-7.el8_10 RHEL-AppStream-Updates 10 M python3.11-pip-wheel noarch 22.3.1-5.el8 RHEL-AppStream 1.4 M python3.11-setuptools-wheel noarch 65.5.1-4.el8_10 RHEL-AppStream-Updates 722 k python3.12 x86_64 3.12.13-2.el8_10 RHEL-AppStream-Updates 31 k python3.12-cffi x86_64 1.16.0-2.el8 RHEL-AppStream 299 k python3.12-cryptography x86_64 41.0.7-1.el8 RHEL-AppStream 1.2 M python3.12-libs x86_64 3.12.13-2.el8_10 RHEL-AppStream-Updates 10 M python3.12-pip-wheel noarch 23.2.1-4.el8 RHEL-AppStream 1.5 M python3.12-ply noarch 3.11-2.el8 RHEL-AppStream 134 k python3.12-pycparser noarch 2.20-2.el8 RHEL-AppStream 145 k python3.12-pyyaml x86_64 6.0.1-2.el8 RHEL-AppStream 203 k python36 x86_64 3.6.8-39.module+el8.10.0+20784+edafcd43 RHEL-AppStream 20 k qemu-img x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 2.2 M qemu-kvm-block-gluster x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 207 k qemu-kvm-block-iscsi x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 214 k qemu-kvm-block-rbd x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 208 k qemu-kvm-block-ssh x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 208 k qemu-kvm-common x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 1.1 M qemu-kvm-core x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 3.4 M qemu-kvm-docs x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 2.6 M qemu-kvm-hw-usbredir x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 217 k qemu-kvm-ui-opengl x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 209 k qemu-kvm-ui-spice x86_64 15:6.2.0-53.module+el8.10.0+23760+c0926e61.6 RHEL-AppStream-Updates 256 k runc x86_64 4:1.2.9-4.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 3.8 M samba-client-libs x86_64 4.19.4-15.el8_10 RHEL-BaseOS-Updates 5.0 M samba-common noarch 4.19.4-15.el8_10 RHEL-BaseOS-Updates 234 k samba-common-libs x86_64 4.19.4-15.el8_10 RHEL-BaseOS-Updates 183 k seabios-bin noarch 1.16.0-4.module+el8.9.0+19570+14a90618 RHEL-AppStream 138 k seavgabios-bin noarch 1.16.0-4.module+el8.9.0+19570+14a90618 RHEL-AppStream 44 k sgabios-bin noarch 1:0.20170427git-3.module+el8.9.0+18724+20190c23 RHEL-AppStream 13 k shadow-utils-subid x86_64 2:4.6-23.el8_10 RHEL-BaseOS-Updates 112 k slirp4netns x86_64 1.2.3-1.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 55 k spice-server x86_64 0.14.3-4.el8 RHEL-AppStream 409 k sshpass x86_64 1.09-4.el8 RHEL-AppStream 30 k sssd-ad x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 315 k sssd-common-pac x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 197 k sssd-idp x86_64 2.9.4-5.el8_10.4 RHEL-AppStream-Updates 135 k sssd-ipa x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 380 k sssd-krb5 x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 166 k sssd-krb5-common x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 207 k sssd-ldap x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 252 k sssd-tools x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 262 k swtpm x86_64 0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23 RHEL-AppStream 43 k swtpm-libs x86_64 0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23 RHEL-AppStream 49 k swtpm-tools x86_64 0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23 RHEL-AppStream 119 k systemd-container x86_64 239-82.el8_10.16 RHEL-BaseOS-Updates 786 k target-restore noarch 2.1.75-4.el8 RHEL-BaseOS 24 k tpm2-tools x86_64 4.1.1-5.el8 RHEL-BaseOS 1.0 M tracer-common noarch 1.1-1.el8 RHEL-AppStream 37 k usbredir x86_64 0.12.0-4.el8 RHEL-AppStream 52 k userspace-rcu x86_64 0.10.1-4.el8 RHEL-BaseOS 101 k virt-manager-common noarch 3.2.0-4.1.el8_10 RHEL-AppStream-Updates 1.0 M xml-common noarch 0.6.3-50.el8 RHEL-BaseOS 39 k xmlrpc-c x86_64 1.51.0-11.el8_10 RHEL-BaseOS-Updates 213 k xmlrpc-c-client x86_64 1.51.0-11.el8_10 RHEL-BaseOS-Updates 41 k yajl x86_64 2.1.0-12.el8 RHEL-AppStream 41 k Installing weak dependencies: adcli x86_64 0.9.2-1.el8 RHEL-BaseOS 133 k boom-boot-grub2 noarch 1.3-2.el8 RHEL-BaseOS 26 k criu x86_64 3.18-5.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 563 k gcc-gdb-plugin x86_64 8.5.0-28.el8_10 RHEL-AppStream-Updates 121 k podman-gvproxy x86_64 4:4.9.4-30.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 4.3 M sssd-proxy x86_64 2.9.4-5.el8_10.4 RHEL-BaseOS-Updates 165 k valgrind-docs x86_64 1:3.22.0-3.el8_10 RHEL-AppStream-Updates 1.7 M valgrind-gdb x86_64 1:3.22.0-3.el8_10 RHEL-AppStream-Updates 134 k valgrind-scripts x86_64 1:3.22.0-3.el8_10 RHEL-AppStream-Updates 110 k Enabling module streams: container-tools rhel8 llvm-toolset rhel8 perl 5.26 perl-IO-Socket-SSL 2.066 perl-libwww-perl 6.34 python36 3.6 redis 5 Transaction Summary ================================================================================================================================================ Install 375 Packages Total download size: 349 M Installed size: 1.1 G Downloading Packages: (1/375): boom-boot-1.3-2.el8.noarch.rpm 1.2 MB/s | 36 kB 00:00 (2/375): adcli-0.9.2-1.el8.x86_64.rpm 3.9 MB/s | 133 kB 00:00 (3/375): augeas-libs-1.12.0-8.el8.x86_64.rpm 11 MB/s | 437 kB 00:00 (4/375): boom-boot-conf-1.3-2.el8.noarch.rpm 2.4 MB/s | 27 kB 00:00 (5/375): boom-boot-grub2-1.3-2.el8.noarch.rpm 2.2 MB/s | 26 kB 00:00 (6/375): cryptsetup-2.3.7-7.el8.x86_64.rpm 13 MB/s | 200 kB 00:00 (7/375): cyrus-sasl-2.1.27-6.el8_5.x86_64.rpm 6.1 MB/s | 96 kB 00:00 (8/375): cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_6 3.5 MB/s | 50 kB 00:00 (9/375): device-mapper-persistent-data-0.9.0-7. 59 MB/s | 938 kB 00:00 (10/375): fuse-common-3.3.0-19.el8.x86_64.rpm 1.5 MB/s | 22 kB 00:00 (11/375): fuse3-3.3.0-19.el8.x86_64.rpm 3.6 MB/s | 55 kB 00:00 (12/375): fuse3-libs-3.3.0-19.el8.x86_64.rpm 6.0 MB/s | 96 kB 00:00 (13/375): glusterfs-6.0-56.4.el8.x86_64.rpm 19 MB/s | 667 kB 00:00 (14/375): glusterfs-client-xlators-6.0-56.4.el8 20 MB/s | 883 kB 00:00 (15/375): glusterfs-libs-6.0-56.4.el8.x86_64.rp 13 MB/s | 418 kB 00:00 (16/375): ipset-libs-7.1-1.el8.x86_64.rpm 8.2 MB/s | 71 kB 00:00 (17/375): ipset-7.1-1.el8.x86_64.rpm 3.2 MB/s | 45 kB 00:00 (18/375): iproute-tc-6.2.0-6.el8_10.x86_64.rpm 14 MB/s | 469 kB 00:00 (19/375): iptables-ebtables-1.8.5-11.el8_9.x86_ 5.5 MB/s | 74 kB 00:00 (20/375): iptables-1.8.5-11.el8_9.x86_64.rpm 30 MB/s | 592 kB 00:00 (21/375): iptables-libs-1.8.5-11.el8_9.x86_64.r 10 MB/s | 103 kB 00:00 (22/375): libaio-0.3.112-1.el8.x86_64.rpm 4.3 MB/s | 33 kB 00:00 (23/375): kmod-kvdo-6.2.8.7-94.el8.x86_64.rpm 24 MB/s | 357 kB 00:00 (24/375): isns-utils-libs-0.99-1.el8.x86_64.rpm 4.9 MB/s | 105 kB 00:00 (25/375): libnetfilter_conntrack-1.0.6-5.el8.x8 4.7 MB/s | 65 kB 00:00 (26/375): libbabeltrace-1.5.4-4.el8.x86_64.rpm 7.3 MB/s | 200 kB 00:00 (27/375): libnfnetlink-1.0.1-13.el8.x86_64.rpm 2.2 MB/s | 33 kB 00:00 (28/375): libnftnl-1.2.2-3.el8.x86_64.rpm 7.6 MB/s | 87 kB 00:00 (29/375): libpciaccess-0.14-1.el8.x86_64.rpm 1.6 MB/s | 32 kB 00:00 (30/375): librdmacm-48.0-1.el8.x86_64.rpm 3.4 MB/s | 79 kB 00:00 (31/375): libtool-ltdl-2.4.6-25.el8.x86_64.rpm 6.0 MB/s | 58 kB 00:00 (32/375): libicu-60.3-2.el8_1.x86_64.rpm 96 MB/s | 8.8 MB 00:00 (33/375): libxcrypt-devel-4.1.1-6.el8.x86_64.rp 717 kB/s | 25 kB 00:00 (34/375): lzop-1.03-20.el8.x86_64.rpm 1.8 MB/s | 62 kB 00:00 (35/375): perl-Carp-1.42-396.el8.noarch.rpm 2.9 MB/s | 30 kB 00:00 (36/375): numad-0.5-27.20150602git.el8.x86_64.r 1.7 MB/s | 41 kB 00:00 (37/375): perl-Digest-1.17-395.el8.noarch.rpm 1.9 MB/s | 27 kB 00:00 (38/375): perl-Data-Dumper-2.167-399.el8.x86_64 2.1 MB/s | 58 kB 00:00 (39/375): perl-Exporter-5.72-396.el8.noarch.rpm 2.1 MB/s | 34 kB 00:00 (40/375): perl-Digest-MD5-2.55-396.el8.x86_64.r 1.3 MB/s | 37 kB 00:00 (41/375): perl-File-Path-2.15-2.el8.noarch.rpm 1.8 MB/s | 38 kB 00:00 (42/375): perl-File-Temp-0.230.600-1.el8.noarch 3.6 MB/s | 63 kB 00:00 (43/375): perl-Getopt-Long-2.50-4.el8.noarch.rp 2.9 MB/s | 63 kB 00:00 (44/375): perl-Encode-2.97-3.el8.x86_64.rpm 20 MB/s | 1.5 MB 00:00 (45/375): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 1.7 MB/s | 59 kB 00:00 (46/375): perl-IO-Socket-IP-0.39-5.el8.noarch.r 2.5 MB/s | 47 kB 00:00 (47/375): perl-Pod-Escapes-1.07-395.el8.noarch. 1.3 MB/s | 20 kB 00:00 (48/375): perl-MIME-Base64-3.15-396.el8.x86_64. 1.1 MB/s | 31 kB 00:00 (49/375): perl-PathTools-3.74-1.el8.x86_64.rpm 3.4 MB/s | 90 kB 00:00 (50/375): perl-Pod-Simple-3.35-395.el8.noarch.r 16 MB/s | 213 kB 00:00 (51/375): perl-Pod-Usage-1.69-395.el8.noarch.rp 2.3 MB/s | 34 kB 00:00 (52/375): perl-Pod-Perldoc-3.28-396.el8.noarch. 3.7 MB/s | 88 kB 00:00 (53/375): perl-Scalar-List-Utils-1.49-2.el8.x86 2.7 MB/s | 68 kB 00:00 (54/375): perl-Socket-2.027-3.el8.x86_64.rpm 2.4 MB/s | 59 kB 00:00 (55/375): perl-Storable-3.11-3.el8.x86_64.rpm 3.9 MB/s | 98 kB 00:00 (56/375): perl-Term-ANSIColor-4.06-396.el8.noar 4.1 MB/s | 46 kB 00:00 (57/375): perl-Term-Cap-1.17-395.el8.noarch.rpm 1.8 MB/s | 23 kB 00:00 (58/375): perl-Text-ParseWords-3.30-395.el8.noa 1.0 MB/s | 18 kB 00:00 (59/375): perl-Text-Tabs+Wrap-2013.0523-395.el8 1.7 MB/s | 24 kB 00:00 (60/375): perl-Time-Local-1.280-1.el8.noarch.rp 3.0 MB/s | 34 kB 00:00 (61/375): perl-constant-1.33-396.el8.noarch.rpm 1.9 MB/s | 25 kB 00:00 (62/375): perl-URI-1.73-3.el8.noarch.rpm 6.0 MB/s | 116 kB 00:00 (63/375): perl-Unicode-Normalize-1.25-396.el8.x 2.5 MB/s | 82 kB 00:00 (64/375): perl-libnet-3.11-3.el8.noarch.rpm 6.3 MB/s | 121 kB 00:00 (65/375): perl-parent-0.237-1.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 (66/375): perl-podlators-4.11-1.el8.noarch.rpm 8.6 MB/s | 118 kB 00:00 (67/375): perl-threads-2.21-2.el8.x86_64.rpm 2.3 MB/s | 61 kB 00:00 (68/375): perl-threads-shared-1.58-2.el8.x86_64 1.8 MB/s | 48 kB 00:00 (69/375): python3-boom-1.3-2.el8.noarch.rpm 15 MB/s | 590 kB 00:00 (70/375): python3-configshell-1.1.28-1.el8.noar 2.6 MB/s | 72 kB 00:00 (71/375): python3-kmod-0.9-20.el8.x86_64.rpm 2.9 MB/s | 90 kB 00:00 (72/375): python3-pyparsing-2.1.10-7.el8.noarch 11 MB/s | 142 kB 00:00 (73/375): python3-slip-dbus-0.6.4-13.el8.noarch 3.7 MB/s | 39 kB 00:00 (74/375): python3-slip-0.6.4-13.el8.noarch.rpm 2.3 MB/s | 39 kB 00:00 (75/375): python3-rtslib-2.1.75-4.el8.noarch.rp 4.0 MB/s | 104 kB 00:00 (76/375): target-restore-2.1.75-4.el8.noarch.rp 1.1 MB/s | 24 kB 00:00 (77/375): realmd-0.17.1-2.el8.x86_64.rpm 8.6 MB/s | 259 kB 00:00 (78/375): python3-urwid-1.3.1-4.el8.x86_64.rpm 18 MB/s | 783 kB 00:00 (79/375): userspace-rcu-0.10.1-4.el8.x86_64.rpm 5.1 MB/s | 101 kB 00:00 (80/375): xml-common-0.6.3-50.el8.noarch.rpm 3.5 MB/s | 39 kB 00:00 (81/375): tpm2-tools-4.1.1-5.el8.x86_64.rpm 22 MB/s | 1.0 MB 00:00 (82/375): alsa-lib-1.2.10-2.el8.x86_64.rpm 11 MB/s | 501 kB 00:00 (83/375): autogen-libopts-5.18.12-8.el8.x86_64. 2.4 MB/s | 75 kB 00:00 (84/375): boost-atomic-1.66.0-13.el8.x86_64.rpm 1.3 MB/s | 14 kB 00:00 (85/375): boost-chrono-1.66.0-13.el8.x86_64.rpm 2.0 MB/s | 23 kB 00:00 (86/375): boost-date-time-1.66.0-13.el8.x86_64. 2.4 MB/s | 30 kB 00:00 (87/375): boost-iostreams-1.66.0-13.el8.x86_64. 3.4 MB/s | 42 kB 00:00 (88/375): boost-program-options-1.66.0-13.el8.x 11 MB/s | 141 kB 00:00 (89/375): boost-random-1.66.0-13.el8.x86_64.rpm 2.2 MB/s | 22 kB 00:00 (90/375): boost-regex-1.66.0-13.el8.x86_64.rpm 16 MB/s | 281 kB 00:00 (91/375): boost-system-1.66.0-13.el8.x86_64.rpm 1.4 MB/s | 18 kB 00:00 (92/375): ansible-core-2.16.3-2.el8.x86_64.rpm 34 MB/s | 3.6 MB 00:00 (93/375): boost-thread-1.66.0-13.el8.x86_64.rpm 4.4 MB/s | 59 kB 00:00 (94/375): celt051-0.5.1.3-15.el8.x86_64.rpm 4.6 MB/s | 63 kB 00:00 (95/375): clevis-15-15.el8.x86_64.rpm 3.5 MB/s | 59 kB 00:00 (96/375): clevis-luks-15-15.el8.x86_64.rpm 2.0 MB/s | 39 kB 00:00 (97/375): fribidi-1.0.4-9.el8.x86_64.rpm 8.5 MB/s | 89 kB 00:00 (98/375): certmonger-0.79.17-2.el8.x86_64.rpm 21 MB/s | 686 kB 00:00 (99/375): fstrm-0.6.1-3.el8.x86_64.rpm 2.7 MB/s | 29 kB 00:00 (100/375): gc-7.6.4-3.el8.x86_64.rpm 11 MB/s | 109 kB 00:00 (101/375): gdb-8.2-20.el8.x86_64.rpm 22 MB/s | 299 kB 00:00 (102/375): genisoimage-1.1.11-39.el8.x86_64.rpm 17 MB/s | 316 kB 00:00 (103/375): glusterfs-api-6.0-56.4.el8.x86_64.rp 5.7 MB/s | 99 kB 00:00 (104/375): graphite2-1.3.10-10.el8.x86_64.rpm 15 MB/s | 122 kB 00:00 (105/375): glusterfs-cli-6.0-56.4.el8.x86_64.rp 10 MB/s | 194 kB 00:00 (106/375): gdb-headless-8.2-20.el8.x86_64.rpm 47 MB/s | 3.7 MB 00:00 (107/375): gstreamer1-1.16.1-2.el8.x86_64.rpm 26 MB/s | 1.3 MB 00:00 (108/375): harfbuzz-1.7.5-4.el8.x86_64.rpm 18 MB/s | 296 kB 00:00 (109/375): http-parser-2.8.0-9.el8.x86_64.rpm 2.5 MB/s | 42 kB 00:00 (110/375): guile-2.0.14-7.el8.x86_64.rpm 43 MB/s | 3.5 MB 00:00 (111/375): ipxe-roms-qemu-20181214-11.git133f4c 28 MB/s | 1.2 MB 00:00 (112/375): isl-0.16.1-6.el8.x86_64.rpm 19 MB/s | 841 kB 00:00 (113/375): libXfixes-5.0.3-7.el8.x86_64.rpm 2.3 MB/s | 25 kB 00:00 (114/375): libXft-2.3.3-1.el8.x86_64.rpm 9.3 MB/s | 67 kB 00:00 (115/375): libXv-1.0.11-7.el8.x86_64.rpm 1.9 MB/s | 20 kB 00:00 (116/375): libXxf86vm-1.1.4-9.el8.x86_64.rpm 1.8 MB/s | 19 kB 00:00 (117/375): libatomic_ops-7.6.2-3.el8.x86_64.rpm 4.2 MB/s | 38 kB 00:00 (118/375): libdatrie-0.2.9-7.el8.x86_64.rpm 6.9 MB/s | 33 kB 00:00 (119/375): iso-codes-3.79-2.el8.noarch.rpm 62 MB/s | 3.4 MB 00:00 (120/375): libdrm-2.4.115-2.el8.x86_64.rpm 12 MB/s | 165 kB 00:00 (121/375): libepoxy-1.5.8-1.el8.x86_64.rpm 16 MB/s | 225 kB 00:00 (122/375): libfdt-1.6.0-1.el8.x86_64.rpm 3.2 MB/s | 32 kB 00:00 (123/375): libglvnd-1.3.4-2.el8.x86_64.rpm 9.4 MB/s | 127 kB 00:00 (124/375): libglvnd-egl-1.3.4-2.el8.x86_64.rpm 3.9 MB/s | 49 kB 00:00 (125/375): libglvnd-gles-1.3.4-2.el8.x86_64.rpm 3.6 MB/s | 40 kB 00:00 (126/375): libglvnd-glx-1.3.4-2.el8.x86_64.rpm 9.0 MB/s | 137 kB 00:00 (127/375): libipt-1.6.1-8.el8.x86_64.rpm 2.9 MB/s | 50 kB 00:00 (128/375): libiscsi-1.18.0-8.module+el8.9.0+187 4.3 MB/s | 89 kB 00:00 (129/375): libmpc-1.1.0-9.1.el8.x86_64.rpm 3.0 MB/s | 61 kB 00:00 (130/375): libnet-1.1.6-15.el8.x86_64.rpm 3.5 MB/s | 67 kB 00:00 (131/375): libogg-1.3.2-10.el8.x86_64.rpm 1.7 MB/s | 31 kB 00:00 (132/375): libpmem-1.6.1-1.el8.x86_64.rpm 6.4 MB/s | 79 kB 00:00 (133/375): libosinfo-1.9.0-3.el8.x86_64.rpm 14 MB/s | 301 kB 00:00 (134/375): libthai-0.1.27-2.el8.x86_64.rpm 20 MB/s | 203 kB 00:00 (135/375): librbd1-12.2.7-9.el8.x86_64.rpm 27 MB/s | 1.1 MB 00:00 (136/375): libtheora-1.1.1-21.el8.x86_64.rpm 6.5 MB/s | 184 kB 00:00 (137/375): librados2-12.2.7-9.el8.x86_64.rpm 41 MB/s | 2.9 MB 00:00 (138/375): libvirt-dbus-1.3.0-2.module+el8.9.0+ 4.2 MB/s | 90 kB 00:00 (139/375): libusal-1.1.11-39.el8.x86_64.rpm 5.5 MB/s | 145 kB 00:00 (140/375): libvirt-glib-3.0.0-1.el8.x86_64.rpm 7.8 MB/s | 104 kB 00:00 (141/375): libvisual-0.4.0-25.el8.x86_64.rpm 8.8 MB/s | 145 kB 00:00 (142/375): libvorbis-1.3.6-2.el8.x86_64.rpm 11 MB/s | 196 kB 00:00 (143/375): libwayland-client-1.21.0-1.el8.x86_6 3.5 MB/s | 41 kB 00:00 (144/375): libwayland-cursor-1.21.0-1.el8.x86_6 2.4 MB/s | 26 kB 00:00 (145/375): libwayland-egl-1.21.0-1.el8.x86_64.r 1.8 MB/s | 20 kB 00:00 (146/375): libwayland-server-1.21.0-1.el8.x86_6 4.5 MB/s | 49 kB 00:00 (147/375): libxshmfence-1.3-2.el8.x86_64.rpm 1.6 MB/s | 13 kB 00:00 (148/375): ltrace-0.7.91-28.el8.x86_64.rpm 12 MB/s | 160 kB 00:00 (149/375): mpdecimal-2.5.1-3.el8.x86_64.rpm 5.5 MB/s | 93 kB 00:00 (150/375): mdevctl-1.1.0-2.el8.x86_64.rpm 30 MB/s | 755 kB 00:00 (151/375): netcf-libs-0.2.8-12.module+el8.9.0+1 4.7 MB/s | 77 kB 00:00 (152/375): oniguruma-6.8.2-3.el8.x86_64.rpm 13 MB/s | 188 kB 00:00 (153/375): osinfo-db-tools-1.9.0-1.el8.x86_64.r 5.1 MB/s | 68 kB 00:00 (154/375): opus-1.3-0.4.beta.el8.x86_64.rpm 12 MB/s | 204 kB 00:00 (155/375): pango-1.42.4-8.el8.x86_64.rpm 22 MB/s | 297 kB 00:00 (156/375): perl-Mozilla-CA-20160104-7.module+el 2.4 MB/s | 15 kB 00:00 (157/375): perl-IO-Socket-SSL-2.066-4.module+el 23 MB/s | 298 kB 00:00 (158/375): protobuf-c-1.3.0-8.el8.x86_64.rpm 5.0 MB/s | 37 kB 00:00 (159/375): perl-Net-SSLeay-1.88-2.module+el8.6. 24 MB/s | 379 kB 00:00 (160/375): python3-augeas-0.5.0-12.el8.noarch.r 3.7 MB/s | 31 kB 00:00 (161/375): python3-argcomplete-1.9.3-6.el8.noar 4.0 MB/s | 60 kB 00:00 (162/375): python3-dbus-client-gen-0.4-1.el8.no 3.8 MB/s | 26 kB 00:00 (163/375): python3-dbus-python-client-gen-0.7-3 3.9 MB/s | 28 kB 00:00 (164/375): python3-distro-1.4.0-2.module+el8.10 6.4 MB/s | 37 kB 00:00 (165/375): python3-dbus-signature-pyparsing-0.0 1.7 MB/s | 19 kB 00:00 (166/375): python3-gssapi-1.5.1-5.el8.x86_64.rp 39 MB/s | 489 kB 00:00 (167/375): python3-into-dbus-python-0.06-2.el8. 2.2 MB/s | 27 kB 00:00 (168/375): python3-justbases-0.14-4.el8.noarch. 3.5 MB/s | 46 kB 00:00 (169/375): python3-justbytes-0.14-2.el8.noarch. 5.6 MB/s | 43 kB 00:00 (170/375): python3-ldap-3.3.1-2.el8.x86_64.rpm 20 MB/s | 230 kB 00:00 (171/375): python3-libvirt-8.0.0-2.module+el8.9 19 MB/s | 332 kB 00:00 (172/375): python3-pip-9.0.3-24.el8.noarch.rpm 2.2 MB/s | 20 kB 00:00 (173/375): python3-pyusb-1.0.0-9.1.module+el8.9 4.0 MB/s | 88 kB 00:00 (174/375): python3-netaddr-0.7.19-8.el8.noarch. 34 MB/s | 1.5 MB 00:00 (175/375): python3-tracer-1.1-1.el8.noarch.rpm 13 MB/s | 128 kB 00:00 (176/375): python3-psutil-5.4.3-11.el8.x86_64.r 9.9 MB/s | 373 kB 00:00 (177/375): python3-yubico-1.3.2-9.1.module+el8. 4.1 MB/s | 63 kB 00:00 (178/375): python3.12-cffi-1.16.0-2.el8.x86_64. 15 MB/s | 299 kB 00:00 (179/375): python3.11-pip-wheel-22.3.1-5.el8.no 30 MB/s | 1.4 MB 00:00 (180/375): python3.12-cryptography-41.0.7-1.el8 26 MB/s | 1.2 MB 00:00 (181/375): python3.12-pip-wheel-23.2.1-4.el8.no 34 MB/s | 1.5 MB 00:00 (182/375): python3.12-ply-3.11-2.el8.noarch.rpm 6.0 MB/s | 134 kB 00:00 (183/375): python3.12-pycparser-2.20-2.el8.noar 6.8 MB/s | 145 kB 00:00 (184/375): python36-3.6.8-39.module+el8.10.0+20 1.5 MB/s | 20 kB 00:00 (185/375): python3.12-pyyaml-6.0.1-2.el8.x86_64 11 MB/s | 203 kB 00:00 (186/375): seavgabios-bin-1.16.0-4.module+el8.9 3.8 MB/s | 44 kB 00:00 (187/375): seabios-bin-1.16.0-4.module+el8.9.0+ 8.2 MB/s | 138 kB 00:00 (188/375): redis-5.0.3-5.module+el8.4.0+12927+b 37 MB/s | 927 kB 00:00 (189/375): sgabios-bin-0.20170427git-3.module+e 1.5 MB/s | 13 kB 00:00 (190/375): sshpass-1.09-4.el8.x86_64.rpm 1.5 MB/s | 30 kB 00:00 (191/375): spice-server-0.14.3-4.el8.x86_64.rpm 14 MB/s | 409 kB 00:00 (192/375): stratis-cli-2.4.2-1.el8.noarch.rpm 3.6 MB/s | 86 kB 00:00 (193/375): swtpm-0.7.0-4.20211109gitb79fd91.mod 3.1 MB/s | 43 kB 00:00 (194/375): swtpm-libs-0.7.0-4.20211109gitb79fd9 3.1 MB/s | 49 kB 00:00 (195/375): swtpm-tools-0.7.0-4.20211109gitb79fd 5.3 MB/s | 119 kB 00:00 (196/375): tang-7-8.el8.x86_64.rpm 2.4 MB/s | 47 kB 00:00 (197/375): targetcli-2.1.53-2.el8.noarch.rpm 4.7 MB/s | 80 kB 00:00 (198/375): tcsh-6.20.00-15.el8.x86_64.rpm 17 MB/s | 452 kB 00:00 (199/375): stratisd-2.4.2-2.el8.x86_64.rpm 50 MB/s | 4.1 MB 00:00 (200/375): tracer-common-1.1-1.el8.noarch.rpm 2.1 MB/s | 37 kB 00:00 (201/375): tlog-14-1.el8.x86_64.rpm 4.2 MB/s | 124 kB 00:00 (202/375): usbredir-0.12.0-4.el8.x86_64.rpm 4.4 MB/s | 52 kB 00:00 (203/375): yajl-2.1.0-12.el8.x86_64.rpm 3.0 MB/s | 41 kB 00:00 (204/375): avahi-libs-0.7-27.el8_10.1.x86_64.rp 1.9 MB/s | 62 kB 00:00 (205/375): autofs-5.1.4-114.el8_10.8.x86_64.rpm 11 MB/s | 722 kB 00:00 (206/375): bzip2-1.0.6-28.el8_10.x86_64.rpm 2.4 MB/s | 60 kB 00:00 (207/375): device-mapper-event-1.02.181-15.el8_ 23 MB/s | 274 kB 00:00 (208/375): device-mapper-event-libs-1.02.181-15 24 MB/s | 271 kB 00:00 (209/375): device-mapper-multipath-0.8.4-44.el8 11 MB/s | 209 kB 00:00 (210/375): device-mapper-multipath-libs-0.8.4-4 15 MB/s | 334 kB 00:00 (211/375): dnf-automatic-4.7.0-21.el8_10.noarch 11 MB/s | 153 kB 00:00 (212/375): firewalld-0.9.11-11.el8_10.noarch.rp 38 MB/s | 510 kB 00:00 (213/375): firewalld-filesystem-0.9.11-11.el8_1 12 MB/s | 78 kB 00:00 (214/375): glibc-devel-2.28-251.el8_10.34.x86_6 4.7 MB/s | 90 kB 00:00 (215/375): glibc-headers-2.28-251.el8_10.34.x86 19 MB/s | 495 kB 00:00 (216/375): binutils-2.30-128.el8_10.x86_64.rpm 41 MB/s | 5.8 MB 00:00 (217/375): iscsi-initiator-utils-iscsiuio-6.2.1 5.3 MB/s | 100 kB 00:00 (218/375): iscsi-initiator-utils-6.2.1.4-9.git0 11 MB/s | 380 kB 00:00 (219/375): kpatch-0.9.7-3.el8_10.noarch.rpm 2.4 MB/s | 18 kB 00:00 (220/375): kpatch-dnf-0.9.7_0.5-3.el8_10.noarch 6.5 MB/s | 20 kB 00:00 (221/375): krb5-pkinit-1.18.2-34.el8_10.x86_64. 8.9 MB/s | 175 kB 00:00 (222/375): krb5-workstation-1.18.2-34.el8_10.x8 35 MB/s | 959 kB 00:00 (223/375): libipa_hbac-2.9.4-5.el8_10.4.x86_64. 9.7 MB/s | 129 kB 00:00 (224/375): libsmbclient-4.19.4-15.el8_10.x86_64 16 MB/s | 157 kB 00:00 (225/375): libkadm5-1.18.2-34.el8_10.x86_64.rpm 10 MB/s | 188 kB 00:00 (226/375): libwbclient-4.19.4-15.el8_10.x86_64. 8.8 MB/s | 129 kB 00:00 (227/375): libxslt-1.1.32-6.3.el8_10.x86_64.rpm 19 MB/s | 249 kB 00:00 (228/375): lvm2-libs-2.03.14-15.el8_10.3.x86_64 44 MB/s | 1.2 MB 00:00 (229/375): lvm2-2.03.14-15.el8_10.3.x86_64.rpm 44 MB/s | 1.7 MB 00:00 (230/375): nftables-1.0.4-7.el8_10.x86_64.rpm 27 MB/s | 382 kB 00:00 (231/375): perl-Errno-1.28-423.el8_10.x86_64.rp 6.5 MB/s | 77 kB 00:00 (232/375): perl-IO-1.38-423.el8_10.x86_64.rpm 12 MB/s | 143 kB 00:00 (233/375): perl-libs-5.26.3-423.el8_10.x86_64.r 41 MB/s | 1.6 MB 00:00 (234/375): perl-macros-5.26.3-423.el8_10.x86_64 4.9 MB/s | 73 kB 00:00 (235/375): python3-dns-1.15.0-12.el8_10.noarch. 12 MB/s | 253 kB 00:00 (236/375): python3-firewall-0.9.11-11.el8_10.no 30 MB/s | 436 kB 00:00 (237/375): python3-libipa_hbac-2.9.4-5.el8_10.4 5.2 MB/s | 122 kB 00:00 (238/375): python3-nftables-1.0.4-7.el8_10.x86_ 5.5 MB/s | 32 kB 00:00 (239/375): kernel-headers-4.18.0-553.125.1.el8_ 44 MB/s | 12 MB 00:00 (240/375): python3-sss-2.9.4-5.el8_10.4.x86_64. 4.8 MB/s | 123 kB 00:00 (241/375): perl-interpreter-5.26.3-423.el8_10.x 39 MB/s | 6.3 MB 00:00 (242/375): python3-sss-murmur-2.9.4-5.el8_10.4. 6.6 MB/s | 112 kB 00:00 (243/375): python3-sssdconfig-2.9.4-5.el8_10.4. 9.4 MB/s | 155 kB 00:00 (244/375): samba-common-4.19.4-15.el8_10.noarch 19 MB/s | 234 kB 00:00 (245/375): samba-common-libs-4.19.4-15.el8_10.x 9.3 MB/s | 183 kB 00:00 (246/375): shadow-utils-subid-4.6-23.el8_10.x86 5.8 MB/s | 112 kB 00:00 (247/375): sssd-2.9.4-5.el8_10.4.x86_64.rpm 5.7 MB/s | 120 kB 00:00 (248/375): sssd-ad-2.9.4-5.el8_10.4.x86_64.rpm 13 MB/s | 315 kB 00:00 (249/375): sssd-common-pac-2.9.4-5.el8_10.4.x86 9.0 MB/s | 197 kB 00:00 (250/375): sssd-dbus-2.9.4-5.el8_10.4.x86_64.rp 8.6 MB/s | 233 kB 00:00 (251/375): sssd-ipa-2.9.4-5.el8_10.4.x86_64.rpm 15 MB/s | 380 kB 00:00 (252/375): samba-client-libs-4.19.4-15.el8_10.x 48 MB/s | 5.0 MB 00:00 (253/375): sssd-krb5-2.9.4-5.el8_10.4.x86_64.rp 7.7 MB/s | 166 kB 00:00 (254/375): sssd-krb5-common-2.9.4-5.el8_10.4.x8 12 MB/s | 207 kB 00:00 (255/375): sssd-ldap-2.9.4-5.el8_10.4.x86_64.rp 22 MB/s | 252 kB 00:00 (256/375): sssd-proxy-2.9.4-5.el8_10.4.x86_64.r 13 MB/s | 165 kB 00:00 (257/375): sssd-tools-2.9.4-5.el8_10.4.x86_64.r 17 MB/s | 262 kB 00:00 (258/375): vdo-6.2.11.5-14.el8_10.x86_64.rpm 38 MB/s | 668 kB 00:00 (259/375): systemd-container-239-82.el8_10.16.x 29 MB/s | 786 kB 00:00 (260/375): strace-5.18-2.1.el8_10.x86_64.rpm 36 MB/s | 1.4 MB 00:00 (261/375): xmlrpc-c-client-1.51.0-11.el8_10.x86 3.6 MB/s | 41 kB 00:00 (262/375): xmlrpc-c-1.51.0-11.el8_10.x86_64.rpm 11 MB/s | 213 kB 00:00 (263/375): bind-license-9.11.36-16.el8_10.7.noa 3.9 MB/s | 105 kB 00:00 (264/375): bind-libs-9.11.36-16.el8_10.7.x86_64 4.9 MB/s | 176 kB 00:00 (265/375): bind-libs-lite-9.11.36-16.el8_10.7.x 22 MB/s | 1.2 MB 00:00 (266/375): conmon-2.1.10-1.module+el8.10.0+2408 2.1 MB/s | 57 kB 00:00 (267/375): container-selinux-2.229.0-2.module+e 6.2 MB/s | 70 kB 00:00 (268/375): bind-utils-9.11.36-16.el8_10.7.x86_6 11 MB/s | 454 kB 00:00 (269/375): containers-common-1-82.module+el8.10 5.9 MB/s | 142 kB 00:00 (270/375): criu-3.18-5.module+el8.10.0+24081+a0 20 MB/s | 563 kB 00:00 (271/375): dnsmasq-2.79-35.el8_10.x86_64.rpm 16 MB/s | 323 kB 00:00 (272/375): edk2-ovmf-20220126gitbb1bba3d77-13.e 42 MB/s | 3.6 MB 00:00 (273/375): fuse-overlayfs-1.13-1.module+el8.10. 3.6 MB/s | 69 kB 00:00 (274/375): cpp-8.5.0-28.el8_10.x86_64.rpm 33 MB/s | 10 MB 00:00 (275/375): gcc-gdb-plugin-8.5.0-28.el8_10.x86_6 5.1 MB/s | 121 kB 00:00 (276/375): git-core-2.43.7-1.el8_10.x86_64.rpm 38 MB/s | 11 MB 00:00 (277/375): gnutls-dane-3.6.16-8.el8_10.5.x86_64 2.6 MB/s | 52 kB 00:00 (278/375): gnutls-utils-3.6.16-8.el8_10.5.x86_6 13 MB/s | 349 kB 00:00 (279/375): gstreamer1-plugins-base-1.16.1-6.el8 37 MB/s | 2.0 MB 00:00 (280/375): ipa-client-4.9.13-21.module+el8.10.0 9.3 MB/s | 294 kB 00:00 (281/375): containernetworking-plugins-1.4.0-8. 30 MB/s | 25 MB 00:00 (282/375): ipa-common-4.9.13-21.module+el8.10.0 30 MB/s | 803 kB 00:00 (283/375): ipa-selinux-4.9.13-21.module+el8.10. 11 MB/s | 187 kB 00:00 (284/375): ipa-client-common-4.9.13-21.module+e 1.9 MB/s | 195 kB 00:00 (285/375): jose-10-2.el8_10.3.x86_64.rpm 5.4 MB/s | 58 kB 00:00 (286/375): jq-1.6-12.el8_10.x86_64.rpm 16 MB/s | 203 kB 00:00 (287/375): libX11-xcb-1.6.8-9.el8_10.x86_64.rpm 2.7 MB/s | 15 kB 00:00 (288/375): libblockdev-lvm-2.28-7.el8_10.x86_64 9.5 MB/s | 88 kB 00:00 (289/375): libjose-10-2.el8_10.3.x86_64.rpm 7.7 MB/s | 64 kB 00:00 (290/375): libjpeg-turbo-1.5.3-14.el8_10.x86_64 31 MB/s | 157 kB 00:00 (291/375): libluksmeta-9-4.el8_10.1.x86_64.rpm 3.2 MB/s | 26 kB 00:00 (292/375): libslirp-4.4.0-2.module+el8.10.0+240 7.2 MB/s | 69 kB 00:00 (293/375): libtpms-0.9.1-3.20211126git1ff6fe1f4 15 MB/s | 184 kB 00:00 (294/375): libuv-1.41.1-2.el8_10.x86_64.rpm 12 MB/s | 156 kB 00:00 (295/375): libvirt-client-8.0.0-23.5.module+el8 17 MB/s | 420 kB 00:00 (296/375): libvirt-daemon-8.0.0-23.5.module+el8 21 MB/s | 425 kB 00:00 (297/375): libvirt-daemon-driver-interface-8.0. 15 MB/s | 215 kB 00:00 (298/375): libvirt-daemon-driver-network-8.0.0- 14 MB/s | 241 kB 00:00 (299/375): libvirt-daemon-driver-nodedev-8.0.0- 17 MB/s | 226 kB 00:00 (300/375): libvirt-daemon-config-network-8.0.0- 1.1 MB/s | 72 kB 00:00 (301/375): libvirt-daemon-driver-nwfilter-8.0.0 12 MB/s | 240 kB 00:00 (302/375): libvirt-daemon-driver-secret-8.0.0-2 11 MB/s | 203 kB 00:00 (303/375): libvirt-daemon-driver-qemu-8.0.0-23. 29 MB/s | 930 kB 00:00 (304/375): libvirt-daemon-driver-storage-8.0.0- 4.2 MB/s | 71 kB 00:00 (305/375): libvirt-daemon-driver-storage-core-8 14 MB/s | 259 kB 00:00 (306/375): libvirt-daemon-driver-storage-disk-8 5.3 MB/s | 81 kB 00:00 (307/375): libvirt-daemon-driver-storage-iscsi- 7.6 MB/s | 78 kB 00:00 (308/375): libvirt-daemon-driver-storage-gluste 5.4 MB/s | 83 kB 00:00 (309/375): libvirt-daemon-driver-storage-iscsi- 7.2 MB/s | 80 kB 00:00 (310/375): libvirt-daemon-driver-storage-logica 6.8 MB/s | 82 kB 00:00 (311/375): libvirt-daemon-driver-storage-mpath- 8.8 MB/s | 75 kB 00:00 (312/375): libvirt-daemon-driver-storage-rbd-8. 7.9 MB/s | 86 kB 00:00 (313/375): libvirt-daemon-driver-storage-scsi-8 4.1 MB/s | 78 kB 00:00 (314/375): libvirt-daemon-kvm-8.0.0-23.5.module 4.1 MB/s | 70 kB 00:00 (315/375): gcc-8.5.0-28.el8_10.x86_64.rpm 24 MB/s | 23 MB 00:00 (316/375): luksmeta-9-4.el8_10.1.x86_64.rpm 863 kB/s | 22 kB 00:00 (317/375): libvirt-libs-8.0.0-23.5.module+el8.1 24 MB/s | 4.7 MB 00:00 (318/375): mesa-filesystem-23.1.4-4.el8_10.x86_ 1.1 MB/s | 36 kB 00:00 (319/375): mesa-libEGL-23.1.4-4.el8_10.x86_64.r 5.1 MB/s | 149 kB 00:00 (320/375): mesa-libGL-23.1.4-4.el8_10.x86_64.rp 5.5 MB/s | 188 kB 00:00 (321/375): mesa-libgbm-23.1.4-4.el8_10.x86_64.r 430 kB/s | 61 kB 00:00 (322/375): mesa-libglapi-23.1.4-4.el8_10.x86_64 2.4 MB/s | 68 kB 00:00 (323/375): nmap-ncat-7.92-2.el8_10.x86_64.rpm 11 MB/s | 242 kB 00:00 (324/375): mesa-dri-drivers-23.1.4-4.el8_10.x86 18 MB/s | 7.8 MB 00:00 (325/375): nss-tools-3.112.0-8.el8_10.x86_64.rp 12 MB/s | 600 kB 00:00 (326/375): orc-0.4.28-4.el8_10.x86_64.rpm 5.0 MB/s | 175 kB 00:00 (327/375): osinfo-db-20250606-1.el8_10.noarch.r 18 MB/s | 315 kB 00:00 (328/375): pcp-conf-5.3.7-22.el8_10.x86_64.rpm 2.8 MB/s | 62 kB 00:00 (329/375): pcp-5.3.7-22.el8_10.x86_64.rpm 28 MB/s | 1.4 MB 00:00 (330/375): pcp-libs-5.3.7-22.el8_10.x86_64.rpm 21 MB/s | 638 kB 00:00 (331/375): pcp-selinux-5.3.7-22.el8_10.x86_64.r 3.4 MB/s | 64 kB 00:00 (332/375): podman-catatonit-4.9.4-30.module+el8 16 MB/s | 381 kB 00:00 (333/375): podman-gvproxy-4.9.4-30.module+el8.1 28 MB/s | 4.3 MB 00:00 (334/375): podman-plugins-4.9.4-30.module+el8.1 29 MB/s | 1.5 MB 00:00 (335/375): python3-bind-9.11.36-16.el8_10.7.noa 16 MB/s | 152 kB 00:00 (336/375): python3-ipaclient-4.9.13-21.module+e 14 MB/s | 696 kB 00:00 (337/375): python3-ipalib-4.9.13-21.module+el8. 20 MB/s | 771 kB 00:00 (338/375): python3-jwcrypto-0.5.0-2.module+el8. 4.6 MB/s | 66 kB 00:00 (339/375): python3-pcp-5.3.7-22.el8_10.x86_64.r 12 MB/s | 179 kB 00:00 (340/375): python3-pyasn1-0.3.7-6.el8_10.1.noar 6.9 MB/s | 126 kB 00:00 (341/375): python3-pyasn1-modules-0.3.7-6.el8_1 10 MB/s | 109 kB 00:00 (342/375): python3-qrcode-core-5.3-1.module+el8 4.2 MB/s | 47 kB 00:00 (343/375): python3.11-3.11.13-7.el8_10.x86_64.r 2.1 MB/s | 31 kB 00:00 (344/375): podman-4.9.4-30.module+el8.10.0+2408 31 MB/s | 17 MB 00:00 (345/375): python3.11-setuptools-wheel-65.5.1-4 18 MB/s | 722 kB 00:00 (346/375): python3.12-3.12.13-2.el8_10.x86_64.r 1.3 MB/s | 31 kB 00:00 (347/375): python3.11-libs-3.11.13-7.el8_10.x86 30 MB/s | 10 MB 00:00 (348/375): qemu-img-6.2.0-53.module+el8.10.0+23 19 MB/s | 2.2 MB 00:00 (349/375): python3.12-libs-3.12.13-2.el8_10.x86 32 MB/s | 10 MB 00:00 (350/375): qemu-kvm-6.2.0-53.module+el8.10.0+23 5.1 MB/s | 195 kB 00:00 (351/375): qemu-kvm-block-curl-6.2.0-53.module+ 7.1 MB/s | 206 kB 00:00 (352/375): qemu-kvm-block-gluster-6.2.0-53.modu 6.4 MB/s | 207 kB 00:00 (353/375): qemu-kvm-block-iscsi-6.2.0-53.module 8.9 MB/s | 214 kB 00:00 (354/375): qemu-kvm-block-rbd-6.2.0-53.module+e 8.6 MB/s | 208 kB 00:00 (355/375): qemu-kvm-block-ssh-6.2.0-53.module+e 9.2 MB/s | 208 kB 00:00 (356/375): qemu-kvm-common-6.2.0-53.module+el8. 20 MB/s | 1.1 MB 00:00 (357/375): qemu-kvm-core-6.2.0-53.module+el8.10 29 MB/s | 3.4 MB 00:00 (358/375): qemu-kvm-docs-6.2.0-53.module+el8.10 29 MB/s | 2.6 MB 00:00 (359/375): qemu-kvm-hw-usbredir-6.2.0-53.module 6.9 MB/s | 217 kB 00:00 (360/375): qemu-kvm-ui-opengl-6.2.0-53.module+e 8.0 MB/s | 209 kB 00:00 (361/375): qemu-kvm-ui-spice-6.2.0-53.module+el 7.8 MB/s | 256 kB 00:00 (362/375): rhel-system-roles-1.23.0-4.el8_10.no 21 MB/s | 3.1 MB 00:00 (363/375): slirp4netns-1.2.3-1.module+el8.10.0+ 1.5 MB/s | 55 kB 00:00 (364/375): runc-1.2.9-4.module+el8.10.0+24081+a 22 MB/s | 3.8 MB 00:00 (365/375): socat-1.7.4.1-2.el8_10.x86_64.rpm 8.9 MB/s | 323 kB 00:00 (366/375): sssd-idp-2.9.4-5.el8_10.4.x86_64.rpm 3.4 MB/s | 135 kB 00:00 (367/375): udisks2-iscsi-2.9.0-16.el8_10.1.x86_ 1.0 MB/s | 31 kB 00:00 (368/375): udisks2-lvm2-2.9.0-16.el8_10.1.x86_6 1.4 MB/s | 46 kB 00:00 (369/375): valgrind-docs-3.22.0-3.el8_10.x86_64 16 MB/s | 1.7 MB 00:00 (370/375): valgrind-gdb-3.22.0-3.el8_10.x86_64. 2.6 MB/s | 134 kB 00:00 (371/375): valgrind-scripts-3.22.0-3.el8_10.x86 2.7 MB/s | 110 kB 00:00 (372/375): virt-install-3.2.0-4.1.el8_10.noarch 1.4 MB/s | 82 kB 00:00 (373/375): virt-manager-common-3.2.0-4.1.el8_10 11 MB/s | 1.0 MB 00:00 (374/375): valgrind-3.22.0-3.el8_10.x86_64.rpm 22 MB/s | 9.3 MB 00:00 (375/375): llvm-compat-libs-17.0.6-3.module+el8 16 MB/s | 55 MB 00:03 -------------------------------------------------------------------------------- Total 53 MB/s | 349 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: kmod-kvdo-6.2.8.7-94.el8.x86_64 1/1 Running scriptlet: rhel-system-roles-1.23.0-4.el8_10.noarch 1/1 Preparing : 1/1 Installing : perl-Digest-1.17-395.el8.noarch 1/375 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 2/375 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 3/375 Installing : perl-libnet-3.11-3.el8.noarch 4/375 Installing : perl-URI-1.73-3.el8.noarch 5/375 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 6/375 Installing : perl-Time-Local-1:1.280-1.el8.noarch 7/375 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9 8/375 Installing : perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f089 9/375 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 10/375 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+5 11/375 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 12/375 Installing : perl-Term-Cap-1.17-395.el8.noarch 13/375 Installing : perl-File-Temp-0.230.600-1.el8.noarch 14/375 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 15/375 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 16/375 Installing : perl-podlators-4.11-1.el8.noarch 17/375 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 18/375 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 19/375 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 20/375 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 21/375 Installing : perl-Storable-1:3.11-3.el8.x86_64 22/375 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 23/375 Installing : perl-Socket-4:2.027-3.el8.x86_64 24/375 Installing : perl-Errno-1.28-423.el8_10.x86_64 25/375 Installing : perl-Encode-4:2.97-3.el8.x86_64 26/375 Installing : perl-Exporter-5.72-396.el8.noarch 27/375 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 28/375 Installing : perl-parent-1:0.237-1.el8.noarch 29/375 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 30/375 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 31/375 Installing : perl-constant-1.33-396.el8.noarch 32/375 Installing : perl-threads-shared-1.58-2.el8.x86_64 33/375 Installing : perl-threads-1:2.21-2.el8.x86_64 34/375 Installing : perl-File-Path-2.15-2.el8.noarch 35/375 Installing : perl-PathTools-3.74-1.el8.x86_64 36/375 Installing : perl-IO-1.38-423.el8_10.x86_64 37/375 Installing : perl-macros-4:5.26.3-423.el8_10.x86_64 38/375 Installing : perl-libs-4:5.26.3-423.el8_10.x86_64 39/375 Installing : perl-Carp-1.42-396.el8.noarch 40/375 Installing : perl-interpreter-4:5.26.3-423.el8_10.x86_64 41/375 Installing : libaio-0.3.112-1.el8.x86_64 42/375 Installing : boost-system-1.66.0-13.el8.x86_64 43/375 Running scriptlet: boost-system-1.66.0-13.el8.x86_64 43/375 Installing : libjose-10-2.el8_10.3.x86_64 44/375 Running scriptlet: libjose-10-2.el8_10.3.x86_64 44/375 Installing : device-mapper-event-libs-8:1.02.181-15.el8_10.3. 45/375 Installing : protobuf-c-1.3.0-8.el8.x86_64 46/375 Installing : libogg-2:1.3.2-10.el8.x86_64 47/375 Installing : glusterfs-libs-6.0-56.4.el8.x86_64 48/375 Running scriptlet: glusterfs-libs-6.0-56.4.el8.x86_64 48/375 Installing : cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64 49/375 Running scriptlet: sssd-krb5-common-2.9.4-5.el8_10.4.x86_64 50/375 Installing : sssd-krb5-common-2.9.4-5.el8_10.4.x86_64 50/375 Installing : qemu-img-15:6.2.0-53.module+el8.10.0+23760+c0926 51/375 Installing : python3-pyasn1-0.3.7-6.el8_10.1.noarch 52/375 Installing : mesa-libglapi-23.1.4-4.el8_10.x86_64 53/375 Running scriptlet: mesa-libglapi-23.1.4-4.el8_10.x86_64 53/375 Installing : libtpms-0.9.1-3.20211126git1ff6fe1f43.module+el8 54/375 Installing : libX11-xcb-1.6.8-9.el8_10.x86_64 55/375 Running scriptlet: container-selinux-2:2.229.0-2.module+el8.10.0+24 56/375 Installing : container-selinux-2:2.229.0-2.module+el8.10.0+24 56/375 Running scriptlet: container-selinux-2:2.229.0-2.module+el8.10.0+24 56/375 Installing : bind-license-32:9.11.36-16.el8_10.7.noarch 57/375 Running scriptlet: samba-common-4.19.4-15.el8_10.noarch 58/375 Installing : samba-common-4.19.4-15.el8_10.noarch 58/375 Running scriptlet: samba-common-4.19.4-15.el8_10.noarch 58/375 Installing : python3-sssdconfig-2.9.4-5.el8_10.4.noarch 59/375 Installing : libwayland-client-1.21.0-1.el8.x86_64 60/375 Installing : libglvnd-1:1.3.4-2.el8.x86_64 61/375 Installing : fstrm-0.6.1-3.el8.x86_64 62/375 Installing : iptables-libs-1.8.5-11.el8_9.x86_64 63/375 Installing : augeas-libs-1.12.0-8.el8.x86_64 64/375 Running scriptlet: augeas-libs-1.12.0-8.el8.x86_64 64/375 Installing : bind-libs-lite-32:9.11.36-16.el8_10.7.x86_64 65/375 Installing : python3-pyasn1-modules-0.3.7-6.el8_10.1.noarch 66/375 Installing : python3-ldap-3.3.1-2.el8.x86_64 67/375 Installing : sssd-krb5-2.9.4-5.el8_10.4.x86_64 68/375 Installing : jose-10-2.el8_10.3.x86_64 69/375 Installing : boost-chrono-1.66.0-13.el8.x86_64 70/375 Running scriptlet: boost-chrono-1.66.0-13.el8.x86_64 70/375 Installing : boost-random-1.66.0-13.el8.x86_64 71/375 Running scriptlet: boost-random-1.66.0-13.el8.x86_64 71/375 Installing : boost-thread-1.66.0-13.el8.x86_64 72/375 Running scriptlet: boost-thread-1.66.0-13.el8.x86_64 72/375 Installing : device-mapper-persistent-data-0.9.0-7.el8.x86_64 73/375 Installing : orc-0.4.28-4.el8_10.x86_64 74/375 Running scriptlet: orc-0.4.28-4.el8_10.x86_64 74/375 Installing : libuv-1:1.41.1-2.el8_10.x86_64 75/375 Installing : ipa-client-common-4.9.13-21.module+el8.10.0+2394 76/375 Running scriptlet: dnsmasq-2.79-35.el8_10.x86_64 77/375 Installing : dnsmasq-2.79-35.el8_10.x86_64 77/375 Running scriptlet: dnsmasq-2.79-35.el8_10.x86_64 77/375 Installing : xmlrpc-c-1.51.0-11.el8_10.x86_64 78/375 Installing : sssd-dbus-2.9.4-5.el8_10.4.x86_64 79/375 Running scriptlet: sssd-dbus-2.9.4-5.el8_10.4.x86_64 79/375 Installing : python3-dns-1.15.0-12.el8_10.noarch 80/375 Installing : libxslt-1.1.32-6.3.el8_10.x86_64 81/375 Installing : libipa_hbac-2.9.4-5.el8_10.4.x86_64 82/375 Running scriptlet: libipa_hbac-2.9.4-5.el8_10.4.x86_64 82/375 Installing : binutils-2.30-128.el8_10.x86_64 83/375 Running scriptlet: binutils-2.30-128.el8_10.x86_64 83/375 Installing : avahi-libs-0.7-27.el8_10.1.x86_64 84/375 Installing : python3-pyusb-1.0.0-9.1.module+el8.9.0+18920+222 85/375 Installing : python3-psutil-5.4.3-11.el8.x86_64 86/375 Installing : python3-gssapi-1.5.1-5.el8.x86_64 87/375 Installing : python3-argcomplete-1.9.3-6.el8.noarch 88/375 Installing : opus-1.3-0.4.beta.el8.x86_64 89/375 Installing : mpdecimal-2.5.1-3.el8.x86_64 90/375 Installing : libxshmfence-1.3-2.el8.x86_64 91/375 Installing : libwayland-server-1.21.0-1.el8.x86_64 92/375 Installing : libpmem-1.6.1-1.el8.x86_64 93/375 Running scriptlet: libpmem-1.6.1-1.el8.x86_64 93/375 Installing : libmpc-1.1.0-9.1.el8.x86_64 94/375 Installing : gstreamer1-1.16.1-2.el8.x86_64 95/375 Installing : boost-program-options-1.66.0-13.el8.x86_64 96/375 Running scriptlet: boost-program-options-1.66.0-13.el8.x86_64 96/375 Installing : boost-iostreams-1.66.0-13.el8.x86_64 97/375 Running scriptlet: boost-iostreams-1.66.0-13.el8.x86_64 97/375 Installing : boost-date-time-1.66.0-13.el8.x86_64 98/375 Running scriptlet: boost-date-time-1.66.0-13.el8.x86_64 98/375 Installing : boost-atomic-1.66.0-13.el8.x86_64 99/375 Running scriptlet: boost-atomic-1.66.0-13.el8.x86_64 99/375 Installing : userspace-rcu-0.10.1-4.el8.x86_64 100/375 Running scriptlet: userspace-rcu-0.10.1-4.el8.x86_64 100/375 Installing : device-mapper-multipath-libs-0.8.4-44.el8_10.x86 101/375 Running scriptlet: device-mapper-multipath-libs-0.8.4-44.el8_10.x86 101/375 Installing : python3-pyparsing-2.1.10-7.el8.noarch 102/375 Installing : librdmacm-48.0-1.el8.x86_64 103/375 Installing : libiscsi-1.18.0-8.module+el8.9.0+18724+20190c23. 104/375 Running scriptlet: libiscsi-1.18.0-8.module+el8.9.0+18724+20190c23. 104/375 Installing : libpciaccess-0.14-1.el8.x86_64 105/375 Installing : libdrm-2.4.115-2.el8.x86_64 106/375 Installing : mesa-libgbm-23.1.4-4.el8_10.x86_64 107/375 Running scriptlet: mesa-libgbm-23.1.4-4.el8_10.x86_64 107/375 Installing : libglvnd-egl-1:1.3.4-2.el8.x86_64 108/375 Installing : mesa-libEGL-23.1.4-4.el8_10.x86_64 109/375 Installing : libnftnl-1.2.2-3.el8.x86_64 110/375 Running scriptlet: libnftnl-1.2.2-3.el8.x86_64 110/375 Installing : nftables-1:1.0.4-7.el8_10.x86_64 111/375 Running scriptlet: nftables-1:1.0.4-7.el8_10.x86_64 111/375 Installing : libnfnetlink-1.0.1-13.el8.x86_64 112/375 Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64 112/375 Installing : libicu-60.3-2.el8_1.x86_64 113/375 Running scriptlet: libicu-60.3-2.el8_1.x86_64 113/375 Running scriptlet: libwbclient-4.19.4-15.el8_10.x86_64 114/375 Installing : libwbclient-4.19.4-15.el8_10.x86_64 114/375 Installing : samba-common-libs-4.19.4-15.el8_10.x86_64 115/375 Installing : samba-client-libs-4.19.4-15.el8_10.x86_64 116/375 Installing : sssd-common-pac-2.9.4-5.el8_10.4.x86_64 117/375 Installing : boost-regex-1.66.0-13.el8.x86_64 118/375 Running scriptlet: boost-regex-1.66.0-13.el8.x86_64 118/375 Installing : librados2-1:12.2.7-9.el8.x86_64 119/375 Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 119/375 Installing : librbd1-1:12.2.7-9.el8.x86_64 120/375 Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 120/375 Installing : fuse3-libs-3.3.0-19.el8.x86_64 121/375 Running scriptlet: fuse3-libs-3.3.0-19.el8.x86_64 121/375 Installing : cryptsetup-2.3.7-7.el8.x86_64 122/375 Installing : boom-boot-conf-1.3-2.el8.noarch 123/375 Installing : libsmbclient-4.19.4-15.el8_10.x86_64 124/375 Installing : libnetfilter_conntrack-1.0.6-5.el8.x86_64 125/375 Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64 125/375 Running scriptlet: iptables-1.8.5-11.el8_9.x86_64 126/375 Installing : iptables-1.8.5-11.el8_9.x86_64 126/375 Running scriptlet: iptables-1.8.5-11.el8_9.x86_64 126/375 Installing : iptables-ebtables-1.8.5-11.el8_9.x86_64 127/375 Running scriptlet: iptables-ebtables-1.8.5-11.el8_9.x86_64 127/375 Installing : python3-nftables-1:1.0.4-7.el8_10.x86_64 128/375 Installing : libglvnd-gles-1:1.3.4-2.el8.x86_64 129/375 Installing : python3-dbus-signature-pyparsing-0.03-2.el8.noar 130/375 Installing : python3-into-dbus-python-0.06-2.el8.noarch 131/375 Installing : python3-dbus-python-client-gen-0.7-3.el8.noarch 132/375 Installing : cpp-8.5.0-28.el8_10.x86_64 133/375 Running scriptlet: cpp-8.5.0-28.el8_10.x86_64 133/375 Installing : python3-yubico-1.3.2-9.1.module+el8.9.0+18920+22 134/375 Installing : python3-libipa_hbac-2.9.4-5.el8_10.4.x86_64 135/375 Installing : netcf-libs-0.2.8-12.module+el8.9.0+18724+20190c2 136/375 Running scriptlet: netcf-libs-0.2.8-12.module+el8.9.0+18724+20190c2 136/375 Installing : xmlrpc-c-client-1.51.0-11.el8_10.x86_64 137/375 Installing : certmonger-0.79.17-2.el8.x86_64 138/375 Running scriptlet: certmonger-0.79.17-2.el8.x86_64 138/375 Installing : bind-libs-32:9.11.36-16.el8_10.7.x86_64 139/375 Installing : python3-augeas-0.5.0-12.el8.noarch 140/375 Installing : iproute-tc-6.2.0-6.el8_10.x86_64 141/375 Installing : libwayland-cursor-1.21.0-1.el8.x86_64 142/375 Installing : python3-bind-32:9.11.36-16.el8_10.7.noarch 143/375 Installing : bind-utils-32:9.11.36-16.el8_10.7.x86_64 144/375 Running scriptlet: sssd-ipa-2.9.4-5.el8_10.4.x86_64 145/375 Installing : sssd-ipa-2.9.4-5.el8_10.4.x86_64 145/375 Installing : swtpm-libs-0.7.0-4.20211109gitb79fd91.module+el8 146/375 Installing : swtpm-0.7.0-4.20211109gitb79fd91.module+el8.9.0+ 147/375 Running scriptlet: swtpm-0.7.0-4.20211109gitb79fd91.module+el8.9.0+ 147/375 Installing : sssd-ldap-2.9.4-5.el8_10.4.x86_64 148/375 Installing : adcli-0.9.2-1.el8.x86_64 149/375 Installing : sssd-ad-2.9.4-5.el8_10.4.x86_64 150/375 Running scriptlet: glusterfs-6.0-56.4.el8.x86_64 151/375 Installing : glusterfs-6.0-56.4.el8.x86_64 151/375 Running scriptlet: glusterfs-6.0-56.4.el8.x86_64 151/375 Installing : glusterfs-client-xlators-6.0-56.4.el8.x86_64 152/375 Installing : glusterfs-api-6.0-56.4.el8.x86_64 153/375 Running scriptlet: glusterfs-api-6.0-56.4.el8.x86_64 153/375 Installing : glusterfs-cli-6.0-56.4.el8.x86_64 154/375 Installing : celt051-0.5.1.3-15.el8.x86_64 155/375 Running scriptlet: celt051-0.5.1.3-15.el8.x86_64 155/375 Installing : libtheora-1:1.1.1-21.el8.x86_64 156/375 Installing : libvorbis-1:1.3.6-2.el8.x86_64 157/375 Installing : device-mapper-event-8:1.02.181-15.el8_10.3.x86_6 158/375 Running scriptlet: device-mapper-event-8:1.02.181-15.el8_10.3.x86_6 158/375 Installing : lvm2-libs-8:2.03.14-15.el8_10.3.x86_64 159/375 Installing : lvm2-8:2.03.14-15.el8_10.3.x86_64 160/375 Running scriptlet: lvm2-8:2.03.14-15.el8_10.3.x86_64 160/375 Installing : python3-boom-1.3-2.el8.noarch 161/375 Installing : libblockdev-lvm-2.28-7.el8_10.x86_64 162/375 Installing : sssd-idp-2.9.4-5.el8_10.4.x86_64 163/375 Installing : python36-3.6.8-39.module+el8.10.0+20784+edafcd43 164/375 Running scriptlet: python36-3.6.8-39.module+el8.10.0+20784+edafcd43 164/375 Installing : python3-pip-9.0.3-24.el8.noarch 165/375 Installing : valgrind-docs-1:3.22.0-3.el8_10.x86_64 166/375 Installing : qemu-kvm-docs-15:6.2.0-53.module+el8.10.0+23760+ 167/375 Installing : python3.11-setuptools-wheel-65.5.1-4.el8_10.noar 168/375 Installing : python3-qrcode-core-5.3-1.module+el8.10.0+22544+ 169/375 Installing : python3-jwcrypto-0.5.0-2.module+el8.10.0+21692+c 170/375 Installing : podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+ 171/375 Installing : podman-plugins-4:4.9.4-30.module+el8.10.0+24081+ 172/375 Running scriptlet: pcp-selinux-5.3.7-22.el8_10.x86_64 173/375 Installing : pcp-selinux-5.3.7-22.el8_10.x86_64 173/375 Running scriptlet: pcp-selinux-5.3.7-22.el8_10.x86_64 173/375 libsemanage.semanage_direct_install_info: Overriding pcp module at lower priority 100 with module at priority 200. Installing : pcp-conf-5.3.7-22.el8_10.x86_64 174/375 Installing : pcp-libs-5.3.7-22.el8_10.x86_64 175/375 Running scriptlet: pcp-5.3.7-22.el8_10.x86_64 176/375 Installing : pcp-5.3.7-22.el8_10.x86_64 176/375 Running scriptlet: pcp-5.3.7-22.el8_10.x86_64 176/375 Installing : osinfo-db-20250606-1.el8_10.noarch 177/375 Installing : nss-tools-3.112.0-8.el8_10.x86_64 178/375 Installing : nmap-ncat-2:7.92-2.el8_10.x86_64 179/375 Running scriptlet: nmap-ncat-2:7.92-2.el8_10.x86_64 179/375 Installing : mesa-filesystem-23.1.4-4.el8_10.x86_64 180/375 Installing : llvm-compat-libs-17.0.6-3.module+el8.10.0+22218+ 181/375 Running scriptlet: llvm-compat-libs-17.0.6-3.module+el8.10.0+22218+ 181/375 Installing : mesa-dri-drivers-23.1.4-4.el8_10.x86_64 182/375 Installing : libslirp-4.4.0-2.module+el8.10.0+24081+a04d358a. 183/375 Installing : slirp4netns-1.2.3-1.module+el8.10.0+24081+a04d35 184/375 Installing : libluksmeta-9-4.el8_10.1.x86_64 185/375 Running scriptlet: libluksmeta-9-4.el8_10.1.x86_64 185/375 Installing : luksmeta-9-4.el8_10.1.x86_64 186/375 Installing : libjpeg-turbo-1.5.3-14.el8_10.x86_64 187/375 Running scriptlet: ipa-selinux-4.9.13-21.module+el8.10.0+23945+b417 188/375 Installing : ipa-selinux-4.9.13-21.module+el8.10.0+23945+b417 188/375 Running scriptlet: ipa-selinux-4.9.13-21.module+el8.10.0+23945+b417 188/375 Installing : ipa-common-4.9.13-21.module+el8.10.0+23945+b4174 189/375 Installing : gnutls-dane-3.6.16-8.el8_10.5.x86_64 190/375 Installing : git-core-2.43.7-1.el8_10.x86_64 191/375 Installing : edk2-ovmf-20220126gitbb1bba3d77-13.el8_10.8.noar 192/375 Installing : containernetworking-plugins-1:1.4.0-8.module+el8 193/375 Installing : conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a 194/375 Installing : systemd-container-239-82.el8_10.16.x86_64 195/375 Running scriptlet: sssd-proxy-2.9.4-5.el8_10.4.x86_64 196/375 Installing : sssd-proxy-2.9.4-5.el8_10.4.x86_64 196/375 Installing : shadow-utils-subid-2:4.6-23.el8_10.x86_64 197/375 Installing : python3-sss-murmur-2.9.4-5.el8_10.4.x86_64 198/375 Installing : python3-sss-2.9.4-5.el8_10.4.x86_64 199/375 Installing : sssd-tools-2.9.4-5.el8_10.4.x86_64 200/375 Installing : libkadm5-1.18.2-34.el8_10.x86_64 201/375 Installing : krb5-workstation-1.18.2-34.el8_10.x86_64 202/375 Installing : krb5-pkinit-1.18.2-34.el8_10.x86_64 203/375 Installing : kpatch-dnf-0.9.7_0.5-3.el8_10.noarch 204/375 Running scriptlet: kpatch-dnf-0.9.7_0.5-3.el8_10.noarch 204/375 To enable automatic kpatch-patch subscription, run: $ dnf kpatch auto Installing : kernel-headers-4.18.0-553.125.1.el8_10.x86_64 205/375 Running scriptlet: glibc-headers-2.28-251.el8_10.34.x86_64 206/375 Installing : glibc-headers-2.28-251.el8_10.34.x86_64 206/375 Installing : glibc-devel-2.28-251.el8_10.34.x86_64 207/375 Running scriptlet: glibc-devel-2.28-251.el8_10.34.x86_64 207/375 Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 208/375 Installing : firewalld-filesystem-0.9.11-11.el8_10.noarch 209/375 Installing : bzip2-1.0.6-28.el8_10.x86_64 210/375 Installing : autofs-1:5.1.4-114.el8_10.8.x86_64 211/375 Running scriptlet: autofs-1:5.1.4-114.el8_10.8.x86_64 211/375 Installing : yajl-2.1.0-12.el8.x86_64 212/375 Installing : usbredir-0.12.0-4.el8.x86_64 213/375 Installing : tracer-common-1.1-1.el8.noarch 214/375 Installing : sshpass-1.09-4.el8.x86_64 215/375 Installing : sgabios-bin-1:0.20170427git-3.module+el8.9.0+187 216/375 Installing : seavgabios-bin-1.16.0-4.module+el8.9.0+19570+14a 217/375 Installing : seabios-bin-1.16.0-4.module+el8.9.0+19570+14a906 218/375 Installing : python3.12-pip-wheel-23.2.1-4.el8.noarch 219/375 Installing : python3.12-3.12.13-2.el8_10.x86_64 220/375 Running scriptlet: python3.12-3.12.13-2.el8_10.x86_64 220/375 Installing : python3.12-libs-3.12.13-2.el8_10.x86_64 221/375 Installing : python3.12-ply-3.11-2.el8.noarch 222/375 Installing : python3.12-pycparser-2.20-2.el8.noarch 223/375 Installing : python3.12-cffi-1.16.0-2.el8.x86_64 224/375 Installing : python3.12-cryptography-41.0.7-1.el8.x86_64 225/375 Installing : python3.12-pyyaml-6.0.1-2.el8.x86_64 226/375 Installing : ansible-core-2.16.3-2.el8.x86_64 227/375 Installing : python3.11-pip-wheel-22.3.1-5.el8.noarch 228/375 Installing : python3.11-3.11.13-7.el8_10.x86_64 229/375 Running scriptlet: python3.11-3.11.13-7.el8_10.x86_64 229/375 Installing : python3.11-libs-3.11.13-7.el8_10.x86_64 230/375 Installing : python3-netaddr-0.7.19-8.el8.noarch 231/375 Installing : python3-ipalib-4.9.13-21.module+el8.10.0+23945+b 232/375 Installing : python3-ipaclient-4.9.13-21.module+el8.10.0+2394 233/375 Installing : python3-justbases-0.14-4.el8.noarch 234/375 Installing : python3-justbytes-0.14-2.el8.noarch 235/375 Installing : python3-distro-1.4.0-2.module+el8.10.0+20784+eda 236/375 Installing : python3-dbus-client-gen-0.4-1.el8.noarch 237/375 Installing : osinfo-db-tools-1.9.0-1.el8.x86_64 238/375 Installing : libosinfo-1.9.0-3.el8.x86_64 239/375 Installing : oniguruma-6.8.2-3.el8.x86_64 240/375 Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 240/375 Installing : jq-1.6-12.el8_10.x86_64 241/375 Installing : mdevctl-1.1.0-2.el8.x86_64 242/375 Installing : libwayland-egl-1.21.0-1.el8.x86_64 243/375 Installing : libvisual-1:0.4.0-25.el8.x86_64 244/375 Running scriptlet: libvisual-1:0.4.0-25.el8.x86_64 244/375 Installing : libusal-1.1.11-39.el8.x86_64 245/375 Running scriptlet: libusal-1.1.11-39.el8.x86_64 245/375 Installing : genisoimage-1.1.11-39.el8.x86_64 246/375 Running scriptlet: genisoimage-1.1.11-39.el8.x86_64 246/375 Installing : libnet-1.1.6-15.el8.x86_64 247/375 Running scriptlet: libnet-1.1.6-15.el8.x86_64 247/375 Installing : criu-3.18-5.module+el8.10.0+24081+a04d358a.x86_6 248/375 Installing : runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x8 249/375 Installing : libipt-1.6.1-8.el8.x86_64 250/375 Installing : libfdt-1.6.0-1.el8.x86_64 251/375 Running scriptlet: libfdt-1.6.0-1.el8.x86_64 251/375 Installing : libepoxy-1.5.8-1.el8.x86_64 252/375 Installing : libdatrie-0.2.9-7.el8.x86_64 253/375 Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 253/375 Installing : libthai-0.1.27-2.el8.x86_64 254/375 Running scriptlet: libthai-0.1.27-2.el8.x86_64 254/375 Installing : libatomic_ops-7.6.2-3.el8.x86_64 255/375 Installing : gc-7.6.4-3.el8.x86_64 256/375 Installing : libXxf86vm-1.1.4-9.el8.x86_64 257/375 Installing : libXv-1.0.11-7.el8.x86_64 258/375 Installing : libXft-2.3.3-1.el8.x86_64 259/375 Installing : libXfixes-5.0.3-7.el8.x86_64 260/375 Installing : libglvnd-glx-1:1.3.4-2.el8.x86_64 261/375 Installing : mesa-libGL-23.1.4-4.el8_10.x86_64 262/375 Installing : isl-0.16.1-6.el8.x86_64 263/375 Running scriptlet: isl-0.16.1-6.el8.x86_64 263/375 Installing : gcc-8.5.0-28.el8_10.x86_64 264/375 Running scriptlet: gcc-8.5.0-28.el8_10.x86_64 264/375 Installing : gcc-gdb-plugin-8.5.0-28.el8_10.x86_64 265/375 Running scriptlet: gcc-gdb-plugin-8.5.0-28.el8_10.x86_64 265/375 Installing : ipxe-roms-qemu-20181214-11.git133f4c47.el8.noarc 266/375 Installing : qemu-kvm-common-15:6.2.0-53.module+el8.10.0+2376 267/375 Running scriptlet: qemu-kvm-common-15:6.2.0-53.module+el8.10.0+2376 267/375 Installing : qemu-kvm-ui-opengl-15:6.2.0-53.module+el8.10.0+2 268/375 Installing : qemu-kvm-block-curl-15:6.2.0-53.module+el8.10.0+ 269/375 Installing : qemu-kvm-block-gluster-15:6.2.0-53.module+el8.10 270/375 Installing : qemu-kvm-block-iscsi-15:6.2.0-53.module+el8.10.0 271/375 Installing : qemu-kvm-block-rbd-15:6.2.0-53.module+el8.10.0+2 272/375 Installing : qemu-kvm-block-ssh-15:6.2.0-53.module+el8.10.0+2 273/375 Installing : qemu-kvm-core-15:6.2.0-53.module+el8.10.0+23760+ 274/375 Installing : qemu-kvm-hw-usbredir-15:6.2.0-53.module+el8.10.0 275/375 Installing : http-parser-2.8.0-9.el8.x86_64 276/375 Installing : graphite2-1.3.10-10.el8.x86_64 277/375 Installing : harfbuzz-1.7.5-4.el8.x86_64 278/375 Running scriptlet: harfbuzz-1.7.5-4.el8.x86_64 278/375 Installing : fribidi-1.0.4-9.el8.x86_64 279/375 Installing : pango-1.42.4-8.el8.x86_64 280/375 Running scriptlet: pango-1.42.4-8.el8.x86_64 280/375 Installing : autogen-libopts-5.18.12-8.el8.x86_64 281/375 Installing : gnutls-utils-3.6.16-8.el8_10.5.x86_64 282/375 Installing : swtpm-tools-0.7.0-4.20211109gitb79fd91.module+el 283/375 Installing : alsa-lib-1.2.10-2.el8.x86_64 284/375 Running scriptlet: alsa-lib-1.2.10-2.el8.x86_64 284/375 Running scriptlet: xml-common-0.6.3-50.el8.noarch 285/375 Installing : xml-common-0.6.3-50.el8.noarch 285/375 Installing : iso-codes-3.79-2.el8.noarch 286/375 Installing : gstreamer1-plugins-base-1.16.1-6.el8_10.x86_64 287/375 Installing : spice-server-0.14.3-4.el8.x86_64 288/375 Installing : qemu-kvm-ui-spice-15:6.2.0-53.module+el8.10.0+23 289/375 Installing : qemu-kvm-15:6.2.0-53.module+el8.10.0+23760+c0926 290/375 Installing : tpm2-tools-4.1.1-5.el8.x86_64 291/375 Running scriptlet: clevis-15-15.el8.x86_64 292/375 Installing : clevis-15-15.el8.x86_64 292/375 Installing : clevis-luks-15-15.el8.x86_64 293/375 Installing : stratisd-2.4.2-2.el8.x86_64 294/375 Running scriptlet: stratisd-2.4.2-2.el8.x86_64 294/375 Installing : python3-urwid-1.3.1-4.el8.x86_64 295/375 Installing : python3-configshell-1:1.1.28-1.el8.noarch 296/375 Installing : python3-slip-0.6.4-13.el8.noarch 297/375 Installing : python3-slip-dbus-0.6.4-13.el8.noarch 298/375 Installing : python3-firewall-0.9.11-11.el8_10.noarch 299/375 Installing : python3-kmod-0.9-20.el8.x86_64 300/375 Installing : python3-rtslib-2.1.75-4.el8.noarch 301/375 Installing : target-restore-2.1.75-4.el8.noarch 302/375 Running scriptlet: target-restore-2.1.75-4.el8.noarch 302/375 Installing : numad-0.5-27.20150602git.el8.x86_64 303/375 Running scriptlet: numad-0.5-27.20150602git.el8.x86_64 303/375 Installing : lzop-1.03-20.el8.x86_64 304/375 Installing : libtool-ltdl-2.4.6-25.el8.x86_64 305/375 Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 305/375 Installing : guile-5:2.0.14-7.el8.x86_64 306/375 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 306/375 Installing : libbabeltrace-1.5.4-4.el8.x86_64 307/375 Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64 307/375 Installing : gdb-headless-8.2-20.el8.x86_64 308/375 Installing : gdb-8.2-20.el8.x86_64 309/375 Installing : valgrind-1:3.22.0-3.el8_10.x86_64 310/375 Installing : valgrind-gdb-1:3.22.0-3.el8_10.x86_64 311/375 Installing : valgrind-scripts-1:3.22.0-3.el8_10.x86_64 312/375 Running scriptlet: kmod-kvdo-6.2.8.7-94.el8.x86_64 313/375 Installing : kmod-kvdo-6.2.8.7-94.el8.x86_64 313/375 Running scriptlet: kmod-kvdo-6.2.8.7-94.el8.x86_64 313/375 Installing : isns-utils-libs-0.99-1.el8.x86_64 314/375 Running scriptlet: isns-utils-libs-0.99-1.el8.x86_64 314/375 Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-9.git095f 315/375 Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-9.git095f 315/375 Installing : iscsi-initiator-utils-6.2.1.4-9.git095f59c.el8_1 316/375 Running scriptlet: iscsi-initiator-utils-6.2.1.4-9.git095f59c.el8_1 316/375 Installing : ipset-libs-7.1-1.el8.x86_64 317/375 Running scriptlet: ipset-libs-7.1-1.el8.x86_64 317/375 Installing : ipset-7.1-1.el8.x86_64 318/375 Installing : fuse-common-3.3.0-19.el8.x86_64 319/375 Installing : fuse3-3.3.0-19.el8.x86_64 320/375 Installing : fuse-overlayfs-1.13-1.module+el8.10.0+24081+a04d 321/375 Running scriptlet: fuse-overlayfs-1.13-1.module+el8.10.0+24081+a04d 321/375 Installing : containers-common-2:1-82.module+el8.10.0+24081+a 322/375 Installing : podman-catatonit-4:4.9.4-30.module+el8.10.0+2408 323/375 Installing : podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a 324/375 Running scriptlet: cyrus-sasl-2.1.27-6.el8_5.x86_64 325/375 Installing : cyrus-sasl-2.1.27-6.el8_5.x86_64 325/375 Running scriptlet: cyrus-sasl-2.1.27-6.el8_5.x86_64 325/375 Installing : libvirt-libs-8.0.0-23.5.module+el8.10.0+23865+99 326/375 Installing : libvirt-client-8.0.0-23.5.module+el8.10.0+23865+ 327/375 Running scriptlet: libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+ 328/375 Installing : libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+ 328/375 Running scriptlet: libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+ 328/375 Installing : libvirt-daemon-driver-storage-core-8.0.0-23.5.mo 329/375 Installing : libvirt-daemon-driver-network-8.0.0-23.5.module+ 330/375 Running scriptlet: libvirt-daemon-driver-network-8.0.0-23.5.module+ 330/375 Installing : libvirt-daemon-driver-storage-disk-8.0.0-23.5.mo 331/375 Installing : libvirt-daemon-driver-storage-gluster-8.0.0-23.5 332/375 Installing : libvirt-daemon-driver-storage-iscsi-8.0.0-23.5.m 333/375 Installing : libvirt-daemon-driver-storage-iscsi-direct-8.0.0 334/375 Installing : libvirt-daemon-driver-storage-logical-8.0.0-23.5 335/375 Installing : libvirt-daemon-driver-storage-mpath-8.0.0-23.5.m 336/375 Installing : libvirt-daemon-driver-storage-rbd-8.0.0-23.5.mod 337/375 Installing : libvirt-daemon-driver-storage-scsi-8.0.0-23.5.mo 338/375 Installing : libvirt-daemon-driver-storage-8.0.0-23.5.module+ 339/375 Running scriptlet: libvirt-daemon-driver-storage-8.0.0-23.5.module+ 339/375 Installing : libvirt-daemon-driver-interface-8.0.0-23.5.modul 340/375 Running scriptlet: libvirt-daemon-driver-interface-8.0.0-23.5.modul 340/375 Installing : libvirt-daemon-driver-nodedev-8.0.0-23.5.module+ 341/375 Running scriptlet: libvirt-daemon-driver-nodedev-8.0.0-23.5.module+ 341/375 Installing : libvirt-daemon-driver-nwfilter-8.0.0-23.5.module 342/375 Running scriptlet: libvirt-daemon-driver-nwfilter-8.0.0-23.5.module 342/375 Running scriptlet: libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8 343/375 Installing : libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8 343/375 Running scriptlet: libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8 343/375 Installing : libvirt-daemon-driver-secret-8.0.0-23.5.module+e 344/375 Running scriptlet: libvirt-daemon-driver-secret-8.0.0-23.5.module+e 344/375 Installing : libvirt-glib-3.0.0-1.el8.x86_64 345/375 Running scriptlet: libvirt-glib-3.0.0-1.el8.x86_64 345/375 Installing : python3-libvirt-8.0.0-2.module+el8.9.0+18724+201 346/375 Installing : virt-manager-common-3.2.0-4.1.el8_10.noarch 347/375 Installing : boom-boot-grub2-1.3-2.el8.noarch 348/375 Installing : boom-boot-1.3-2.el8.noarch 349/375 Installing : virt-install-3.2.0-4.1.el8_10.noarch 350/375 Running scriptlet: libvirt-dbus-1.3.0-2.module+el8.9.0+18724+20190c 351/375 Installing : libvirt-dbus-1.3.0-2.module+el8.9.0+18724+20190c 351/375 Installing : libvirt-daemon-kvm-8.0.0-23.5.module+el8.10.0+23 352/375 Installing : libvirt-daemon-config-network-8.0.0-23.5.module+ 353/375 Running scriptlet: libvirt-daemon-config-network-8.0.0-23.5.module+ 353/375 Installing : firewalld-0.9.11-11.el8_10.noarch 354/375 Running scriptlet: firewalld-0.9.11-11.el8_10.noarch 354/375 Installing : udisks2-iscsi-2.9.0-16.el8_10.1.x86_64 355/375 Installing : vdo-6.2.11.5-14.el8_10.x86_64 356/375 Running scriptlet: vdo-6.2.11.5-14.el8_10.x86_64 356/375 Installing : targetcli-2.1.53-2.el8.noarch 357/375 Installing : stratis-cli-2.4.2-1.el8.noarch 358/375 Running scriptlet: tang-7-8.el8.x86_64 359/375 Installing : tang-7-8.el8.x86_64 359/375 Running scriptlet: tang-7-8.el8.x86_64 359/375 Installing : python3-tracer-1.1-1.el8.noarch 360/375 Installing : ipa-client-4.9.13-21.module+el8.10.0+23945+b4174 361/375 Running scriptlet: ipa-client-4.9.13-21.module+el8.10.0+23945+b4174 361/375 Installing : rhel-system-roles-1.23.0-4.el8_10.noarch 362/375 Installing : kpatch-0.9.7-3.el8_10.noarch 363/375 Installing : sssd-2.9.4-5.el8_10.4.x86_64 364/375 Installing : python3-pcp-5.3.7-22.el8_10.x86_64 365/375 Installing : udisks2-lvm2-2.9.0-16.el8_10.1.x86_64 366/375 Installing : device-mapper-multipath-0.8.4-44.el8_10.x86_64 367/375 Running scriptlet: device-mapper-multipath-0.8.4-44.el8_10.x86_64 367/375 Installing : socat-1.7.4.1-2.el8_10.x86_64 368/375 Installing : strace-5.18-2.1.el8_10.x86_64 369/375 Installing : dnf-automatic-4.7.0-21.el8_10.noarch 370/375 Running scriptlet: dnf-automatic-4.7.0-21.el8_10.noarch 370/375 Running scriptlet: tlog-14-1.el8.x86_64 371/375 Installing : tlog-14-1.el8.x86_64 371/375 Running scriptlet: tlog-14-1.el8.x86_64 371/375 Installing : tcsh-6.20.00-15.el8.x86_64 372/375 Running scriptlet: tcsh-6.20.00-15.el8.x86_64 372/375 Running scriptlet: redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_ 373/375 Installing : redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_ 373/375 Running scriptlet: redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_ 373/375 Installing : ltrace-0.7.91-28.el8.x86_64 374/375 Installing : realmd-0.17.1-2.el8.x86_64 375/375 Running scriptlet: realmd-0.17.1-2.el8.x86_64 375/375 Running scriptlet: container-selinux-2:2.229.0-2.module+el8.10.0+24 375/375 Running scriptlet: swtpm-0.7.0-4.20211109gitb79fd91.module+el8.9.0+ 375/375 Running scriptlet: ipa-selinux-4.9.13-21.module+el8.10.0+23945+b417 375/375 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 375/375 Running scriptlet: kmod-kvdo-6.2.8.7-94.el8.x86_64 375/375 Running scriptlet: libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+ 375/375 Running scriptlet: libvirt-daemon-driver-network-8.0.0-23.5.module+ 375/375 Running scriptlet: libvirt-daemon-driver-storage-8.0.0-23.5.module+ 375/375 Running scriptlet: libvirt-daemon-driver-interface-8.0.0-23.5.modul 375/375 Running scriptlet: libvirt-daemon-driver-nodedev-8.0.0-23.5.module+ 375/375 Running scriptlet: libvirt-daemon-driver-nwfilter-8.0.0-23.5.module 375/375 Running scriptlet: libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8 375/375 Running scriptlet: libvirt-daemon-driver-secret-8.0.0-23.5.module+e 375/375 Running scriptlet: libvirt-daemon-config-network-8.0.0-23.5.module+ 375/375 Running scriptlet: realmd-0.17.1-2.el8.x86_64 375/375 Verifying : adcli-0.9.2-1.el8.x86_64 1/375 Verifying : augeas-libs-1.12.0-8.el8.x86_64 2/375 Verifying : boom-boot-1.3-2.el8.noarch 3/375 Verifying : boom-boot-conf-1.3-2.el8.noarch 4/375 Verifying : boom-boot-grub2-1.3-2.el8.noarch 5/375 Verifying : cryptsetup-2.3.7-7.el8.x86_64 6/375 Verifying : cyrus-sasl-2.1.27-6.el8_5.x86_64 7/375 Verifying : cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64 8/375 Verifying : device-mapper-persistent-data-0.9.0-7.el8.x86_64 9/375 Verifying : fuse-common-3.3.0-19.el8.x86_64 10/375 Verifying : fuse3-3.3.0-19.el8.x86_64 11/375 Verifying : fuse3-libs-3.3.0-19.el8.x86_64 12/375 Verifying : glusterfs-6.0-56.4.el8.x86_64 13/375 Verifying : glusterfs-client-xlators-6.0-56.4.el8.x86_64 14/375 Verifying : glusterfs-libs-6.0-56.4.el8.x86_64 15/375 Verifying : iproute-tc-6.2.0-6.el8_10.x86_64 16/375 Verifying : ipset-7.1-1.el8.x86_64 17/375 Verifying : ipset-libs-7.1-1.el8.x86_64 18/375 Verifying : iptables-1.8.5-11.el8_9.x86_64 19/375 Verifying : iptables-ebtables-1.8.5-11.el8_9.x86_64 20/375 Verifying : iptables-libs-1.8.5-11.el8_9.x86_64 21/375 Verifying : isns-utils-libs-0.99-1.el8.x86_64 22/375 Verifying : kmod-kvdo-6.2.8.7-94.el8.x86_64 23/375 Verifying : libaio-0.3.112-1.el8.x86_64 24/375 Verifying : libbabeltrace-1.5.4-4.el8.x86_64 25/375 Verifying : libicu-60.3-2.el8_1.x86_64 26/375 Verifying : libnetfilter_conntrack-1.0.6-5.el8.x86_64 27/375 Verifying : libnfnetlink-1.0.1-13.el8.x86_64 28/375 Verifying : libnftnl-1.2.2-3.el8.x86_64 29/375 Verifying : libpciaccess-0.14-1.el8.x86_64 30/375 Verifying : librdmacm-48.0-1.el8.x86_64 31/375 Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 32/375 Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 33/375 Verifying : lzop-1.03-20.el8.x86_64 34/375 Verifying : numad-0.5-27.20150602git.el8.x86_64 35/375 Verifying : perl-Carp-1.42-396.el8.noarch 36/375 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 37/375 Verifying : perl-Digest-1.17-395.el8.noarch 38/375 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 39/375 Verifying : perl-Encode-4:2.97-3.el8.x86_64 40/375 Verifying : perl-Exporter-5.72-396.el8.noarch 41/375 Verifying : perl-File-Path-2.15-2.el8.noarch 42/375 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 43/375 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 44/375 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 45/375 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 46/375 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 47/375 Verifying : perl-PathTools-3.74-1.el8.x86_64 48/375 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 49/375 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 50/375 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 51/375 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 52/375 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 53/375 Verifying : perl-Socket-4:2.027-3.el8.x86_64 54/375 Verifying : perl-Storable-1:3.11-3.el8.x86_64 55/375 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 56/375 Verifying : perl-Term-Cap-1.17-395.el8.noarch 57/375 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 58/375 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 59/375 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 60/375 Verifying : perl-URI-1.73-3.el8.noarch 61/375 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 62/375 Verifying : perl-constant-1.33-396.el8.noarch 63/375 Verifying : perl-libnet-3.11-3.el8.noarch 64/375 Verifying : perl-parent-1:0.237-1.el8.noarch 65/375 Verifying : perl-podlators-4.11-1.el8.noarch 66/375 Verifying : perl-threads-1:2.21-2.el8.x86_64 67/375 Verifying : perl-threads-shared-1.58-2.el8.x86_64 68/375 Verifying : python3-boom-1.3-2.el8.noarch 69/375 Verifying : python3-configshell-1:1.1.28-1.el8.noarch 70/375 Verifying : python3-kmod-0.9-20.el8.x86_64 71/375 Verifying : python3-pyparsing-2.1.10-7.el8.noarch 72/375 Verifying : python3-rtslib-2.1.75-4.el8.noarch 73/375 Verifying : python3-slip-0.6.4-13.el8.noarch 74/375 Verifying : python3-slip-dbus-0.6.4-13.el8.noarch 75/375 Verifying : python3-urwid-1.3.1-4.el8.x86_64 76/375 Verifying : realmd-0.17.1-2.el8.x86_64 77/375 Verifying : target-restore-2.1.75-4.el8.noarch 78/375 Verifying : tpm2-tools-4.1.1-5.el8.x86_64 79/375 Verifying : userspace-rcu-0.10.1-4.el8.x86_64 80/375 Verifying : xml-common-0.6.3-50.el8.noarch 81/375 Verifying : alsa-lib-1.2.10-2.el8.x86_64 82/375 Verifying : ansible-core-2.16.3-2.el8.x86_64 83/375 Verifying : autogen-libopts-5.18.12-8.el8.x86_64 84/375 Verifying : boost-atomic-1.66.0-13.el8.x86_64 85/375 Verifying : boost-chrono-1.66.0-13.el8.x86_64 86/375 Verifying : boost-date-time-1.66.0-13.el8.x86_64 87/375 Verifying : boost-iostreams-1.66.0-13.el8.x86_64 88/375 Verifying : boost-program-options-1.66.0-13.el8.x86_64 89/375 Verifying : boost-random-1.66.0-13.el8.x86_64 90/375 Verifying : boost-regex-1.66.0-13.el8.x86_64 91/375 Verifying : boost-system-1.66.0-13.el8.x86_64 92/375 Verifying : boost-thread-1.66.0-13.el8.x86_64 93/375 Verifying : celt051-0.5.1.3-15.el8.x86_64 94/375 Verifying : certmonger-0.79.17-2.el8.x86_64 95/375 Verifying : clevis-15-15.el8.x86_64 96/375 Verifying : clevis-luks-15-15.el8.x86_64 97/375 Verifying : fribidi-1.0.4-9.el8.x86_64 98/375 Verifying : fstrm-0.6.1-3.el8.x86_64 99/375 Verifying : gc-7.6.4-3.el8.x86_64 100/375 Verifying : gdb-8.2-20.el8.x86_64 101/375 Verifying : gdb-headless-8.2-20.el8.x86_64 102/375 Verifying : genisoimage-1.1.11-39.el8.x86_64 103/375 Verifying : glusterfs-api-6.0-56.4.el8.x86_64 104/375 Verifying : glusterfs-cli-6.0-56.4.el8.x86_64 105/375 Verifying : graphite2-1.3.10-10.el8.x86_64 106/375 Verifying : gstreamer1-1.16.1-2.el8.x86_64 107/375 Verifying : guile-5:2.0.14-7.el8.x86_64 108/375 Verifying : harfbuzz-1.7.5-4.el8.x86_64 109/375 Verifying : http-parser-2.8.0-9.el8.x86_64 110/375 Verifying : ipxe-roms-qemu-20181214-11.git133f4c47.el8.noarc 111/375 Verifying : isl-0.16.1-6.el8.x86_64 112/375 Verifying : iso-codes-3.79-2.el8.noarch 113/375 Verifying : libXfixes-5.0.3-7.el8.x86_64 114/375 Verifying : libXft-2.3.3-1.el8.x86_64 115/375 Verifying : libXv-1.0.11-7.el8.x86_64 116/375 Verifying : libXxf86vm-1.1.4-9.el8.x86_64 117/375 Verifying : libatomic_ops-7.6.2-3.el8.x86_64 118/375 Verifying : libdatrie-0.2.9-7.el8.x86_64 119/375 Verifying : libdrm-2.4.115-2.el8.x86_64 120/375 Verifying : libepoxy-1.5.8-1.el8.x86_64 121/375 Verifying : libfdt-1.6.0-1.el8.x86_64 122/375 Verifying : libglvnd-1:1.3.4-2.el8.x86_64 123/375 Verifying : libglvnd-egl-1:1.3.4-2.el8.x86_64 124/375 Verifying : libglvnd-gles-1:1.3.4-2.el8.x86_64 125/375 Verifying : libglvnd-glx-1:1.3.4-2.el8.x86_64 126/375 Verifying : libipt-1.6.1-8.el8.x86_64 127/375 Verifying : libiscsi-1.18.0-8.module+el8.9.0+18724+20190c23. 128/375 Verifying : libmpc-1.1.0-9.1.el8.x86_64 129/375 Verifying : libnet-1.1.6-15.el8.x86_64 130/375 Verifying : libogg-2:1.3.2-10.el8.x86_64 131/375 Verifying : libosinfo-1.9.0-3.el8.x86_64 132/375 Verifying : libpmem-1.6.1-1.el8.x86_64 133/375 Verifying : librados2-1:12.2.7-9.el8.x86_64 134/375 Verifying : librbd1-1:12.2.7-9.el8.x86_64 135/375 Verifying : libthai-0.1.27-2.el8.x86_64 136/375 Verifying : libtheora-1:1.1.1-21.el8.x86_64 137/375 Verifying : libusal-1.1.11-39.el8.x86_64 138/375 Verifying : libvirt-dbus-1.3.0-2.module+el8.9.0+18724+20190c 139/375 Verifying : libvirt-glib-3.0.0-1.el8.x86_64 140/375 Verifying : libvisual-1:0.4.0-25.el8.x86_64 141/375 Verifying : libvorbis-1:1.3.6-2.el8.x86_64 142/375 Verifying : libwayland-client-1.21.0-1.el8.x86_64 143/375 Verifying : libwayland-cursor-1.21.0-1.el8.x86_64 144/375 Verifying : libwayland-egl-1.21.0-1.el8.x86_64 145/375 Verifying : libwayland-server-1.21.0-1.el8.x86_64 146/375 Verifying : libxshmfence-1.3-2.el8.x86_64 147/375 Verifying : ltrace-0.7.91-28.el8.x86_64 148/375 Verifying : mdevctl-1.1.0-2.el8.x86_64 149/375 Verifying : mpdecimal-2.5.1-3.el8.x86_64 150/375 Verifying : netcf-libs-0.2.8-12.module+el8.9.0+18724+20190c2 151/375 Verifying : oniguruma-6.8.2-3.el8.x86_64 152/375 Verifying : opus-1.3-0.4.beta.el8.x86_64 153/375 Verifying : osinfo-db-tools-1.9.0-1.el8.x86_64 154/375 Verifying : pango-1.42.4-8.el8.x86_64 155/375 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+5 156/375 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9 157/375 Verifying : perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f089 158/375 Verifying : protobuf-c-1.3.0-8.el8.x86_64 159/375 Verifying : python3-argcomplete-1.9.3-6.el8.noarch 160/375 Verifying : python3-augeas-0.5.0-12.el8.noarch 161/375 Verifying : python3-dbus-client-gen-0.4-1.el8.noarch 162/375 Verifying : python3-dbus-python-client-gen-0.7-3.el8.noarch 163/375 Verifying : python3-dbus-signature-pyparsing-0.03-2.el8.noar 164/375 Verifying : python3-distro-1.4.0-2.module+el8.10.0+20784+eda 165/375 Verifying : python3-gssapi-1.5.1-5.el8.x86_64 166/375 Verifying : python3-into-dbus-python-0.06-2.el8.noarch 167/375 Verifying : python3-justbases-0.14-4.el8.noarch 168/375 Verifying : python3-justbytes-0.14-2.el8.noarch 169/375 Verifying : python3-ldap-3.3.1-2.el8.x86_64 170/375 Verifying : python3-libvirt-8.0.0-2.module+el8.9.0+18724+201 171/375 Verifying : python3-netaddr-0.7.19-8.el8.noarch 172/375 Verifying : python3-pip-9.0.3-24.el8.noarch 173/375 Verifying : python3-psutil-5.4.3-11.el8.x86_64 174/375 Verifying : python3-pyusb-1.0.0-9.1.module+el8.9.0+18920+222 175/375 Verifying : python3-tracer-1.1-1.el8.noarch 176/375 Verifying : python3-yubico-1.3.2-9.1.module+el8.9.0+18920+22 177/375 Verifying : python3.11-pip-wheel-22.3.1-5.el8.noarch 178/375 Verifying : python3.12-cffi-1.16.0-2.el8.x86_64 179/375 Verifying : python3.12-cryptography-41.0.7-1.el8.x86_64 180/375 Verifying : python3.12-pip-wheel-23.2.1-4.el8.noarch 181/375 Verifying : python3.12-ply-3.11-2.el8.noarch 182/375 Verifying : python3.12-pycparser-2.20-2.el8.noarch 183/375 Verifying : python3.12-pyyaml-6.0.1-2.el8.x86_64 184/375 Verifying : python36-3.6.8-39.module+el8.10.0+20784+edafcd43 185/375 Verifying : redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_ 186/375 Verifying : seabios-bin-1.16.0-4.module+el8.9.0+19570+14a906 187/375 Verifying : seavgabios-bin-1.16.0-4.module+el8.9.0+19570+14a 188/375 Verifying : sgabios-bin-1:0.20170427git-3.module+el8.9.0+187 189/375 Verifying : spice-server-0.14.3-4.el8.x86_64 190/375 Verifying : sshpass-1.09-4.el8.x86_64 191/375 Verifying : stratis-cli-2.4.2-1.el8.noarch 192/375 Verifying : stratisd-2.4.2-2.el8.x86_64 193/375 Verifying : swtpm-0.7.0-4.20211109gitb79fd91.module+el8.9.0+ 194/375 Verifying : swtpm-libs-0.7.0-4.20211109gitb79fd91.module+el8 195/375 Verifying : swtpm-tools-0.7.0-4.20211109gitb79fd91.module+el 196/375 Verifying : tang-7-8.el8.x86_64 197/375 Verifying : targetcli-2.1.53-2.el8.noarch 198/375 Verifying : tcsh-6.20.00-15.el8.x86_64 199/375 Verifying : tlog-14-1.el8.x86_64 200/375 Verifying : tracer-common-1.1-1.el8.noarch 201/375 Verifying : usbredir-0.12.0-4.el8.x86_64 202/375 Verifying : yajl-2.1.0-12.el8.x86_64 203/375 Verifying : autofs-1:5.1.4-114.el8_10.8.x86_64 204/375 Verifying : avahi-libs-0.7-27.el8_10.1.x86_64 205/375 Verifying : binutils-2.30-128.el8_10.x86_64 206/375 Verifying : bzip2-1.0.6-28.el8_10.x86_64 207/375 Verifying : device-mapper-event-8:1.02.181-15.el8_10.3.x86_6 208/375 Verifying : device-mapper-event-libs-8:1.02.181-15.el8_10.3. 209/375 Verifying : device-mapper-multipath-0.8.4-44.el8_10.x86_64 210/375 Verifying : device-mapper-multipath-libs-0.8.4-44.el8_10.x86 211/375 Verifying : dnf-automatic-4.7.0-21.el8_10.noarch 212/375 Verifying : firewalld-0.9.11-11.el8_10.noarch 213/375 Verifying : firewalld-filesystem-0.9.11-11.el8_10.noarch 214/375 Verifying : glibc-devel-2.28-251.el8_10.34.x86_64 215/375 Verifying : glibc-headers-2.28-251.el8_10.34.x86_64 216/375 Verifying : iscsi-initiator-utils-6.2.1.4-9.git095f59c.el8_1 217/375 Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-9.git095f 218/375 Verifying : kernel-headers-4.18.0-553.125.1.el8_10.x86_64 219/375 Verifying : kpatch-0.9.7-3.el8_10.noarch 220/375 Verifying : kpatch-dnf-0.9.7_0.5-3.el8_10.noarch 221/375 Verifying : krb5-pkinit-1.18.2-34.el8_10.x86_64 222/375 Verifying : krb5-workstation-1.18.2-34.el8_10.x86_64 223/375 Verifying : libipa_hbac-2.9.4-5.el8_10.4.x86_64 224/375 Verifying : libkadm5-1.18.2-34.el8_10.x86_64 225/375 Verifying : libsmbclient-4.19.4-15.el8_10.x86_64 226/375 Verifying : libwbclient-4.19.4-15.el8_10.x86_64 227/375 Verifying : libxslt-1.1.32-6.3.el8_10.x86_64 228/375 Verifying : lvm2-8:2.03.14-15.el8_10.3.x86_64 229/375 Verifying : lvm2-libs-8:2.03.14-15.el8_10.3.x86_64 230/375 Verifying : nftables-1:1.0.4-7.el8_10.x86_64 231/375 Verifying : perl-Errno-1.28-423.el8_10.x86_64 232/375 Verifying : perl-IO-1.38-423.el8_10.x86_64 233/375 Verifying : perl-interpreter-4:5.26.3-423.el8_10.x86_64 234/375 Verifying : perl-libs-4:5.26.3-423.el8_10.x86_64 235/375 Verifying : perl-macros-4:5.26.3-423.el8_10.x86_64 236/375 Verifying : python3-dns-1.15.0-12.el8_10.noarch 237/375 Verifying : python3-firewall-0.9.11-11.el8_10.noarch 238/375 Verifying : python3-libipa_hbac-2.9.4-5.el8_10.4.x86_64 239/375 Verifying : python3-nftables-1:1.0.4-7.el8_10.x86_64 240/375 Verifying : python3-sss-2.9.4-5.el8_10.4.x86_64 241/375 Verifying : python3-sss-murmur-2.9.4-5.el8_10.4.x86_64 242/375 Verifying : python3-sssdconfig-2.9.4-5.el8_10.4.noarch 243/375 Verifying : samba-client-libs-4.19.4-15.el8_10.x86_64 244/375 Verifying : samba-common-4.19.4-15.el8_10.noarch 245/375 Verifying : samba-common-libs-4.19.4-15.el8_10.x86_64 246/375 Verifying : shadow-utils-subid-2:4.6-23.el8_10.x86_64 247/375 Verifying : sssd-2.9.4-5.el8_10.4.x86_64 248/375 Verifying : sssd-ad-2.9.4-5.el8_10.4.x86_64 249/375 Verifying : sssd-common-pac-2.9.4-5.el8_10.4.x86_64 250/375 Verifying : sssd-dbus-2.9.4-5.el8_10.4.x86_64 251/375 Verifying : sssd-ipa-2.9.4-5.el8_10.4.x86_64 252/375 Verifying : sssd-krb5-2.9.4-5.el8_10.4.x86_64 253/375 Verifying : sssd-krb5-common-2.9.4-5.el8_10.4.x86_64 254/375 Verifying : sssd-ldap-2.9.4-5.el8_10.4.x86_64 255/375 Verifying : sssd-proxy-2.9.4-5.el8_10.4.x86_64 256/375 Verifying : sssd-tools-2.9.4-5.el8_10.4.x86_64 257/375 Verifying : strace-5.18-2.1.el8_10.x86_64 258/375 Verifying : systemd-container-239-82.el8_10.16.x86_64 259/375 Verifying : vdo-6.2.11.5-14.el8_10.x86_64 260/375 Verifying : xmlrpc-c-1.51.0-11.el8_10.x86_64 261/375 Verifying : xmlrpc-c-client-1.51.0-11.el8_10.x86_64 262/375 Verifying : bind-libs-32:9.11.36-16.el8_10.7.x86_64 263/375 Verifying : bind-libs-lite-32:9.11.36-16.el8_10.7.x86_64 264/375 Verifying : bind-license-32:9.11.36-16.el8_10.7.noarch 265/375 Verifying : bind-utils-32:9.11.36-16.el8_10.7.x86_64 266/375 Verifying : conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a 267/375 Verifying : container-selinux-2:2.229.0-2.module+el8.10.0+24 268/375 Verifying : containernetworking-plugins-1:1.4.0-8.module+el8 269/375 Verifying : containers-common-2:1-82.module+el8.10.0+24081+a 270/375 Verifying : cpp-8.5.0-28.el8_10.x86_64 271/375 Verifying : criu-3.18-5.module+el8.10.0+24081+a04d358a.x86_6 272/375 Verifying : dnsmasq-2.79-35.el8_10.x86_64 273/375 Verifying : edk2-ovmf-20220126gitbb1bba3d77-13.el8_10.8.noar 274/375 Verifying : fuse-overlayfs-1.13-1.module+el8.10.0+24081+a04d 275/375 Verifying : gcc-8.5.0-28.el8_10.x86_64 276/375 Verifying : gcc-gdb-plugin-8.5.0-28.el8_10.x86_64 277/375 Verifying : git-core-2.43.7-1.el8_10.x86_64 278/375 Verifying : gnutls-dane-3.6.16-8.el8_10.5.x86_64 279/375 Verifying : gnutls-utils-3.6.16-8.el8_10.5.x86_64 280/375 Verifying : gstreamer1-plugins-base-1.16.1-6.el8_10.x86_64 281/375 Verifying : ipa-client-4.9.13-21.module+el8.10.0+23945+b4174 282/375 Verifying : ipa-client-common-4.9.13-21.module+el8.10.0+2394 283/375 Verifying : ipa-common-4.9.13-21.module+el8.10.0+23945+b4174 284/375 Verifying : ipa-selinux-4.9.13-21.module+el8.10.0+23945+b417 285/375 Verifying : jose-10-2.el8_10.3.x86_64 286/375 Verifying : jq-1.6-12.el8_10.x86_64 287/375 Verifying : libX11-xcb-1.6.8-9.el8_10.x86_64 288/375 Verifying : libblockdev-lvm-2.28-7.el8_10.x86_64 289/375 Verifying : libjose-10-2.el8_10.3.x86_64 290/375 Verifying : libjpeg-turbo-1.5.3-14.el8_10.x86_64 291/375 Verifying : libluksmeta-9-4.el8_10.1.x86_64 292/375 Verifying : libslirp-4.4.0-2.module+el8.10.0+24081+a04d358a. 293/375 Verifying : libtpms-0.9.1-3.20211126git1ff6fe1f43.module+el8 294/375 Verifying : libuv-1:1.41.1-2.el8_10.x86_64 295/375 Verifying : libvirt-client-8.0.0-23.5.module+el8.10.0+23865+ 296/375 Verifying : libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+ 297/375 Verifying : libvirt-daemon-config-network-8.0.0-23.5.module+ 298/375 Verifying : libvirt-daemon-driver-interface-8.0.0-23.5.modul 299/375 Verifying : libvirt-daemon-driver-network-8.0.0-23.5.module+ 300/375 Verifying : libvirt-daemon-driver-nodedev-8.0.0-23.5.module+ 301/375 Verifying : libvirt-daemon-driver-nwfilter-8.0.0-23.5.module 302/375 Verifying : libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8 303/375 Verifying : libvirt-daemon-driver-secret-8.0.0-23.5.module+e 304/375 Verifying : libvirt-daemon-driver-storage-8.0.0-23.5.module+ 305/375 Verifying : libvirt-daemon-driver-storage-core-8.0.0-23.5.mo 306/375 Verifying : libvirt-daemon-driver-storage-disk-8.0.0-23.5.mo 307/375 Verifying : libvirt-daemon-driver-storage-gluster-8.0.0-23.5 308/375 Verifying : libvirt-daemon-driver-storage-iscsi-8.0.0-23.5.m 309/375 Verifying : libvirt-daemon-driver-storage-iscsi-direct-8.0.0 310/375 Verifying : libvirt-daemon-driver-storage-logical-8.0.0-23.5 311/375 Verifying : libvirt-daemon-driver-storage-mpath-8.0.0-23.5.m 312/375 Verifying : libvirt-daemon-driver-storage-rbd-8.0.0-23.5.mod 313/375 Verifying : libvirt-daemon-driver-storage-scsi-8.0.0-23.5.mo 314/375 Verifying : libvirt-daemon-kvm-8.0.0-23.5.module+el8.10.0+23 315/375 Verifying : libvirt-libs-8.0.0-23.5.module+el8.10.0+23865+99 316/375 Verifying : llvm-compat-libs-17.0.6-3.module+el8.10.0+22218+ 317/375 Verifying : luksmeta-9-4.el8_10.1.x86_64 318/375 Verifying : mesa-dri-drivers-23.1.4-4.el8_10.x86_64 319/375 Verifying : mesa-filesystem-23.1.4-4.el8_10.x86_64 320/375 Verifying : mesa-libEGL-23.1.4-4.el8_10.x86_64 321/375 Verifying : mesa-libGL-23.1.4-4.el8_10.x86_64 322/375 Verifying : mesa-libgbm-23.1.4-4.el8_10.x86_64 323/375 Verifying : mesa-libglapi-23.1.4-4.el8_10.x86_64 324/375 Verifying : nmap-ncat-2:7.92-2.el8_10.x86_64 325/375 Verifying : nss-tools-3.112.0-8.el8_10.x86_64 326/375 Verifying : orc-0.4.28-4.el8_10.x86_64 327/375 Verifying : osinfo-db-20250606-1.el8_10.noarch 328/375 Verifying : pcp-5.3.7-22.el8_10.x86_64 329/375 Verifying : pcp-conf-5.3.7-22.el8_10.x86_64 330/375 Verifying : pcp-libs-5.3.7-22.el8_10.x86_64 331/375 Verifying : pcp-selinux-5.3.7-22.el8_10.x86_64 332/375 Verifying : podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a 333/375 Verifying : podman-catatonit-4:4.9.4-30.module+el8.10.0+2408 334/375 Verifying : podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+ 335/375 Verifying : podman-plugins-4:4.9.4-30.module+el8.10.0+24081+ 336/375 Verifying : python3-bind-32:9.11.36-16.el8_10.7.noarch 337/375 Verifying : python3-ipaclient-4.9.13-21.module+el8.10.0+2394 338/375 Verifying : python3-ipalib-4.9.13-21.module+el8.10.0+23945+b 339/375 Verifying : python3-jwcrypto-0.5.0-2.module+el8.10.0+21692+c 340/375 Verifying : python3-pcp-5.3.7-22.el8_10.x86_64 341/375 Verifying : python3-pyasn1-0.3.7-6.el8_10.1.noarch 342/375 Verifying : python3-pyasn1-modules-0.3.7-6.el8_10.1.noarch 343/375 Verifying : python3-qrcode-core-5.3-1.module+el8.10.0+22544+ 344/375 Verifying : python3.11-3.11.13-7.el8_10.x86_64 345/375 Verifying : python3.11-libs-3.11.13-7.el8_10.x86_64 346/375 Verifying : python3.11-setuptools-wheel-65.5.1-4.el8_10.noar 347/375 Verifying : python3.12-3.12.13-2.el8_10.x86_64 348/375 Verifying : python3.12-libs-3.12.13-2.el8_10.x86_64 349/375 Verifying : qemu-img-15:6.2.0-53.module+el8.10.0+23760+c0926 350/375 Verifying : qemu-kvm-15:6.2.0-53.module+el8.10.0+23760+c0926 351/375 Verifying : qemu-kvm-block-curl-15:6.2.0-53.module+el8.10.0+ 352/375 Verifying : qemu-kvm-block-gluster-15:6.2.0-53.module+el8.10 353/375 Verifying : qemu-kvm-block-iscsi-15:6.2.0-53.module+el8.10.0 354/375 Verifying : qemu-kvm-block-rbd-15:6.2.0-53.module+el8.10.0+2 355/375 Verifying : qemu-kvm-block-ssh-15:6.2.0-53.module+el8.10.0+2 356/375 Verifying : qemu-kvm-common-15:6.2.0-53.module+el8.10.0+2376 357/375 Verifying : qemu-kvm-core-15:6.2.0-53.module+el8.10.0+23760+ 358/375 Verifying : qemu-kvm-docs-15:6.2.0-53.module+el8.10.0+23760+ 359/375 Verifying : qemu-kvm-hw-usbredir-15:6.2.0-53.module+el8.10.0 360/375 Verifying : qemu-kvm-ui-opengl-15:6.2.0-53.module+el8.10.0+2 361/375 Verifying : qemu-kvm-ui-spice-15:6.2.0-53.module+el8.10.0+23 362/375 Verifying : rhel-system-roles-1.23.0-4.el8_10.noarch 363/375 Verifying : runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x8 364/375 Verifying : slirp4netns-1.2.3-1.module+el8.10.0+24081+a04d35 365/375 Verifying : socat-1.7.4.1-2.el8_10.x86_64 366/375 Verifying : sssd-idp-2.9.4-5.el8_10.4.x86_64 367/375 Verifying : udisks2-iscsi-2.9.0-16.el8_10.1.x86_64 368/375 Verifying : udisks2-lvm2-2.9.0-16.el8_10.1.x86_64 369/375 Verifying : valgrind-1:3.22.0-3.el8_10.x86_64 370/375 Verifying : valgrind-docs-1:3.22.0-3.el8_10.x86_64 371/375 Verifying : valgrind-gdb-1:3.22.0-3.el8_10.x86_64 372/375 Verifying : valgrind-scripts-1:3.22.0-3.el8_10.x86_64 373/375 Verifying : virt-install-3.2.0-4.1.el8_10.noarch 374/375 Verifying : virt-manager-common-3.2.0-4.1.el8_10.noarch 375/375 Installed: adcli-0.9.2-1.el8.x86_64 alsa-lib-1.2.10-2.el8.x86_64 ansible-core-2.16.3-2.el8.x86_64 augeas-libs-1.12.0-8.el8.x86_64 autofs-1:5.1.4-114.el8_10.8.x86_64 autogen-libopts-5.18.12-8.el8.x86_64 avahi-libs-0.7-27.el8_10.1.x86_64 bind-libs-32:9.11.36-16.el8_10.7.x86_64 bind-libs-lite-32:9.11.36-16.el8_10.7.x86_64 bind-license-32:9.11.36-16.el8_10.7.noarch bind-utils-32:9.11.36-16.el8_10.7.x86_64 binutils-2.30-128.el8_10.x86_64 boom-boot-1.3-2.el8.noarch boom-boot-conf-1.3-2.el8.noarch boom-boot-grub2-1.3-2.el8.noarch boost-atomic-1.66.0-13.el8.x86_64 boost-chrono-1.66.0-13.el8.x86_64 boost-date-time-1.66.0-13.el8.x86_64 boost-iostreams-1.66.0-13.el8.x86_64 boost-program-options-1.66.0-13.el8.x86_64 boost-random-1.66.0-13.el8.x86_64 boost-regex-1.66.0-13.el8.x86_64 boost-system-1.66.0-13.el8.x86_64 boost-thread-1.66.0-13.el8.x86_64 bzip2-1.0.6-28.el8_10.x86_64 celt051-0.5.1.3-15.el8.x86_64 certmonger-0.79.17-2.el8.x86_64 clevis-15-15.el8.x86_64 clevis-luks-15-15.el8.x86_64 conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64 cpp-8.5.0-28.el8_10.x86_64 criu-3.18-5.module+el8.10.0+24081+a04d358a.x86_64 cryptsetup-2.3.7-7.el8.x86_64 cyrus-sasl-2.1.27-6.el8_5.x86_64 cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64 device-mapper-event-8:1.02.181-15.el8_10.3.x86_64 device-mapper-event-libs-8:1.02.181-15.el8_10.3.x86_64 device-mapper-multipath-0.8.4-44.el8_10.x86_64 device-mapper-multipath-libs-0.8.4-44.el8_10.x86_64 device-mapper-persistent-data-0.9.0-7.el8.x86_64 dnf-automatic-4.7.0-21.el8_10.noarch dnsmasq-2.79-35.el8_10.x86_64 edk2-ovmf-20220126gitbb1bba3d77-13.el8_10.8.noarch firewalld-0.9.11-11.el8_10.noarch firewalld-filesystem-0.9.11-11.el8_10.noarch fribidi-1.0.4-9.el8.x86_64 fstrm-0.6.1-3.el8.x86_64 fuse-common-3.3.0-19.el8.x86_64 fuse-overlayfs-1.13-1.module+el8.10.0+24081+a04d358a.x86_64 fuse3-3.3.0-19.el8.x86_64 fuse3-libs-3.3.0-19.el8.x86_64 gc-7.6.4-3.el8.x86_64 gcc-8.5.0-28.el8_10.x86_64 gcc-gdb-plugin-8.5.0-28.el8_10.x86_64 gdb-8.2-20.el8.x86_64 gdb-headless-8.2-20.el8.x86_64 genisoimage-1.1.11-39.el8.x86_64 git-core-2.43.7-1.el8_10.x86_64 glibc-devel-2.28-251.el8_10.34.x86_64 glibc-headers-2.28-251.el8_10.34.x86_64 glusterfs-6.0-56.4.el8.x86_64 glusterfs-api-6.0-56.4.el8.x86_64 glusterfs-cli-6.0-56.4.el8.x86_64 glusterfs-client-xlators-6.0-56.4.el8.x86_64 glusterfs-libs-6.0-56.4.el8.x86_64 gnutls-dane-3.6.16-8.el8_10.5.x86_64 gnutls-utils-3.6.16-8.el8_10.5.x86_64 graphite2-1.3.10-10.el8.x86_64 gstreamer1-1.16.1-2.el8.x86_64 gstreamer1-plugins-base-1.16.1-6.el8_10.x86_64 guile-5:2.0.14-7.el8.x86_64 harfbuzz-1.7.5-4.el8.x86_64 http-parser-2.8.0-9.el8.x86_64 ipa-client-4.9.13-21.module+el8.10.0+23945+b41740bc.x86_64 ipa-client-common-4.9.13-21.module+el8.10.0+23945+b41740bc.noarch ipa-common-4.9.13-21.module+el8.10.0+23945+b41740bc.noarch ipa-selinux-4.9.13-21.module+el8.10.0+23945+b41740bc.noarch iproute-tc-6.2.0-6.el8_10.x86_64 ipset-7.1-1.el8.x86_64 ipset-libs-7.1-1.el8.x86_64 iptables-1.8.5-11.el8_9.x86_64 iptables-ebtables-1.8.5-11.el8_9.x86_64 iptables-libs-1.8.5-11.el8_9.x86_64 ipxe-roms-qemu-20181214-11.git133f4c47.el8.noarch iscsi-initiator-utils-6.2.1.4-9.git095f59c.el8_10.x86_64 iscsi-initiator-utils-iscsiuio-6.2.1.4-9.git095f59c.el8_10.x86_64 isl-0.16.1-6.el8.x86_64 isns-utils-libs-0.99-1.el8.x86_64 iso-codes-3.79-2.el8.noarch jose-10-2.el8_10.3.x86_64 jq-1.6-12.el8_10.x86_64 kernel-headers-4.18.0-553.125.1.el8_10.x86_64 kmod-kvdo-6.2.8.7-94.el8.x86_64 kpatch-0.9.7-3.el8_10.noarch kpatch-dnf-0.9.7_0.5-3.el8_10.noarch krb5-pkinit-1.18.2-34.el8_10.x86_64 krb5-workstation-1.18.2-34.el8_10.x86_64 libX11-xcb-1.6.8-9.el8_10.x86_64 libXfixes-5.0.3-7.el8.x86_64 libXft-2.3.3-1.el8.x86_64 libXv-1.0.11-7.el8.x86_64 libXxf86vm-1.1.4-9.el8.x86_64 libaio-0.3.112-1.el8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libbabeltrace-1.5.4-4.el8.x86_64 libblockdev-lvm-2.28-7.el8_10.x86_64 libdatrie-0.2.9-7.el8.x86_64 libdrm-2.4.115-2.el8.x86_64 libepoxy-1.5.8-1.el8.x86_64 libfdt-1.6.0-1.el8.x86_64 libglvnd-1:1.3.4-2.el8.x86_64 libglvnd-egl-1:1.3.4-2.el8.x86_64 libglvnd-gles-1:1.3.4-2.el8.x86_64 libglvnd-glx-1:1.3.4-2.el8.x86_64 libicu-60.3-2.el8_1.x86_64 libipa_hbac-2.9.4-5.el8_10.4.x86_64 libipt-1.6.1-8.el8.x86_64 libiscsi-1.18.0-8.module+el8.9.0+18724+20190c23.x86_64 libjose-10-2.el8_10.3.x86_64 libjpeg-turbo-1.5.3-14.el8_10.x86_64 libkadm5-1.18.2-34.el8_10.x86_64 libluksmeta-9-4.el8_10.1.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libnet-1.1.6-15.el8.x86_64 libnetfilter_conntrack-1.0.6-5.el8.x86_64 libnfnetlink-1.0.1-13.el8.x86_64 libnftnl-1.2.2-3.el8.x86_64 libogg-2:1.3.2-10.el8.x86_64 libosinfo-1.9.0-3.el8.x86_64 libpciaccess-0.14-1.el8.x86_64 libpmem-1.6.1-1.el8.x86_64 librados2-1:12.2.7-9.el8.x86_64 librbd1-1:12.2.7-9.el8.x86_64 librdmacm-48.0-1.el8.x86_64 libslirp-4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 libsmbclient-4.19.4-15.el8_10.x86_64 libthai-0.1.27-2.el8.x86_64 libtheora-1:1.1.1-21.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 libtpms-0.9.1-3.20211126git1ff6fe1f43.module+el8.10.0+23348+204cfc70.x86_64 libusal-1.1.11-39.el8.x86_64 libuv-1:1.41.1-2.el8_10.x86_64 libvirt-client-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-config-network-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-interface-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-network-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-nodedev-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-nwfilter-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-qemu-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-secret-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-core-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-disk-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-gluster-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-iscsi-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-iscsi-direct-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-logical-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-mpath-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-rbd-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-driver-storage-scsi-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-daemon-kvm-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvirt-dbus-1.3.0-2.module+el8.9.0+18724+20190c23.x86_64 libvirt-glib-3.0.0-1.el8.x86_64 libvirt-libs-8.0.0-23.5.module+el8.10.0+23865+99d69990.x86_64 libvisual-1:0.4.0-25.el8.x86_64 libvorbis-1:1.3.6-2.el8.x86_64 libwayland-client-1.21.0-1.el8.x86_64 libwayland-cursor-1.21.0-1.el8.x86_64 libwayland-egl-1.21.0-1.el8.x86_64 libwayland-server-1.21.0-1.el8.x86_64 libwbclient-4.19.4-15.el8_10.x86_64 libxcrypt-devel-4.1.1-6.el8.x86_64 libxshmfence-1.3-2.el8.x86_64 libxslt-1.1.32-6.3.el8_10.x86_64 llvm-compat-libs-17.0.6-3.module+el8.10.0+22218+ed012fd4.x86_64 ltrace-0.7.91-28.el8.x86_64 luksmeta-9-4.el8_10.1.x86_64 lvm2-8:2.03.14-15.el8_10.3.x86_64 lvm2-libs-8:2.03.14-15.el8_10.3.x86_64 lzop-1.03-20.el8.x86_64 mdevctl-1.1.0-2.el8.x86_64 mesa-dri-drivers-23.1.4-4.el8_10.x86_64 mesa-filesystem-23.1.4-4.el8_10.x86_64 mesa-libEGL-23.1.4-4.el8_10.x86_64 mesa-libGL-23.1.4-4.el8_10.x86_64 mesa-libgbm-23.1.4-4.el8_10.x86_64 mesa-libglapi-23.1.4-4.el8_10.x86_64 mpdecimal-2.5.1-3.el8.x86_64 netcf-libs-0.2.8-12.module+el8.9.0+18724+20190c23.x86_64 nftables-1:1.0.4-7.el8_10.x86_64 nmap-ncat-2:7.92-2.el8_10.x86_64 nss-tools-3.112.0-8.el8_10.x86_64 numad-0.5-27.20150602git.el8.x86_64 oniguruma-6.8.2-3.el8.x86_64 opus-1.3-0.4.beta.el8.x86_64 orc-0.4.28-4.el8_10.x86_64 osinfo-db-20250606-1.el8_10.noarch osinfo-db-tools-1.9.0-1.el8.x86_64 pango-1.42.4-8.el8.x86_64 pcp-5.3.7-22.el8_10.x86_64 pcp-conf-5.3.7-22.el8_10.x86_64 pcp-libs-5.3.7-22.el8_10.x86_64 pcp-selinux-5.3.7-22.el8_10.x86_64 perl-Carp-1.42-396.el8.noarch perl-Data-Dumper-2.167-399.el8.x86_64 perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-423.el8_10.x86_64 perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-HTTP-Tiny-0.074-3.el8.noarch perl-IO-1.38-423.el8_10.x86_64 perl-IO-Socket-IP-0.39-5.el8.noarch perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-URI-1.73-3.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-423.el8_10.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-423.el8_10.x86_64 perl-macros-4:5.26.3-423.el8_10.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 protobuf-c-1.3.0-8.el8.x86_64 python3-argcomplete-1.9.3-6.el8.noarch python3-augeas-0.5.0-12.el8.noarch python3-bind-32:9.11.36-16.el8_10.7.noarch python3-boom-1.3-2.el8.noarch python3-configshell-1:1.1.28-1.el8.noarch python3-dbus-client-gen-0.4-1.el8.noarch python3-dbus-python-client-gen-0.7-3.el8.noarch python3-dbus-signature-pyparsing-0.03-2.el8.noarch python3-distro-1.4.0-2.module+el8.10.0+20784+edafcd43.noarch python3-dns-1.15.0-12.el8_10.noarch python3-firewall-0.9.11-11.el8_10.noarch python3-gssapi-1.5.1-5.el8.x86_64 python3-into-dbus-python-0.06-2.el8.noarch python3-ipaclient-4.9.13-21.module+el8.10.0+23945+b41740bc.noarch python3-ipalib-4.9.13-21.module+el8.10.0+23945+b41740bc.noarch python3-justbases-0.14-4.el8.noarch python3-justbytes-0.14-2.el8.noarch python3-jwcrypto-0.5.0-2.module+el8.10.0+21692+c9b201bc.noarch python3-kmod-0.9-20.el8.x86_64 python3-ldap-3.3.1-2.el8.x86_64 python3-libipa_hbac-2.9.4-5.el8_10.4.x86_64 python3-libvirt-8.0.0-2.module+el8.9.0+18724+20190c23.x86_64 python3-netaddr-0.7.19-8.el8.noarch python3-nftables-1:1.0.4-7.el8_10.x86_64 python3-pcp-5.3.7-22.el8_10.x86_64 python3-pip-9.0.3-24.el8.noarch python3-psutil-5.4.3-11.el8.x86_64 python3-pyasn1-0.3.7-6.el8_10.1.noarch python3-pyasn1-modules-0.3.7-6.el8_10.1.noarch python3-pyparsing-2.1.10-7.el8.noarch python3-pyusb-1.0.0-9.1.module+el8.9.0+18920+2223d05e.noarch python3-qrcode-core-5.3-1.module+el8.10.0+22544+6a7f07c2.noarch python3-rtslib-2.1.75-4.el8.noarch python3-slip-0.6.4-13.el8.noarch python3-slip-dbus-0.6.4-13.el8.noarch python3-sss-2.9.4-5.el8_10.4.x86_64 python3-sss-murmur-2.9.4-5.el8_10.4.x86_64 python3-sssdconfig-2.9.4-5.el8_10.4.noarch python3-tracer-1.1-1.el8.noarch python3-urwid-1.3.1-4.el8.x86_64 python3-yubico-1.3.2-9.1.module+el8.9.0+18920+2223d05e.noarch python3.11-3.11.13-7.el8_10.x86_64 python3.11-libs-3.11.13-7.el8_10.x86_64 python3.11-pip-wheel-22.3.1-5.el8.noarch python3.11-setuptools-wheel-65.5.1-4.el8_10.noarch python3.12-3.12.13-2.el8_10.x86_64 python3.12-cffi-1.16.0-2.el8.x86_64 python3.12-cryptography-41.0.7-1.el8.x86_64 python3.12-libs-3.12.13-2.el8_10.x86_64 python3.12-pip-wheel-23.2.1-4.el8.noarch python3.12-ply-3.11-2.el8.noarch python3.12-pycparser-2.20-2.el8.noarch python3.12-pyyaml-6.0.1-2.el8.x86_64 python36-3.6.8-39.module+el8.10.0+20784+edafcd43.x86_64 qemu-img-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-block-curl-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-block-gluster-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-block-iscsi-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-block-rbd-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-block-ssh-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-common-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-core-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-docs-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-hw-usbredir-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-ui-opengl-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 qemu-kvm-ui-spice-15:6.2.0-53.module+el8.10.0+23760+c0926e61.6.x86_64 realmd-0.17.1-2.el8.x86_64 redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_64 rhel-system-roles-1.23.0-4.el8_10.noarch runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 samba-client-libs-4.19.4-15.el8_10.x86_64 samba-common-4.19.4-15.el8_10.noarch samba-common-libs-4.19.4-15.el8_10.x86_64 seabios-bin-1.16.0-4.module+el8.9.0+19570+14a90618.noarch seavgabios-bin-1.16.0-4.module+el8.9.0+19570+14a90618.noarch sgabios-bin-1:0.20170427git-3.module+el8.9.0+18724+20190c23.noarch shadow-utils-subid-2:4.6-23.el8_10.x86_64 slirp4netns-1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 socat-1.7.4.1-2.el8_10.x86_64 spice-server-0.14.3-4.el8.x86_64 sshpass-1.09-4.el8.x86_64 sssd-2.9.4-5.el8_10.4.x86_64 sssd-ad-2.9.4-5.el8_10.4.x86_64 sssd-common-pac-2.9.4-5.el8_10.4.x86_64 sssd-dbus-2.9.4-5.el8_10.4.x86_64 sssd-idp-2.9.4-5.el8_10.4.x86_64 sssd-ipa-2.9.4-5.el8_10.4.x86_64 sssd-krb5-2.9.4-5.el8_10.4.x86_64 sssd-krb5-common-2.9.4-5.el8_10.4.x86_64 sssd-ldap-2.9.4-5.el8_10.4.x86_64 sssd-proxy-2.9.4-5.el8_10.4.x86_64 sssd-tools-2.9.4-5.el8_10.4.x86_64 strace-5.18-2.1.el8_10.x86_64 stratis-cli-2.4.2-1.el8.noarch stratisd-2.4.2-2.el8.x86_64 swtpm-0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23.x86_64 swtpm-libs-0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23.x86_64 swtpm-tools-0.7.0-4.20211109gitb79fd91.module+el8.9.0+18724+20190c23.x86_64 systemd-container-239-82.el8_10.16.x86_64 tang-7-8.el8.x86_64 target-restore-2.1.75-4.el8.noarch targetcli-2.1.53-2.el8.noarch tcsh-6.20.00-15.el8.x86_64 tlog-14-1.el8.x86_64 tpm2-tools-4.1.1-5.el8.x86_64 tracer-common-1.1-1.el8.noarch udisks2-iscsi-2.9.0-16.el8_10.1.x86_64 udisks2-lvm2-2.9.0-16.el8_10.1.x86_64 usbredir-0.12.0-4.el8.x86_64 userspace-rcu-0.10.1-4.el8.x86_64 valgrind-1:3.22.0-3.el8_10.x86_64 valgrind-docs-1:3.22.0-3.el8_10.x86_64 valgrind-gdb-1:3.22.0-3.el8_10.x86_64 valgrind-scripts-1:3.22.0-3.el8_10.x86_64 vdo-6.2.11.5-14.el8_10.x86_64 virt-install-3.2.0-4.1.el8_10.noarch virt-manager-common-3.2.0-4.1.el8_10.noarch xml-common-0.6.3-50.el8.noarch xmlrpc-c-1.51.0-11.el8_10.x86_64 xmlrpc-c-client-1.51.0-11.el8_10.x86_64 yajl-2.1.0-12.el8.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:12:49 ago on Mon 08 Jun 2026 07:14:01 AM EDT. (1/2): clevis-systemd-15-15.el8.x86_64.rpm 411 kB/s | 15 kB 00:00 (2/2): clevis-dracut-15-15.el8.x86_64.rpm 423 kB/s | 16 kB 00:00 + mkdir -p /var/lib/package-sets/stratis + dnf download --downloaddir=/var/lib/package-sets/stratis stratisd Last metadata expiration check: 0:12:50 ago on Mon 08 Jun 2026 07:14:01 AM EDT. stratisd-2.4.2-2.el8.x86_64.rpm 39 MB/s | 4.1 MB 00:00 + rpm -q cloud-init cloud-init-23.4-7.el8_10.11.noarch + dnf remove -y cloud-init Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: cloud-init noarch 23.4-7.el8_10.11 @RHEL-AppStream-Updates 4.2 M Transaction Summary ================================================================================ Remove 1 Package Freed space: 4.2 M Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: cloud-init-23.4-7.el8_10.11.noarch 1/1 Erasing : cloud-init-23.4-7.el8_10.11.noarch 1/1 Running scriptlet: cloud-init-23.4-7.el8_10.11.noarch 1/1 Verifying : cloud-init-23.4-7.el8_10.11.noarch 1/1 Removed: cloud-init-23.4-7.el8_10.11.noarch Complete! + '[' -x /usr/bin/insights-client ']' + rpm -q insights-client insights-client-3.2.2-2.el8.noarch + '[' rhel-8-10 '!=' rhel-8-10 ']' + insights-client --version Client: 3.2.2 Core: 3.2.15-1 + insights-client --status Unable to fetch egg url https://cert-api.access.redhat.com/r/insights/platform/module-update-router/v1/channel?module=insights-core: 401: Unauthorized. Defaulting to /release System is NOT registered locally via .registered file. Insights API says this machine is NOT registered. System unregistered locally via .unregistered file + true + '[' -f /var/lib/insights/newest.egg ']' + cp /var/lib/insights/newest.egg /var/lib/insights/last_stable.egg + cp /var/lib/insights/newest.egg.asc /var/lib/insights/last_stable.egg.asc + rm -f /etc/insights-client/rpm.egg /etc/insights-client/rpm.egg.asc + restorecon -vR /var/lib/insights + dnf --setopt=install_weak_deps=False install -y cockpit Last metadata expiration check: 0:12:56 ago on Mon 08 Jun 2026 07:14:01 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: cockpit x86_64 310.6-1.el8_10 RHEL-BaseOS-Updates 90 k Transaction Summary ================================================================================ Install 1 Package Total download size: 90 k Installed size: 58 k Downloading Packages: cockpit-310.6-1.el8_10.x86_64.rpm 428 kB/s | 90 kB 00:00 -------------------------------------------------------------------------------- Total 426 kB/s | 90 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : cockpit-310.6-1.el8_10.x86_64 1/1 Verifying : cockpit-310.6-1.el8_10.x86_64 1/1 Installed: cockpit-310.6-1.el8_10.x86_64 Complete! + '[' -8-10 '!=' rhel-8-10 ']' + debuginfo-install -y udisks2 Last metadata expiration check: 0:12:59 ago on Mon 08 Jun 2026 07:14:01 AM EDT. Could not find debuginfo package for the following installed packages: udisks2-2.9.0-16.el8_10.1.x86_64 Could not find debugsource package for the following installed packages: udisks2-2.9.0-16.el8_10.1.x86_64 Dependencies resolved. Nothing to do. Complete! + '[' 1 -eq 1 ']' ++ cut -d - -f 2 + major=8 ++ cut -d - -f 3 + minor=10 + dnf install -y rpm-build Last metadata expiration check: 0:13:00 ago on Mon 08 Jun 2026 07:14:01 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: rpm-build x86_64 4.14.3-32.el8_10 RHEL-AppStream-Updates 175 k Installing dependencies: annobin x86_64 11.13-2.el8 RHEL-AppStream 972 k dwz x86_64 0.12-10.el8 RHEL-AppStream 109 k efi-srpm-macros noarch 3-3.el8 RHEL-AppStream 22 k elfutils x86_64 0.190-2.el8 RHEL-BaseOS 571 k gcc-plugin-annobin x86_64 8.5.0-28.el8_10 RHEL-AppStream-Updates 37 k ghc-srpm-macros noarch 1.4.2-7.el8 RHEL-AppStream 9.4 k go-srpm-macros noarch 2-17.el8 RHEL-AppStream 13 k ocaml-srpm-macros noarch 5-4.el8 RHEL-AppStream 9.5 k openblas-srpm-macros noarch 2-2.el8 RHEL-AppStream 8.0 k patch x86_64 2.7.6-11.el8 RHEL-BaseOS 138 k perl-srpm-macros noarch 1-25.el8 RHEL-AppStream 11 k python-rpm-macros noarch 3-45.el8 RHEL-AppStream 16 k python-srpm-macros noarch 3-45.el8 RHEL-AppStream 16 k python3-rpm-macros noarch 3-45.el8 RHEL-AppStream 15 k qt5-srpm-macros noarch 5.15.3-1.el8 RHEL-AppStream 11 k redhat-rpm-config noarch 131-1.el8 RHEL-AppStream 91 k rust-srpm-macros noarch 5-2.el8 RHEL-AppStream 9.3 k unzip x86_64 6.0-48.el8_10 RHEL-BaseOS-Updates 196 k zip x86_64 3.0-23.el8 RHEL-BaseOS 270 k zstd x86_64 1.4.4-1.el8 RHEL-AppStream 393 k Transaction Summary ================================================================================ Install 21 Packages Total download size: 3.0 M Installed size: 7.4 M Downloading Packages: (1/21): zip-3.0-23.el8.x86_64.rpm 5.9 MB/s | 270 kB 00:00 (2/21): patch-2.7.6-11.el8.x86_64.rpm 2.9 MB/s | 138 kB 00:00 (3/21): elfutils-0.190-2.el8.x86_64.rpm 11 MB/s | 571 kB 00:00 (4/21): efi-srpm-macros-3-3.el8.noarch.rpm 2.1 MB/s | 22 kB 00:00 (5/21): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm 790 kB/s | 9.4 kB 00:00 (6/21): dwz-0.12-10.el8.x86_64.rpm 3.3 MB/s | 109 kB 00:00 (7/21): annobin-11.13-2.el8.x86_64.rpm 24 MB/s | 972 kB 00:00 (8/21): go-srpm-macros-2-17.el8.noarch.rpm 1.0 MB/s | 13 kB 00:00 (9/21): ocaml-srpm-macros-5-4.el8.noarch.rpm 741 kB/s | 9.5 kB 00:00 (10/21): openblas-srpm-macros-2-2.el8.noarch.rp 628 kB/s | 8.0 kB 00:00 (11/21): perl-srpm-macros-1-25.el8.noarch.rpm 848 kB/s | 11 kB 00:00 (12/21): python-rpm-macros-3-45.el8.noarch.rpm 1.1 MB/s | 16 kB 00:00 (13/21): python3-rpm-macros-3-45.el8.noarch.rpm 1.2 MB/s | 15 kB 00:00 (14/21): python-srpm-macros-3-45.el8.noarch.rpm 1.0 MB/s | 16 kB 00:00 (15/21): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 917 kB/s | 11 kB 00:00 (16/21): rust-srpm-macros-5-2.el8.noarch.rpm 1.3 MB/s | 9.3 kB 00:00 (17/21): redhat-rpm-config-131-1.el8.noarch.rpm 6.0 MB/s | 91 kB 00:00 (18/21): zstd-1.4.4-1.el8.x86_64.rpm 14 MB/s | 393 kB 00:00 (19/21): unzip-6.0-48.el8_10.x86_64.rpm 7.5 MB/s | 196 kB 00:00 (20/21): gcc-plugin-annobin-8.5.0-28.el8_10.x86 860 kB/s | 37 kB 00:00 (21/21): rpm-build-4.14.3-32.el8_10.x86_64.rpm 6.1 MB/s | 175 kB 00:00 -------------------------------------------------------------------------------- Total 17 MB/s | 3.0 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python-srpm-macros-3-45.el8.noarch 1/21 Installing : unzip-6.0-48.el8_10.x86_64 2/21 Installing : zip-3.0-23.el8.x86_64 3/21 Installing : python-rpm-macros-3-45.el8.noarch 4/21 Installing : python3-rpm-macros-3-45.el8.noarch 5/21 Installing : gcc-plugin-annobin-8.5.0-28.el8_10.x86_64 6/21 Installing : zstd-1.4.4-1.el8.x86_64 7/21 Installing : rust-srpm-macros-5-2.el8.noarch 8/21 Installing : qt5-srpm-macros-5.15.3-1.el8.noarch 9/21 Installing : perl-srpm-macros-1-25.el8.noarch 10/21 Installing : openblas-srpm-macros-2-2.el8.noarch 11/21 Installing : ocaml-srpm-macros-5-4.el8.noarch 12/21 Installing : go-srpm-macros-2-17.el8.noarch 13/21 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 14/21 Installing : efi-srpm-macros-3-3.el8.noarch 15/21 Installing : dwz-0.12-10.el8.x86_64 16/21 Installing : annobin-11.13-2.el8.x86_64 17/21 Installing : redhat-rpm-config-131-1.el8.noarch 18/21 Running scriptlet: redhat-rpm-config-131-1.el8.noarch 18/21 Installing : patch-2.7.6-11.el8.x86_64 19/21 Installing : elfutils-0.190-2.el8.x86_64 20/21 Installing : rpm-build-4.14.3-32.el8_10.x86_64 21/21 Running scriptlet: rpm-build-4.14.3-32.el8_10.x86_64 21/21 Verifying : elfutils-0.190-2.el8.x86_64 1/21 Verifying : patch-2.7.6-11.el8.x86_64 2/21 Verifying : zip-3.0-23.el8.x86_64 3/21 Verifying : annobin-11.13-2.el8.x86_64 4/21 Verifying : dwz-0.12-10.el8.x86_64 5/21 Verifying : efi-srpm-macros-3-3.el8.noarch 6/21 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 7/21 Verifying : go-srpm-macros-2-17.el8.noarch 8/21 Verifying : ocaml-srpm-macros-5-4.el8.noarch 9/21 Verifying : openblas-srpm-macros-2-2.el8.noarch 10/21 Verifying : perl-srpm-macros-1-25.el8.noarch 11/21 Verifying : python-rpm-macros-3-45.el8.noarch 12/21 Verifying : python-srpm-macros-3-45.el8.noarch 13/21 Verifying : python3-rpm-macros-3-45.el8.noarch 14/21 Verifying : qt5-srpm-macros-5.15.3-1.el8.noarch 15/21 Verifying : redhat-rpm-config-131-1.el8.noarch 16/21 Verifying : rust-srpm-macros-5-2.el8.noarch 17/21 Verifying : zstd-1.4.4-1.el8.x86_64 18/21 Verifying : unzip-6.0-48.el8_10.x86_64 19/21 Verifying : gcc-plugin-annobin-8.5.0-28.el8_10.x86_64 20/21 Verifying : rpm-build-4.14.3-32.el8_10.x86_64 21/21 Installed: annobin-11.13-2.el8.x86_64 dwz-0.12-10.el8.x86_64 efi-srpm-macros-3-3.el8.noarch elfutils-0.190-2.el8.x86_64 gcc-plugin-annobin-8.5.0-28.el8_10.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch go-srpm-macros-2-17.el8.noarch ocaml-srpm-macros-5-4.el8.noarch openblas-srpm-macros-2-2.el8.noarch patch-2.7.6-11.el8.x86_64 perl-srpm-macros-1-25.el8.noarch python-rpm-macros-3-45.el8.noarch python-srpm-macros-3-45.el8.noarch python3-rpm-macros-3-45.el8.noarch qt5-srpm-macros-5.15.3-1.el8.noarch redhat-rpm-config-131-1.el8.noarch rpm-build-4.14.3-32.el8_10.x86_64 rust-srpm-macros-5-2.el8.noarch unzip-6.0-48.el8_10.x86_64 zip-3.0-23.el8.x86_64 zstd-1.4.4-1.el8.x86_64 Complete! + dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Last metadata expiration check: 0:13:03 ago on Mon 08 Jun 2026 07:14:01 AM EDT. epel-release-latest-8.noarch.rpm 949 kB/s | 25 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-22.el8 @commandline 25 k Transaction Summary ================================================================================ Install 1 Package Total size: 25 k Installed size: 34 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-22.el8.noarch 1/1 Running scriptlet: epel-release-8-22.el8.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-8-22.el8.noarch 1/1 Installed: epel-release-8-22.el8.noarch Complete! + dnf install -y mock Extra Packages for Enterprise Linux 8 - x86_64 13 MB/s | 14 MB 00:01 Last metadata expiration check: 0:00:05 ago on Mon 08 Jun 2026 07:27:07 AM EDT. Dependencies resolved. ================================================================================================================ Package Arch Version Repository Size ================================================================================================================ Installing: mock noarch 6.7-1.el8 epel 279 k Installing dependencies: createrepo_c x86_64 0.17.7-6.el8 RHEL-AppStream 89 k createrepo_c-libs x86_64 0.17.7-6.el8 RHEL-AppStream 116 k distribution-gpg-keys noarch 1.119-1.el8 epel 804 k drpm x86_64 0.4.1-3.el8 RHEL-AppStream 68 k mock-core-configs noarch 44.2-1.el8 epel 131 k mock-filesystem noarch 6.7-1.el8 epel 47 k python3-backoff noarch 1.11.1-2.el8 epel 28 k python3-pyroute2 noarch 0.5.3-3.el8 epel 503 k python3-templated-dictionary noarch 1.5-1.el8 epel 20 k Installing weak dependencies: buildah x86_64 2:1.33.14-3.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 10 M skopeo x86_64 2:1.14.5-7.module+el8.10.0+24081+a04d358a RHEL-AppStream-Updates 9.4 M Transaction Summary ================================================================================================================ Install 12 Packages Total download size: 22 M Installed size: 72 M Downloading Packages: (1/12): drpm-0.4.1-3.el8.x86_64.rpm 5.9 MB/s | 68 kB 00:00 (2/12): createrepo_c-libs-0.17.7-6.el8.x86_64.r 3.0 MB/s | 116 kB 00:00 (3/12): createrepo_c-0.17.7-6.el8.x86_64.rpm 2.2 MB/s | 89 kB 00:00 (4/12): distribution-gpg-keys-1.119-1.el8.noarc 2.2 MB/s | 804 kB 00:00 (5/12): mock-6.7-1.el8.noarch.rpm 7.7 MB/s | 279 kB 00:00 (6/12): mock-core-configs-44.2-1.el8.noarch.rpm 4.0 MB/s | 131 kB 00:00 (7/12): mock-filesystem-6.7-1.el8.noarch.rpm 1.5 MB/s | 47 kB 00:00 (8/12): python3-backoff-1.11.1-2.el8.noarch.rpm 904 kB/s | 28 kB 00:00 (9/12): buildah-1.33.14-3.module+el8.10.0+24081 18 MB/s | 10 MB 00:00 (10/12): skopeo-1.14.5-7.module+el8.10.0+24081+ 16 MB/s | 9.4 MB 00:00 (11/12): python3-pyroute2-0.5.3-3.el8.noarch.rp 6.2 MB/s | 503 kB 00:00 (12/12): python3-templated-dictionary-1.5-1.el8 148 kB/s | 20 kB 00:00 -------------------------------------------------------------------------------- Total 28 MB/s | 22 MB 00:00 Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x2F86D6A1: Userid : "Fedora EPEL (8) " Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 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.el8.noarch 1/12 Installing : mock-filesystem-6.7-1.el8.noarch 1/12 Installing : drpm-0.4.1-3.el8.x86_64 2/12 Installing : createrepo_c-libs-0.17.7-6.el8.x86_64 3/12 Installing : createrepo_c-0.17.7-6.el8.x86_64 4/12 Installing : python3-templated-dictionary-1.5-1.el8.noarch 5/12 Installing : python3-pyroute2-0.5.3-3.el8.noarch 6/12 Installing : python3-backoff-1.11.1-2.el8.noarch 7/12 Installing : distribution-gpg-keys-1.119-1.el8.noarch 8/12 Installing : skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x 9/12 Installing : buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a 10/12 Installing : mock-core-configs-44.2-1.el8.noarch 11/12 Running scriptlet: mock-core-configs-44.2-1.el8.noarch 11/12 Installing : mock-6.7-1.el8.noarch 12/12 Running scriptlet: mock-6.7-1.el8.noarch 12/12 Verifying : createrepo_c-0.17.7-6.el8.x86_64 1/12 Verifying : createrepo_c-libs-0.17.7-6.el8.x86_64 2/12 Verifying : drpm-0.4.1-3.el8.x86_64 3/12 Verifying : buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a 4/12 Verifying : skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x 5/12 Verifying : distribution-gpg-keys-1.119-1.el8.noarch 6/12 Verifying : mock-6.7-1.el8.noarch 7/12 Verifying : mock-core-configs-44.2-1.el8.noarch 8/12 Verifying : mock-filesystem-6.7-1.el8.noarch 9/12 Verifying : python3-backoff-1.11.1-2.el8.noarch 10/12 Verifying : python3-pyroute2-0.5.3-3.el8.noarch 11/12 Verifying : python3-templated-dictionary-1.5-1.el8.noarch 12/12 Installed: buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 createrepo_c-0.17.7-6.el8.x86_64 createrepo_c-libs-0.17.7-6.el8.x86_64 distribution-gpg-keys-1.119-1.el8.noarch drpm-0.4.1-3.el8.x86_64 mock-6.7-1.el8.noarch mock-core-configs-44.2-1.el8.noarch mock-filesystem-6.7-1.el8.noarch python3-backoff-1.11.1-2.el8.noarch python3-pyroute2-0.5.3-3.el8.noarch python3-templated-dictionary-1.5-1.el8.noarch skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64 Complete! + dnf config-manager --set-disabled epel + '[' 8-10 '!=' rhel-8-10 ']' + '[' rhel-8-10 '!=' rhel-8-10 ']' + '[' rhel-8-10 '!=' rhel-8-10 ']' + zversion=.0 + cat + useradd -c Builder -G mock builder ++ cut -d - -f 1 + opsys=rhel ++ cut -d - -f 2 + version=8 ++ /var/lib/testvm/build-deps.sh 'rhel 8' warning: Macro expanded in comment on line 28: %{version}. + su builder -c '/usr/bin/mock --verbose --no-bootstrap-image -i "autoconf" "automake" "docbook-style-xsl" "gcc" "gdb" "gettext >= 0.19.7" "glib-networking" "glib2-devel >= 2.50.0" "gnutls-devel >= 3.4.3" "krb5-devel >= 1.11" "krb5-server" "libappstream-glib-devel" "libssh-devel >= 0.8.5" "libxslt-devel" "make" "openssh-clients" "openssl-devel" "pam-devel" "pcp-libs-devel" "pkgconfig(gio-unix-2.0)" "pkgconfig(json-glib-1.0)" "pkgconfig(polkit-agent-1) >= 0.105" "python3-devel" "sed" "selinux-policy" "selinux-policy-devel" "systemd-devel >= 235" "xmlto" "zlib-devel" libappstream-glib rpmlint gettext desktop-file-utils libappstream-glib-devel' INFO: mock.py version 6.7 starting (python version = 3.6.8, NVR = mock-6.7-1.el8), args: /usr/libexec/mock/mock --verbose --no-bootstrap-image -i autoconf automake docbook-style-xsl gcc gdb 'gettext >= 0.19.7' glib-networking 'glib2-devel >= 2.50.0' 'gnutls-devel >= 3.4.3' 'krb5-devel >= 1.11' krb5-server libappstream-glib-devel 'libssh-devel >= 0.8.5' libxslt-devel make openssh-clients openssl-devel pam-devel pcp-libs-devel 'pkgconfig(gio-unix-2.0)' 'pkgconfig(json-glib-1.0)' 'pkgconfig(polkit-agent-1) >= 0.105' python3-devel sed selinux-policy selinux-policy-devel 'systemd-devel >= 235' xmlto zlib-devel libappstream-glib rpmlint gettext desktop-file-utils libappstream-glib-devel 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/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/rhel+epel-8-x86_64.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.4oswc4qv:/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.6/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-8-10-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: e800647e-4703-482e-a606-3471fdfaceb1 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-8.10.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 == 4.18.0-553.el8_10.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/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/blacklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/blacklist 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/./blacklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blacklist 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.5ql1b4rv', '/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 Mon Jun 8 07:27:21 2026. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-dnf noarch 4.7.0-20.el8 build 549 k DEBUG: python3-dnf-plugins-core noarch 4.0.21-25.el8 build 262 k DEBUG: Installing dependencies: DEBUG: audit-libs x86_64 3.1.2-1.el8 build 124 k DEBUG: basesystem noarch 11-5.el8 build 9.4 k DEBUG: bash x86_64 4.4.20-5.el8 build 1.5 M DEBUG: brotli x86_64 1.0.6-4.el8_8 build 322 k DEBUG: bzip2-libs x86_64 1.0.6-26.el8 build 47 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.304-80.2.el8_8 build 1.0 M DEBUG: chkconfig x86_64 1.19.2-1.el8 build 198 k DEBUG: coreutils x86_64 8.30-15.el8 build 1.2 M DEBUG: coreutils-common x86_64 8.30-15.el8 build 2.0 M DEBUG: crypto-policies noarch 20230731-1.git3177e06.el8 build 63 k DEBUG: curl x86_64 7.61.1-34.el8 build 352 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-6.el8_5 build 122 k DEBUG: dbus-glib x86_64 0.110-2.el8 build 126 k DEBUG: dbus-libs x86_64 1:1.12.8-26.el8 build 184 k DEBUG: dnf-data noarch 4.7.0-20.el8 build 156 k DEBUG: elfutils-default-yama-scope noarch 0.190-2.el8 build 52 k DEBUG: elfutils-libelf x86_64 0.190-2.el8 build 232 k DEBUG: elfutils-libs x86_64 0.190-2.el8 build 304 k DEBUG: expat x86_64 2.2.5-13.el8_10 build 113 k DEBUG: file-libs x86_64 5.33-26.el8 build 543 k DEBUG: filesystem x86_64 3.8-6.el8 build 1.1 M DEBUG: gawk x86_64 4.2.1-4.el8 build 1.1 M DEBUG: gdbm x86_64 1:1.18-2.el8 build 129 k DEBUG: gdbm-libs x86_64 1:1.18-2.el8 build 59 k DEBUG: glib2 x86_64 2.56.4-162.el8 build 2.5 M DEBUG: glibc x86_64 2.28-251.el8 build 2.2 M DEBUG: glibc-all-langpacks x86_64 2.28-251.el8 build 26 M DEBUG: glibc-common x86_64 2.28-251.el8 build 1.0 M DEBUG: gmp x86_64 1:6.1.2-11.el8 build 317 k DEBUG: gnupg2 x86_64 2.2.20-3.el8_8.1 build 2.4 M DEBUG: gnutls x86_64 3.6.16-8.el8_9.3 build 1.0 M DEBUG: gpgme x86_64 1.13.1-12.el8 build 335 k DEBUG: grep x86_64 3.1-6.el8 build 273 k DEBUG: ima-evm-utils x86_64 1.3.2-12.el8 build 63 k DEBUG: info x86_64 6.5-7.el8 build 197 k DEBUG: json-c x86_64 0.13.1-3.el8 build 40 k DEBUG: json-glib x86_64 1.4.4-1.el8 build 143 k DEBUG: keyutils-libs x86_64 1.5.10-9.el8 build 33 k DEBUG: krb5-libs x86_64 1.18.2-26.el8_9 build 841 k DEBUG: libacl x86_64 2.2.53-3.el8 build 34 k DEBUG: libarchive x86_64 3.3.3-5.el8_8.2 build 359 k DEBUG: libassuan x86_64 2.5.1-3.el8 build 82 k DEBUG: libattr x86_64 2.4.48-3.el8 build 26 k DEBUG: libblkid x86_64 2.32.1-46.el8 build 220 k DEBUG: libcap x86_64 2.48-6.el8_9 build 73 k DEBUG: libcap-ng x86_64 0.7.11-1.el8 build 32 k DEBUG: libcom_err x86_64 1.45.6-5.el8 build 48 k DEBUG: libcomps x86_64 0.1.18-1.el8 build 81 k DEBUG: libcurl x86_64 7.61.1-34.el8 build 303 k DEBUG: libdb x86_64 5.3.28-42.el8_4 build 750 k DEBUG: libdb-utils x86_64 5.3.28-42.el8_4 build 149 k DEBUG: libdnf x86_64 0.63.0-19.el8 build 711 k DEBUG: libffi x86_64 3.1-24.el8 build 37 k DEBUG: libgcc x86_64 8.5.0-21.el8 build 80 k DEBUG: libgcrypt x86_64 1.8.5-7.el8_6 build 462 k DEBUG: libgpg-error x86_64 1.31-1.el8 build 241 k DEBUG: libidn2 x86_64 2.2.0-1.el8 build 93 k DEBUG: libksba x86_64 1.3.5-9.el8_7 build 133 k DEBUG: libmodulemd x86_64 2.13.0-1.el8 build 232 k DEBUG: libmount x86_64 2.32.1-46.el8 build 236 k DEBUG: libnghttp2 x86_64 1.33.0-5.el8_9 build 77 k DEBUG: libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 build 57 k DEBUG: libpsl x86_64 0.20.2-6.el8 build 60 k DEBUG: librepo x86_64 1.14.2-5.el8 build 92 k DEBUG: libreport-filesystem x86_64 2.9.5-15.el8 build 20 k DEBUG: librhsm x86_64 0.0.3-5.el8 build 33 k DEBUG: libselinux x86_64 2.9-9.el8_8 build 165 k DEBUG: libsemanage x86_64 2.9-10.el8_8 build 167 k DEBUG: libsepol x86_64 2.9-3.el8 build 339 k DEBUG: libsigsegv x86_64 2.11-5.el8 build 29 k DEBUG: libsmartcols x86_64 2.32.1-46.el8 build 179 k DEBUG: libsolv x86_64 0.7.20-6.el8 build 375 k DEBUG: libssh x86_64 0.9.6-14.el8 build 219 k DEBUG: libssh-config noarch 0.9.6-14.el8 build 20 k DEBUG: libstdc++ x86_64 8.5.0-21.el8 build 454 k DEBUG: libtasn1 x86_64 4.13-4.el8_7 build 75 k DEBUG: libtirpc x86_64 1.1.4-10.el8 build 112 k DEBUG: libunistring x86_64 0.9.9-3.el8 build 421 k DEBUG: libusbx x86_64 1.0.23-4.el8 build 73 k DEBUG: libuuid x86_64 2.32.1-46.el8 build 98 k DEBUG: libverto x86_64 0.3.2-2.el8 build 23 k DEBUG: libxcrypt x86_64 4.1.1-6.el8 build 72 k DEBUG: libxml2 x86_64 2.9.7-18.el8_9 build 696 k DEBUG: libyaml x86_64 0.1.7-5.el8 build 60 k DEBUG: libzstd x86_64 1.4.4-1.el8 build 265 k DEBUG: lua-libs x86_64 5.3.4-12.el8 build 117 k DEBUG: lz4-libs x86_64 1.8.3-3.el8_4 build 65 k DEBUG: mpfr x86_64 3.1.6-1.el8 build 220 k DEBUG: ncurses x86_64 6.1-10.20180224.el8 build 386 k DEBUG: ncurses-base noarch 6.1-10.20180224.el8 build 80 k DEBUG: ncurses-libs x86_64 6.1-10.20180224.el8 build 333 k DEBUG: nettle x86_64 3.4.1-7.el8 build 300 k DEBUG: npth x86_64 1.5-4.el8 build 25 k DEBUG: openldap x86_64 2.4.46-20.el8_8 build 353 k DEBUG: openssl-libs x86_64 1:1.1.1k-12.el8_9 build 1.5 M DEBUG: p11-kit x86_64 0.23.22-2.el8 build 326 k DEBUG: p11-kit-trust x86_64 0.23.22-2.el8 build 137 k DEBUG: pcre x86_64 8.42-6.el8 build 210 k DEBUG: pcre2 x86_64 10.32-3.el8_6 build 246 k DEBUG: platform-python x86_64 3.6.8-59.el8 build 86 k DEBUG: platform-python-setuptools noarch 39.2.0-7.el8_8.3 build 632 k DEBUG: popt x86_64 1.18-1.el8 build 60 k DEBUG: publicsuffix-list-dafsa noarch 20180723-1.el8 build 55 k DEBUG: python3-dateutil noarch 1:2.6.1-6.el8 build 250 k DEBUG: python3-dbus x86_64 1.2.4-15.el8 build 133 k DEBUG: python3-gpg x86_64 1.13.1-12.el8 build 243 k DEBUG: python3-hawkey x86_64 0.63.0-19.el8 build 117 k DEBUG: python3-libcomps x86_64 0.1.18-1.el8 build 51 k DEBUG: python3-libdnf x86_64 0.63.0-19.el8 build 779 k DEBUG: python3-libs x86_64 3.6.8-59.el8 build 7.9 M DEBUG: python3-pip-wheel noarch 9.0.3-24.el8 build 865 k DEBUG: python3-rpm x86_64 4.14.3-31.el8 build 154 k DEBUG: python3-setuptools-wheel noarch 39.2.0-7.el8_8.3 build 288 k DEBUG: python3-six noarch 1.11.0-8.el8 build 37 k DEBUG: python3-systemd x86_64 234-8.el8 build 80 k DEBUG: readline x86_64 7.0-10.el8 build 198 k DEBUG: redhat-release x86_64 8.10-0.2.el8 build 44 k DEBUG: rpm x86_64 4.14.3-31.el8 build 543 k DEBUG: rpm-build-libs x86_64 4.14.3-31.el8 build 156 k DEBUG: rpm-libs x86_64 4.14.3-31.el8 build 347 k DEBUG: sed x86_64 4.5-5.el8 build 297 k DEBUG: setup noarch 2.12.2-9.el8 build 180 k DEBUG: shadow-utils x86_64 2:4.6-22.el8 build 1.2 M DEBUG: sqlite-libs x86_64 3.26.0-19.el8_9 build 580 k DEBUG: systemd-libs x86_64 239-82.el8 build 1.1 M DEBUG: tpm2-tss x86_64 2.3.2-6.el8 build 274 k DEBUG: tzdata noarch 2024a-1.el8 build 474 k DEBUG: xz-libs x86_64 5.2.4-4.el8_6 build 93 k DEBUG: zlib x86_64 1.2.11-25.el8 build 102 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 131 Packages DEBUG: Total download size: 78 M DEBUG: Installed size: 595 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 81 MB/s | 78 MB 00:00 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: Installed: DEBUG: audit-libs-3.1.2-1.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: bash-4.4.20-5.el8.x86_64 DEBUG: brotli-1.0.6-4.el8_8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.304-80.2.el8_8.noarch DEBUG: chkconfig-1.19.2-1.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: coreutils-common-8.30-15.el8.x86_64 DEBUG: crypto-policies-20230731-1.git3177e06.el8.noarch DEBUG: curl-7.61.1-34.el8.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 DEBUG: dbus-glib-0.110-2.el8.x86_64 DEBUG: dbus-libs-1:1.12.8-26.el8.x86_64 DEBUG: dnf-data-4.7.0-20.el8.noarch DEBUG: elfutils-default-yama-scope-0.190-2.el8.noarch DEBUG: elfutils-libelf-0.190-2.el8.x86_64 DEBUG: elfutils-libs-0.190-2.el8.x86_64 DEBUG: expat-2.2.5-13.el8_10.x86_64 DEBUG: file-libs-5.33-26.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: gdbm-1:1.18-2.el8.x86_64 DEBUG: gdbm-libs-1:1.18-2.el8.x86_64 DEBUG: glib2-2.56.4-162.el8.x86_64 DEBUG: glibc-2.28-251.el8.x86_64 DEBUG: glibc-all-langpacks-2.28-251.el8.x86_64 DEBUG: glibc-common-2.28-251.el8.x86_64 DEBUG: gmp-1:6.1.2-11.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8_8.1.x86_64 DEBUG: gnutls-3.6.16-8.el8_9.3.x86_64 DEBUG: gpgme-1.13.1-12.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: info-6.5-7.el8.x86_64 DEBUG: json-c-0.13.1-3.el8.x86_64 DEBUG: json-glib-1.4.4-1.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: krb5-libs-1.18.2-26.el8_9.x86_64 DEBUG: libacl-2.2.53-3.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8_8.2.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: libblkid-2.32.1-46.el8.x86_64 DEBUG: libcap-2.48-6.el8_9.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: libcomps-0.1.18-1.el8.x86_64 DEBUG: libcurl-7.61.1-34.el8.x86_64 DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libdnf-0.63.0-19.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: libgcc-8.5.0-21.el8.x86_64 DEBUG: libgcrypt-1.8.5-7.el8_6.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8_7.x86_64 DEBUG: libmodulemd-2.13.0-1.el8.x86_64 DEBUG: libmount-2.32.1-46.el8.x86_64 DEBUG: libnghttp2-1.33.0-5.el8_9.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: librepo-1.14.2-5.el8.x86_64 DEBUG: libreport-filesystem-2.9.5-15.el8.x86_64 DEBUG: librhsm-0.0.3-5.el8.x86_64 DEBUG: libselinux-2.9-9.el8_8.x86_64 DEBUG: libsemanage-2.9-10.el8_8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-46.el8.x86_64 DEBUG: libsolv-0.7.20-6.el8.x86_64 DEBUG: libssh-0.9.6-14.el8.x86_64 DEBUG: libssh-config-0.9.6-14.el8.noarch DEBUG: libstdc++-8.5.0-21.el8.x86_64 DEBUG: libtasn1-4.13-4.el8_7.x86_64 DEBUG: libtirpc-1.1.4-10.el8.x86_64 DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: libuuid-2.32.1-46.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: libxml2-2.9.7-18.el8_9.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: libzstd-1.4.4-1.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: ncurses-6.1-10.20180224.el8.x86_64 DEBUG: ncurses-base-6.1-10.20180224.el8.noarch DEBUG: ncurses-libs-6.1-10.20180224.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: openldap-2.4.46-20.el8_8.x86_64 DEBUG: openssl-libs-1:1.1.1k-12.el8_9.x86_64 DEBUG: p11-kit-0.23.22-2.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-2.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: pcre2-10.32-3.el8_6.x86_64 DEBUG: platform-python-3.6.8-59.el8.x86_64 DEBUG: platform-python-setuptools-39.2.0-7.el8_8.3.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch DEBUG: python3-dbus-1.2.4-15.el8.x86_64 DEBUG: python3-dnf-4.7.0-20.el8.noarch DEBUG: python3-dnf-plugins-core-4.0.21-25.el8.noarch DEBUG: python3-gpg-1.13.1-12.el8.x86_64 DEBUG: python3-hawkey-0.63.0-19.el8.x86_64 DEBUG: python3-libcomps-0.1.18-1.el8.x86_64 DEBUG: python3-libdnf-0.63.0-19.el8.x86_64 DEBUG: python3-libs-3.6.8-59.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-24.el8.noarch DEBUG: python3-rpm-4.14.3-31.el8.x86_64 DEBUG: python3-setuptools-wheel-39.2.0-7.el8_8.3.noarch DEBUG: python3-six-1.11.0-8.el8.noarch DEBUG: python3-systemd-234-8.el8.x86_64 DEBUG: readline-7.0-10.el8.x86_64 DEBUG: redhat-release-8.10-0.2.el8.x86_64 DEBUG: rpm-4.14.3-31.el8.x86_64 DEBUG: rpm-build-libs-4.14.3-31.el8.x86_64 DEBUG: rpm-libs-4.14.3-31.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: shadow-utils-2:4.6-22.el8.x86_64 DEBUG: sqlite-libs-3.26.0-19.el8_9.x86_64 DEBUG: systemd-libs-239-82.el8.x86_64 DEBUG: tpm2-tss-2.3.2-6.el8.x86_64 DEBUG: tzdata-2024a-1.el8.noarch DEBUG: xz-libs-5.2.4-4.el8_6.x86_64 DEBUG: zlib-1.2.11-25.el8.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: Byte Order: Little Endian DEBUG: CPU(s): 1 DEBUG: On-line CPU(s) list: 0 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 1 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: GenuineIntel DEBUG: CPU family: 6 DEBUG: Model: 134 DEBUG: Model name: Intel Xeon Processor (Icelake) DEBUG: Stepping: 0 DEBUG: CPU MHz: 2294.608 DEBUG: BogoMIPS: 4589.21 DEBUG: Virtualization: VT-x DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 4096K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0 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 invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi 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 avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm md_clear arch_capabilities 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 231Mi 280Mi 21Mi 1.2Gi 1.3Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/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/vda3 xfs 20G 5.9G 14G 31% / DEBUG: /dev/vda3 xfs 20G 5.9G 14G 31% / 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 == 4.18.0-553.el8_10.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/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/blacklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/blacklist 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/./blacklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./blacklist 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.wh3k4lej', '/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.tvna0ms0:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '07c844071471419498379b7dbf0c8b26', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.tvna0ms0:/etc/resolv.conf', '--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 Mon Jun 8 07:28:06 2026. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing group/module packages: DEBUG: bash x86_64 4.4.20-5.el8 build 1.5 M DEBUG: bzip2 x86_64 1.0.6-26.el8 build 59 k DEBUG: coreutils x86_64 8.30-15.el8 build 1.2 M DEBUG: cpio x86_64 2.12-11.el8 build 265 k DEBUG: diffutils x86_64 3.6-6.el8 build 358 k DEBUG: findutils x86_64 1:4.6.0-22.el8 build 526 k DEBUG: gawk x86_64 4.2.1-4.el8 build 1.1 M DEBUG: gcc x86_64 8.5.0-21.el8 build 23 M DEBUG: gcc-c++ x86_64 8.5.0-21.el8 build 12 M DEBUG: grep x86_64 3.1-6.el8 build 273 k DEBUG: gzip x86_64 1.9-13.el8_5 build 166 k DEBUG: info x86_64 6.5-7.el8 build 197 k DEBUG: make x86_64 1:4.2.1-11.el8 build 497 k DEBUG: module-build-macros noarch 0.0-8.el8 build 7.6 k DEBUG: patch x86_64 2.7.6-11.el8 build 137 k DEBUG: redhat-ca-certificate noarch 1.1.0-3.el8eng build 10 k DEBUG: redhat-release x86_64 8.10-0.2.el8 build 44 k DEBUG: redhat-rpm-config noarch 131-1.el8 build 89 k DEBUG: rhpkg-simple noarch 1.25-1.el8eng build 12 k DEBUG: rpm-build x86_64 4.14.3-31.el8 build 173 k DEBUG: scl-utils-build x86_64 1:2.0.2-16.el8 build 25 k DEBUG: sed x86_64 4.5-5.el8 build 297 k DEBUG: shadow-utils x86_64 2:4.6-22.el8 build 1.2 M DEBUG: tar x86_64 2:1.30-9.el8 build 838 k DEBUG: unzip x86_64 6.0-46.el8 build 195 k DEBUG: util-linux x86_64 2.32.1-46.el8 build 2.5 M DEBUG: which x86_64 2.21-20.el8 build 49 k DEBUG: xz x86_64 5.2.4-4.el8_6 build 152 k DEBUG: Installing dependencies: DEBUG: annobin x86_64 11.13-2.el8 build 971 k DEBUG: audit-libs x86_64 3.1.2-1.el8 build 124 k DEBUG: basesystem noarch 11-5.el8 build 9.4 k DEBUG: binutils x86_64 2.30-123.el8 build 5.8 M DEBUG: brotli x86_64 1.0.6-4.el8_8 build 322 k DEBUG: bzip2-libs x86_64 1.0.6-26.el8 build 47 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.304-80.2.el8_8 build 1.0 M DEBUG: chkconfig x86_64 1.19.2-1.el8 build 198 k DEBUG: coreutils-common x86_64 8.30-15.el8 build 2.0 M DEBUG: cpp x86_64 8.5.0-21.el8 build 10 M DEBUG: cracklib x86_64 2.9.6-15.el8 build 92 k DEBUG: cracklib-dicts x86_64 2.9.6-15.el8 build 4.0 M DEBUG: crypto-policies noarch 20230731-1.git3177e06.el8 build 63 k DEBUG: curl x86_64 7.61.1-34.el8 build 352 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-6.el8_5 build 122 k DEBUG: dwz x86_64 0.12-10.el8 build 108 k DEBUG: efi-srpm-macros noarch 3-3.el8 build 21 k DEBUG: elfutils x86_64 0.190-2.el8 build 570 k DEBUG: elfutils-default-yama-scope noarch 0.190-2.el8 build 52 k DEBUG: elfutils-libelf x86_64 0.190-2.el8 build 232 k DEBUG: elfutils-libs x86_64 0.190-2.el8 build 304 k DEBUG: expat x86_64 2.2.5-13.el8_10 build 113 k DEBUG: file x86_64 5.33-26.el8 build 76 k DEBUG: file-libs x86_64 5.33-26.el8 build 543 k DEBUG: filesystem x86_64 3.8-6.el8 build 1.1 M DEBUG: gc x86_64 7.6.4-3.el8 build 108 k DEBUG: gcc-plugin-annobin x86_64 8.5.0-21.el8 build 35 k DEBUG: gdb-headless x86_64 8.2-20.el8 build 3.7 M DEBUG: gdbm x86_64 1:1.18-2.el8 build 129 k DEBUG: gdbm-libs x86_64 1:1.18-2.el8 build 59 k DEBUG: ghc-srpm-macros noarch 1.4.2-7.el8 build 8.3 k DEBUG: git-core x86_64 2.43.0-1.el8 build 11 M DEBUG: glib2 x86_64 2.56.4-162.el8 build 2.5 M DEBUG: glibc x86_64 2.28-251.el8 build 2.2 M DEBUG: glibc-all-langpacks x86_64 2.28-251.el8 build 26 M DEBUG: glibc-common x86_64 2.28-251.el8 build 1.0 M DEBUG: glibc-devel x86_64 2.28-251.el8 build 86 k DEBUG: glibc-gconv-extra x86_64 2.28-251.el8 build 1.5 M DEBUG: glibc-headers x86_64 2.28-251.el8 build 491 k DEBUG: gmp x86_64 1:6.1.2-11.el8 build 317 k DEBUG: gnupg2 x86_64 2.2.20-3.el8_8.1 build 2.4 M DEBUG: gnutls x86_64 3.6.16-8.el8_9.3 build 1.0 M DEBUG: go-srpm-macros noarch 2-17.el8 build 12 k DEBUG: guile x86_64 5:2.0.14-7.el8 build 3.5 M DEBUG: ima-evm-utils x86_64 1.3.2-12.el8 build 63 k DEBUG: isl x86_64 0.16.1-6.el8 build 840 k DEBUG: iso-codes noarch 3.79-2.el8 build 3.4 M DEBUG: kernel-headers x86_64 4.18.0-553.el8_10 build 12 M DEBUG: keyutils-libs x86_64 1.5.10-9.el8 build 33 k DEBUG: krb5-libs x86_64 1.18.2-26.el8_9 build 841 k DEBUG: less x86_64 530-2.el8_9 build 163 k DEBUG: libacl x86_64 2.2.53-3.el8 build 34 k DEBUG: libarchive x86_64 3.3.3-5.el8_8.2 build 359 k DEBUG: libassuan x86_64 2.5.1-3.el8 build 82 k DEBUG: libatomic_ops x86_64 7.6.2-3.el8 build 37 k DEBUG: libattr x86_64 2.4.48-3.el8 build 26 k DEBUG: libbabeltrace x86_64 1.5.4-4.el8 build 199 k DEBUG: libblkid x86_64 2.32.1-46.el8 build 220 k DEBUG: libcap x86_64 2.48-6.el8_9 build 73 k DEBUG: libcap-ng x86_64 0.7.11-1.el8 build 32 k DEBUG: libcom_err x86_64 1.45.6-5.el8 build 48 k DEBUG: libcurl x86_64 7.61.1-34.el8 build 303 k DEBUG: libdb x86_64 5.3.28-42.el8_4 build 750 k DEBUG: libdb-utils x86_64 5.3.28-42.el8_4 build 149 k DEBUG: libedit x86_64 3.1-23.20170329cvs.el8 build 101 k DEBUG: libfdisk x86_64 2.32.1-46.el8 build 253 k DEBUG: libffi x86_64 3.1-24.el8 build 37 k DEBUG: libgcc x86_64 8.5.0-21.el8 build 80 k DEBUG: libgcrypt x86_64 1.8.5-7.el8_6 build 462 k DEBUG: libgomp x86_64 8.5.0-21.el8 build 207 k DEBUG: libgpg-error x86_64 1.31-1.el8 build 241 k DEBUG: libidn2 x86_64 2.2.0-1.el8 build 93 k DEBUG: libipt x86_64 1.6.1-8.el8 build 49 k DEBUG: libksba x86_64 1.3.5-9.el8_7 build 133 k DEBUG: libmount x86_64 2.32.1-46.el8 build 236 k DEBUG: libmpc x86_64 1.1.0-9.1.el8 build 60 k DEBUG: libnghttp2 x86_64 1.33.0-5.el8_9 build 77 k DEBUG: libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 build 57 k DEBUG: libpkgconf x86_64 1.4.2-1.el8 build 34 k DEBUG: libpsl x86_64 0.20.2-6.el8 build 60 k DEBUG: libpwquality x86_64 1.4.4-6.el8 build 106 k DEBUG: libselinux x86_64 2.9-9.el8_8 build 165 k DEBUG: libsemanage x86_64 2.9-10.el8_8 build 167 k DEBUG: libsepol x86_64 2.9-3.el8 build 339 k DEBUG: libsigsegv x86_64 2.11-5.el8 build 29 k DEBUG: libsmartcols x86_64 2.32.1-46.el8 build 179 k DEBUG: libssh x86_64 0.9.6-14.el8 build 219 k DEBUG: libssh-config noarch 0.9.6-14.el8 build 20 k DEBUG: libstdc++ x86_64 8.5.0-21.el8 build 454 k DEBUG: libstdc++-devel x86_64 8.5.0-21.el8 build 2.1 M DEBUG: libtasn1 x86_64 4.13-4.el8_7 build 75 k DEBUG: libtirpc x86_64 1.1.4-10.el8 build 112 k DEBUG: libtool-ltdl x86_64 2.4.6-25.el8 build 57 k DEBUG: libunistring x86_64 0.9.9-3.el8 build 421 k DEBUG: libusbx x86_64 1.0.23-4.el8 build 73 k DEBUG: libutempter x86_64 1.1.6-14.el8 build 31 k DEBUG: libuuid x86_64 2.32.1-46.el8 build 98 k DEBUG: libverto x86_64 0.3.2-2.el8 build 23 k DEBUG: libxcrypt x86_64 4.1.1-6.el8 build 72 k DEBUG: libxcrypt-devel x86_64 4.1.1-6.el8 build 24 k DEBUG: libxml2 x86_64 2.9.7-18.el8_9 build 696 k DEBUG: libzstd x86_64 1.4.4-1.el8 build 265 k DEBUG: lua-libs x86_64 5.3.4-12.el8 build 117 k DEBUG: lz4-libs x86_64 1.8.3-3.el8_4 build 65 k DEBUG: mpfr x86_64 3.1.6-1.el8 build 220 k DEBUG: ncurses x86_64 6.1-10.20180224.el8 build 386 k DEBUG: ncurses-base noarch 6.1-10.20180224.el8 build 80 k DEBUG: ncurses-libs x86_64 6.1-10.20180224.el8 build 333 k DEBUG: nettle x86_64 3.4.1-7.el8 build 300 k DEBUG: npth x86_64 1.5-4.el8 build 25 k DEBUG: ocaml-srpm-macros noarch 5-4.el8 build 8.4 k DEBUG: openblas-srpm-macros noarch 2-2.el8 build 6.9 k DEBUG: openldap x86_64 2.4.46-20.el8_8 build 353 k DEBUG: openssh x86_64 8.0p1-24.el8 build 524 k DEBUG: openssh-clients x86_64 8.0p1-24.el8 build 645 k DEBUG: openssl-libs x86_64 1:1.1.1k-12.el8_9 build 1.5 M DEBUG: p11-kit x86_64 0.23.22-2.el8 build 326 k DEBUG: p11-kit-trust x86_64 0.23.22-2.el8 build 137 k DEBUG: pam x86_64 1.3.1-33.el8 build 745 k DEBUG: pcre x86_64 8.42-6.el8 build 210 k DEBUG: pcre2 x86_64 10.32-3.el8_6 build 246 k DEBUG: perl-srpm-macros noarch 1-25.el8 build 9.8 k DEBUG: pkgconf x86_64 1.4.2-1.el8 build 37 k DEBUG: pkgconf-m4 noarch 1.4.2-1.el8 build 16 k DEBUG: pkgconf-pkg-config x86_64 1.4.2-1.el8 build 14 k DEBUG: platform-python x86_64 3.6.8-59.el8 build 86 k DEBUG: platform-python-setuptools noarch 39.2.0-7.el8_8.3 build 632 k DEBUG: popt x86_64 1.18-1.el8 build 60 k DEBUG: publicsuffix-list-dafsa noarch 20180723-1.el8 build 55 k DEBUG: python-rpm-macros noarch 3-45.el8 build 15 k DEBUG: python-srpm-macros noarch 3-45.el8 build 15 k DEBUG: python3-libs x86_64 3.6.8-59.el8 build 7.9 M DEBUG: python3-pip-wheel noarch 9.0.3-24.el8 build 865 k DEBUG: python3-rpm-macros noarch 3-45.el8 build 14 k DEBUG: python3-setuptools-wheel noarch 39.2.0-7.el8_8.3 build 288 k DEBUG: qt5-srpm-macros noarch 5.15.3-1.el8 build 9.6 k DEBUG: readline x86_64 7.0-10.el8 build 198 k DEBUG: rpm x86_64 4.14.3-31.el8 build 543 k DEBUG: rpm-build-libs x86_64 4.14.3-31.el8 build 156 k DEBUG: rpm-libs x86_64 4.14.3-31.el8 build 347 k DEBUG: rust-srpm-macros noarch 5-2.el8 build 8.2 k DEBUG: setup noarch 2.12.2-9.el8 build 180 k DEBUG: sqlite-libs x86_64 3.26.0-19.el8_9 build 580 k DEBUG: systemd-libs x86_64 239-82.el8 build 1.1 M DEBUG: tpm2-tss x86_64 2.3.2-6.el8 build 274 k DEBUG: tzdata noarch 2024a-1.el8 build 474 k DEBUG: xml-common noarch 0.6.3-50.el8 build 38 k DEBUG: xz-libs x86_64 5.2.4-4.el8_6 build 93 k DEBUG: zip x86_64 3.0-23.el8 build 269 k DEBUG: zlib x86_64 1.2.11-25.el8 build 102 k DEBUG: zstd x86_64 1.4.4-1.el8 build 392 k DEBUG: Installing Groups: DEBUG: build DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 179 Packages DEBUG: Total download size: 179 M DEBUG: Installed size: 867 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 94 MB/s | 179 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: annobin-11.13-2.el8.x86_64 DEBUG: audit-libs-3.1.2-1.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: bash-4.4.20-5.el8.x86_64 DEBUG: binutils-2.30-123.el8.x86_64 DEBUG: brotli-1.0.6-4.el8_8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.304-80.2.el8_8.noarch DEBUG: chkconfig-1.19.2-1.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: coreutils-common-8.30-15.el8.x86_64 DEBUG: cpio-2.12-11.el8.x86_64 DEBUG: cpp-8.5.0-21.el8.x86_64 DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: crypto-policies-20230731-1.git3177e06.el8.noarch DEBUG: curl-7.61.1-34.el8.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: elfutils-0.190-2.el8.x86_64 DEBUG: elfutils-default-yama-scope-0.190-2.el8.noarch DEBUG: elfutils-libelf-0.190-2.el8.x86_64 DEBUG: elfutils-libs-0.190-2.el8.x86_64 DEBUG: expat-2.2.5-13.el8_10.x86_64 DEBUG: file-5.33-26.el8.x86_64 DEBUG: file-libs-5.33-26.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: findutils-1:4.6.0-22.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: gcc-8.5.0-21.el8.x86_64 DEBUG: gcc-c++-8.5.0-21.el8.x86_64 DEBUG: gcc-plugin-annobin-8.5.0-21.el8.x86_64 DEBUG: gdb-headless-8.2-20.el8.x86_64 DEBUG: gdbm-1:1.18-2.el8.x86_64 DEBUG: gdbm-libs-1:1.18-2.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: git-core-2.43.0-1.el8.x86_64 DEBUG: glib2-2.56.4-162.el8.x86_64 DEBUG: glibc-2.28-251.el8.x86_64 DEBUG: glibc-all-langpacks-2.28-251.el8.x86_64 DEBUG: glibc-common-2.28-251.el8.x86_64 DEBUG: glibc-devel-2.28-251.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-251.el8.x86_64 DEBUG: glibc-headers-2.28-251.el8.x86_64 DEBUG: gmp-1:6.1.2-11.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8_8.1.x86_64 DEBUG: gnutls-3.6.16-8.el8_9.3.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: grep-3.1-6.el8.x86_64 DEBUG: guile-5:2.0.14-7.el8.x86_64 DEBUG: gzip-1.9-13.el8_5.x86_64 DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: info-6.5-7.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: iso-codes-3.79-2.el8.noarch DEBUG: kernel-headers-4.18.0-553.el8_10.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: krb5-libs-1.18.2-26.el8_9.x86_64 DEBUG: less-530-2.el8_9.x86_64 DEBUG: libacl-2.2.53-3.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8_8.2.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: libblkid-2.32.1-46.el8.x86_64 DEBUG: libcap-2.48-6.el8_9.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: libcurl-7.61.1-34.el8.x86_64 DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libfdisk-2.32.1-46.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: libgcc-8.5.0-21.el8.x86_64 DEBUG: libgcrypt-1.8.5-7.el8_6.x86_64 DEBUG: libgomp-8.5.0-21.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: libksba-1.3.5-9.el8_7.x86_64 DEBUG: libmount-2.32.1-46.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libnghttp2-1.33.0-5.el8_9.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: libpwquality-1.4.4-6.el8.x86_64 DEBUG: libselinux-2.9-9.el8_8.x86_64 DEBUG: libsemanage-2.9-10.el8_8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-46.el8.x86_64 DEBUG: libssh-0.9.6-14.el8.x86_64 DEBUG: libssh-config-0.9.6-14.el8.noarch DEBUG: libstdc++-8.5.0-21.el8.x86_64 DEBUG: libstdc++-devel-8.5.0-21.el8.x86_64 DEBUG: libtasn1-4.13-4.el8_7.x86_64 DEBUG: libtirpc-1.1.4-10.el8.x86_64 DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libuuid-2.32.1-46.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libxml2-2.9.7-18.el8_9.x86_64 DEBUG: libzstd-1.4.4-1.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: make-1:4.2.1-11.el8.x86_64 DEBUG: module-build-macros-0.0-8.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: ncurses-6.1-10.20180224.el8.x86_64 DEBUG: ncurses-base-6.1-10.20180224.el8.noarch DEBUG: ncurses-libs-6.1-10.20180224.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: openldap-2.4.46-20.el8_8.x86_64 DEBUG: openssh-8.0p1-24.el8.x86_64 DEBUG: openssh-clients-8.0p1-24.el8.x86_64 DEBUG: openssl-libs-1:1.1.1k-12.el8_9.x86_64 DEBUG: p11-kit-0.23.22-2.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-2.el8.x86_64 DEBUG: pam-1.3.1-33.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: pcre2-10.32-3.el8_6.x86_64 DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: platform-python-3.6.8-59.el8.x86_64 DEBUG: platform-python-setuptools-39.2.0-7.el8_8.3.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: python-rpm-macros-3-45.el8.noarch DEBUG: python-srpm-macros-3-45.el8.noarch DEBUG: python3-libs-3.6.8-59.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-24.el8.noarch DEBUG: python3-rpm-macros-3-45.el8.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8_8.3.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: redhat-ca-certificate-1.1.0-3.el8eng.noarch DEBUG: redhat-release-8.10-0.2.el8.x86_64 DEBUG: redhat-rpm-config-131-1.el8.noarch DEBUG: rhpkg-simple-1.25-1.el8eng.noarch DEBUG: rpm-4.14.3-31.el8.x86_64 DEBUG: rpm-build-4.14.3-31.el8.x86_64 DEBUG: rpm-build-libs-4.14.3-31.el8.x86_64 DEBUG: rpm-libs-4.14.3-31.el8.x86_64 DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: scl-utils-build-1:2.0.2-16.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: shadow-utils-2:4.6-22.el8.x86_64 DEBUG: sqlite-libs-3.26.0-19.el8_9.x86_64 DEBUG: systemd-libs-239-82.el8.x86_64 DEBUG: tar-2:1.30-9.el8.x86_64 DEBUG: tpm2-tss-2.3.2-6.el8.x86_64 DEBUG: tzdata-2024a-1.el8.noarch DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: util-linux-2.32.1-46.el8.x86_64 DEBUG: which-2.21-20.el8.x86_64 DEBUG: xml-common-0.6.3-50.el8.noarch DEBUG: xz-5.2.4-4.el8_6.x86_64 DEBUG: xz-libs-5.2.4-4.el8_6.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: zlib-1.2.11-25.el8.x86_64 DEBUG: zstd-1.4.4-1.el8.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: 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: 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 already exists. DEBUG: 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.tvna0ms0:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '48ef6b7294be401cbaf78fd6b8c2b5ca', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.tvna0ms0:/etc/resolv.conf', '--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: crypto-policies-20230731-1.git3177e06.el8.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8_8.3.noarch DEBUG: python-rpm-macros-3-45.el8.noarch DEBUG: tzdata-2024a-1.el8.noarch DEBUG: redhat-release-8.10-0.2.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: ncurses-base-6.1-10.20180224.el8.noarch DEBUG: libselinux-2.9-9.el8_8.x86_64 DEBUG: glibc-all-langpacks-2.28-251.el8.x86_64 DEBUG: glibc-common-2.28-251.el8.x86_64 DEBUG: bash-4.4.20-5.el8.x86_64 DEBUG: zlib-1.2.11-25.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: gmp-6.1.2-11.el8.x86_64 DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: elfutils-libelf-0.190-2.el8.x86_64 DEBUG: readline-7.0-10.el8.x86_64 DEBUG: libcap-2.48-6.el8_9.x86_64 DEBUG: popt-1.18-1.el8.x86_64 DEBUG: chkconfig-1.19.2-1.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: p11-kit-0.23.22-2.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: expat-2.2.5-13.el8_10.x86_64 DEBUG: libgcrypt-1.8.5-7.el8_6.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: elfutils-default-yama-scope-0.190-2.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: libtasn1-4.13-4.el8_7.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: libsemanage-2.9-10.el8_8.x86_64 DEBUG: elfutils-0.190-2.el8.x86_64 DEBUG: xml-common-0.6.3-50.el8.noarch DEBUG: cpp-8.5.0-21.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: tar-1.30-9.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: zstd-1.4.4-1.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: brotli-1.0.6-4.el8_8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libnghttp2-1.33.0-5.el8_9.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-46.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: openssl-libs-1.1.1k-12.el8_9.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.304-80.2.el8_8.noarch DEBUG: krb5-libs-1.18.2-26.el8_9.x86_64 DEBUG: gzip-1.9-13.el8_5.x86_64 DEBUG: libblkid-2.32.1-46.el8.x86_64 DEBUG: systemd-libs-239-82.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: pam-1.3.1-33.el8.x86_64 DEBUG: platform-python-3.6.8-59.el8.x86_64 DEBUG: binutils-2.30-123.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: glib2-2.56.4-162.el8.x86_64 DEBUG: libfdisk-2.32.1-46.el8.x86_64 DEBUG: openssh-8.0p1-24.el8.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libarchive-3.3.3-5.el8_8.2.x86_64 DEBUG: gnupg2-2.2.20-3.el8_8.1.x86_64 DEBUG: libssh-0.9.6-14.el8.x86_64 DEBUG: curl-7.61.1-34.el8.x86_64 DEBUG: rpm-libs-4.14.3-31.el8.x86_64 DEBUG: rpm-build-libs-4.14.3-31.el8.x86_64 DEBUG: git-core-2.43.0-1.el8.x86_64 DEBUG: glibc-headers-2.28-251.el8.x86_64 DEBUG: glibc-devel-2.28-251.el8.x86_64 DEBUG: annobin-11.13-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: redhat-rpm-config-131-1.el8.noarch DEBUG: scl-utils-build-2.0.2-16.el8.x86_64 DEBUG: rhpkg-simple-1.25-1.el8eng.noarch DEBUG: which-2.21-20.el8.x86_64 DEBUG: libgcc-8.5.0-21.el8.x86_64 DEBUG: python-srpm-macros-3-45.el8.noarch DEBUG: python3-pip-wheel-9.0.3-24.el8.noarch DEBUG: python3-rpm-macros-3-45.el8.noarch DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: setup-2.12.2-9.el8.noarch DEBUG: basesystem-11-5.el8.noarch DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: pcre2-10.32-3.el8_6.x86_64 DEBUG: ncurses-libs-6.1-10.20180224.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-251.el8.x86_64 DEBUG: glibc-2.28-251.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: info-6.5-7.el8.x86_64 DEBUG: xz-libs-5.2.4-4.el8_6.x86_64 DEBUG: libstdc++-8.5.0-21.el8.x86_64 DEBUG: libzstd-1.4.4-1.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: sqlite-libs-3.26.0-19.el8_9.x86_64 DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: libuuid-2.32.1-46.el8.x86_64 DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: libacl-2.2.53-3.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: file-libs-5.33-26.el8.x86_64 DEBUG: file-5.33-26.el8.x86_64 DEBUG: libxml2-2.9.7-18.el8_9.x86_64 DEBUG: findutils-4.6.0-22.el8.x86_64 DEBUG: elfutils-libs-0.190-2.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: audit-libs-3.1.2-1.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-2.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8_6.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: iso-codes-3.79-2.el8.noarch DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: libksba-1.3.5-9.el8_7.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: libstdc++-devel-8.5.0-21.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: gnutls-3.6.16-8.el8_9.3.x86_64 DEBUG: coreutils-common-8.30-15.el8.x86_64 DEBUG: libgomp-8.5.0-21.el8.x86_64 DEBUG: less-530-2.el8_9.x86_64 DEBUG: cpio-2.12-11.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: ncurses-6.1-10.20180224.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: libtirpc-1.1.4-10.el8.x86_64 DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: libmount-2.32.1-46.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: libpwquality-1.4.4-6.el8.x86_64 DEBUG: platform-python-setuptools-39.2.0-7.el8_8.3.noarch DEBUG: python3-libs-3.6.8-59.el8.x86_64 DEBUG: shadow-utils-4.6-22.el8.x86_64 DEBUG: tpm2-tss-2.3.2-6.el8.x86_64 DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: util-linux-2.32.1-46.el8.x86_64 DEBUG: openssh-clients-8.0p1-24.el8.x86_64 DEBUG: openldap-2.4.46-20.el8_8.x86_64 DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: libssh-config-0.9.6-14.el8.noarch DEBUG: libcurl-7.61.1-34.el8.x86_64 DEBUG: rpm-4.14.3-31.el8.x86_64 DEBUG: gdb-headless-8.2-20.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: kernel-headers-4.18.0-553.el8_10.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: gcc-8.5.0-21.el8.x86_64 DEBUG: gcc-plugin-annobin-8.5.0-21.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: rpm-build-4.14.3-31.el8.x86_64 DEBUG: gcc-c++-8.5.0-21.el8.x86_64 DEBUG: redhat-ca-certificate-1.1.0-3.el8eng.noarch DEBUG: module-build-macros-0.0-8.el8.noarch 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: annobin-11.13-2.el8.x86_64 audit-libs-3.1.2-1.el8.x86_64 basesystem-11-5.el8.noarch bash-4.4.20-5.el8.x86_64 binutils-2.30-123.el8.x86_64 brotli-1.0.6-4.el8_8.x86_64 bzip2-1.0.6-26.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 ca-certificates-2025.2.80_v9.0.304-80.2.el8_8.noarch chkconfig-1.19.2-1.el8.x86_64 coreutils-8.30-15.el8.x86_64 coreutils-common-8.30-15.el8.x86_64 cpio-2.12-11.el8.x86_64 cpp-8.5.0-21.el8.x86_64 cracklib-2.9.6-15.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 crypto-policies-20230731-1.git3177e06.el8.noarch curl-7.61.1-34.el8.x86_64 cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 diffutils-3.6-6.el8.x86_64 dwz-0.12-10.el8.x86_64 efi-srpm-macros-3-3.el8.noarch elfutils-0.190-2.el8.x86_64 elfutils-default-yama-scope-0.190-2.el8.noarch elfutils-libelf-0.190-2.el8.x86_64 elfutils-libs-0.190-2.el8.x86_64 expat-2.2.5-13.el8_10.x86_64 file-5.33-26.el8.x86_64 file-libs-5.33-26.el8.x86_64 filesystem-3.8-6.el8.x86_64 findutils-4.6.0-22.el8.x86_64 gawk-4.2.1-4.el8.x86_64 gc-7.6.4-3.el8.x86_64 gcc-8.5.0-21.el8.x86_64 gcc-c++-8.5.0-21.el8.x86_64 gcc-plugin-annobin-8.5.0-21.el8.x86_64 gdb-headless-8.2-20.el8.x86_64 gdbm-1.18-2.el8.x86_64 gdbm-libs-1.18-2.el8.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch git-core-2.43.0-1.el8.x86_64 glib2-2.56.4-162.el8.x86_64 glibc-2.28-251.el8.x86_64 glibc-all-langpacks-2.28-251.el8.x86_64 glibc-common-2.28-251.el8.x86_64 glibc-devel-2.28-251.el8.x86_64 glibc-gconv-extra-2.28-251.el8.x86_64 glibc-headers-2.28-251.el8.x86_64 gmp-6.1.2-11.el8.x86_64 gnupg2-2.2.20-3.el8_8.1.x86_64 gnutls-3.6.16-8.el8_9.3.x86_64 go-srpm-macros-2-17.el8.noarch grep-3.1-6.el8.x86_64 guile-2.0.14-7.el8.x86_64 gzip-1.9-13.el8_5.x86_64 ima-evm-utils-1.3.2-12.el8.x86_64 info-6.5-7.el8.x86_64 isl-0.16.1-6.el8.x86_64 iso-codes-3.79-2.el8.noarch kernel-headers-4.18.0-553.el8_10.x86_64 keyutils-libs-1.5.10-9.el8.x86_64 krb5-libs-1.18.2-26.el8_9.x86_64 less-530-2.el8_9.x86_64 libacl-2.2.53-3.el8.x86_64 libarchive-3.3.3-5.el8_8.2.x86_64 libassuan-2.5.1-3.el8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libattr-2.4.48-3.el8.x86_64 libbabeltrace-1.5.4-4.el8.x86_64 libblkid-2.32.1-46.el8.x86_64 libcap-2.48-6.el8_9.x86_64 libcap-ng-0.7.11-1.el8.x86_64 libcom_err-1.45.6-5.el8.x86_64 libcurl-7.61.1-34.el8.x86_64 libdb-5.3.28-42.el8_4.x86_64 libdb-utils-5.3.28-42.el8_4.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 libfdisk-2.32.1-46.el8.x86_64 libffi-3.1-24.el8.x86_64 libgcc-8.5.0-21.el8.x86_64 libgcrypt-1.8.5-7.el8_6.x86_64 libgomp-8.5.0-21.el8.x86_64 libgpg-error-1.31-1.el8.x86_64 libidn2-2.2.0-1.el8.x86_64 libipt-1.6.1-8.el8.x86_64 libksba-1.3.5-9.el8_7.x86_64 libmount-2.32.1-46.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libnghttp2-1.33.0-5.el8_9.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libpsl-0.20.2-6.el8.x86_64 libpwquality-1.4.4-6.el8.x86_64 libselinux-2.9-9.el8_8.x86_64 libsemanage-2.9-10.el8_8.x86_64 libsepol-2.9-3.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 libsmartcols-2.32.1-46.el8.x86_64 libssh-0.9.6-14.el8.x86_64 libssh-config-0.9.6-14.el8.noarch libstdc++-8.5.0-21.el8.x86_64 libstdc++-devel-8.5.0-21.el8.x86_64 libtasn1-4.13-4.el8_7.x86_64 libtirpc-1.1.4-10.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 libusbx-1.0.23-4.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libuuid-2.32.1-46.el8.x86_64 libverto-0.3.2-2.el8.x86_64 libxcrypt-4.1.1-6.el8.x86_64 libxcrypt-devel-4.1.1-6.el8.x86_64 libxml2-2.9.7-18.el8_9.x86_64 libzstd-1.4.4-1.el8.x86_64 lua-libs-5.3.4-12.el8.x86_64 lz4-libs-1.8.3-3.el8_4.x86_64 make-4.2.1-11.el8.x86_64 module-build-macros-0.0-8.el8.noarch mpfr-3.1.6-1.el8.x86_64 ncurses-6.1-10.20180224.el8.x86_64 ncurses-base-6.1-10.20180224.el8.noarch ncurses-libs-6.1-10.20180224.el8.x86_64 nettle-3.4.1-7.el8.x86_64 npth-1.5-4.el8.x86_64 ocaml-srpm-macros-5-4.el8.noarch openblas-srpm-macros-2-2.el8.noarch openldap-2.4.46-20.el8_8.x86_64 openssh-8.0p1-24.el8.x86_64 openssh-clients-8.0p1-24.el8.x86_64 openssl-libs-1.1.1k-12.el8_9.x86_64 p11-kit-0.23.22-2.el8.x86_64 p11-kit-trust-0.23.22-2.el8.x86_64 pam-1.3.1-33.el8.x86_64 patch-2.7.6-11.el8.x86_64 pcre-8.42-6.el8.x86_64 pcre2-10.32-3.el8_6.x86_64 perl-srpm-macros-1-25.el8.noarch pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 platform-python-3.6.8-59.el8.x86_64 platform-python-setuptools-39.2.0-7.el8_8.3.noarch popt-1.18-1.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch python-rpm-macros-3-45.el8.noarch python-srpm-macros-3-45.el8.noarch python3-libs-3.6.8-59.el8.x86_64 python3-pip-wheel-9.0.3-24.el8.noarch python3-rpm-macros-3-45.el8.noarch python3-setuptools-wheel-39.2.0-7.el8_8.3.noarch qt5-srpm-macros-5.15.3-1.el8.noarch readline-7.0-10.el8.x86_64 redhat-ca-certificate-1.1.0-3.el8eng.noarch redhat-release-8.10-0.2.el8.x86_64 redhat-rpm-config-131-1.el8.noarch rhpkg-simple-1.25-1.el8eng.noarch rpm-4.14.3-31.el8.x86_64 rpm-build-4.14.3-31.el8.x86_64 rpm-build-libs-4.14.3-31.el8.x86_64 rpm-libs-4.14.3-31.el8.x86_64 rust-srpm-macros-5-2.el8.noarch scl-utils-build-2.0.2-16.el8.x86_64 sed-4.5-5.el8.x86_64 setup-2.12.2-9.el8.noarch shadow-utils-4.6-22.el8.x86_64 sqlite-libs-3.26.0-19.el8_9.x86_64 systemd-libs-239-82.el8.x86_64 tar-1.30-9.el8.x86_64 tpm2-tss-2.3.2-6.el8.x86_64 tzdata-2024a-1.el8.noarch unzip-6.0-46.el8.x86_64 util-linux-2.32.1-46.el8.x86_64 which-2.21-20.el8.x86_64 xml-common-0.6.3-50.el8.noarch xz-5.2.4-4.el8_6.x86_64 xz-libs-5.2.4-4.el8_6.x86_64 zip-3.0-23.el8.x86_64 zlib-1.2.11-25.el8.x86_64 zstd-1.4.4-1.el8.x86_64 INFO: installing package(s): autoconf automake docbook-style-xsl gcc gdb gettext >= 0.19.7 glib-networking glib2-devel >= 2.50.0 gnutls-devel >= 3.4.3 krb5-devel >= 1.11 krb5-server libappstream-glib-devel libssh-devel >= 0.8.5 libxslt-devel make openssh-clients openssl-devel pam-devel pcp-libs-devel pkgconfig(gio-unix-2.0) pkgconfig(json-glib-1.0) pkgconfig(polkit-agent-1) >= 0.105 python3-devel sed selinux-policy selinux-policy-devel systemd-devel >= 235 xmlto zlib-devel libappstream-glib rpmlint gettext desktop-file-utils libappstream-glib-devel 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.wh3k4lej', '/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', 'docbook-style-xsl', 'gcc', 'gdb', 'gettext >= 0.19.7', 'glib-networking', 'glib2-devel >= 2.50.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'libappstream-glib-devel', 'libssh-devel >= 0.8.5', 'libxslt-devel', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pcp-libs-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'xmlto', 'zlib-devel', 'libappstream-glib', 'rpmlint', 'gettext', 'desktop-file-utils', 'libappstream-glib-devel'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.tvna0ms0:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c6ed8376db16470ba9d1c78382b9d732', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.tvna0ms0:/etc/resolv.conf', '--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', 'docbook-style-xsl', 'gcc', 'gdb', 'gettext >= 0.19.7', 'glib-networking', 'glib2-devel >= 2.50.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'libappstream-glib-devel', 'libssh-devel >= 0.8.5', 'libxslt-devel', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pcp-libs-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'xmlto', 'zlib-devel', 'libappstream-glib', 'rpmlint', 'gettext', 'desktop-file-utils', 'libappstream-glib-devel', '--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:01:13 ago on Mon Jun 8 07:28:06 2026. DEBUG: Package gcc-8.5.0-21.el8.x86_64 is already installed. DEBUG: Package make-1:4.2.1-11.el8.x86_64 is already installed. DEBUG: Package openssh-clients-8.0p1-24.el8.x86_64 is already installed. DEBUG: Package sed-4.5-5.el8.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: autoconf noarch 2.69-29.el8 build 709 k DEBUG: automake noarch 1.16.1-8.el8 build 713 k DEBUG: desktop-file-utils x86_64 0.26-1.el8 build 79 k DEBUG: docbook-style-xsl noarch 1.79.2-9.el8 build 1.6 M DEBUG: gdb x86_64 8.2-20.el8 build 298 k DEBUG: gettext x86_64 0.19.8.1-17.el8 build 1.1 M DEBUG: glib-networking x86_64 2.56.1-1.1.el8 build 154 k DEBUG: glib2-devel x86_64 2.56.4-162.el8 build 425 k DEBUG: gnutls-devel x86_64 3.6.16-8.el8_9.3 build 2.2 M DEBUG: json-glib-devel x86_64 1.4.4-1.el8 build 107 k DEBUG: krb5-devel x86_64 1.18.2-26.el8_9 build 561 k DEBUG: krb5-server x86_64 1.18.2-26.el8_9 build 1.1 M DEBUG: libappstream-glib x86_64 0.7.14-3.el8 build 337 k DEBUG: libappstream-glib-devel x86_64 0.7.14-3.el8 build 167 k DEBUG: libssh-devel x86_64 0.9.6-14.el8 build 440 k DEBUG: libxslt-devel x86_64 1.1.32-8.el8_8 build 322 k DEBUG: openssl-devel x86_64 1:1.1.1k-12.el8_9 build 2.3 M DEBUG: pam-devel x86_64 1.3.1-33.el8 build 211 k DEBUG: pcp-libs-devel x86_64 5.3.7-19.el8 build 93 k DEBUG: polkit-devel x86_64 0.115-15.el8_8.2 build 50 k DEBUG: python3-devel x86_64 3.6.8-59.el8 build 65 k DEBUG: rpmlint noarch 1.10-15.el8 build 192 k DEBUG: selinux-policy noarch 3.14.3-139.el8_10 build 668 k DEBUG: selinux-policy-devel noarch 3.14.3-139.el8_10 build 1.5 M DEBUG: systemd-devel x86_64 239-82.el8 build 411 k DEBUG: xmlto x86_64 0.0.28-7.el8 build 58 k DEBUG: zlib-devel x86_64 1.2.11-25.el8 build 58 k DEBUG: Installing dependencies: DEBUG: acl x86_64 2.2.53-3.el8 build 80 k DEBUG: avahi-libs x86_64 0.7-27.el8 build 61 k DEBUG: checkpolicy x86_64 2.9-1.el8 build 345 k DEBUG: cmake-filesystem x86_64 3.26.5-2.el8 build 44 k DEBUG: crypto-policies-scripts noarch 20230731-1.git3177e06.el8 build 83 k DEBUG: cryptsetup-libs x86_64 2.3.7-7.el8 build 488 k DEBUG: dbus x86_64 1:1.12.8-26.el8 build 41 k DEBUG: dbus-common noarch 1:1.12.8-26.el8 build 46 k DEBUG: dbus-daemon x86_64 1:1.12.8-26.el8 build 240 k DEBUG: dbus-libs x86_64 1:1.12.8-26.el8 build 184 k DEBUG: dbus-tools x86_64 1:1.12.8-26.el8 build 85 k DEBUG: device-mapper x86_64 8:1.02.181-14.el8 build 378 k DEBUG: device-mapper-libs x86_64 8:1.02.181-14.el8 build 410 k DEBUG: dnf noarch 4.7.0-20.el8 build 542 k DEBUG: dnf-data noarch 4.7.0-20.el8 build 156 k DEBUG: docbook-dtds noarch 1.0-69.el8 build 376 k DEBUG: emacs-filesystem noarch 1:26.1-11.el8 build 69 k DEBUG: flex x86_64 2.6.1-9.el8 build 318 k DEBUG: gdk-pixbuf2 x86_64 2.36.12-7.el8_8 build 465 k DEBUG: gdk-pixbuf2-devel x86_64 2.36.12-7.el8_8 build 222 k DEBUG: gettext-libs x86_64 0.19.8.1-17.el8 build 312 k DEBUG: gmp-c++ x86_64 1:6.1.2-11.el8 build 32 k DEBUG: gmp-devel x86_64 1:6.1.2-11.el8 build 187 k DEBUG: gnutls-c++ x86_64 3.6.16-8.el8_9.3 build 49 k DEBUG: gnutls-dane x86_64 3.6.16-8.el8_9.3 build 52 k DEBUG: gpgme x86_64 1.13.1-12.el8 build 335 k DEBUG: groff-base x86_64 1.22.3-18.el8 build 1.0 M DEBUG: gsettings-desktop-schemas x86_64 3.32.0-6.el8 build 632 k DEBUG: hostname x86_64 3.20-6.el8 build 31 k DEBUG: json-c x86_64 0.13.1-3.el8 build 40 k DEBUG: json-glib x86_64 1.4.4-1.el8 build 143 k DEBUG: keyutils-libs-devel x86_64 1.5.10-9.el8 build 47 k DEBUG: kmod-libs x86_64 25-20.el8 build 67 k DEBUG: libarchive-devel x86_64 3.3.3-5.el8_8.2 build 131 k DEBUG: libcom_err-devel x86_64 1.45.6-5.el8 build 38 k DEBUG: libcomps x86_64 0.1.18-1.el8 build 81 k DEBUG: libcroco x86_64 0.6.12-4.el8_2.1 build 111 k DEBUG: libdnf x86_64 0.63.0-19.el8 build 711 k DEBUG: libev x86_64 4.24-6.el8 build 51 k DEBUG: libevent x86_64 2.1.8-5.el8 build 252 k DEBUG: libgcrypt-devel x86_64 1.8.5-7.el8_6 build 149 k DEBUG: libgpg-error-devel x86_64 1.31-1.el8 build 63 k DEBUG: libidn2-devel x86_64 2.2.0-1.el8 build 60 k DEBUG: libkadm5 x86_64 1.18.2-26.el8_9 build 187 k DEBUG: libmodman x86_64 2.0.1-17.el8 build 35 k DEBUG: libmodulemd x86_64 2.13.0-1.el8 build 232 k DEBUG: libpng x86_64 2:1.6.34-8.el8_8.2 build 126 k DEBUG: libpng-devel x86_64 2:1.6.34-8.el8_8.2 build 327 k DEBUG: libproxy x86_64 0.4.15-5.4.el8_8 build 72 k DEBUG: librepo x86_64 1.14.2-5.el8 build 92 k DEBUG: libreport-filesystem x86_64 2.9.5-15.el8 build 20 k DEBUG: librhsm x86_64 0.0.3-5.el8 build 33 k DEBUG: libseccomp x86_64 2.5.2-1.el8 build 70 k DEBUG: libselinux-devel x86_64 2.9-9.el8_8 build 199 k DEBUG: libselinux-utils x86_64 2.9-9.el8_8 build 242 k DEBUG: libsepol-devel x86_64 2.9-3.el8 build 86 k DEBUG: libsolv x86_64 0.7.20-6.el8 build 375 k DEBUG: libsoup x86_64 2.62.3-5.el8 build 424 k DEBUG: libss x86_64 1.45.6-5.el8 build 53 k DEBUG: libstemmer x86_64 0-10.585svn.el8 build 72 k DEBUG: libtasn1-devel x86_64 4.13-4.el8_7 build 334 k DEBUG: libuuid-devel x86_64 2.32.1-46.el8 build 99 k DEBUG: libuv x86_64 1:1.41.1-1.el8_8.1 build 155 k DEBUG: libverto-devel x86_64 0.3.2-2.el8 build 17 k DEBUG: libverto-libev x86_64 0.3.2-2.el8 build 15 k DEBUG: libxml2-devel x86_64 2.9.7-18.el8_9 build 1.0 M DEBUG: libxslt x86_64 1.1.32-8.el8_8 build 249 k DEBUG: libyaml x86_64 0.1.7-5.el8 build 60 k DEBUG: logrotate x86_64 3.14.0-6.el8 build 85 k DEBUG: m4 x86_64 1.4.18-7.el8 build 221 k DEBUG: nettle-devel x86_64 3.4.1-7.el8 build 635 k DEBUG: nspr x86_64 4.35.0-1.el8_8 build 142 k DEBUG: nss x86_64 3.90.0-6.el8_9 build 750 k DEBUG: nss-softokn x86_64 3.90.0-6.el8_9 build 1.2 M DEBUG: nss-softokn-freebl x86_64 3.90.0-6.el8_9 build 375 k DEBUG: nss-sysinit x86_64 3.90.0-6.el8_9 build 74 k DEBUG: nss-util x86_64 3.90.0-6.el8_9 build 139 k DEBUG: openssl x86_64 1:1.1.1k-12.el8_9 build 710 k DEBUG: p11-kit-devel x86_64 0.23.22-2.el8 build 86 k DEBUG: pcp x86_64 5.3.7-19.el8 build 1.4 M DEBUG: pcp-conf x86_64 5.3.7-19.el8 build 61 k DEBUG: pcp-libs x86_64 5.3.7-19.el8 build 636 k DEBUG: pcre-cpp x86_64 8.42-6.el8 build 46 k DEBUG: pcre-devel x86_64 8.42-6.el8 build 550 k DEBUG: pcre-utf16 x86_64 8.42-6.el8 build 194 k DEBUG: pcre-utf32 x86_64 8.42-6.el8 build 185 k DEBUG: pcre2-devel x86_64 10.32-3.el8_6 build 604 k DEBUG: pcre2-utf16 x86_64 10.32-3.el8_6 build 228 k DEBUG: pcre2-utf32 x86_64 10.32-3.el8_6 build 219 k DEBUG: perl-Carp noarch 1.42-396.el8 build 29 k DEBUG: perl-Data-Dumper x86_64 2.167-399.el8 build 57 k DEBUG: perl-Digest noarch 1.17-395.el8 build 26 k DEBUG: perl-Digest-MD5 x86_64 2.55-396.el8 build 36 k DEBUG: perl-Encode x86_64 4:2.97-3.el8 build 1.5 M DEBUG: perl-Errno x86_64 1.28-422.el8 build 75 k DEBUG: perl-Exporter noarch 5.72-396.el8 build 33 k DEBUG: perl-File-Path noarch 2.15-2.el8 build 37 k DEBUG: perl-File-Temp noarch 0.230.600-1.el8 build 62 k DEBUG: perl-Getopt-Long noarch 1:2.50-4.el8 build 62 k DEBUG: perl-HTTP-Tiny noarch 0.074-3.el8 build 58 k DEBUG: perl-IO x86_64 1.38-422.el8 build 141 k DEBUG: perl-IO-Socket-IP noarch 0.39-5.el8 build 46 k DEBUG: perl-IO-Socket-SSL noarch 2.066-4.el8 build 296 k DEBUG: perl-MIME-Base64 x86_64 3.15-396.el8 build 30 k DEBUG: perl-Mozilla-CA noarch 20160104-7.el8 build 14 k DEBUG: perl-Net-SSLeay x86_64 1.88-1.el8 build 378 k DEBUG: perl-PathTools x86_64 3.74-1.el8 build 89 k DEBUG: perl-Pod-Escapes noarch 1:1.07-395.el8 build 19 k DEBUG: perl-Pod-Perldoc noarch 3.28-396.el8 build 87 k DEBUG: perl-Pod-Simple noarch 1:3.35-395.el8 build 212 k DEBUG: perl-Pod-Usage noarch 4:1.69-395.el8 build 33 k DEBUG: perl-Scalar-List-Utils x86_64 3:1.49-2.el8 build 67 k DEBUG: perl-Socket x86_64 4:2.027-3.el8 build 58 k DEBUG: perl-Storable x86_64 1:3.11-3.el8 build 97 k DEBUG: perl-Term-ANSIColor noarch 4.06-396.el8 build 45 k DEBUG: perl-Term-Cap noarch 1.17-395.el8 build 22 k DEBUG: perl-Text-ParseWords noarch 3.30-395.el8 build 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 build 23 k DEBUG: perl-Thread-Queue noarch 3.13-1.el8 build 23 k DEBUG: perl-Time-Local noarch 1:1.280-1.el8 build 32 k DEBUG: perl-URI noarch 1.73-3.el8 build 115 k DEBUG: perl-Unicode-Normalize x86_64 1.25-396.el8 build 81 k DEBUG: perl-constant noarch 1.33-396.el8 build 24 k DEBUG: perl-interpreter x86_64 4:5.26.3-422.el8 build 6.3 M DEBUG: perl-libnet noarch 3.11-3.el8 build 120 k DEBUG: perl-libs x86_64 4:5.26.3-422.el8 build 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-422.el8 build 71 k DEBUG: perl-parent noarch 1:0.237-1.el8 build 19 k DEBUG: perl-podlators noarch 4.11-1.el8 build 117 k DEBUG: perl-threads x86_64 1:2.21-2.el8 build 60 k DEBUG: perl-threads-shared x86_64 1.58-2.el8 build 47 k DEBUG: platform-python-devel x86_64 3.6.8-59.el8 build 240 k DEBUG: policycoreutils x86_64 2.9-25.el8 build 376 k DEBUG: policycoreutils-devel x86_64 2.9-25.el8 build 293 k DEBUG: policycoreutils-python-utils noarch 2.9-25.el8 build 253 k DEBUG: polkit-docs noarch 0.115-15.el8_8.2 build 259 k DEBUG: polkit-libs x86_64 0.115-15.el8_8.2 build 76 k DEBUG: python3-audit x86_64 3.1.2-1.el8 build 87 k DEBUG: python3-dnf noarch 4.7.0-20.el8 build 549 k DEBUG: python3-gpg x86_64 1.13.1-12.el8 build 243 k DEBUG: python3-hawkey x86_64 0.63.0-19.el8 build 117 k DEBUG: python3-libcomps x86_64 0.1.18-1.el8 build 51 k DEBUG: python3-libdnf x86_64 0.63.0-19.el8 build 779 k DEBUG: python3-libselinux x86_64 2.9-9.el8_8 build 282 k DEBUG: python3-libsemanage x86_64 2.9-10.el8_8 build 127 k DEBUG: python3-policycoreutils noarch 2.9-25.el8 build 2.2 M DEBUG: python3-rpm x86_64 4.14.3-31.el8 build 154 k DEBUG: python3-rpm-generators noarch 5-8.el8 build 24 k DEBUG: python3-setools x86_64 4.3.0-5.el8 build 626 k DEBUG: python36 x86_64 3.6.6-14.buildroot.el8 build 17 k DEBUG: python36-devel x86_64 3.6.6-14.buildroot.el8 build 16 k DEBUG: rpm-plugin-selinux x86_64 4.14.3-31.el8 build 77 k DEBUG: selinux-policy-minimum noarch 3.14.3-139.el8_10 build 13 M DEBUG: sgml-common noarch 0.6.3-50.el8 build 61 k DEBUG: shared-mime-info x86_64 1.9-4.el8 build 328 k DEBUG: systemd x86_64 239-82.el8 build 3.6 M DEBUG: systemd-pam x86_64 239-82.el8 build 511 k DEBUG: unbound-libs x86_64 1.16.2-5.el8_9.6 build 576 k DEBUG: words noarch 3.0-28.el8 build 1.4 M DEBUG: xz-devel x86_64 5.2.4-4.el8_6 build 62 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 187 Packages DEBUG: Total download size: 77 M DEBUG: Installed size: 252 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 60 MB/s | 77 MB 00:01 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Error obtaining file context handle: No such file or directory DEBUG: /var/tmp/rpm-tmp.tNKyPi: line 39: 663 Segmentation fault (core dumped) /usr/sbin/semodule -B -s minimum DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: Running in chroot, ignoring request: daemon-reload DEBUG: Installed: DEBUG: acl-2.2.53-3.el8.x86_64 DEBUG: autoconf-2.69-29.el8.noarch DEBUG: automake-1.16.1-8.el8.noarch DEBUG: avahi-libs-0.7-27.el8.x86_64 DEBUG: checkpolicy-2.9-1.el8.x86_64 DEBUG: cmake-filesystem-3.26.5-2.el8.x86_64 DEBUG: crypto-policies-scripts-20230731-1.git3177e06.el8.noarch DEBUG: cryptsetup-libs-2.3.7-7.el8.x86_64 DEBUG: dbus-1:1.12.8-26.el8.x86_64 DEBUG: dbus-common-1:1.12.8-26.el8.noarch DEBUG: dbus-daemon-1:1.12.8-26.el8.x86_64 DEBUG: dbus-libs-1:1.12.8-26.el8.x86_64 DEBUG: dbus-tools-1:1.12.8-26.el8.x86_64 DEBUG: desktop-file-utils-0.26-1.el8.x86_64 DEBUG: device-mapper-8:1.02.181-14.el8.x86_64 DEBUG: device-mapper-libs-8:1.02.181-14.el8.x86_64 DEBUG: dnf-4.7.0-20.el8.noarch DEBUG: dnf-data-4.7.0-20.el8.noarch DEBUG: docbook-dtds-1.0-69.el8.noarch DEBUG: docbook-style-xsl-1.79.2-9.el8.noarch DEBUG: emacs-filesystem-1:26.1-11.el8.noarch DEBUG: flex-2.6.1-9.el8.x86_64 DEBUG: gdb-8.2-20.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-7.el8_8.x86_64 DEBUG: gdk-pixbuf2-devel-2.36.12-7.el8_8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: glib-networking-2.56.1-1.1.el8.x86_64 DEBUG: glib2-devel-2.56.4-162.el8.x86_64 DEBUG: gmp-c++-1:6.1.2-11.el8.x86_64 DEBUG: gmp-devel-1:6.1.2-11.el8.x86_64 DEBUG: gnutls-c++-3.6.16-8.el8_9.3.x86_64 DEBUG: gnutls-dane-3.6.16-8.el8_9.3.x86_64 DEBUG: gnutls-devel-3.6.16-8.el8_9.3.x86_64 DEBUG: gpgme-1.13.1-12.el8.x86_64 DEBUG: groff-base-1.22.3-18.el8.x86_64 DEBUG: gsettings-desktop-schemas-3.32.0-6.el8.x86_64 DEBUG: hostname-3.20-6.el8.x86_64 DEBUG: json-c-0.13.1-3.el8.x86_64 DEBUG: json-glib-1.4.4-1.el8.x86_64 DEBUG: json-glib-devel-1.4.4-1.el8.x86_64 DEBUG: keyutils-libs-devel-1.5.10-9.el8.x86_64 DEBUG: kmod-libs-25-20.el8.x86_64 DEBUG: krb5-devel-1.18.2-26.el8_9.x86_64 DEBUG: krb5-server-1.18.2-26.el8_9.x86_64 DEBUG: libappstream-glib-0.7.14-3.el8.x86_64 DEBUG: libappstream-glib-devel-0.7.14-3.el8.x86_64 DEBUG: libarchive-devel-3.3.3-5.el8_8.2.x86_64 DEBUG: libcom_err-devel-1.45.6-5.el8.x86_64 DEBUG: libcomps-0.1.18-1.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libdnf-0.63.0-19.el8.x86_64 DEBUG: libev-4.24-6.el8.x86_64 DEBUG: libevent-2.1.8-5.el8.x86_64 DEBUG: libgcrypt-devel-1.8.5-7.el8_6.x86_64 DEBUG: libgpg-error-devel-1.31-1.el8.x86_64 DEBUG: libidn2-devel-2.2.0-1.el8.x86_64 DEBUG: libkadm5-1.18.2-26.el8_9.x86_64 DEBUG: libmodman-2.0.1-17.el8.x86_64 DEBUG: libmodulemd-2.13.0-1.el8.x86_64 DEBUG: libpng-2:1.6.34-8.el8_8.2.x86_64 DEBUG: libpng-devel-2:1.6.34-8.el8_8.2.x86_64 DEBUG: libproxy-0.4.15-5.4.el8_8.x86_64 DEBUG: librepo-1.14.2-5.el8.x86_64 DEBUG: libreport-filesystem-2.9.5-15.el8.x86_64 DEBUG: librhsm-0.0.3-5.el8.x86_64 DEBUG: libseccomp-2.5.2-1.el8.x86_64 DEBUG: libselinux-devel-2.9-9.el8_8.x86_64 DEBUG: libselinux-utils-2.9-9.el8_8.x86_64 DEBUG: libsepol-devel-2.9-3.el8.x86_64 DEBUG: libsolv-0.7.20-6.el8.x86_64 DEBUG: libsoup-2.62.3-5.el8.x86_64 DEBUG: libss-1.45.6-5.el8.x86_64 DEBUG: libssh-devel-0.9.6-14.el8.x86_64 DEBUG: libstemmer-0-10.585svn.el8.x86_64 DEBUG: libtasn1-devel-4.13-4.el8_7.x86_64 DEBUG: libuuid-devel-2.32.1-46.el8.x86_64 DEBUG: libuv-1:1.41.1-1.el8_8.1.x86_64 DEBUG: libverto-devel-0.3.2-2.el8.x86_64 DEBUG: libverto-libev-0.3.2-2.el8.x86_64 DEBUG: libxml2-devel-2.9.7-18.el8_9.x86_64 DEBUG: libxslt-1.1.32-8.el8_8.x86_64 DEBUG: libxslt-devel-1.1.32-8.el8_8.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: logrotate-3.14.0-6.el8.x86_64 DEBUG: m4-1.4.18-7.el8.x86_64 DEBUG: nettle-devel-3.4.1-7.el8.x86_64 DEBUG: nspr-4.35.0-1.el8_8.x86_64 DEBUG: nss-3.90.0-6.el8_9.x86_64 DEBUG: nss-softokn-3.90.0-6.el8_9.x86_64 DEBUG: nss-softokn-freebl-3.90.0-6.el8_9.x86_64 DEBUG: nss-sysinit-3.90.0-6.el8_9.x86_64 DEBUG: nss-util-3.90.0-6.el8_9.x86_64 DEBUG: openssl-1:1.1.1k-12.el8_9.x86_64 DEBUG: openssl-devel-1:1.1.1k-12.el8_9.x86_64 DEBUG: p11-kit-devel-0.23.22-2.el8.x86_64 DEBUG: pam-devel-1.3.1-33.el8.x86_64 DEBUG: pcp-5.3.7-19.el8.x86_64 DEBUG: pcp-conf-5.3.7-19.el8.x86_64 DEBUG: pcp-libs-5.3.7-19.el8.x86_64 DEBUG: pcp-libs-devel-5.3.7-19.el8.x86_64 DEBUG: pcre-cpp-8.42-6.el8.x86_64 DEBUG: pcre-devel-8.42-6.el8.x86_64 DEBUG: pcre-utf16-8.42-6.el8.x86_64 DEBUG: pcre-utf32-8.42-6.el8.x86_64 DEBUG: pcre2-devel-10.32-3.el8_6.x86_64 DEBUG: pcre2-utf16-10.32-3.el8_6.x86_64 DEBUG: pcre2-utf32-10.32-3.el8_6.x86_64 DEBUG: perl-Carp-1.42-396.el8.noarch DEBUG: perl-Data-Dumper-2.167-399.el8.x86_64 DEBUG: perl-Digest-1.17-395.el8.noarch DEBUG: perl-Digest-MD5-2.55-396.el8.x86_64 DEBUG: perl-Encode-4:2.97-3.el8.x86_64 DEBUG: perl-Errno-1.28-422.el8.x86_64 DEBUG: perl-Exporter-5.72-396.el8.noarch DEBUG: perl-File-Path-2.15-2.el8.noarch DEBUG: perl-File-Temp-0.230.600-1.el8.noarch DEBUG: perl-Getopt-Long-1:2.50-4.el8.noarch DEBUG: perl-HTTP-Tiny-0.074-3.el8.noarch DEBUG: perl-IO-1.38-422.el8.x86_64 DEBUG: perl-IO-Socket-IP-0.39-5.el8.noarch DEBUG: perl-IO-Socket-SSL-2.066-4.el8.noarch DEBUG: perl-MIME-Base64-3.15-396.el8.x86_64 DEBUG: perl-Mozilla-CA-20160104-7.el8.noarch DEBUG: perl-Net-SSLeay-1.88-1.el8.x86_64 DEBUG: perl-PathTools-3.74-1.el8.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-395.el8.noarch DEBUG: perl-Pod-Perldoc-3.28-396.el8.noarch DEBUG: perl-Pod-Simple-1:3.35-395.el8.noarch DEBUG: perl-Pod-Usage-4:1.69-395.el8.noarch DEBUG: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 DEBUG: perl-Socket-4:2.027-3.el8.x86_64 DEBUG: perl-Storable-1:3.11-3.el8.x86_64 DEBUG: perl-Term-ANSIColor-4.06-396.el8.noarch DEBUG: perl-Term-Cap-1.17-395.el8.noarch DEBUG: perl-Text-ParseWords-3.30-395.el8.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch DEBUG: perl-Thread-Queue-3.13-1.el8.noarch DEBUG: perl-Time-Local-1:1.280-1.el8.noarch DEBUG: perl-URI-1.73-3.el8.noarch DEBUG: perl-Unicode-Normalize-1.25-396.el8.x86_64 DEBUG: perl-constant-1.33-396.el8.noarch DEBUG: perl-interpreter-4:5.26.3-422.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-422.el8.x86_64 DEBUG: perl-macros-4:5.26.3-422.el8.x86_64 DEBUG: perl-parent-1:0.237-1.el8.noarch DEBUG: perl-podlators-4.11-1.el8.noarch DEBUG: perl-threads-1:2.21-2.el8.x86_64 DEBUG: perl-threads-shared-1.58-2.el8.x86_64 DEBUG: platform-python-devel-3.6.8-59.el8.x86_64 DEBUG: policycoreutils-2.9-25.el8.x86_64 DEBUG: policycoreutils-devel-2.9-25.el8.x86_64 DEBUG: policycoreutils-python-utils-2.9-25.el8.noarch DEBUG: polkit-devel-0.115-15.el8_8.2.x86_64 DEBUG: polkit-docs-0.115-15.el8_8.2.noarch DEBUG: polkit-libs-0.115-15.el8_8.2.x86_64 DEBUG: python3-audit-3.1.2-1.el8.x86_64 DEBUG: python3-devel-3.6.8-59.el8.x86_64 DEBUG: python3-dnf-4.7.0-20.el8.noarch DEBUG: python3-gpg-1.13.1-12.el8.x86_64 DEBUG: python3-hawkey-0.63.0-19.el8.x86_64 DEBUG: python3-libcomps-0.1.18-1.el8.x86_64 DEBUG: python3-libdnf-0.63.0-19.el8.x86_64 DEBUG: python3-libselinux-2.9-9.el8_8.x86_64 DEBUG: python3-libsemanage-2.9-10.el8_8.x86_64 DEBUG: python3-policycoreutils-2.9-25.el8.noarch DEBUG: python3-rpm-4.14.3-31.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: python3-setools-4.3.0-5.el8.x86_64 DEBUG: python36-3.6.6-14.buildroot.el8.x86_64 DEBUG: python36-devel-3.6.6-14.buildroot.el8.x86_64 DEBUG: rpm-plugin-selinux-4.14.3-31.el8.x86_64 DEBUG: rpmlint-1.10-15.el8.noarch DEBUG: selinux-policy-3.14.3-139.el8_10.noarch DEBUG: selinux-policy-devel-3.14.3-139.el8_10.noarch DEBUG: selinux-policy-minimum-3.14.3-139.el8_10.noarch DEBUG: sgml-common-0.6.3-50.el8.noarch DEBUG: shared-mime-info-1.9-4.el8.x86_64 DEBUG: systemd-239-82.el8.x86_64 DEBUG: systemd-devel-239-82.el8.x86_64 DEBUG: systemd-pam-239-82.el8.x86_64 DEBUG: unbound-libs-1.16.2-5.el8_9.6.x86_64 DEBUG: words-3.0-28.el8.noarch DEBUG: xmlto-0.0.28-7.el8.x86_64 DEBUG: xz-devel-5.2.4-4.el8_6.x86_64 DEBUG: zlib-devel-1.2.11-25.el8.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:15:39 ago on Mon 08 Jun 2026 07:14:01 AM EDT. (1/3): selinux-policy-devel-3.14.3-139.el8_10.2 28 MB/s | 1.5 MB 00:00 (2/3): selinux-policy-3.14.3-139.el8_10.2.noarc 11 MB/s | 669 kB 00:00 (3/3): selinux-policy-targeted-3.14.3-139.el8_1 62 MB/s | 15 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.6.8, NVR = mock-6.7-1.el8), args: /usr/libexec/mock/mock --install /tmp/selinux-policy-rpms/selinux-policy-3.14.3-139.el8_10.2.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-devel-3.14.3-139.el8_10.2.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-targeted-3.14.3-139.el8_10.2.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-3.14.3-139.el8_10.2.noarch.rpm /builddir/selinux-policy-devel-3.14.3-139.el8_10.2.noarch.rpm /builddir/selinux-policy-targeted-3.14.3-139.el8_10.2.noarch.rpm INFO: Finish: run + dnf clean all 35 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' (738cbfa8-ec26-4071-8639-a3a52147d19b) successfully added. + for iface in eth1 ens15 + '[' -e /sys/class/net/ens15 ']' ++ hostname + echo '127.0.1.1 rhel-8-10-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 ++ podman -v ++ awk '{ print substr($3, 1, 1) }' + '[' 4 -lt 4 ']' + '[' -10 '!=' rhel-8-10 ']' + podman pull quay.io/cockpit/ws:latest Trying to pull quay.io/cockpit/ws:latest... Getting image source signatures Copying blob sha256:891e00f801ba115b868ac66c12cfa1afe71bc04de0cce92a19da451b2e439b7e Copying blob sha256:fcd733c0a3f8319f2f3c8461428c8f27f7629f822966b0db0ac36c1a6211a362 Copying config sha256:3f5c6762df147b57fd8a700dde98673133f61533b6e2c3064eb1be16798607e4 Writing manifest to image destination 3f5c6762df147b57fd8a700dde98673133f61533b6e2c3064eb1be16798607e4 + 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' + systemctl --all --legend=false list-units 'pm*' systemctl: unrecognized option '--legend=false' + awk '{print $1}' + xargs --no-run-if-empty systemctl disable + dnf repoquery --installonly --latest-limit=-1 -q + xargs --no-run-if-empty rpm -e --verbose Preparing packages... kernel-4.18.0-553.el8_10.x86_64 kernel-modules-4.18.0-553.el8_10.x86_64 kernel-core-4.18.0-553.el8_10.x86_64 + 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-8-10 '!=' rhel-8-10 ']' + '[' rhel-8-10 '!=' rhel-8-10 ']' + /var/lib/testvm/zero-disk.setup --keep-mock-cache dd: writing to '/root/junk': No space left on device 22992257+0 records in 22992256+0 records out 11772035072 bytes (12 GB, 11 GiB) copied, 25.4815 s, 462 MB/s + rm -f /var/tmp/SETUP killing ssh master process 165 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Saving... + git add -- images/rhel-8-10 + git diff --cached --quiet -- + ./image-diff /work/.cache/cockpit-images/rhel-8-10-ab9c7f15c2068668f4af20dc2eadca4ab94b2a4036a5e3de38e9f3626908767e.qcow2 rhel-8-10 + ./image-upload --prune-s3 rhel-8-10 Pruning centos-10-94da276be9b26308b15edee18e4ad01a8b8db62e6886ee43c4f072af0e2a02bf.qcow2 Uploading to https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/rhel-8-10-8856815fd9c70de670d2f5a5fa06634584e9b795619913347e6d55790397c1c8.qcow2 Pruning centos-9-stream-cc16471185b7c7357fc0b4ea53535c17ef9faf56bb6a923c0ec8edfc04ab494b.qcow2 Uploading to https://cockpit-ci-images.s3.us-east-1.amazonaws.com/rhel-8-10-8856815fd9c70de670d2f5a5fa06634584e9b795619913347e6d55790397c1c8.qcow2 + git commit -m 'images: Update rhel-8-10 image Removed: Added: Changed: Closes #9071' -- + git push -- origin +HEAD:refs/heads/image-refresh-rhel-8-10-20260608-113737 remote: remote: Create a pull request for 'image-refresh-rhel-8-10-20260608-113737' on GitHub by visiting: remote: https://github.com/cockpit-project/bots/pull/new/image-refresh-rhel-8-10-20260608-113737 remote: To https://github.com/cockpit-project/bots * [new branch] HEAD -> image-refresh-rhel-8-10-20260608-113737 WARNING:root:Transient error during GitHub request, attempt #0: Remote end closed connection without response # image-refresh rhel-8-10 succeeded: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-8-10-20260608-113737 # Duration: 1716.0108680725098s Removed: Added: Changed: Job ran successfully. :)