image-refresh/centos-10@cockpit-project/bots#e635e8d3609e Running on: 42f050b8-b642-4a3a-807b-a5987fc37001 Job({ "subject": { "forge": null, "repo": "cockpit-project/bots", "sha": "e635e8d3609eae2305d6250cbfaace0636b6d35b", "pull": null, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-upload" ], "command": [ "./image-refresh", "--verbose", "--issue=9180", "centos-10" ], "env": {}, "timeout": 120, "context": "image-refresh/centos-10", "slug": "image-refresh-centos-10-e635e8d3-20260610-235630", "title": null, "report": null }) Using container image: ghcr.io/cockpit-project/tasks:latest Trying to pull ghcr.io/cockpit-project/tasks:latest... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:3bf996a67c510a85b207fd5a3395499e357e06c42db956e58c966727b8595ebe Copying blob sha256:6419ad1d974ea3e15e5d482884093ce5f08593a073731e73bc18d3a93940f2f6 Copying blob sha256:1fd43c80f797bf345b2afc94cb5e652a1f917ee52bc5d01191ddba6b8668915b Copying blob sha256:dd08cc42e2938fbf179f703b2e141047037571f0ebf5b5c4c66739648b9642f9 Copying blob sha256:29bd5c03619b14f9bc84c4e990c55b1e57399f7393002dfa741d875636657cbf Copying config sha256:2d16a024469cd7f9caf5c25c12c897b8b008a7d6bfce55d59e28aa882c2b4f58 Writing manifest to image destination + [checkout-and-run] --revision=e635e8d3609eae2305d6250cbfaace0636b6d35b https://github.com/cockpit-project/bots -- ./image-refresh --verbose --issue=9180 centos-10 + cat /run/.containerenv + uname -a Linux d1e0a7ee2ab7 7.1.0-0.rc6.40.fc45.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 1 13:52:43 UTC 2026 x86_64 GNU/Linux + mkdir -p /var/tmp/attachments + git clone -- https://github.com/cockpit-project/bots make-checkout-workdir Cloning into 'make-checkout-workdir'... + cd make-checkout-workdir + git fetch -- origin e635e8d3609eae2305d6250cbfaace0636b6d35b From https://github.com/cockpit-project/bots * branch e635e8d3609eae2305d6250cbfaace0636b6d35b -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at e635e8d3 image-download: rewrite for STS authentication + git log -n1 commit e635e8d3609eae2305d6250cbfaace0636b6d35b Author: Allison Karlitskaya Date: Fri May 22 10:40:19 2026 +0200 image-download: rewrite for STS authentication This is capable of downloading RHEL images from AWS. We identify URLs that should be STS-authenticated by using a list (currently 1) of fnmatches on URLs. This list is only consulted if you don't have a normal static key in ~/.config/cockpit-dev/s3-keys/. Once we've identified that we want to issue a transient key, the process goes like this: - you get a Kerberos ticket with kinit - we use gssapi to get a SPNEGO token for auth.redhat.com - we post a login attempt using the token and hopefully get back a SAML POST binding HTML page which we can extract the SAML assertion from - with the SAML assertion in hand we can use AWS STS to generate a transient token for a particular IAM Role. If you're in the it-cloud-aws-727920394381-cockpit-ci-images-download rover group this will allow you to download RHEL images from AWS - we use the STS token to do the S3 signing operation This should be more or less transparent to anyone who is in the correct group and logged in with kerberos. There's no need for us to maintain a list of users and tokens anymore and human developers can delete their old s3-keys. The new downloader is intended as an eventual replacement for image-download. It's a rewrite from the ground up and has a couple of other niceties: - urllib instead of curl (which was getting complicated with all the extra headers) - checksum verification based on filename - improved locking vs. the old downloader: no more poll loop or subtle race conditions with deleted lockfiles - 🌈 rainbows! Some features not implemented: - `--state` and modification times (which seems to be dead code) - `--force` For users who don't want to use Kerberos (which requires connecting to VPN) there's also a saml-login script which will do a SAML interaction in a simple WebKit view and save the credential to the cache (for a validity of one hour). + ./image-refresh --verbose --issue=9180 centos-10 + ./vm-reset + ./image-download centos-10 Downloading centos-10-2678469ae295777d337254b7f844a15a6dc8baa21d7285febe484889a555d7aa.qcow2 ✔ https://cockpit-images.eu-central-1.linodeobjects.com/ 🔑 358ms ✔ https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ 🔑 325ms ✔ https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ 🔑 65ms Using: https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-10-2678469ae295777d337254b7f844a15a6dc8baa21d7285febe484889a555d7aa.qcow2 100% 2.5 GB in 55s (45.9 MB/s) 🔒 sha256 verified [2678469ae295777d337254b7f844a15a6dc8baa21d7285febe484889a555d7aa] + ./image-create --verbose centos-10 + URL=https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 ++ dirname /work/make-checkout-workdir/images/scripts/centos-10.bootstrap + exec /work/make-checkout-workdir/images/scripts/lib/cloudimage.bootstrap /var/tmp/centos-10jn5o77r2.qcow2 https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 + out=/var/tmp/centos-10jn5o77r2.qcow2 + image_url=https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 + size=+8G ++ basename https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 + image=tmp/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 ++ dirname tmp/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 + mkdir -p tmp + '[' -f tmp/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 ']' + curl -L -o tmp/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 2225M 0 15929 0 0 47168 0 13:44:32 --:--:-- 13:44:32 47127 9 2225M 9 202M 0 0 151M 0 0:00:14 0:00:01 0:00:13 151M 18 2225M 18 402M 0 0 171M 0 0:00:12 0:00:02 0:00:10 171M 26 2225M 26 598M 0 0 179M 0 0:00:12 0:00:03 0:00:09 179M 35 2225M 35 787M 0 0 181M 0 0:00:12 0:00:04 0:00:08 181M 43 2225M 43 975M 0 0 182M 0 0:00:12 0:00:05 0:00:07 195M 52 2225M 52 1158M 0 0 182M 0 0:00:12 0:00:06 0:00:06 191M 60 2225M 60 1355M 0 0 184M 0 0:00:12 0:00:07 0:00:05 190M 69 2225M 69 1545M 0 0 185M 0 0:00:12 0:00:08 0:00:04 189M 77 2225M 77 1713M 0 0 183M 0 0:00:12 0:00:09 0:00:03 185M 85 2225M 85 1893M 0 0 183M 0 0:00:12 0:00:10 0:00:02 183M 92 2225M 92 2060M 0 0 181M 0 0:00:12 0:00:11 0:00:01 180M 100 2225M 100 2225M 0 0 182M 0 0:00:12 0:00:12 --:--:-- 179M + cp tmp/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2 /var/tmp/centos-10jn5o77r2.qcow2 + qemu-img resize -f qcow2 /var/tmp/centos-10jn5o77r2.qcow2 +8G Image resized. Running setup script /work/make-checkout-workdir/images/scripts/centos-10.setup + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading /work/make-checkout-workdir/images/scripts/lib/ scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-35 -r -p /work/make-checkout-workdir/images/scripts/lib/ vm:/var/lib/testvm Uploading /work/make-checkout-workdir/images/scripts/centos-10.setup scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-35 -r -p /work/make-checkout-workdir/images/scripts/centos-10.setup vm:/var/tmp/SETUP run setup script on guest + /var/tmp/SETUP centos-10 meta-data=/dev/vda3 isize=512 agcount=8, agsize=642368 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=1 = reflink=1 bigtime=0 inobtcount=0 nrext64=1 = exchange=0 metadir=0 data = bsize=4096 blocks=4666875, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1, parent=0 log =internal log bsize=4096 blocks=16384, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 = rgcount=0 rgsize=0 extents = zoned=0 start=0 reserved=0 Filesystem Type Size Used Avail Use% Mounted on /dev/vda3 xfs 18G 1.8G 17G 10% / + '[' '!' -f /root/.skip_repos ']' + '[' -n '' -a -n '' ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 = centos-10 ']' + cat + rpm -e --verbose man-db Preparing packages... man-db-2.12.0-10.el10.x86_64 + dnf -y update CentOS Stream 10 - BaseOS 7.9 MB/s | 7.0 MB 00:00 CentOS Stream 10 - AppStream 3.1 MB/s | 3.6 MB 00:01 CentOS Stream 10 - Extras packages 24 kB/s | 10 kB 00:00 CentOS Stream 10 - BaseOS 3.1 MB/s | 1.6 MB 00:00 CentOS Stream - AppStream 5.7 MB/s | 1.6 MB 00:00 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 6.12.0-237.el10 baseos-devel 528 k Upgrading: centos-gpg-keys noarch 10.0-23.el10 baseos-devel 26 k centos-stream-release noarch 10.0-23.el10 baseos-devel 27 k centos-stream-repos noarch 10.0-23.el10 baseos-devel 11 k cloud-init noarch 24.4-7.el10.1 appstream-devel 1.8 M cockpit-bridge noarch 363.2-1.el10 baseos-devel 691 k cockpit-system noarch 363.2-1.el10 baseos-devel 5.2 M cockpit-ws x86_64 363.2-1.el10 baseos-devel 1.1 M cockpit-ws-selinux x86_64 363.2-1.el10 baseos-devel 45 k coreutils x86_64 9.5-11.el10 baseos-devel 1.1 M coreutils-common x86_64 9.5-11.el10 baseos-devel 2.1 M device-mapper x86_64 10:1.02.215-2.el10 baseos-devel 146 k device-mapper-event x86_64 10:1.02.215-2.el10 baseos-devel 37 k device-mapper-event-libs x86_64 10:1.02.215-2.el10 baseos-devel 31 k device-mapper-libs x86_64 10:1.02.215-2.el10 baseos-devel 193 k dnf noarch 4.20.0-24.el10 baseos-devel 462 k dnf-data noarch 4.20.0-24.el10 baseos-devel 35 k grub2-common noarch 1:2.12-48.el10 baseos-devel 1.0 M grub2-efi-x64 x86_64 1:2.12-48.el10 baseos-devel 2.1 M grub2-pc x86_64 1:2.12-48.el10 baseos-devel 16 k grub2-pc-modules noarch 1:2.12-48.el10 baseos-devel 1.1 M grub2-tools x86_64 1:2.12-48.el10 baseos-devel 1.9 M grub2-tools-minimal x86_64 1:2.12-48.el10 baseos-devel 688 k kdump-utils x86_64 1.0.61-1.el10 baseos-devel 104 k kernel-tools x86_64 6.12.0-237.el10 baseos-devel 1.1 M kernel-tools-libs x86_64 6.12.0-237.el10 baseos-devel 540 k libcap-ng x86_64 0.9.3-1.el10 baseos-devel 33 k libdnf x86_64 0.73.1-16.el10 baseos-devel 703 k libusb1 x86_64 1.0.30-1.el10 baseos-devel 77 k libxml2 x86_64 2.12.5-12.el10 baseos-devel 690 k lvm2 x86_64 10:2.03.41-2.el10 baseos-devel 1.5 M lvm2-libs x86_64 10:2.03.41-2.el10 baseos-devel 948 k python3-dnf noarch 4.20.0-24.el10 baseos-devel 584 k python3-hawkey x86_64 0.73.1-16.el10 baseos-devel 105 k python3-libdnf x86_64 0.73.1-16.el10 baseos-devel 868 k python3-libxml2 x86_64 2.12.5-12.el10 baseos-devel 223 k qemu-guest-agent x86_64 18:10.1.0-20.el10 appstream-devel 471 k selinux-policy noarch 42.1.23-1.el10 baseos-devel 60 k selinux-policy-targeted noarch 42.1.23-1.el10 baseos-devel 5.9 M shadow-utils x86_64 2:4.15.0-12.el10 baseos-devel 1.3 M shim-x64 x86_64 16.1-1.el10 baseos-devel 499 k yum noarch 4.20.0-24.el10 baseos-devel 86 k Installing dependencies: kernel-core x86_64 6.12.0-237.el10 baseos-devel 18 M kernel-modules x86_64 6.12.0-237.el10 baseos-devel 41 M kernel-modules-core x86_64 6.12.0-237.el10 baseos-devel 29 M Installing weak dependencies: kernel-modules-extra x86_64 6.12.0-237.el10 baseos-devel 2.0 M Transaction Summary ================================================================================ Install 5 Packages Upgrade 41 Packages Total download size: 125 M Downloading Packages: (1/46): kernel-6.12.0-237.el10.x86_64.rpm 3.8 MB/s | 528 kB 00:00 (2/46): kernel-core-6.12.0-237.el10.x86_64.rpm 23 MB/s | 18 MB 00:00 (3/46): kernel-modules-core-6.12.0-237.el10.x86 30 MB/s | 29 MB 00:00 (4/46): kernel-modules-extra-6.12.0-237.el10.x8 5.6 MB/s | 2.0 MB 00:00 (5/46): centos-gpg-keys-10.0-23.el10.noarch.rpm 955 kB/s | 26 kB 00:00 (6/46): centos-stream-release-10.0-23.el10.noar 1.9 MB/s | 27 kB 00:00 (7/46): centos-stream-repos-10.0-23.el10.noarch 865 kB/s | 11 kB 00:00 (8/46): cockpit-bridge-363.2-1.el10.noarch.rpm 7.0 MB/s | 691 kB 00:00 (9/46): cockpit-system-363.2-1.el10.noarch.rpm 27 MB/s | 5.2 MB 00:00 (10/46): cockpit-ws-363.2-1.el10.x86_64.rpm 9.5 MB/s | 1.1 MB 00:00 (11/46): cockpit-ws-selinux-363.2-1.el10.x86_64 2.6 MB/s | 45 kB 00:00 (12/46): coreutils-9.5-11.el10.x86_64.rpm 26 MB/s | 1.1 MB 00:00 (13/46): coreutils-common-9.5-11.el10.x86_64.rp 30 MB/s | 2.1 MB 00:00 (14/46): device-mapper-1.02.215-2.el10.x86_64.r 4.1 MB/s | 146 kB 00:00 (15/46): kernel-modules-6.12.0-237.el10.x86_64. 26 MB/s | 41 MB 00:01 (16/46): device-mapper-event-1.02.215-2.el10.x8 254 kB/s | 37 kB 00:00 (17/46): device-mapper-event-libs-1.02.215-2.el 216 kB/s | 31 kB 00:00 (18/46): dnf-data-4.20.0-24.el10.noarch.rpm 2.5 MB/s | 35 kB 00:00 (19/46): device-mapper-libs-1.02.215-2.el10.x86 7.9 MB/s | 193 kB 00:00 (20/46): dnf-4.20.0-24.el10.noarch.rpm 18 MB/s | 462 kB 00:00 (21/46): grub2-common-2.12-48.el10.noarch.rpm 31 MB/s | 1.0 MB 00:00 (22/46): grub2-pc-2.12-48.el10.x86_64.rpm 713 kB/s | 16 kB 00:00 (23/46): grub2-pc-modules-2.12-48.el10.noarch.r 22 MB/s | 1.1 MB 00:00 (24/46): grub2-tools-2.12-48.el10.x86_64.rpm 28 MB/s | 1.9 MB 00:00 (25/46): grub2-efi-x64-2.12-48.el10.x86_64.rpm 17 MB/s | 2.1 MB 00:00 (26/46): grub2-tools-minimal-2.12-48.el10.x86_6 13 MB/s | 688 kB 00:00 (27/46): kdump-utils-1.0.61-1.el10.x86_64.rpm 1.8 MB/s | 104 kB 00:00 (28/46): libcap-ng-0.9.3-1.el10.x86_64.rpm 2.7 MB/s | 33 kB 00:00 (29/46): libdnf-0.73.1-16.el10.x86_64.rpm 22 MB/s | 703 kB 00:00 (30/46): kernel-tools-libs-6.12.0-237.el10.x86_ 5.7 MB/s | 540 kB 00:00 (31/46): kernel-tools-6.12.0-237.el10.x86_64.rp 9.8 MB/s | 1.1 MB 00:00 (32/46): libusb1-1.0.30-1.el10.x86_64.rpm 2.4 MB/s | 77 kB 00:00 (33/46): libxml2-2.12.5-12.el10.x86_64.rpm 22 MB/s | 690 kB 00:00 (34/46): lvm2-2.03.41-2.el10.x86_64.rpm 30 MB/s | 1.5 MB 00:00 (35/46): lvm2-libs-2.03.41-2.el10.x86_64.rpm 17 MB/s | 948 kB 00:00 (36/46): python3-dnf-4.20.0-24.el10.noarch.rpm 14 MB/s | 584 kB 00:00 (37/46): python3-hawkey-0.73.1-16.el10.x86_64.r 4.4 MB/s | 105 kB 00:00 (38/46): python3-libdnf-0.73.1-16.el10.x86_64.r 27 MB/s | 868 kB 00:00 (39/46): selinux-policy-42.1.23-1.el10.noarch.r 3.5 MB/s | 60 kB 00:00 (40/46): shadow-utils-4.15.0-12.el10.x86_64.rpm 18 MB/s | 1.3 MB 00:00 (41/46): selinux-policy-targeted-42.1.23-1.el10 46 MB/s | 5.9 MB 00:00 (42/46): python3-libxml2-2.12.5-12.el10.x86_64. 1.4 MB/s | 223 kB 00:00 (43/46): yum-4.20.0-24.el10.noarch.rpm 3.9 MB/s | 86 kB 00:00 (44/46): shim-x64-16.1-1.el10.x86_64.rpm 5.4 MB/s | 499 kB 00:00 (45/46): qemu-guest-agent-10.1.0-20.el10.x86_64 5.4 MB/s | 471 kB 00:00 (46/46): cloud-init-24.4-7.el10.1.noarch.rpm 16 MB/s | 1.8 MB 00:00 -------------------------------------------------------------------------------- Total 58 MB/s | 125 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: selinux-policy-targeted-42.1.23-1.el10.noarch 1/1 Preparing : 1/1 Upgrading : grub2-common-1:2.12-48.el10.noarch 1/87 Upgrading : device-mapper-libs-10:1.02.215-2.el10.x86_64 2/87 Upgrading : device-mapper-10:1.02.215-2.el10.x86_64 3/87 Upgrading : device-mapper-event-libs-10:1.02.215-2.el10.x86_64 4/87 Running scriptlet: grub2-tools-1:2.12-48.el10.x86_64 5/87 Upgrading : grub2-tools-1:2.12-48.el10.x86_64 5/87 Running scriptlet: grub2-tools-1:2.12-48.el10.x86_64 5/87 Upgrading : grub2-tools-minimal-1:2.12-48.el10.x86_64 6/87 Upgrading : shadow-utils-2:4.15.0-12.el10.x86_64 7/87 Upgrading : libdnf-0.73.1-16.el10.x86_64 8/87 Upgrading : python3-libdnf-0.73.1-16.el10.x86_64 9/87 Upgrading : python3-hawkey-0.73.1-16.el10.x86_64 10/87 Upgrading : device-mapper-event-10:1.02.215-2.el10.x86_64 11/87 Running scriptlet: device-mapper-event-10:1.02.215-2.el10.x86_64 11/87 Upgrading : lvm2-libs-10:2.03.41-2.el10.x86_64 12/87 Upgrading : grub2-pc-modules-1:2.12-48.el10.noarch 13/87 Upgrading : libxml2-2.12.5-12.el10.x86_64 14/87 Upgrading : kernel-tools-libs-6.12.0-237.el10.x86_64 15/87 Running scriptlet: kernel-tools-libs-6.12.0-237.el10.x86_64 15/87 Upgrading : dnf-data-4.20.0-24.el10.noarch 16/87 Upgrading : python3-dnf-4.20.0-24.el10.noarch 17/87 Upgrading : coreutils-common-9.5-11.el10.x86_64 18/87 Upgrading : coreutils-9.5-11.el10.x86_64 19/87 Installing : kernel-modules-core-6.12.0-237.el10.x86_64 20/87 Installing : kernel-core-6.12.0-237.el10.x86_64 21/87 Running scriptlet: kernel-core-6.12.0-237.el10.x86_64 21/87 Installing : kernel-modules-6.12.0-237.el10.x86_64 22/87 Running scriptlet: kernel-modules-6.12.0-237.el10.x86_64 22/87 Installing : kernel-modules-extra-6.12.0-237.el10.x86_64 23/87 Running scriptlet: kernel-modules-extra-6.12.0-237.el10.x86_64 23/87 Upgrading : dnf-4.20.0-24.el10.noarch 24/87 Running scriptlet: dnf-4.20.0-24.el10.noarch 24/87 Upgrading : kdump-utils-1.0.61-1.el10.x86_64 25/87 Running scriptlet: kdump-utils-1.0.61-1.el10.x86_64 25/87 Upgrading : selinux-policy-42.1.23-1.el10.noarch 26/87 Running scriptlet: selinux-policy-42.1.23-1.el10.noarch 26/87 Running scriptlet: selinux-policy-targeted-42.1.23-1.el10.noarch 27/87 Upgrading : selinux-policy-targeted-42.1.23-1.el10.noarch 27/87 Running scriptlet: selinux-policy-targeted-42.1.23-1.el10.noarch 27/87 Running scriptlet: cockpit-ws-selinux-363.2-1.el10.x86_64 28/87 Upgrading : cockpit-ws-selinux-363.2-1.el10.x86_64 28/87 Running scriptlet: cockpit-ws-selinux-363.2-1.el10.x86_64 28/87 Upgrading : cockpit-bridge-363.2-1.el10.noarch 29/87 Upgrading : centos-gpg-keys-10.0-23.el10.noarch 30/87 Upgrading : centos-stream-repos-10.0-23.el10.noarch 31/87 Upgrading : centos-stream-release-10.0-23.el10.noarch 32/87 Upgrading : cockpit-system-363.2-1.el10.noarch 33/87 Upgrading : cockpit-ws-363.2-1.el10.x86_64 34/87 Running scriptlet: cockpit-ws-363.2-1.el10.x86_64 34/87 Upgrading : yum-4.20.0-24.el10.noarch 35/87 Installing : kernel-6.12.0-237.el10.x86_64 36/87 Upgrading : kernel-tools-6.12.0-237.el10.x86_64 37/87 Upgrading : python3-libxml2-2.12.5-12.el10.x86_64 38/87 Upgrading : grub2-pc-1:2.12-48.el10.x86_64 39/87 Upgrading : lvm2-10:2.03.41-2.el10.x86_64 40/87 Running scriptlet: lvm2-10:2.03.41-2.el10.x86_64 40/87 Upgrading : cloud-init-24.4-7.el10.1.noarch 41/87 Running scriptlet: cloud-init-24.4-7.el10.1.noarch 41/87 Upgrading : grub2-efi-x64-1:2.12-48.el10.x86_64 42/87 Upgrading : qemu-guest-agent-18:10.1.0-20.el10.x86_64 43/87 Running scriptlet: qemu-guest-agent-18:10.1.0-20.el10.x86_64 43/87 Upgrading : shim-x64-16.1-1.el10.x86_64 44/87 Upgrading : libusb1-1.0.30-1.el10.x86_64 45/87 Upgrading : libcap-ng-0.9.3-1.el10.x86_64 46/87 Cleanup : grub2-pc-1:2.12-45.el10.x86_64 47/87 Cleanup : cockpit-system-362-1.el10.noarch 48/87 Running scriptlet: selinux-policy-42.1.22-1.el10.noarch 49/87 Cleanup : selinux-policy-42.1.22-1.el10.noarch 49/87 Running scriptlet: selinux-policy-42.1.22-1.el10.noarch 49/87 Cleanup : grub2-efi-x64-1:2.12-45.el10.x86_64 50/87 Running scriptlet: kdump-utils-1.0.58-15.el10.x86_64 51/87 Cleanup : kdump-utils-1.0.58-15.el10.x86_64 51/87 Running scriptlet: kdump-utils-1.0.58-15.el10.x86_64 51/87 Cleanup : grub2-pc-modules-1:2.12-45.el10.noarch 52/87 Running scriptlet: cloud-init-24.4-7.el10.noarch 53/87 Cleanup : cloud-init-24.4-7.el10.noarch 53/87 Running scriptlet: cloud-init-24.4-7.el10.noarch 53/87 Cleanup : yum-4.20.0-23.el10.noarch 54/87 Running scriptlet: dnf-4.20.0-23.el10.noarch 55/87 Cleanup : dnf-4.20.0-23.el10.noarch 55/87 Running scriptlet: dnf-4.20.0-23.el10.noarch 55/87 Cleanup : python3-dnf-4.20.0-23.el10.noarch 56/87 Cleanup : centos-stream-release-10.0-21.el10.noarch 57/87 Cleanup : python3-libxml2-2.12.5-11.el10.x86_64 58/87 Running scriptlet: grub2-tools-1:2.12-45.el10.x86_64 59/87 Cleanup : grub2-tools-1:2.12-45.el10.x86_64 59/87 Running scriptlet: grub2-tools-1:2.12-45.el10.x86_64 59/87 Cleanup : grub2-tools-minimal-1:2.12-45.el10.x86_64 60/87 Cleanup : python3-hawkey-0.73.1-15.el10.x86_64 61/87 Running scriptlet: lvm2-10:2.03.36-2.el10.x86_64 62/87 Cleanup : lvm2-10:2.03.36-2.el10.x86_64 62/87 Running scriptlet: lvm2-10:2.03.36-2.el10.x86_64 62/87 Cleanup : lvm2-libs-10:2.03.36-2.el10.x86_64 63/87 Running scriptlet: device-mapper-event-10:1.02.210-2.el10.x86_64 64/87 Cleanup : device-mapper-event-10:1.02.210-2.el10.x86_64 64/87 Cleanup : device-mapper-event-libs-10:1.02.210-2.el10.x86_64 65/87 Cleanup : python3-libdnf-0.73.1-15.el10.x86_64 66/87 Cleanup : kernel-tools-6.12.0-233.el10.x86_64 67/87 Cleanup : centos-stream-repos-10.0-21.el10.noarch 68/87 Cleanup : device-mapper-libs-10:1.02.210-2.el10.x86_64 69/87 Cleanup : device-mapper-10:1.02.210-2.el10.x86_64 70/87 Running scriptlet: cockpit-ws-362-1.el10.x86_64 71/87 Cleanup : cockpit-ws-362-1.el10.x86_64 71/87 Running scriptlet: cockpit-ws-362-1.el10.x86_64 71/87 Cleanup : cockpit-ws-selinux-362-1.el10.x86_64 72/87 Running scriptlet: cockpit-ws-selinux-362-1.el10.x86_64 72/87 Cleanup : selinux-policy-targeted-42.1.22-1.el10.noarch 73/87 Running scriptlet: selinux-policy-targeted-42.1.22-1.el10.noarch 73/87 Cleanup : centos-gpg-keys-10.0-21.el10.noarch 74/87 Cleanup : grub2-common-1:2.12-45.el10.noarch 75/87 Cleanup : dnf-data-4.20.0-23.el10.noarch 76/87 Cleanup : cockpit-bridge-362-1.el10.noarch 77/87 Cleanup : shim-x64-15.8-5.el10.x86_64 78/87 Cleanup : coreutils-9.5-7.el10.x86_64 79/87 Cleanup : coreutils-common-9.5-7.el10.x86_64 80/87 Cleanup : kernel-tools-libs-6.12.0-233.el10.x86_64 81/87 Running scriptlet: kernel-tools-libs-6.12.0-233.el10.x86_64 81/87 Cleanup : libdnf-0.73.1-15.el10.x86_64 82/87 Cleanup : libxml2-2.12.5-11.el10.x86_64 83/87 Cleanup : shadow-utils-2:4.15.0-11.el10.x86_64 84/87 Running scriptlet: qemu-guest-agent-18:10.1.0-19.el10.x86_64 85/87 Cleanup : qemu-guest-agent-18:10.1.0-19.el10.x86_64 85/87 Running scriptlet: qemu-guest-agent-18:10.1.0-19.el10.x86_64 85/87 Cleanup : libusb1-1.0.29-3.el10.x86_64 86/87 Cleanup : libcap-ng-0.8.4-6.el10.x86_64 87/87 Running scriptlet: grub2-common-1:2.12-48.el10.noarch 87/87 Running scriptlet: kernel-modules-core-6.12.0-237.el10.x86_64 87/87 Running scriptlet: kernel-core-6.12.0-237.el10.x86_64 87/87 Running scriptlet: kernel-modules-6.12.0-237.el10.x86_64 87/87 Running scriptlet: kdump-utils-1.0.61-1.el10.x86_64 87/87 Running scriptlet: selinux-policy-targeted-42.1.23-1.el10.noarch 87/87 Running scriptlet: libcap-ng-0.8.4-6.el10.x86_64 87/87 Upgraded: centos-gpg-keys-10.0-23.el10.noarch centos-stream-release-10.0-23.el10.noarch centos-stream-repos-10.0-23.el10.noarch cloud-init-24.4-7.el10.1.noarch cockpit-bridge-363.2-1.el10.noarch cockpit-system-363.2-1.el10.noarch cockpit-ws-363.2-1.el10.x86_64 cockpit-ws-selinux-363.2-1.el10.x86_64 coreutils-9.5-11.el10.x86_64 coreutils-common-9.5-11.el10.x86_64 device-mapper-10:1.02.215-2.el10.x86_64 device-mapper-event-10:1.02.215-2.el10.x86_64 device-mapper-event-libs-10:1.02.215-2.el10.x86_64 device-mapper-libs-10:1.02.215-2.el10.x86_64 dnf-4.20.0-24.el10.noarch dnf-data-4.20.0-24.el10.noarch grub2-common-1:2.12-48.el10.noarch grub2-efi-x64-1:2.12-48.el10.x86_64 grub2-pc-1:2.12-48.el10.x86_64 grub2-pc-modules-1:2.12-48.el10.noarch grub2-tools-1:2.12-48.el10.x86_64 grub2-tools-minimal-1:2.12-48.el10.x86_64 kdump-utils-1.0.61-1.el10.x86_64 kernel-tools-6.12.0-237.el10.x86_64 kernel-tools-libs-6.12.0-237.el10.x86_64 libcap-ng-0.9.3-1.el10.x86_64 libdnf-0.73.1-16.el10.x86_64 libusb1-1.0.30-1.el10.x86_64 libxml2-2.12.5-12.el10.x86_64 lvm2-10:2.03.41-2.el10.x86_64 lvm2-libs-10:2.03.41-2.el10.x86_64 python3-dnf-4.20.0-24.el10.noarch python3-hawkey-0.73.1-16.el10.x86_64 python3-libdnf-0.73.1-16.el10.x86_64 python3-libxml2-2.12.5-12.el10.x86_64 qemu-guest-agent-18:10.1.0-20.el10.x86_64 selinux-policy-42.1.23-1.el10.noarch selinux-policy-targeted-42.1.23-1.el10.noarch shadow-utils-2:4.15.0-12.el10.x86_64 shim-x64-16.1-1.el10.x86_64 yum-4.20.0-24.el10.noarch Installed: kernel-6.12.0-237.el10.x86_64 kernel-core-6.12.0-237.el10.x86_64 kernel-modules-6.12.0-237.el10.x86_64 kernel-modules-core-6.12.0-237.el10.x86_64 kernel-modules-extra-6.12.0-237.el10.x86_64 Complete! + printf 'dictcheck = 0\nminlen = 6\n' + echo foobar + passwd --stdin root + COCKPIT_DEPS='device-mapper-multipath firewalld glib-networking json-glib libvirt-dbus libvirt-client libvirt-daemon-kvm NetworkManager-team qemu-kvm-block-curl openssl PackageKit pcp-libs pcp python3-pcp podman realmd redhat-logos setroubleshoot-server subscription-manager sos stratis-cli stratisd tuned udisks2 udisks2-lvm2 udisks2-iscsi /usr/bin/kdumpctl ' + IPA_CLIENT_PACKAGES='ipa-client oddjob oddjob-mkhomedir sssd sssd-dbus ' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind valkey vdo virt-install wireguard-tools ' + '[' centos-10 = rhel-10-0 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 = centos-10 ']' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind valkey vdo virt-install wireguard-tools ' + '[' centos-10 = centos-10 ']' + COCKPIT_DEPS='device-mapper-multipath firewalld glib-networking json-glib libvirt-dbus libvirt-client libvirt-daemon-kvm 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 ' + '[' centos-10 = centos-10 ']' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind valkey vdo virt-install wireguard-tools ' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + '[' centos-10 '!=' centos-10 ']' + PACKAGE_SET_CLEVIS='clevis-systemd clevis-dracut ' + PACKAGE_SET_STRATIS='stratisd ' + dnf install -y acl ansible-core boom-boot clevis-luks cryptsetup dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind valkey vdo virt-install wireguard-tools device-mapper-multipath firewalld glib-networking json-glib libvirt-dbus libvirt-client libvirt-daemon-kvm 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 CentOS Stream 10 - BaseOS 18 MB/s | 8.8 MB 00:00 CentOS Stream 10 - AppStream 11 MB/s | 19 MB 00:01 CentOS Stream 10 - Extras packages 3.1 kB/s | 15 kB 00:04 CentOS Stream 10 - BaseOS 13 MB/s | 2.1 MB 00:00 CentOS Stream - AppStream 19 MB/s | 5.8 MB 00:00 Package yum-utils-4.7.0-10.el10.noarch is already installed. Package dracut-107-4.el10.x86_64 is already installed. Package json-glib-1.8.0-5.el10.x86_64 is already installed. Package openssl-1:3.5.5-3.el10.x86_64 is already installed. Package centos-logos-100.4-1.el10.x86_64 is already installed. Package setroubleshoot-server-3.3.37-1.el10.x86_64 is already installed. Package sos-4.11.0-1.el10.noarch is already installed. Package udisks2-2.11.1-1.el10.x86_64 is already installed. Package kdump-utils-1.0.61-1.el10.x86_64 is already installed. Dependencies resolved. =========================================================================================================== Package Arch Version Repository Size =========================================================================================================== Installing: PackageKit x86_64 1.2.8-9.el10 appstream 666 k acl x86_64 2.3.2-4.el10 baseos 77 k ansible-core noarch 1:2.16.18-1.el10 appstream 2.9 M boom-boot noarch 1.6.8-2.el10 appstream 27 k clevis-luks x86_64 23-1.el10 appstream-devel 35 k cryptsetup x86_64 2.8.6-1.el10 baseos 355 k device-mapper-multipath x86_64 0.9.9-19.el10 baseos 180 k dnf-automatic noarch 4.20.0-24.el10 baseos-devel 37 k firewalld noarch 2.4.0-1.el10 baseos 556 k gdb x86_64 16.3-3.el10 appstream 146 k glib-networking x86_64 2.80.0-3.el10 baseos 204 k glibc-all-langpacks x86_64 2.39-124.el10 baseos 18 M ipa-client x86_64 4.13.1-3.el10.2 appstream 138 k kpatch noarch 0.9.7-4.el10 baseos 15 k kpatch-dnf noarch 0.9.7_0.4-4.el10 baseos 18 k libvirt-client x86_64 11.10.0-12.el10 appstream 460 k libvirt-daemon-config-network x86_64 11.10.0-12.el10 appstream 34 k libvirt-daemon-kvm x86_64 11.10.0-12.el10 appstream 28 k libvirt-dbus x86_64 1.4.1-6.el10 appstream 99 k ltrace x86_64 0.7.91-53.el10 appstream 134 k nmap-ncat x86_64 4:7.92-5.el10 appstream 226 k oddjob x86_64 0.34.7-14.el10 appstream 71 k oddjob-mkhomedir x86_64 0.34.7-14.el10 appstream 28 k pcp x86_64 7.1.5-1.el10 appstream-devel 1.5 M pcp-libs x86_64 7.1.5-1.el10 appstream-devel 801 k podman x86_64 7:5.8.2-1.el10 appstream 15 M python3-pcp x86_64 7.1.5-1.el10 appstream-devel 179 k qemu-kvm x86_64 18:10.1.0-20.el10 appstream-devel 62 k qemu-kvm-block-curl x86_64 18:10.1.0-20.el10 appstream-devel 73 k realmd x86_64 0.17.1-13.el10 baseos 251 k rhel-system-roles noarch 1.125.2-0.1.el10 appstream 5.1 M socat x86_64 1.7.4.4-8.el10 appstream 302 k sssd x86_64 2.13.0-1.el10 baseos 27 k sssd-dbus x86_64 2.13.0-1.el10 baseos 133 k strace x86_64 6.12-3.el10 baseos 1.4 M stratis-cli noarch 3.9.0-1.el10 appstream 182 k stratisd x86_64 3.9.0-2.el10 appstream 5.6 M stratisd-tools x86_64 3.9.0-2.el10 appstream 1.1 M subscription-manager x86_64 1.30.14-1.el10 baseos 973 k tang x86_64 14-13.el10 appstream 47 k targetcli noarch 2.1.58-5.el10 appstream 90 k tcsh x86_64 6.24.10-5.el10 appstream 459 k tlog x86_64 14-4.el10 appstream 120 k tuned noarch 2.27.0-1.el10 baseos 556 k udisks2-iscsi x86_64 2.11.1-1.el10 appstream 205 k udisks2-lvm2 x86_64 2.11.1-1.el10 appstream 222 k valgrind x86_64 1:3.27.1-1.el10 appstream 3.9 M valkey x86_64 8.1.7-1.el10 appstream 1.6 M vdo x86_64 8.3.2.1-1.el10 baseos 85 k virt-install noarch 5.1.0-2.el10 appstream 42 k wireguard-tools x86_64 1.0.20250521-1.el10 appstream 133 k Installing dependencies: PackageKit-glib x86_64 1.2.8-9.el10 appstream 155 k aardvark-dns x86_64 2:1.17.0-1.el10 appstream 904 k adcli-selinux noarch 0.9.3.1-3.el10 baseos 20 k appstream x86_64 1.0.2-5.el10 appstream 803 k appstream-data noarch 1:10-20250213.1.el10 appstream 1.1 M augeas-libs x86_64 1.14.2-0.9.20260120gitf4135e3.el10 appstream 426 k autofs x86_64 1:5.1.9-15.el10 baseos 388 k bind-libs x86_64 32:9.18.33-18.el10 appstream 1.3 M bind-license noarch 32:9.18.33-18.el10 appstream 13 k bind-utils x86_64 32:9.18.33-18.el10 appstream 226 k binutils x86_64 2.41-65.el10 baseos 6.4 M binutils-gold x86_64 2.41-65.el10 baseos 795 k bison x86_64 3.8.2-9.el10 appstream 1.0 M boom-boot-conf noarch 1.6.8-2.el10 appstream 16 k boost-atomic x86_64 1.83.0-8.el10 appstream 15 k boost-filesystem x86_64 1.83.0-8.el10 appstream 67 k boost-regex x86_64 1.83.0-8.el10 appstream 109 k boost-system x86_64 1.83.0-8.el10 appstream 11 k boost-thread x86_64 1.83.0-8.el10 appstream 59 k bzip2 x86_64 1.0.8-25.el10 baseos 54 k capstone x86_64 5.0.1-8.el10 appstream 1.0 M catatonit x86_64 5:0.2.1-4.el10 appstream 317 k certmonger x86_64 0.79.21-1.el10 appstream 617 k clevis x86_64 23-1.el10 appstream-devel 57 k clevis-pin-tpm2 x86_64 0.5.5-1.el10 appstream 911 k cmake-filesystem x86_64 3.31.8-1.el10 appstream 21 k conmon x86_64 3:2.2.1-4.el10 appstream-devel 54 k container-selinux noarch 4:2.248.0-1.el10 appstream 60 k containers-common noarch 6:5.8-2.el10 appstream 105 k containers-common-extra noarch 6:5.8-2.el10 appstream 5.9 k cpp x86_64 14.3.1-4.4.el10 appstream 13 M crun x86_64 1.27-1.el10 appstream 272 k dbus-tools x86_64 1:1.14.10-5.el10 baseos 54 k device-mapper-multipath-libs x86_64 0.9.9-19.el10 baseos 306 k dnsmasq x86_64 2.90-7.el10 appstream-devel 363 k dyninst x86_64 13.0.0-1.el10 appstream 3.8 M edk2-ovmf noarch 20260221-3.el10 appstream-devel 8.8 M elfutils-devel x86_64 0.195-1.el10 appstream 50 k elfutils-libelf-devel x86_64 0.195-1.el10 appstream 125 k firewalld-filesystem noarch 2.4.0-1.el10 baseos 8.6 k flac-libs x86_64 1.4.3-6.el10 appstream 265 k flex x86_64 2.6.4-19.el10 appstream 298 k fstrm x86_64 0.6.1-12.el10 appstream 29 k gcc x86_64 14.3.1-4.4.el10 appstream 38 M gdb-headless x86_64 16.3-3.el10 appstream 5.1 M gettext x86_64 0.22.5-6.el10 baseos 1.1 M git-core x86_64 2.52.0-1.el10 appstream 5.1 M glibc-devel x86_64 2.39-124.el10 appstream 584 k gnutls-dane x86_64 3.8.10-4.el10 appstream 40 k gnutls-utils x86_64 3.8.10-4.el10 appstream 313 k gsettings-desktop-schemas x86_64 47.1-4.el10 baseos 784 k gsm x86_64 1.0.22-8.el10 appstream 37 k hdparm x86_64 9.65-6.el10 baseos 97 k ipa-client-common noarch 4.13.1-3.el10.2 appstream 48 k ipa-common noarch 4.13.1-3.el10.2 appstream 737 k ipa-selinux noarch 4.13.1-3.el10.2 appstream 39 k ipset-libs x86_64 7.22-11.el10 baseos 68 k iptables-nft x86_64 1.8.11-14.el10 appstream 200 k ipxe-roms-qemu noarch 20240119-5.gitde8a0821.el10 appstream 850 k iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el10 baseos 398 k iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el10 baseos 82 k isns-utils-libs x86_64 0.103-1.el10 baseos 100 k jose x86_64 14-102.el10 appstream 69 k kernel-headers x86_64 6.12.0-237.el10 appstream-devel 2.2 M krb5-pkinit x86_64 1.21.3-11.el10 baseos 59 k krb5-workstation x86_64 1.21.3-11.el10 baseos 440 k lame-libs x86_64 3.100-19.el10 appstream 339 k libX11 x86_64 1.8.13-1.el10 appstream 651 k libX11-common noarch 1.8.13-1.el10 appstream 198 k libX11-xcb x86_64 1.8.13-1.el10 appstream 11 k libXau x86_64 1.0.11-8.el10 appstream 33 k libXext x86_64 1.3.6-3.el10 appstream 40 k libXxf86vm x86_64 1.1.5-8.el10 appstream 19 k libasyncns x86_64 0.8-30.el10 appstream 31 k libbabeltrace x86_64 1.5.11-9.el10 baseos 194 k libblkio x86_64 1.5.0-2.el10 appstream 300 k libblockdev-lvm x86_64 3.4.0-3.el10 appstream 39 k libburn x86_64 1.5.6-6.el10 appstream 173 k libdnf-plugin-subscription-manager x86_64 1.30.14-1.el10 baseos 45 k libepoxy x86_64 1.5.10-10.el10 appstream 227 k libfdt x86_64 1.7.0-12.el10 appstream 35 k libglvnd x86_64 1:1.7.0-7.el10 appstream 116 k libglvnd-egl x86_64 1:1.7.0-7.el10 appstream 37 k libglvnd-glx x86_64 1:1.7.0-7.el10 appstream 132 k libipa_hbac x86_64 2.13.0-1.el10 baseos 35 k libipt x86_64 2.1-5.el10 appstream 58 k libisoburn x86_64 1.5.6-6.el10 appstream 430 k libisofs x86_64 1.5.6-6.el10 appstream 235 k libjose x86_64 14-102.el10 appstream 66 k libkadm5 x86_64 1.21.3-11.el10 baseos 76 k libluksmeta x86_64 10-1.el10 appstream 25 k libmaxminddb x86_64 1.9.1-4.el10 appstream 43 k libmpc x86_64 1.3.1-7.el10 appstream 71 k libnbd x86_64 1.25.4-1.el10 appstream-devel 179 k libnet x86_64 1.3-7.el10 appstream 63 k libnftnl x86_64 1.3.0-3.el10 baseos 87 k libogg x86_64 2:1.3.5-10.el10 appstream 34 k libosinfo x86_64 1.11.0-8.el10 appstream 317 k libpng x86_64 2:1.6.40-13.el10 baseos-devel 120 k libproxy x86_64 0.5.5-4.el10 baseos 49 k librados2 x86_64 2:18.2.1-4.el10 appstream 3.2 M librbd1 x86_64 2:18.2.1-4.el10 appstream 2.4 M librdmacm x86_64 62.0-2.el10 baseos 73 k libslirp x86_64 4.7.0-10.el10 appstream 75 k libsmbclient x86_64 4.23.5-107.el10 baseos 76 k libsndfile x86_64 1.2.2-7.el10 appstream 214 k libsoup3 x86_64 3.6.6-1.el10 appstream 401 k libsss_autofs x86_64 2.13.0-1.el10 baseos 38 k libtpms x86_64 0.9.6-11.el10 appstream 185 k libtraceevent x86_64 1.8.4-3.el10 baseos 294 k libuv x86_64 1:1.52.1-1.el10 appstream 265 k libvirt-daemon-common x86_64 11.10.0-12.el10 appstream 159 k libvirt-daemon-driver-interface x86_64 11.10.0-12.el10 appstream 224 k libvirt-daemon-driver-network x86_64 11.10.0-12.el10 appstream 278 k libvirt-daemon-driver-nodedev x86_64 11.10.0-12.el10 appstream 248 k libvirt-daemon-driver-nwfilter x86_64 11.10.0-12.el10 appstream 261 k libvirt-daemon-driver-qemu x86_64 11.10.0-12.el10 appstream 1.0 M libvirt-daemon-driver-secret x86_64 11.10.0-12.el10 appstream 221 k libvirt-daemon-driver-storage x86_64 11.10.0-12.el10 appstream 28 k libvirt-daemon-driver-storage-core x86_64 11.10.0-12.el10 appstream 278 k libvirt-daemon-driver-storage-disk x86_64 11.10.0-12.el10 appstream 43 k libvirt-daemon-driver-storage-iscsi x86_64 11.10.0-12.el10 appstream 40 k libvirt-daemon-driver-storage-logical x86_64 11.10.0-12.el10 appstream 44 k libvirt-daemon-driver-storage-mpath x86_64 11.10.0-12.el10 appstream 37 k libvirt-daemon-driver-storage-rbd x86_64 11.10.0-12.el10 appstream 48 k libvirt-daemon-driver-storage-scsi x86_64 11.10.0-12.el10 appstream 40 k libvirt-daemon-lock x86_64 11.10.0-12.el10 appstream 69 k libvirt-daemon-log x86_64 11.10.0-12.el10 appstream 74 k libvirt-daemon-plugin-lockd x86_64 11.10.0-12.el10 appstream 43 k libvirt-daemon-proxy x86_64 11.10.0-12.el10 appstream 217 k libvirt-glib x86_64 5.0.0-4.el10 appstream 53 k libvirt-libs x86_64 11.10.0-12.el10 appstream 5.5 M libvirt-ssh-proxy x86_64 11.10.0-12.el10 appstream 39 k libvorbis x86_64 1:1.3.7-12.el10 appstream 189 k libwayland-client x86_64 1.24.0-1.el10 appstream 34 k libxcb x86_64 1.17.0-3.el10 appstream 255 k libxcrypt-devel x86_64 4.4.36-10.el10 appstream 30 k libxshmfence x86_64 1.3.2-5.el10 appstream 13 k libxslt x86_64 1.1.39-9.el10 appstream 189 k libzstd-devel x86_64 1.5.5-9.el10 appstream 52 k llhttp x86_64 9.1.3-10.el10 appstream 31 k llvm-filesystem x86_64 22.1.1-1.el10 appstream 13 k llvm-libs x86_64 22.1.1-1.el10 appstream 59 M luksmeta x86_64 10-1.el10 appstream 21 k lzop x86_64 1.04-16.el10 baseos 57 k m4 x86_64 1.4.19-11.el10 appstream 305 k make x86_64 1:4.4.1-9.el10 baseos 587 k mdevctl x86_64 1.3.0-6.el10 appstream 939 k mesa-dri-drivers x86_64 25.2.7-5.el10 appstream 11 M mesa-filesystem x86_64 25.2.7-5.el10 appstream 10 k mesa-libEGL x86_64 25.2.7-5.el10 appstream 120 k mesa-libGL x86_64 25.2.7-5.el10 appstream 120 k mesa-libgbm x86_64 25.2.7-5.el10 appstream 16 k mpg123-libs x86_64 1.32.9-1.el10 appstream 353 k nbdkit-basic-filters x86_64 1.47.6-2.el10 appstream-devel 356 k nbdkit-basic-plugins x86_64 1.47.6-2.el10 appstream-devel 201 k nbdkit-selinux noarch 1.47.6-2.el10 appstream-devel 25 k nbdkit-server x86_64 1.47.6-2.el10 appstream-devel 139 k netavark x86_64 2:1.17.2-2.el10 appstream-devel 3.0 M nettle x86_64 3.10.1-1.el10 baseos 559 k nftables x86_64 1:1.1.5-5.el10 baseos 448 k nss-tools x86_64 3.112.0-8.el10 appstream 453 k numad x86_64 0.5-50.20251104git.el10 baseos 39 k openssl-devel x86_64 1:3.5.5-3.el10 appstream 4.2 M opus x86_64 1.4-6.el10 appstream 211 k osinfo-db noarch 20250606-2.el10 appstream 564 k osinfo-db-tools x86_64 1.11.0-8.el10 appstream 74 k passt x86_64 0^20251210.gd04c480-3.el10 appstream 283 k passt-selinux noarch 0^20251210.gd04c480-3.el10 appstream 26 k pcp-conf x86_64 7.1.5-1.el10 appstream-devel 29 k pcp-selinux x86_64 7.1.5-1.el10 appstream-devel 31 k perl-AutoLoader noarch 5.74-514.el10 appstream 22 k perl-B x86_64 1.89-514.el10 appstream 178 k perl-Carp noarch 1.54-511.el10 baseos 30 k perl-Class-Struct noarch 0.68-514.el10 appstream 23 k perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k perl-Digest noarch 1.20-511.el10 baseos 26 k perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M perl-Errno x86_64 1.38-514.el10 appstream 16 k perl-Exporter noarch 5.78-511.el10 baseos 32 k perl-Fcntl x86_64 1.18-514.el10 appstream 30 k perl-File-Basename noarch 2.86-514.el10 appstream 18 k perl-File-Path noarch 2.18-512.el10 appstream 35 k perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k perl-File-stat noarch 1.14-514.el10 appstream 18 k perl-FileHandle noarch 2.05-514.el10 appstream 16 k perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k perl-IO x86_64 1.55-514.el10 appstream 81 k perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k perl-Net-SSLeay x86_64 1.94-9.el10 appstream 377 k perl-POSIX x86_64 2.20-514.el10 appstream 97 k perl-PathTools x86_64 3.91-512.el10 baseos 85 k perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k perl-SelectSaver noarch 1.02-514.el10 appstream 12 k perl-Socket x86_64 4:2.038-511.el10 baseos 56 k perl-Storable x86_64 1:3.32-511.el10 baseos 99 k perl-Symbol noarch 1.09-514.el10 appstream 15 k perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k perl-Term-Cap noarch 1.18-511.el10 baseos 23 k perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k perl-URI noarch 5.27-3.el10 baseos 134 k perl-base noarch 2.27-514.el10 appstream 17 k perl-constant noarch 1.33-512.el10 baseos 24 k perl-if noarch 0.61.000-514.el10 appstream 15 k perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k perl-libnet noarch 3.15-512.el10 baseos 127 k perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M perl-locale noarch 1.12-514.el10 appstream 14 k perl-mro x86_64 1.29-514.el10 appstream 31 k perl-overload noarch 1.37-514.el10 appstream 46 k perl-overloading noarch 0.02-514.el10 appstream 14 k perl-parent noarch 1:0.241-512.el10 baseos 16 k perl-podlators noarch 1:5.01-511.el10 baseos 124 k perl-vars noarch 1.05-514.el10 appstream 14 k pixman x86_64 0.43.4-2.el10 appstream 286 k podman-sequoia x86_64 0.4.0~pqc.2-1.el10 appstream 2.5 M pulseaudio-libs x86_64 17.0-6.el10 appstream 706 k python3-argcomplete noarch 3.2.2-4.el10 appstream 86 k python3-augeas noarch 1.1.0-14.el10 appstream 36 k python3-boom noarch 1.6.8-2.el10 appstream 574 k python3-cffi x86_64 1.16.0-7.el10 baseos 308 k python3-cloud-what x86_64 1.30.14-1.el10 baseos 74 k python3-configshell noarch 1:1.1.30-9.el10 baseos 87 k python3-cryptography x86_64 48.0.0-3.el10 baseos 1.8 M python3-dbus-client-gen noarch 0.5.1-8.el10 appstream 29 k python3-dbus-python-client-gen noarch 0.8.4-2.el10 appstream 31 k python3-dbus-signature-pyparsing noarch 0.4.1-9.el10 appstream 21 k python3-decorator noarch 5.1.1-12.el10 baseos 32 k python3-dns noarch 2.6.1-1.el10 baseos 629 k python3-firewall noarch 2.4.0-1.el10 baseos 515 k python3-gssapi x86_64 1.7.3-10.el10 appstream 663 k python3-ifaddr noarch 0.2.0-4.el10 appstream 31 k python3-iniparse noarch 0.5-10.el10 baseos 53 k python3-inotify noarch 0.9.6-36.el10 baseos 63 k python3-into-dbus-python noarch 0.8.2-7.el10 appstream 33 k python3-ipaclient noarch 4.13.1-3.el10.2 appstream 764 k python3-ipalib noarch 4.13.1-3.el10.2 appstream 856 k python3-justbases noarch 0.15.2-9.el10 appstream 57 k python3-justbytes noarch 0.15.2-7.el10 appstream 50 k python3-jwcrypto noarch 1.5.6-5.el10 appstream 103 k python3-kmod x86_64 0.9.2-6.el10 baseos 110 k python3-ldap x86_64 3.4.5-2.el10 appstream 291 k python3-libipa_hbac x86_64 2.13.0-1.el10 baseos 29 k python3-librepo x86_64 1.19.0-1.el10 baseos 50 k python3-libvirt x86_64 11.10.0-2.el10 appstream 362 k python3-linux-procfs noarch 0.7.4-1.el10 baseos 36 k python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M python3-nftables x86_64 1:1.1.5-5.el10 baseos 25 k python3-ply noarch 3.11-25.el10 baseos 134 k python3-psutil x86_64 5.9.8-6.el10 appstream 269 k python3-pyasn1 noarch 0.6.3-1.el10 appstream 198 k python3-pyasn1-modules noarch 0.6.3-1.el10 appstream 398 k python3-pycparser noarch 2.20-16.el10 baseos 158 k python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k python3-pyudev noarch 0.24.1-10.el10 baseos 99 k python3-pyusb noarch 1.2.1-11.el10 appstream 116 k python3-qrcode noarch 8.0-1.el10 appstream-devel 114 k python3-resolvelib noarch 1.0.1-6.el10 appstream 45 k python3-rtslib noarch 2.1.76-12.el10 appstream 124 k python3-sss x86_64 2.13.0-1.el10 baseos 29 k python3-sss-murmur x86_64 2.13.0-1.el10 baseos 19 k python3-sssdconfig noarch 2.13.0-1.el10 baseos 78 k python3-subscription-manager-rhsm x86_64 1.30.14-1.el10 baseos 185 k python3-typing-extensions noarch 4.9.0-6.el10 baseos 78 k python3-urwid x86_64 2.5.3-4.el10 baseos 1.1 M python3-wcwidth noarch 0.2.6-6.el10 baseos 46 k python3-yubico noarch 1.3.3-17.el10 appstream 79 k qemu-img x86_64 18:10.1.0-20.el10 appstream-devel 2.4 M qemu-kvm-audio-pa x86_64 18:10.1.0-20.el10 appstream-devel 71 k qemu-kvm-block-blkio x86_64 18:10.1.0-20.el10 appstream-devel 73 k qemu-kvm-block-rbd x86_64 18:10.1.0-20.el10 appstream-devel 77 k qemu-kvm-common x86_64 18:10.1.0-20.el10 appstream-devel 684 k qemu-kvm-core x86_64 18:10.1.0-20.el10 appstream-devel 4.8 M qemu-kvm-device-display-virtio-gpu x86_64 18:10.1.0-20.el10 appstream-devel 87 k qemu-kvm-device-display-virtio-gpu-pci x86_64 18:10.1.0-20.el10 appstream-devel 66 k qemu-kvm-device-display-virtio-vga x86_64 18:10.1.0-20.el10 appstream-devel 67 k qemu-kvm-device-usb-host x86_64 18:10.1.0-20.el10 appstream-devel 80 k qemu-kvm-device-usb-redirect x86_64 18:10.1.0-20.el10 appstream-devel 85 k qemu-kvm-docs x86_64 18:10.1.0-20.el10 appstream-devel 1.4 M qemu-kvm-tools x86_64 18:10.1.0-20.el10 appstream-devel 550 k qemu-kvm-ui-egl-headless x86_64 18:10.1.0-20.el10 appstream-devel 67 k qemu-kvm-ui-opengl x86_64 18:10.1.0-20.el10 appstream-devel 75 k qemu-pr-helper x86_64 18:10.1.0-20.el10 appstream-devel 490 k scrub x86_64 2.6.1-11.el10 appstream 45 k seabios-bin noarch 1.17.0-1.el10 appstream 96 k seavgabios-bin noarch 1.17.0-1.el10 appstream 33 k shadow-utils-subid x86_64 2:4.15.0-12.el10 baseos-devel 26 k source-highlight x86_64 3.1.9-25.el10 appstream 781 k spirv-tools-libs x86_64 2026.1-1.el10 appstream 1.7 M sssd-ad x86_64 2.13.0-1.el10 baseos 231 k sssd-common-pac x86_64 2.13.0-1.el10 baseos 91 k sssd-idp x86_64 2.13.0-1.el10 appstream 74 k sssd-ipa x86_64 2.13.0-1.el10 baseos 284 k sssd-krb5 x86_64 2.13.0-1.el10 baseos 80 k sssd-ldap x86_64 2.13.0-1.el10 baseos 162 k sssd-proxy x86_64 2.13.0-1.el10 baseos 72 k sssd-tools x86_64 2.13.0-1.el10 baseos 192 k subscription-manager-rhsm-certificates noarch 20220623-6.el10 baseos 21 k swtpm x86_64 0.9.0-2.el10 appstream 30 k swtpm-libs x86_64 0.9.0-2.el10 appstream 51 k swtpm-selinux noarch 0.9.0-2.el10 appstream 23 k swtpm-tools x86_64 0.9.0-2.el10 appstream 118 k systemd-container x86_64 257-25.el10 baseos 667 k systemd-resolved x86_64 257-25.el10 baseos 329 k systemtap-runtime x86_64 5.5-2.el10 appstream-devel 452 k target-restore noarch 2.1.76-12.el10 appstream 16 k tbb x86_64 2021.11.0-8.el10 appstream-devel 163 k unbound x86_64 1.24.2-7.el10 baseos 1.0 M unbound-libs x86_64 1.24.2-7.el10 baseos 554 k unzip x86_64 6.0-69.el10 baseos 190 k usbredir x86_64 0.13.0-6.el10 appstream 51 k virt-manager-common noarch 5.1.0-2.el10 appstream 1.3 M virt-what x86_64 1.27-3.el10 baseos 41 k virtiofsd x86_64 1.13.3-2.el10 appstream 987 k xorriso x86_64 1.5.6-6.el10 appstream 323 k xz-devel x86_64 1:5.6.2-4.el10 appstream 64 k zip x86_64 3.0-45.el10 baseos 270 k zlib-ng-compat-devel x86_64 2.2.3-3.el10 appstream 36 k zstd x86_64 1.5.5-9.el10 baseos 464 k Installing weak dependencies: adcli x86_64 0.9.3.1-3.el10 baseos 134 k criu x86_64 4.2-4.el10 appstream 582 k criu-libs x86_64 4.2-4.el10 appstream 30 k elfutils-debuginfod-client-devel x86_64 0.195-1.el10 appstream 16 k ipa-client-encrypted-dns x86_64 4.13.1-3.el10.2 appstream 36 k ipset x86_64 7.22-11.el10 baseos 44 k kernel-devel x86_64 6.12.0-237.el10 appstream-devel 18 M libcap-ng-python3 x86_64 0.9.3-1.el10 appstream-devel 31 k libvirt-daemon x86_64 11.10.0-12.el10 appstream 219 k nbdkit x86_64 1.47.6-2.el10 appstream-devel 10 k nbdkit-curl-plugin x86_64 1.47.6-2.el10 appstream-devel 41 k nbdkit-ssh-plugin x86_64 1.47.6-2.el10 appstream-devel 31 k perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k python3-perf x86_64 6.12.0-237.el10 appstream-devel 2.1 M sssd-passkey x86_64 2.13.0-1.el10 baseos 48 k systemtap-client x86_64 5.5-2.el10 appstream-devel 3.8 M systemtap-devel x86_64 5.5-2.el10 appstream-devel 2.3 M unbound-anchor x86_64 1.24.2-7.el10 baseos 35 k unbound-utils x86_64 1.24.2-7.el10 appstream 61 k valgrind-docs x86_64 1:3.27.1-1.el10 appstream 1.5 M valgrind-gdb x86_64 1:3.27.1-1.el10 appstream 130 k valgrind-scripts x86_64 1:3.27.1-1.el10 appstream 68 k valkey-rdma x86_64 8.1.7-1.el10 appstream-devel 34 k Transaction Summary =========================================================================================================== Install 407 Packages Total download size: 343 M Installed size: 1.4 G Downloading Packages: (1/407): adcli-selinux-0.9.3.1-3.el10.noarch.rp 391 kB/s | 20 kB 00:00 (2/407): acl-2.3.2-4.el10.x86_64.rpm 1.3 MB/s | 77 kB 00:00 (3/407): adcli-0.9.3.1-3.el10.x86_64.rpm 1.5 MB/s | 134 kB 00:00 (4/407): autofs-5.1.9-15.el10.x86_64.rpm 4.7 MB/s | 388 kB 00:00 (5/407): bzip2-1.0.8-25.el10.x86_64.rpm 3.5 MB/s | 54 kB 00:00 (6/407): binutils-gold-2.41-65.el10.x86_64.rpm 11 MB/s | 795 kB 00:00 (7/407): cryptsetup-2.8.6-1.el10.x86_64.rpm 20 MB/s | 355 kB 00:00 (8/407): dbus-tools-1.14.10-5.el10.x86_64.rpm 3.6 MB/s | 54 kB 00:00 (9/407): binutils-2.41-65.el10.x86_64.rpm 47 MB/s | 6.4 MB 00:00 (10/407): device-mapper-multipath-0.9.9-19.el10 5.9 MB/s | 180 kB 00:00 (11/407): device-mapper-multipath-libs-0.9.9-19 13 MB/s | 306 kB 00:00 (12/407): firewalld-2.4.0-1.el10.noarch.rpm 30 MB/s | 556 kB 00:00 (13/407): firewalld-filesystem-2.4.0-1.el10.noa 530 kB/s | 8.6 kB 00:00 (14/407): gettext-0.22.5-6.el10.x86_64.rpm 33 MB/s | 1.1 MB 00:00 (15/407): glib-networking-2.80.0-3.el10.x86_64. 9.6 MB/s | 204 kB 00:00 (16/407): hdparm-9.65-6.el10.x86_64.rpm 5.9 MB/s | 97 kB 00:00 (17/407): gsettings-desktop-schemas-47.1-4.el10 35 MB/s | 784 kB 00:00 (18/407): ipset-7.22-11.el10.x86_64.rpm 2.8 MB/s | 44 kB 00:00 (19/407): ipset-libs-7.22-11.el10.x86_64.rpm 4.2 MB/s | 68 kB 00:00 (20/407): iscsi-initiator-utils-iscsiuio-6.2.1. 5.1 MB/s | 82 kB 00:00 (21/407): isns-utils-libs-0.103-1.el10.x86_64.r 6.2 MB/s | 100 kB 00:00 (22/407): iscsi-initiator-utils-6.2.1.11-0.git4 8.7 MB/s | 398 kB 00:00 (23/407): kpatch-0.9.7-4.el10.noarch.rpm 968 kB/s | 15 kB 00:00 (24/407): kpatch-dnf-0.9.7_0.4-4.el10.noarch.rp 1.2 MB/s | 18 kB 00:00 (25/407): krb5-pkinit-1.21.3-11.el10.x86_64.rpm 3.8 MB/s | 59 kB 00:00 (26/407): krb5-workstation-1.21.3-11.el10.x86_6 23 MB/s | 440 kB 00:00 (27/407): libbabeltrace-1.5.11-9.el10.x86_64.rp 11 MB/s | 194 kB 00:00 (28/407): libdnf-plugin-subscription-manager-1. 2.7 MB/s | 45 kB 00:00 (29/407): libkadm5-1.21.3-11.el10.x86_64.rpm 4.7 MB/s | 76 kB 00:00 (30/407): glibc-all-langpacks-2.39-124.el10.x86 90 MB/s | 18 MB 00:00 (31/407): libipa_hbac-2.13.0-1.el10.x86_64.rpm 542 kB/s | 35 kB 00:00 (32/407): libnftnl-1.3.0-3.el10.x86_64.rpm 2.1 MB/s | 87 kB 00:00 (33/407): libproxy-0.5.5-4.el10.x86_64.rpm 3.1 MB/s | 49 kB 00:00 (34/407): librdmacm-62.0-2.el10.x86_64.rpm 4.6 MB/s | 73 kB 00:00 (35/407): libsmbclient-4.23.5-107.el10.x86_64.r 2.5 MB/s | 76 kB 00:00 (36/407): libtraceevent-1.8.4-3.el10.x86_64.rpm 15 MB/s | 294 kB 00:00 (37/407): libsss_autofs-2.13.0-1.el10.x86_64.rp 1.3 MB/s | 38 kB 00:00 (38/407): make-4.4.1-9.el10.x86_64.rpm 30 MB/s | 587 kB 00:00 (39/407): nettle-3.10.1-1.el10.x86_64.rpm 27 MB/s | 559 kB 00:00 (40/407): lzop-1.04-16.el10.x86_64.rpm 1.3 MB/s | 57 kB 00:00 (41/407): nftables-1.1.5-5.el10.x86_64.rpm 21 MB/s | 448 kB 00:00 (42/407): perl-Carp-1.54-511.el10.noarch.rpm 1.9 MB/s | 30 kB 00:00 (43/407): numad-0.5-50.20251104git.el10.x86_64. 1.3 MB/s | 39 kB 00:00 (44/407): perl-Data-Dumper-2.189-512.el10.x86_6 3.2 MB/s | 57 kB 00:00 (45/407): perl-Digest-1.20-511.el10.noarch.rpm 1.6 MB/s | 26 kB 00:00 (46/407): perl-Digest-MD5-2.59-6.el10.x86_64.rp 2.2 MB/s | 37 kB 00:00 (47/407): perl-Exporter-5.78-511.el10.noarch.rp 1.9 MB/s | 32 kB 00:00 (48/407): perl-File-Temp-0.231.100-512.el10.noa 3.6 MB/s | 60 kB 00:00 (49/407): perl-Getopt-Long-2.58-3.el10.noarch.r 3.9 MB/s | 65 kB 00:00 (50/407): perl-HTTP-Tiny-0.088-512.el10.noarch. 3.5 MB/s | 57 kB 00:00 (51/407): perl-IO-Socket-IP-0.42-512.el10.noarc 2.6 MB/s | 43 kB 00:00 (52/407): perl-IO-Socket-SSL-2.085-3.el10.noarc 11 MB/s | 227 kB 00:00 (53/407): perl-MIME-Base64-3.16-511.el10.x86_64 1.9 MB/s | 31 kB 00:00 (54/407): perl-Mozilla-CA-20231213-5.el10.noarc 958 kB/s | 15 kB 00:00 (55/407): perl-PathTools-3.91-512.el10.x86_64.r 5.3 MB/s | 85 kB 00:00 (56/407): perl-Pod-Escapes-1.07-511.el10.noarch 1.3 MB/s | 21 kB 00:00 (57/407): perl-Pod-Perldoc-3.28.01-512.el10.noa 5.1 MB/s | 84 kB 00:00 (58/407): perl-Pod-Simple-3.45-511.el10.noarch. 13 MB/s | 218 kB 00:00 (59/407): perl-Pod-Usage-2.03-511.el10.noarch.r 2.5 MB/s | 41 kB 00:00 (60/407): perl-Scalar-List-Utils-1.63-511.el10. 4.5 MB/s | 74 kB 00:00 (61/407): perl-Socket-2.038-511.el10.x86_64.rpm 3.4 MB/s | 56 kB 00:00 (62/407): perl-Storable-3.32-511.el10.x86_64.rp 5.4 MB/s | 99 kB 00:00 (63/407): perl-Term-ANSIColor-5.01-512.el10.noa 2.9 MB/s | 49 kB 00:00 (64/407): perl-Term-Cap-1.18-511.el10.noarch.rp 1.3 MB/s | 23 kB 00:00 (65/407): perl-Text-ParseWords-3.31-511.el10.no 1.1 MB/s | 17 kB 00:00 (66/407): perl-Encode-3.21-511.el10.x86_64.rpm 5.6 MB/s | 1.1 MB 00:00 (67/407): perl-Text-Tabs+Wrap-2024.001-511.el10 1.2 MB/s | 23 kB 00:00 (68/407): perl-Time-Local-1.350-511.el10.noarch 2.0 MB/s | 35 kB 00:00 (69/407): perl-URI-5.27-3.el10.noarch.rpm 7.3 MB/s | 134 kB 00:00 (70/407): perl-constant-1.33-512.el10.noarch.rp 1.4 MB/s | 24 kB 00:00 (71/407): perl-libnet-3.15-512.el10.noarch.rpm 7.0 MB/s | 127 kB 00:00 (72/407): perl-parent-0.241-512.el10.noarch.rpm 943 kB/s | 16 kB 00:00 (73/407): perl-podlators-5.01-511.el10.noarch.r 6.8 MB/s | 124 kB 00:00 (74/407): python3-cffi-1.16.0-7.el10.x86_64.rpm 15 MB/s | 308 kB 00:00 (75/407): python3-cloud-what-1.30.14-1.el10.x86 4.5 MB/s | 74 kB 00:00 (76/407): python3-configshell-1.1.30-9.el10.noa 5.4 MB/s | 87 kB 00:00 (77/407): python3-cryptography-48.0.0-3.el10.x8 69 MB/s | 1.8 MB 00:00 (78/407): python3-decorator-5.1.1-12.el10.noarc 1.8 MB/s | 32 kB 00:00 (79/407): python3-firewall-2.4.0-1.el10.noarch. 26 MB/s | 515 kB 00:00 (80/407): python3-dns-2.6.1-1.el10.noarch.rpm 15 MB/s | 629 kB 00:00 (81/407): python3-iniparse-0.5-10.el10.noarch.r 1.7 MB/s | 53 kB 00:00 (82/407): python3-kmod-0.9.2-6.el10.x86_64.rpm 6.1 MB/s | 110 kB 00:00 (83/407): python3-inotify-0.9.6-36.el10.noarch. 2.1 MB/s | 63 kB 00:00 (84/407): python3-libipa_hbac-2.13.0-1.el10.x86 1.0 MB/s | 29 kB 00:00 (85/407): python3-linux-procfs-0.7.4-1.el10.noa 2.3 MB/s | 36 kB 00:00 (86/407): python3-librepo-1.19.0-1.el10.x86_64. 2.5 MB/s | 50 kB 00:00 (87/407): python3-nftables-1.1.5-5.el10.x86_64. 1.6 MB/s | 25 kB 00:00 (88/407): python3-ply-3.11-25.el10.noarch.rpm 8.3 MB/s | 134 kB 00:00 (89/407): python3-pycparser-2.20-16.el10.noarch 9.0 MB/s | 158 kB 00:00 (90/407): python3-pyparsing-3.1.1-7.el10.noarch 16 MB/s | 269 kB 00:00 (91/407): python3-pyudev-0.24.1-10.el10.noarch. 6.2 MB/s | 99 kB 00:00 (92/407): python3-sss-2.13.0-1.el10.x86_64.rpm 1.0 MB/s | 29 kB 00:00 (93/407): python3-sss-murmur-2.13.0-1.el10.x86_ 730 kB/s | 19 kB 00:00 (94/407): python3-sssdconfig-2.13.0-1.el10.noar 3.2 MB/s | 78 kB 00:00 (95/407): python3-subscription-manager-rhsm-1.3 11 MB/s | 185 kB 00:00 (96/407): python3-typing-extensions-4.9.0-6.el1 4.9 MB/s | 78 kB 00:00 (97/407): python3-wcwidth-0.2.6-6.el10.noarch.r 2.8 MB/s | 46 kB 00:00 (98/407): realmd-0.17.1-13.el10.x86_64.rpm 15 MB/s | 251 kB 00:00 (99/407): sssd-2.13.0-1.el10.x86_64.rpm 1.7 MB/s | 27 kB 00:00 (100/407): sssd-common-pac-2.13.0-1.el10.x86_64 3.3 MB/s | 91 kB 00:00 (101/407): sssd-ad-2.13.0-1.el10.x86_64.rpm 5.0 MB/s | 231 kB 00:00 (102/407): sssd-dbus-2.13.0-1.el10.x86_64.rpm 4.0 MB/s | 133 kB 00:00 (103/407): sssd-ipa-2.13.0-1.el10.x86_64.rpm 7.2 MB/s | 284 kB 00:00 (104/407): sssd-krb5-2.13.0-1.el10.x86_64.rpm 3.9 MB/s | 80 kB 00:00 (105/407): sssd-ldap-2.13.0-1.el10.x86_64.rpm 8.4 MB/s | 162 kB 00:00 (106/407): sssd-passkey-2.13.0-1.el10.x86_64.rp 3.0 MB/s | 48 kB 00:00 (107/407): sssd-proxy-2.13.0-1.el10.x86_64.rpm 4.4 MB/s | 72 kB 00:00 (108/407): sssd-tools-2.13.0-1.el10.x86_64.rpm 11 MB/s | 192 kB 00:00 (109/407): python3-urwid-2.5.3-4.el10.x86_64.rp 6.1 MB/s | 1.1 MB 00:00 (110/407): strace-6.12-3.el10.x86_64.rpm 36 MB/s | 1.4 MB 00:00 (111/407): subscription-manager-1.30.14-1.el10. 26 MB/s | 973 kB 00:00 (112/407): subscription-manager-rhsm-certificat 749 kB/s | 21 kB 00:00 (113/407): systemd-container-257-25.el10.x86_64 32 MB/s | 667 kB 00:00 (114/407): systemd-resolved-257-25.el10.x86_64. 16 MB/s | 329 kB 00:00 (115/407): tuned-2.27.0-1.el10.noarch.rpm 28 MB/s | 556 kB 00:00 (116/407): unbound-libs-1.24.2-7.el10.x86_64.rp 29 MB/s | 554 kB 00:00 (117/407): unbound-anchor-1.24.2-7.el10.x86_64. 1.1 MB/s | 35 kB 00:00 (118/407): unzip-6.0-69.el10.x86_64.rpm 11 MB/s | 190 kB 00:00 (119/407): unbound-1.24.2-7.el10.x86_64.rpm 15 MB/s | 1.0 MB 00:00 (120/407): vdo-8.3.2.1-1.el10.x86_64.rpm 2.4 MB/s | 85 kB 00:00 (121/407): virt-what-1.27-3.el10.x86_64.rpm 1.4 MB/s | 41 kB 00:00 (122/407): zip-3.0-45.el10.x86_64.rpm 15 MB/s | 270 kB 00:00 (123/407): zstd-1.5.5-9.el10.x86_64.rpm 23 MB/s | 464 kB 00:00 (124/407): PackageKit-glib-1.2.8-9.el10.x86_64. 1.6 MB/s | 155 kB 00:00 (125/407): aardvark-dns-1.17.0-1.el10.x86_64.rp 4.9 MB/s | 904 kB 00:00 (126/407): ansible-core-2.16.18-1.el10.noarch.r 24 MB/s | 2.9 MB 00:00 (127/407): appstream-1.0.2-5.el10.x86_64.rpm 19 MB/s | 803 kB 00:00 (128/407): appstream-data-10-20250213.1.el10.no 37 MB/s | 1.1 MB 00:00 (129/407): augeas-libs-1.14.2-0.9.20260120gitf4 16 MB/s | 426 kB 00:00 (130/407): PackageKit-1.2.8-9.el10.x86_64.rpm 2.4 MB/s | 666 kB 00:00 (131/407): bind-license-9.18.33-18.el10.noarch. 697 kB/s | 13 kB 00:00 (132/407): bind-libs-9.18.33-18.el10.x86_64.rpm 48 MB/s | 1.3 MB 00:00 (133/407): bind-utils-9.18.33-18.el10.x86_64.rp 8.3 MB/s | 226 kB 00:00 (134/407): bison-3.8.2-9.el10.x86_64.rpm 37 MB/s | 1.0 MB 00:00 (135/407): boom-boot-1.6.8-2.el10.noarch.rpm 1.1 MB/s | 27 kB 00:00 (136/407): boom-boot-conf-1.6.8-2.el10.noarch.r 680 kB/s | 16 kB 00:00 (137/407): boost-atomic-1.83.0-8.el10.x86_64.rp 768 kB/s | 15 kB 00:00 (138/407): boost-filesystem-1.83.0-8.el10.x86_6 2.1 MB/s | 67 kB 00:00 (139/407): boost-regex-1.83.0-8.el10.x86_64.rpm 4.9 MB/s | 109 kB 00:00 (140/407): boost-system-1.83.0-8.el10.x86_64.rp 545 kB/s | 11 kB 00:00 (141/407): boost-thread-1.83.0-8.el10.x86_64.rp 2.7 MB/s | 59 kB 00:00 (142/407): catatonit-0.2.1-4.el10.x86_64.rpm 12 MB/s | 317 kB 00:00 (143/407): certmonger-0.79.21-1.el10.x86_64.rpm 23 MB/s | 617 kB 00:00 (144/407): capstone-5.0.1-8.el10.x86_64.rpm 20 MB/s | 1.0 MB 00:00 (145/407): clevis-pin-tpm2-0.5.5-1.el10.x86_64. 28 MB/s | 911 kB 00:00 (146/407): cmake-filesystem-3.31.8-1.el10.x86_6 1.0 MB/s | 21 kB 00:00 (147/407): container-selinux-2.248.0-1.el10.noa 3.1 MB/s | 60 kB 00:00 (148/407): containers-common-5.8-2.el10.noarch. 5.1 MB/s | 105 kB 00:00 (149/407): containers-common-extra-5.8-2.el10.n 289 kB/s | 5.9 kB 00:00 (150/407): criu-libs-4.2-4.el10.x86_64.rpm 1.5 MB/s | 30 kB 00:00 (151/407): criu-4.2-4.el10.x86_64.rpm 23 MB/s | 582 kB 00:00 (152/407): crun-1.27-1.el10.x86_64.rpm 12 MB/s | 272 kB 00:00 (153/407): elfutils-debuginfod-client-devel-0.1 740 kB/s | 16 kB 00:00 (154/407): dyninst-13.0.0-1.el10.x86_64.rpm 63 MB/s | 3.8 MB 00:00 (155/407): elfutils-devel-0.195-1.el10.x86_64.r 2.2 MB/s | 50 kB 00:00 (156/407): cpp-14.3.1-4.4.el10.x86_64.rpm 95 MB/s | 13 MB 00:00 (157/407): elfutils-libelf-devel-0.195-1.el10.x 3.2 MB/s | 125 kB 00:00 (158/407): flac-libs-1.4.3-6.el10.x86_64.rpm 6.6 MB/s | 265 kB 00:00 (159/407): flex-2.6.4-19.el10.x86_64.rpm 14 MB/s | 298 kB 00:00 (160/407): fstrm-0.6.1-12.el10.x86_64.rpm 1.4 MB/s | 29 kB 00:00 (161/407): gdb-16.3-3.el10.x86_64.rpm 6.7 MB/s | 146 kB 00:00 (162/407): gdb-headless-16.3-3.el10.x86_64.rpm 46 MB/s | 5.1 MB 00:00 (163/407): git-core-2.52.0-1.el10.x86_64.rpm 47 MB/s | 5.1 MB 00:00 (164/407): glibc-devel-2.39-124.el10.x86_64.rpm 22 MB/s | 584 kB 00:00 (165/407): gnutls-dane-3.8.10-4.el10.x86_64.rpm 2.0 MB/s | 40 kB 00:00 (166/407): gnutls-utils-3.8.10-4.el10.x86_64.rp 12 MB/s | 313 kB 00:00 (167/407): gsm-1.0.22-8.el10.x86_64.rpm 1.9 MB/s | 37 kB 00:00 (168/407): ipa-client-4.13.1-3.el10.2.x86_64.rp 5.6 MB/s | 138 kB 00:00 (169/407): ipa-client-common-4.13.1-3.el10.2.no 2.2 MB/s | 48 kB 00:00 (170/407): ipa-client-encrypted-dns-4.13.1-3.el 1.5 MB/s | 36 kB 00:00 (171/407): ipa-common-4.13.1-3.el10.2.noarch.rp 25 MB/s | 737 kB 00:00 (172/407): gcc-14.3.1-4.4.el10.x86_64.rpm 121 MB/s | 38 MB 00:00 (173/407): ipa-selinux-4.13.1-3.el10.2.noarch.r 451 kB/s | 39 kB 00:00 (174/407): iptables-nft-1.8.11-14.el10.x86_64.r 2.5 MB/s | 200 kB 00:00 (175/407): jose-14-102.el10.x86_64.rpm 2.5 MB/s | 69 kB 00:00 (176/407): ipxe-roms-qemu-20240119-5.gitde8a082 23 MB/s | 850 kB 00:00 (177/407): lame-libs-3.100-19.el10.x86_64.rpm 9.2 MB/s | 339 kB 00:00 (178/407): libX11-1.8.13-1.el10.x86_64.rpm 24 MB/s | 651 kB 00:00 (179/407): libX11-common-1.8.13-1.el10.noarch.r 8.5 MB/s | 198 kB 00:00 (180/407): libX11-xcb-1.8.13-1.el10.x86_64.rpm 556 kB/s | 11 kB 00:00 (181/407): libXau-1.0.11-8.el10.x86_64.rpm 1.5 MB/s | 33 kB 00:00 (182/407): libXext-1.3.6-3.el10.x86_64.rpm 2.0 MB/s | 40 kB 00:00 (183/407): libXxf86vm-1.1.5-8.el10.x86_64.rpm 978 kB/s | 19 kB 00:00 (184/407): libasyncns-0.8-30.el10.x86_64.rpm 1.6 MB/s | 31 kB 00:00 (185/407): libblkio-1.5.0-2.el10.x86_64.rpm 12 MB/s | 300 kB 00:00 (186/407): libblockdev-lvm-3.4.0-3.el10.x86_64. 1.5 MB/s | 39 kB 00:00 (187/407): libburn-1.5.6-6.el10.x86_64.rpm 7.8 MB/s | 173 kB 00:00 (188/407): libepoxy-1.5.10-10.el10.x86_64.rpm 10 MB/s | 227 kB 00:00 (189/407): libfdt-1.7.0-12.el10.x86_64.rpm 1.3 MB/s | 35 kB 00:00 (190/407): libglvnd-1.7.0-7.el10.x86_64.rpm 5.7 MB/s | 116 kB 00:00 (191/407): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 1.8 MB/s | 37 kB 00:00 (192/407): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 6.1 MB/s | 132 kB 00:00 (193/407): libipt-2.1-5.el10.x86_64.rpm 3.0 MB/s | 58 kB 00:00 (194/407): libisoburn-1.5.6-6.el10.x86_64.rpm 16 MB/s | 430 kB 00:00 (195/407): libisofs-1.5.6-6.el10.x86_64.rpm 9.8 MB/s | 235 kB 00:00 (196/407): libjose-14-102.el10.x86_64.rpm 3.1 MB/s | 66 kB 00:00 (197/407): libluksmeta-10-1.el10.x86_64.rpm 1.2 MB/s | 25 kB 00:00 (198/407): libmaxminddb-1.9.1-4.el10.x86_64.rpm 2.2 MB/s | 43 kB 00:00 (199/407): libmpc-1.3.1-7.el10.x86_64.rpm 3.5 MB/s | 71 kB 00:00 (200/407): libnet-1.3-7.el10.x86_64.rpm 3.2 MB/s | 63 kB 00:00 (201/407): libogg-1.3.5-10.el10.x86_64.rpm 1.8 MB/s | 34 kB 00:00 (202/407): libosinfo-1.11.0-8.el10.x86_64.rpm 14 MB/s | 317 kB 00:00 (203/407): librados2-18.2.1-4.el10.x86_64.rpm 63 MB/s | 3.2 MB 00:00 (204/407): libslirp-4.7.0-10.el10.x86_64.rpm 1.7 MB/s | 75 kB 00:00 (205/407): librbd1-18.2.1-4.el10.x86_64.rpm 39 MB/s | 2.4 MB 00:00 (206/407): libsndfile-1.2.2-7.el10.x86_64.rpm 10 MB/s | 214 kB 00:00 (207/407): libsoup3-3.6.6-1.el10.x86_64.rpm 17 MB/s | 401 kB 00:00 (208/407): libtpms-0.9.6-11.el10.x86_64.rpm 9.0 MB/s | 185 kB 00:00 (209/407): libuv-1.52.1-1.el10.x86_64.rpm 11 MB/s | 265 kB 00:00 (210/407): libvirt-client-11.10.0-12.el10.x86_6 18 MB/s | 460 kB 00:00 (211/407): libvirt-daemon-11.10.0-12.el10.x86_6 9.9 MB/s | 219 kB 00:00 (212/407): libvirt-daemon-common-11.10.0-12.el1 7.2 MB/s | 159 kB 00:00 (213/407): libvirt-daemon-config-network-11.10. 1.5 MB/s | 34 kB 00:00 (214/407): libvirt-daemon-driver-interface-11.1 8.7 MB/s | 224 kB 00:00 (215/407): libvirt-daemon-driver-network-11.10. 11 MB/s | 278 kB 00:00 (216/407): libvirt-daemon-driver-nodedev-11.10. 10 MB/s | 248 kB 00:00 (217/407): libvirt-daemon-driver-nwfilter-11.10 9.9 MB/s | 261 kB 00:00 (218/407): libvirt-daemon-driver-qemu-11.10.0-1 38 MB/s | 1.0 MB 00:00 (219/407): libvirt-daemon-driver-secret-11.10.0 8.9 MB/s | 221 kB 00:00 (220/407): libvirt-daemon-driver-storage-11.10. 1.4 MB/s | 28 kB 00:00 (221/407): libvirt-daemon-driver-storage-core-1 11 MB/s | 278 kB 00:00 (222/407): libvirt-daemon-driver-storage-disk-1 1.7 MB/s | 43 kB 00:00 (223/407): libvirt-daemon-driver-storage-iscsi- 1.6 MB/s | 40 kB 00:00 (224/407): libvirt-daemon-driver-storage-logica 2.1 MB/s | 44 kB 00:00 (225/407): libvirt-daemon-driver-storage-rbd-11 2.2 MB/s | 48 kB 00:00 (226/407): libvirt-daemon-driver-storage-mpath- 1.6 MB/s | 37 kB 00:00 (227/407): libvirt-daemon-driver-storage-scsi-1 1.8 MB/s | 40 kB 00:00 (228/407): libvirt-daemon-kvm-11.10.0-12.el10.x 1.3 MB/s | 28 kB 00:00 (229/407): libvirt-daemon-lock-11.10.0-12.el10. 3.3 MB/s | 69 kB 00:00 (230/407): libvirt-daemon-log-11.10.0-12.el10.x 3.7 MB/s | 74 kB 00:00 (231/407): libvirt-daemon-plugin-lockd-11.10.0- 2.1 MB/s | 43 kB 00:00 (232/407): libvirt-daemon-proxy-11.10.0-12.el10 9.7 MB/s | 217 kB 00:00 (233/407): libvirt-dbus-1.4.1-6.el10.x86_64.rpm 4.3 MB/s | 99 kB 00:00 (234/407): libvirt-glib-5.0.0-4.el10.x86_64.rpm 2.5 MB/s | 53 kB 00:00 (235/407): libvirt-ssh-proxy-11.10.0-12.el10.x8 1.7 MB/s | 39 kB 00:00 (236/407): libvorbis-1.3.7-12.el10.x86_64.rpm 8.4 MB/s | 189 kB 00:00 (237/407): libvirt-libs-11.10.0-12.el10.x86_64. 96 MB/s | 5.5 MB 00:00 (238/407): libwayland-client-1.24.0-1.el10.x86_ 1.7 MB/s | 34 kB 00:00 (239/407): libxcb-1.17.0-3.el10.x86_64.rpm 12 MB/s | 255 kB 00:00 (240/407): libxcrypt-devel-4.4.36-10.el10.x86_6 1.5 MB/s | 30 kB 00:00 (241/407): libxshmfence-1.3.2-5.el10.x86_64.rpm 682 kB/s | 13 kB 00:00 (242/407): libxslt-1.1.39-9.el10.x86_64.rpm 8.9 MB/s | 189 kB 00:00 (243/407): libzstd-devel-1.5.5-9.el10.x86_64.rp 2.6 MB/s | 52 kB 00:00 (244/407): llhttp-9.1.3-10.el10.x86_64.rpm 1.5 MB/s | 31 kB 00:00 (245/407): llvm-filesystem-22.1.1-1.el10.x86_64 688 kB/s | 13 kB 00:00 (246/407): ltrace-0.7.91-53.el10.x86_64.rpm 5.6 MB/s | 134 kB 00:00 (247/407): luksmeta-10-1.el10.x86_64.rpm 816 kB/s | 21 kB 00:00 (248/407): m4-1.4.19-11.el10.x86_64.rpm 13 MB/s | 305 kB 00:00 (249/407): mdevctl-1.3.0-6.el10.x86_64.rpm 30 MB/s | 939 kB 00:00 (250/407): mesa-filesystem-25.2.7-5.el10.x86_64 514 kB/s | 10 kB 00:00 (251/407): mesa-libEGL-25.2.7-5.el10.x86_64.rpm 5.0 MB/s | 120 kB 00:00 (252/407): mesa-libGL-25.2.7-5.el10.x86_64.rpm 5.1 MB/s | 120 kB 00:00 (253/407): mesa-dri-drivers-25.2.7-5.el10.x86_6 88 MB/s | 11 MB 00:00 (254/407): mesa-libgbm-25.2.7-5.el10.x86_64.rpm 405 kB/s | 16 kB 00:00 (255/407): mpg123-libs-1.32.9-1.el10.x86_64.rpm 15 MB/s | 353 kB 00:00 (256/407): nmap-ncat-7.92-5.el10.x86_64.rpm 9.7 MB/s | 226 kB 00:00 (257/407): nss-tools-3.112.0-8.el10.x86_64.rpm 18 MB/s | 453 kB 00:00 (258/407): oddjob-0.34.7-14.el10.x86_64.rpm 2.9 MB/s | 71 kB 00:00 (259/407): oddjob-mkhomedir-0.34.7-14.el10.x86_ 1.3 MB/s | 28 kB 00:00 (260/407): opus-1.4-6.el10.x86_64.rpm 9.4 MB/s | 211 kB 00:00 (261/407): openssl-devel-3.5.5-3.el10.x86_64.rp 78 MB/s | 4.2 MB 00:00 (262/407): osinfo-db-20250606-2.el10.noarch.rpm 23 MB/s | 564 kB 00:00 (263/407): osinfo-db-tools-1.11.0-8.el10.x86_64 3.5 MB/s | 74 kB 00:00 (264/407): passt-0^20251210.gd04c480-3.el10.x86 13 MB/s | 283 kB 00:00 (265/407): passt-selinux-0^20251210.gd04c480-3. 1.3 MB/s | 26 kB 00:00 (266/407): perl-AutoLoader-5.74-514.el10.noarch 1.1 MB/s | 22 kB 00:00 (267/407): perl-B-1.89-514.el10.x86_64.rpm 7.9 MB/s | 178 kB 00:00 (268/407): perl-Class-Struct-0.68-514.el10.noar 1.2 MB/s | 23 kB 00:00 (269/407): perl-DynaLoader-1.56-514.el10.x86_64 1.4 MB/s | 27 kB 00:00 (270/407): perl-Errno-1.38-514.el10.x86_64.rpm 801 kB/s | 16 kB 00:00 (271/407): perl-Fcntl-1.18-514.el10.x86_64.rpm 1.5 MB/s | 30 kB 00:00 (272/407): perl-File-Basename-2.86-514.el10.noa 937 kB/s | 18 kB 00:00 (273/407): perl-File-Path-2.18-512.el10.noarch. 1.7 MB/s | 35 kB 00:00 (274/407): perl-File-stat-1.14-514.el10.noarch. 947 kB/s | 18 kB 00:00 (275/407): perl-FileHandle-2.05-514.el10.noarch 784 kB/s | 16 kB 00:00 (276/407): perl-Getopt-Std-1.14-514.el10.noarch 831 kB/s | 16 kB 00:00 (277/407): perl-IO-1.55-514.el10.x86_64.rpm 3.9 MB/s | 81 kB 00:00 (278/407): perl-IPC-Open3-1.22-514.el10.noarch. 1.1 MB/s | 23 kB 00:00 (279/407): perl-NDBM_File-1.17-514.el10.x86_64. 1.2 MB/s | 23 kB 00:00 (280/407): perl-Net-SSLeay-1.94-9.el10.x86_64.r 16 MB/s | 377 kB 00:00 (281/407): perl-POSIX-2.20-514.el10.x86_64.rpm 4.6 MB/s | 97 kB 00:00 (282/407): perl-SelectSaver-1.02-514.el10.noarc 637 kB/s | 12 kB 00:00 (283/407): perl-Symbol-1.09-514.el10.noarch.rpm 802 kB/s | 15 kB 00:00 (284/407): perl-base-2.27-514.el10.noarch.rpm 893 kB/s | 17 kB 00:00 (285/407): perl-if-0.61.000-514.el10.noarch.rpm 756 kB/s | 15 kB 00:00 (286/407): perl-interpreter-5.40.2-514.el10.x86 3.5 MB/s | 73 kB 00:00 (287/407): perl-locale-1.12-514.el10.noarch.rpm 713 kB/s | 14 kB 00:00 (288/407): perl-libs-5.40.2-514.el10.x86_64.rpm 60 MB/s | 2.4 MB 00:00 (289/407): perl-mro-1.29-514.el10.x86_64.rpm 1.6 MB/s | 31 kB 00:00 (290/407): perl-overload-1.37-514.el10.noarch.r 2.2 MB/s | 46 kB 00:00 (291/407): perl-overloading-0.02-514.el10.noarc 718 kB/s | 14 kB 00:00 (292/407): perl-vars-1.05-514.el10.noarch.rpm 719 kB/s | 14 kB 00:00 (293/407): pixman-0.43.4-2.el10.x86_64.rpm 11 MB/s | 286 kB 00:00 (294/407): podman-sequoia-0.4.0~pqc.2-1.el10.x8 39 MB/s | 2.5 MB 00:00 (295/407): pulseaudio-libs-17.0-6.el10.x86_64.r 25 MB/s | 706 kB 00:00 (296/407): python3-argcomplete-3.2.2-4.el10.noa 3.9 MB/s | 86 kB 00:00 (297/407): podman-5.8.2-1.el10.x86_64.rpm 87 MB/s | 15 MB 00:00 (298/407): python3-augeas-1.1.0-14.el10.noarch. 782 kB/s | 36 kB 00:00 (299/407): python3-dbus-client-gen-0.5.1-8.el10 1.3 MB/s | 29 kB 00:00 (300/407): python3-boom-1.6.8-2.el10.noarch.rpm 17 MB/s | 574 kB 00:00 (301/407): python3-dbus-python-client-gen-0.8.4 1.5 MB/s | 31 kB 00:00 (302/407): python3-dbus-signature-pyparsing-0.4 1.0 MB/s | 21 kB 00:00 (303/407): python3-gssapi-1.7.3-10.el10.x86_64. 24 MB/s | 663 kB 00:00 (304/407): python3-ifaddr-0.2.0-4.el10.noarch.r 1.3 MB/s | 31 kB 00:00 (305/407): llvm-libs-22.1.1-1.el10.x86_64.rpm 60 MB/s | 59 MB 00:00 (306/407): python3-into-dbus-python-0.8.2-7.el1 275 kB/s | 33 kB 00:00 (307/407): python3-ipaclient-4.13.1-3.el10.2.no 6.1 MB/s | 764 kB 00:00 (308/407): python3-justbases-0.15.2-9.el10.noar 2.4 MB/s | 57 kB 00:00 (309/407): python3-ipalib-4.13.1-3.el10.2.noarc 25 MB/s | 856 kB 00:00 (310/407): python3-justbytes-0.15.2-7.el10.noar 1.9 MB/s | 50 kB 00:00 (311/407): python3-jwcrypto-1.5.6-5.el10.noarch 4.3 MB/s | 103 kB 00:00 (312/407): python3-ldap-3.4.5-2.el10.x86_64.rpm 13 MB/s | 291 kB 00:00 (313/407): python3-libvirt-11.10.0-2.el10.x86_6 14 MB/s | 362 kB 00:00 (314/407): python3-netaddr-1.3.0-2.el10.noarch. 53 MB/s | 1.7 MB 00:00 (315/407): python3-psutil-5.9.8-6.el10.x86_64.r 9.0 MB/s | 269 kB 00:00 (316/407): python3-pyasn1-0.6.3-1.el10.noarch.r 6.8 MB/s | 198 kB 00:00 (317/407): python3-pyasn1-modules-0.6.3-1.el10. 15 MB/s | 398 kB 00:00 (318/407): python3-pyusb-1.2.1-11.el10.noarch.r 4.4 MB/s | 116 kB 00:00 (319/407): python3-resolvelib-1.0.1-6.el10.noar 1.8 MB/s | 45 kB 00:00 (320/407): python3-rtslib-2.1.76-12.el10.noarch 5.9 MB/s | 124 kB 00:00 (321/407): python3-yubico-1.3.3-17.el10.noarch. 3.5 MB/s | 79 kB 00:00 (322/407): scrub-2.6.1-11.el10.x86_64.rpm 2.0 MB/s | 45 kB 00:00 (323/407): seabios-bin-1.17.0-1.el10.noarch.rpm 4.0 MB/s | 96 kB 00:00 (324/407): rhel-system-roles-1.125.2-0.1.el10.n 78 MB/s | 5.1 MB 00:00 (325/407): seavgabios-bin-1.17.0-1.el10.noarch. 1.2 MB/s | 33 kB 00:00 (326/407): socat-1.7.4.4-8.el10.x86_64.rpm 12 MB/s | 302 kB 00:00 (327/407): sssd-idp-2.13.0-1.el10.x86_64.rpm 3.2 MB/s | 74 kB 00:00 (328/407): stratis-cli-3.9.0-1.el10.noarch.rpm 7.3 MB/s | 182 kB 00:00 (329/407): spirv-tools-libs-2026.1-1.el10.x86_6 27 MB/s | 1.7 MB 00:00 (330/407): stratisd-tools-3.9.0-2.el10.x86_64.r 20 MB/s | 1.1 MB 00:00 (331/407): stratisd-3.9.0-2.el10.x86_64.rpm 65 MB/s | 5.6 MB 00:00 (332/407): swtpm-0.9.0-2.el10.x86_64.rpm 1.5 MB/s | 30 kB 00:00 (333/407): swtpm-libs-0.9.0-2.el10.x86_64.rpm 2.5 MB/s | 51 kB 00:00 (334/407): swtpm-selinux-0.9.0-2.el10.noarch.rp 1.2 MB/s | 23 kB 00:00 (335/407): swtpm-tools-0.9.0-2.el10.x86_64.rpm 5.6 MB/s | 118 kB 00:00 (336/407): source-highlight-3.1.9-25.el10.x86_6 4.1 MB/s | 781 kB 00:00 (337/407): tang-14-13.el10.x86_64.rpm 1.7 MB/s | 47 kB 00:00 (338/407): target-restore-2.1.76-12.el10.noarch 813 kB/s | 16 kB 00:00 (339/407): targetcli-2.1.58-5.el10.noarch.rpm 4.1 MB/s | 90 kB 00:00 (340/407): tcsh-6.24.10-5.el10.x86_64.rpm 15 MB/s | 459 kB 00:00 (341/407): tlog-14-4.el10.x86_64.rpm 5.1 MB/s | 120 kB 00:00 (342/407): udisks2-iscsi-2.11.1-1.el10.x86_64.r 7.8 MB/s | 205 kB 00:00 (343/407): udisks2-lvm2-2.11.1-1.el10.x86_64.rp 8.5 MB/s | 222 kB 00:00 (344/407): unbound-utils-1.24.2-7.el10.x86_64.r 2.4 MB/s | 61 kB 00:00 (345/407): usbredir-0.13.0-6.el10.x86_64.rpm 2.4 MB/s | 51 kB 00:00 (346/407): valgrind-gdb-3.27.1-1.el10.x86_64.rp 5.4 MB/s | 130 kB 00:00 (347/407): valgrind-docs-3.27.1-1.el10.x86_64.r 38 MB/s | 1.5 MB 00:00 (348/407): valgrind-scripts-3.27.1-1.el10.x86_6 3.4 MB/s | 68 kB 00:00 (349/407): valgrind-3.27.1-1.el10.x86_64.rpm 57 MB/s | 3.9 MB 00:00 (350/407): valkey-8.1.7-1.el10.x86_64.rpm 45 MB/s | 1.6 MB 00:00 (351/407): virt-install-5.1.0-2.el10.noarch.rpm 1.5 MB/s | 42 kB 00:00 (352/407): virt-manager-common-5.1.0-2.el10.noa 36 MB/s | 1.3 MB 00:00 (353/407): wireguard-tools-1.0.20250521-1.el10. 4.8 MB/s | 133 kB 00:00 (354/407): xorriso-1.5.6-6.el10.x86_64.rpm 13 MB/s | 323 kB 00:00 (355/407): virtiofsd-1.13.3-2.el10.x86_64.rpm 19 MB/s | 987 kB 00:00 (356/407): xz-devel-5.6.2-4.el10.x86_64.rpm 2.7 MB/s | 64 kB 00:00 (357/407): zlib-ng-compat-devel-2.2.3-3.el10.x8 1.9 MB/s | 36 kB 00:00 (358/407): shadow-utils-subid-4.15.0-12.el10.x8 717 kB/s | 26 kB 00:00 (359/407): libpng-1.6.40-13.el10.x86_64.rpm 1.8 MB/s | 120 kB 00:00 (360/407): dnf-automatic-4.20.0-24.el10.noarch. 435 kB/s | 37 kB 00:00 (361/407): conmon-2.2.1-4.el10.x86_64.rpm 3.4 MB/s | 54 kB 00:00 (362/407): clevis-luks-23-1.el10.x86_64.rpm 633 kB/s | 35 kB 00:00 (363/407): clevis-23-1.el10.x86_64.rpm 616 kB/s | 57 kB 00:00 (364/407): dnsmasq-2.90-7.el10.x86_64.rpm 4.3 MB/s | 363 kB 00:00 (365/407): kernel-headers-6.12.0-237.el10.x86_6 47 MB/s | 2.2 MB 00:00 (366/407): libcap-ng-python3-0.9.3-1.el10.x86_6 537 kB/s | 31 kB 00:00 (367/407): edk2-ovmf-20260221-3.el10.noarch.rpm 45 MB/s | 8.8 MB 00:00 (368/407): libnbd-1.25.4-1.el10.x86_64.rpm 2.4 MB/s | 179 kB 00:00 (369/407): nbdkit-1.47.6-2.el10.x86_64.rpm 175 kB/s | 10 kB 00:00 (370/407): kernel-devel-6.12.0-237.el10.x86_64. 64 MB/s | 18 MB 00:00 (371/407): nbdkit-basic-filters-1.47.6-2.el10.x 4.0 MB/s | 356 kB 00:00 (372/407): nbdkit-basic-plugins-1.47.6-2.el10.x 2.5 MB/s | 201 kB 00:00 (373/407): nbdkit-server-1.47.6-2.el10.x86_64.r 6.3 MB/s | 139 kB 00:00 (374/407): nbdkit-curl-plugin-1.47.6-2.el10.x86 868 kB/s | 41 kB 00:00 (375/407): nbdkit-ssh-plugin-1.47.6-2.el10.x86_ 2.5 MB/s | 31 kB 00:00 (376/407): nbdkit-selinux-1.47.6-2.el10.noarch. 580 kB/s | 25 kB 00:00 (377/407): netavark-1.17.2-2.el10.x86_64.rpm 73 MB/s | 3.0 MB 00:00 (378/407): pcp-conf-7.1.5-1.el10.x86_64.rpm 573 kB/s | 29 kB 00:00 (379/407): pcp-7.1.5-1.el10.x86_64.rpm 15 MB/s | 1.5 MB 00:00 (380/407): pcp-selinux-7.1.5-1.el10.x86_64.rpm 611 kB/s | 31 kB 00:00 (381/407): pcp-libs-7.1.5-1.el10.x86_64.rpm 8.9 MB/s | 801 kB 00:00 (382/407): python3-pcp-7.1.5-1.el10.x86_64.rpm 2.3 MB/s | 179 kB 00:00 (383/407): python3-qrcode-8.0-1.el10.noarch.rpm 1.5 MB/s | 114 kB 00:00 (384/407): qemu-kvm-10.1.0-20.el10.x86_64.rpm 1.0 MB/s | 62 kB 00:00 (385/407): qemu-img-10.1.0-20.el10.x86_64.rpm 21 MB/s | 2.4 MB 00:00 (386/407): qemu-kvm-audio-pa-10.1.0-20.el10.x86 1.1 MB/s | 71 kB 00:00 (387/407): qemu-kvm-block-blkio-10.1.0-20.el10. 1.2 MB/s | 73 kB 00:00 (388/407): qemu-kvm-block-curl-10.1.0-20.el10.x 1.1 MB/s | 73 kB 00:00 (389/407): qemu-kvm-block-rbd-10.1.0-20.el10.x8 1.1 MB/s | 77 kB 00:00 (390/407): qemu-kvm-common-10.1.0-20.el10.x86_6 7.4 MB/s | 684 kB 00:00 (391/407): python3-perf-6.12.0-237.el10.x86_64. 4.9 MB/s | 2.1 MB 00:00 (392/407): qemu-kvm-core-10.1.0-20.el10.x86_64. 35 MB/s | 4.8 MB 00:00 (393/407): qemu-kvm-device-display-virtio-gpu-1 924 kB/s | 87 kB 00:00 (394/407): qemu-kvm-device-display-virtio-gpu-p 1.1 MB/s | 66 kB 00:00 (395/407): qemu-kvm-device-display-virtio-vga-1 969 kB/s | 67 kB 00:00 (396/407): qemu-kvm-device-usb-host-10.1.0-20.e 1.0 MB/s | 80 kB 00:00 (397/407): qemu-kvm-device-usb-redirect-10.1.0- 1.2 MB/s | 85 kB 00:00 (398/407): qemu-kvm-ui-egl-headless-10.1.0-20.e 1.1 MB/s | 67 kB 00:00 (399/407): qemu-kvm-docs-10.1.0-20.el10.x86_64. 14 MB/s | 1.4 MB 00:00 (400/407): qemu-kvm-tools-10.1.0-20.el10.x86_64 6.3 MB/s | 550 kB 00:00 (401/407): qemu-kvm-ui-opengl-10.1.0-20.el10.x8 1.2 MB/s | 75 kB 00:00 (402/407): qemu-pr-helper-10.1.0-20.el10.x86_64 5.3 MB/s | 490 kB 00:00 (403/407): systemtap-client-5.5-2.el10.x86_64.r 27 MB/s | 3.8 MB 00:00 (404/407): systemtap-devel-5.5-2.el10.x86_64.rp 20 MB/s | 2.3 MB 00:00 (405/407): systemtap-runtime-5.5-2.el10.x86_64. 5.2 MB/s | 452 kB 00:00 (406/407): tbb-2021.11.0-8.el10.x86_64.rpm 2.8 MB/s | 163 kB 00:00 (407/407): valkey-rdma-8.1.7-1.el10.x86_64.rpm 658 kB/s | 34 kB 00:00 -------------------------------------------------------------------------------- Total 60 MB/s | 343 MB 00:05 CentOS Stream 10 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: firewalld-2.4.0-1.el10.noarch 1/1 Running scriptlet: rhel-system-roles-1.125.2-0.1.el10.noarch 1/1 Preparing : 1/1 Installing : perl-Digest-1.20-511.el10.noarch 1/407 Installing : perl-Digest-MD5-2.59-6.el10.x86_64 2/407 Installing : perl-B-1.89-514.el10.x86_64 3/407 Installing : perl-FileHandle-2.05-514.el10.noarch 4/407 Installing : perl-Data-Dumper-2.189-512.el10.x86_64 5/407 Installing : perl-libnet-3.15-512.el10.noarch 6/407 Installing : perl-AutoLoader-5.74-514.el10.noarch 7/407 Installing : perl-URI-5.27-3.el10.noarch 8/407 Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 9/407 Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 10/407 Installing : perl-Time-Local-2:1.350-511.el10.noarch 11/407 Installing : perl-Mozilla-CA-20231213-5.el10.noarch 12/407 Installing : perl-File-Path-2.18-512.el10.noarch 13/407 Installing : perl-if-0.61.000-514.el10.noarch 14/407 Installing : perl-locale-1.12-514.el10.noarch 15/407 Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 16/407 Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 17/407 Installing : perl-Net-SSLeay-1.94-9.el10.x86_64 18/407 Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 19/407 Installing : perl-Term-Cap-1.18-511.el10.noarch 20/407 Installing : perl-Class-Struct-0.68-514.el10.noarch 21/407 Installing : perl-POSIX-2.20-514.el10.x86_64 22/407 Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 23/407 Installing : perl-IPC-Open3-1.22-514.el10.noarch 24/407 Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 25/407 Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 26/407 Installing : perl-Socket-4:2.038-511.el10.x86_64 27/407 Installing : perl-SelectSaver-1.02-514.el10.noarch 28/407 Installing : perl-Symbol-1.09-514.el10.noarch 29/407 Installing : perl-File-stat-1.14-514.el10.noarch 30/407 Installing : perl-podlators-1:5.01-511.el10.noarch 31/407 Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 32/407 Installing : perl-Text-ParseWords-3.31-511.el10.noarch 33/407 Installing : perl-Fcntl-1.18-514.el10.x86_64 34/407 Installing : perl-base-2.27-514.el10.noarch 35/407 Installing : perl-mro-1.29-514.el10.x86_64 36/407 Installing : perl-IO-1.55-514.el10.x86_64 37/407 Installing : perl-overloading-0.02-514.el10.noarch 38/407 Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 39/407 Installing : perl-MIME-Base64-3.16-511.el10.x86_64 40/407 Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 41/407 Installing : perl-constant-1.33-512.el10.noarch 42/407 Installing : perl-parent-1:0.241-512.el10.noarch 43/407 Installing : perl-Errno-1.38-514.el10.x86_64 44/407 Installing : perl-File-Basename-2.86-514.el10.noarch 45/407 Installing : perl-Getopt-Std-1.14-514.el10.noarch 46/407 Installing : perl-Storable-1:3.32-511.el10.x86_64 47/407 Installing : perl-overload-1.37-514.el10.noarch 48/407 Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 49/407 Installing : perl-vars-1.05-514.el10.noarch 50/407 Installing : perl-Exporter-5.78-511.el10.noarch 51/407 Installing : perl-DynaLoader-1.56-514.el10.x86_64 52/407 Installing : perl-PathTools-3.91-512.el10.x86_64 53/407 Installing : perl-NDBM_File-1.17-514.el10.x86_64 54/407 Installing : perl-Encode-4:3.21-511.el10.x86_64 55/407 Installing : perl-Carp-1.54-511.el10.noarch 56/407 Installing : perl-libs-4:5.40.2-514.el10.x86_64 57/407 Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 58/407 Installing : libvirt-libs-11.10.0-12.el10.x86_64 59/407 Installing : nbdkit-server-1.47.6-2.el10.x86_64 60/407 Installing : boost-system-1.83.0-8.el10.x86_64 61/407 Installing : binutils-gold-2.41-65.el10.x86_64 62/407 Running scriptlet: binutils-gold-2.41-65.el10.x86_64 62/407 Installing : binutils-2.41-65.el10.x86_64 63/407 Running scriptlet: binutils-2.41-65.el10.x86_64 63/407 Installing : pixman-0.43.4-2.el10.x86_64 64/407 Installing : libjose-14-102.el10.x86_64 65/407 Running scriptlet: libvirt-daemon-lock-11.10.0-12.el10.x86_64 66/407 Installing : libvirt-daemon-lock-11.10.0-12.el10.x86_64 66/407 Running scriptlet: libvirt-daemon-log-11.10.0-12.el10.x86_64 67/407 Installing : libvirt-daemon-log-11.10.0-12.el10.x86_64 67/407 Installing : qemu-img-18:10.1.0-20.el10.x86_64 68/407 Installing : python3-pyasn1-0.6.3-1.el10.noarch 69/407 Installing : libuv-1:1.52.1-1.el10.x86_64 70/407 Installing : libogg-2:1.3.5-10.el10.x86_64 71/407 Installing : libX11-xcb-1.8.13-1.el10.x86_64 72/407 Running scriptlet: container-selinux-4:2.248.0-1.el10.noarch 73/407 Installing : container-selinux-4:2.248.0-1.el10.noarch 73/407 Running scriptlet: container-selinux-4:2.248.0-1.el10.noarch 73/407 Installing : python3-sssdconfig-2.13.0-1.el10.noarch 74/407 Installing : make-1:4.4.1-9.el10.x86_64 75/407 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el10.noarch 76/407 Installing : passt-selinux-0^20251210.gd04c480-3.el10.noarch 76/407 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el10.noarch 76/407 Installing : passt-0^20251210.gd04c480-3.el10.x86_64 77/407 Installing : python3-pyasn1-modules-0.6.3-1.el10.noarch 78/407 Installing : python3-ldap-3.4.5-2.el10.x86_64 79/407 Installing : jose-14-102.el10.x86_64 80/407 Running scriptlet: clevis-23-1.el10.x86_64 81/407 Installing : clevis-23-1.el10.x86_64 81/407 Installing : clevis-pin-tpm2-0.5.5-1.el10.x86_64 82/407 Installing : libvirt-client-11.10.0-12.el10.x86_64 83/407 Running scriptlet: unbound-libs-1.24.2-7.el10.x86_64 84/407 Installing : unbound-libs-1.24.2-7.el10.x86_64 84/407 Installing : unbound-anchor-1.24.2-7.el10.x86_64 85/407 Running scriptlet: unbound-anchor-1.24.2-7.el10.x86_64 85/407 Created symlink '/etc/systemd/system/timers.target.wants/unbound-anchor.timer' → '/usr/lib/systemd/system/unbound-anchor.timer'. Installing : python3-qrcode-8.0-1.el10.noarch 86/407 Installing : python3-pyusb-1.2.1-11.el10.noarch 87/407 Installing : python3-argcomplete-3.2.2-4.el10.noarch 88/407 Installing : m4-1.4.19-11.el10.x86_64 89/407 Installing : libzstd-devel-1.5.5-9.el10.x86_64 90/407 Installing : libtpms-0.9.6-11.el10.x86_64 91/407 Installing : libmpc-1.3.1-7.el10.x86_64 92/407 Installing : libglvnd-1:1.7.0-7.el10.x86_64 93/407 Installing : libepoxy-1.5.10-10.el10.x86_64 94/407 Installing : ipa-client-common-4.13.1-3.el10.2.noarch 95/407 Installing : boom-boot-conf-1.6.8-2.el10.noarch 96/407 Installing : augeas-libs-1.14.2-0.9.20260120gitf4135e3.el10.x 97/407 Installing : zstd-1.5.5-9.el10.x86_64 98/407 Installing : virt-what-1.27-3.el10.x86_64 99/407 Installing : unzip-6.0-69.el10.x86_64 100/407 Installing : subscription-manager-rhsm-certificates-20220623- 101/407 Installing : sssd-krb5-2.13.0-1.el10.x86_64 102/407 Installing : sssd-dbus-2.13.0-1.el10.x86_64 103/407 Running scriptlet: sssd-dbus-2.13.0-1.el10.x86_64 103/407 Installing : sssd-common-pac-2.13.0-1.el10.x86_64 104/407 Installing : python3-wcwidth-0.2.6-6.el10.noarch 105/407 Installing : python3-typing-extensions-4.9.0-6.el10.noarch 106/407 Installing : python3-pyudev-0.24.1-10.el10.noarch 107/407 Installing : python3-pyparsing-3.1.1-7.el10.noarch 108/407 Installing : python3-inotify-0.9.6-36.el10.noarch 109/407 Installing : python3-iniparse-0.5-10.el10.noarch 110/407 Installing : python3-dns-2.6.1-1.el10.noarch 111/407 Installing : python3-decorator-5.1.1-12.el10.noarch 112/407 Installing : python3-gssapi-1.7.3-10.el10.x86_64 113/407 Installing : python3-cloud-what-1.30.14-1.el10.x86_64 114/407 Installing : librdmacm-62.0-2.el10.x86_64 115/407 Installing : librados2-2:18.2.1-4.el10.x86_64 116/407 Installing : librbd1-2:18.2.1-4.el10.x86_64 117/407 Installing : libnftnl-1.3.0-3.el10.x86_64 118/407 Installing : nftables-1:1.1.5-5.el10.x86_64 119/407 Running scriptlet: nftables-1:1.1.5-5.el10.x86_64 119/407 Installing : iptables-nft-1.8.11-14.el10.x86_64 120/407 Running scriptlet: iptables-nft-1.8.11-14.el10.x86_64 120/407 Installing : libipa_hbac-2.13.0-1.el10.x86_64 121/407 Installing : libbabeltrace-1.5.11-9.el10.x86_64 122/407 Installing : krb5-pkinit-1.21.3-11.el10.x86_64 123/407 Installing : device-mapper-multipath-libs-0.9.9-19.el10.x86_6 124/407 Installing : dbus-tools-1:1.14.10-5.el10.x86_64 125/407 Installing : cryptsetup-2.8.6-1.el10.x86_64 126/407 Installing : certmonger-0.79.21-1.el10.x86_64 127/407 Running scriptlet: certmonger-0.79.21-1.el10.x86_64 127/407 Installing : qemu-pr-helper-18:10.1.0-20.el10.x86_64 128/407 Installing : python3-libipa_hbac-2.13.0-1.el10.x86_64 129/407 Installing : python3-nftables-1:1.1.5-5.el10.x86_64 130/407 Installing : python3-firewall-2.4.0-1.el10.noarch 131/407 Installing : python3-subscription-manager-rhsm-1.30.14-1.el10 132/407 Installing : python3-dbus-signature-pyparsing-0.4.1-9.el10.no 133/407 Installing : python3-into-dbus-python-0.8.2-7.el10.noarch 134/407 Installing : python3-dbus-python-client-gen-0.8.4-2.el10.noar 135/407 Installing : python3-urwid-2.5.3-4.el10.x86_64 136/407 Installing : python3-configshell-1:1.1.30-9.el10.noarch 137/407 Installing : zip-3.0-45.el10.x86_64 138/407 Installing : python3-boom-1.6.8-2.el10.noarch 139/407 Installing : cpp-14.3.1-4.4.el10.x86_64 140/407 Installing : swtpm-libs-0.9.0-2.el10.x86_64 141/407 Installing : swtpm-0.9.0-2.el10.x86_64 142/407 Installing : swtpm-selinux-0.9.0-2.el10.noarch 143/407 Running scriptlet: swtpm-selinux-0.9.0-2.el10.noarch 143/407 Installing : bison-3.8.2-9.el10.x86_64 144/407 Installing : flex-2.6.4-19.el10.x86_64 145/407 Installing : python3-yubico-1.3.3-17.el10.noarch 146/407 Installing : gnutls-dane-3.8.10-4.el10.x86_64 147/407 Installing : gnutls-utils-3.8.10-4.el10.x86_64 148/407 Installing : swtpm-tools-0.9.0-2.el10.x86_64 149/407 Installing : unbound-utils-1.24.2-7.el10.x86_64 150/407 Installing : unbound-1.24.2-7.el10.x86_64 151/407 Running scriptlet: unbound-1.24.2-7.el10.x86_64 151/407 Installing : ipa-client-encrypted-dns-4.13.1-3.el10.2.x86_64 152/407 Installing : flac-libs-1.4.3-6.el10.x86_64 153/407 Installing : libvorbis-1:1.3.7-12.el10.x86_64 154/407 Installing : sssd-idp-2.13.0-1.el10.x86_64 155/407 Installing : boost-thread-1.83.0-8.el10.x86_64 156/407 Installing : nbdkit-basic-filters-1.47.6-2.el10.x86_64 157/407 Installing : nbdkit-basic-plugins-1.47.6-2.el10.x86_64 158/407 Installing : nbdkit-curl-plugin-1.47.6-2.el10.x86_64 159/407 Installing : nbdkit-ssh-plugin-1.47.6-2.el10.x86_64 160/407 Installing : libvirt-glib-5.0.0-4.el10.x86_64 161/407 Installing : libvirt-ssh-proxy-11.10.0-12.el10.x86_64 162/407 Installing : python3-libvirt-11.10.0-2.el10.x86_64 163/407 Installing : tbb-2021.11.0-8.el10.x86_64 164/407 Installing : qemu-kvm-docs-18:10.1.0-20.el10.x86_64 165/407 Running scriptlet: pcp-selinux-7.1.5-1.el10.x86_64 166/407 Installing : pcp-selinux-7.1.5-1.el10.x86_64 166/407 Running scriptlet: pcp-selinux-7.1.5-1.el10.x86_64 166/407 Installing : pcp-conf-7.1.5-1.el10.x86_64 167/407 Installing : pcp-libs-7.1.5-1.el10.x86_64 168/407 Running scriptlet: pcp-7.1.5-1.el10.x86_64 169/407 Creating group 'pcp' with GID 990. Creating user 'pcp' (Performance Co-Pilot) with UID 990 and GID 990. Installing : pcp-7.1.5-1.el10.x86_64 169/407 Running scriptlet: pcp-7.1.5-1.el10.x86_64 169/407 Created symlink '/etc/systemd/system/multi-user.target.wants/pmcd.service' → '/usr/lib/systemd/system/pmcd.service'. Created symlink '/etc/systemd/system/multi-user.target.wants/pmlogger.service' → '/usr/lib/systemd/system/pmlogger.service'. Created symlink '/etc/systemd/system/multi-user.target.wants/pmie.service' → '/usr/lib/systemd/system/pmie.service'. Running scriptlet: nbdkit-selinux-1.47.6-2.el10.noarch 170/407 Installing : nbdkit-selinux-1.47.6-2.el10.noarch 170/407 Running scriptlet: nbdkit-selinux-1.47.6-2.el10.noarch 170/407 Installing : nbdkit-1.47.6-2.el10.x86_64 171/407 Installing : libnbd-1.25.4-1.el10.x86_64 172/407 Installing : libcap-ng-python3-0.9.3-1.el10.x86_64 173/407 Installing : kernel-headers-6.12.0-237.el10.x86_64 174/407 Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 175/407 Installing : glibc-devel-2.39-124.el10.x86_64 176/407 Installing : gcc-14.3.1-4.4.el10.x86_64 177/407 Installing : edk2-ovmf-20260221-3.el10.noarch 178/407 Installing : conmon-3:2.2.1-4.el10.x86_64 179/407 Installing : shadow-utils-subid-2:4.15.0-12.el10.x86_64 180/407 Installing : libpng-2:1.6.40-13.el10.x86_64 181/407 Installing : xz-devel-1:5.6.2-4.el10.x86_64 182/407 Running scriptlet: valkey-8.1.7-1.el10.x86_64 183/407 Installing : valkey-8.1.7-1.el10.x86_64 183/407 Running scriptlet: valkey-8.1.7-1.el10.x86_64 183/407 Installing : valgrind-docs-1:3.27.1-1.el10.x86_64 184/407 Installing : usbredir-0.13.0-6.el10.x86_64 185/407 Installing : spirv-tools-libs-2026.1-1.el10.x86_64 186/407 Installing : seavgabios-bin-1.17.0-1.el10.noarch 187/407 Installing : seabios-bin-1.17.0-1.el10.noarch 188/407 Installing : scrub-2.6.1-11.el10.x86_64 189/407 Installing : python3-resolvelib-1.0.1-6.el10.noarch 190/407 Installing : python3-psutil-5.9.8-6.el10.x86_64 191/407 Installing : python3-netaddr-1.3.0-2.el10.noarch 192/407 Installing : python3-justbases-0.15.2-9.el10.noarch 193/407 Installing : python3-justbytes-0.15.2-7.el10.noarch 194/407 Installing : python3-ifaddr-0.2.0-4.el10.noarch 195/407 Installing : python3-dbus-client-gen-0.5.1-8.el10.noarch 196/407 Installing : podman-sequoia-0.4.0~pqc.2-1.el10.x86_64 197/407 Installing : osinfo-db-20250606-2.el10.noarch 198/407 Installing : opus-1.4-6.el10.x86_64 199/407 Installing : openssl-devel-1:3.5.5-3.el10.x86_64 200/407 Installing : oddjob-0.34.7-14.el10.x86_64 201/407 Running scriptlet: oddjob-0.34.7-14.el10.x86_64 201/407 dbus-daemon: no process found Installing : oddjob-mkhomedir-0.34.7-14.el10.x86_64 202/407 Running scriptlet: oddjob-mkhomedir-0.34.7-14.el10.x86_64 202/407 dbus-daemon: no process found Installing : nss-tools-3.112.0-8.el10.x86_64 203/407 Installing : nmap-ncat-4:7.92-5.el10.x86_64 204/407 Running scriptlet: nmap-ncat-4:7.92-5.el10.x86_64 204/407 Running scriptlet: libvirt-daemon-proxy-11.10.0-12.el10.x86_64 205/407 Installing : libvirt-daemon-proxy-11.10.0-12.el10.x86_64 205/407 Installing : mpg123-libs-1.32.9-1.el10.x86_64 206/407 Installing : mesa-filesystem-25.2.7-5.el10.x86_64 207/407 Installing : mdevctl-1.3.0-6.el10.x86_64 208/407 Installing : llvm-filesystem-22.1.1-1.el10.x86_64 209/407 Installing : llvm-libs-22.1.1-1.el10.x86_64 210/407 Installing : llhttp-9.1.3-10.el10.x86_64 211/407 Installing : libxslt-1.1.39-9.el10.x86_64 212/407 Installing : libxshmfence-1.3.2-5.el10.x86_64 213/407 Installing : libwayland-client-1.24.0-1.el10.x86_64 214/407 Installing : libslirp-4.7.0-10.el10.x86_64 215/407 Installing : libnet-1.3-7.el10.x86_64 216/407 Installing : criu-4.2-4.el10.x86_64 217/407 Installing : criu-libs-4.2-4.el10.x86_64 218/407 Installing : crun-1.27-1.el10.x86_64 219/407 Installing : libmaxminddb-1.9.1-4.el10.x86_64 220/407 Installing : libluksmeta-10-1.el10.x86_64 221/407 Installing : luksmeta-10-1.el10.x86_64 222/407 Installing : clevis-luks-23-1.el10.x86_64 223/407 Installing : stratisd-3.9.0-2.el10.x86_64 224/407 Running scriptlet: stratisd-3.9.0-2.el10.x86_64 224/407 Created symlink '/etc/systemd/system/multi-user.target.wants/stratisd.service' → '/usr/lib/systemd/system/stratisd.service'. Installing : libisofs-1.5.6-6.el10.x86_64 225/407 Installing : libipt-2.1-5.el10.x86_64 226/407 Installing : libfdt-1.7.0-12.el10.x86_64 227/407 Installing : libburn-1.5.6-6.el10.x86_64 228/407 Installing : libisoburn-1.5.6-6.el10.x86_64 229/407 Installing : xorriso-1.5.6-6.el10.x86_64 230/407 Running scriptlet: xorriso-1.5.6-6.el10.x86_64 230/407 Installing : libblockdev-lvm-3.4.0-3.el10.x86_64 231/407 Installing : libblkio-1.5.0-2.el10.x86_64 232/407 Installing : libasyncns-0.8-30.el10.x86_64 233/407 Installing : libXau-1.0.11-8.el10.x86_64 234/407 Installing : libxcb-1.17.0-3.el10.x86_64 235/407 Installing : mesa-libgbm-25.2.7-5.el10.x86_64 236/407 Installing : mesa-dri-drivers-25.2.7-5.el10.x86_64 237/407 Installing : libglvnd-egl-1:1.7.0-7.el10.x86_64 238/407 Installing : mesa-libEGL-25.2.7-5.el10.x86_64 239/407 Installing : libX11-common-1.8.13-1.el10.noarch 240/407 Installing : libX11-1.8.13-1.el10.x86_64 241/407 Installing : libXext-1.3.6-3.el10.x86_64 242/407 Installing : libXxf86vm-1.1.5-8.el10.x86_64 243/407 Installing : libglvnd-glx-1:1.7.0-7.el10.x86_64 244/407 Installing : mesa-libGL-25.2.7-5.el10.x86_64 245/407 Installing : lame-libs-3.100-19.el10.x86_64 246/407 Installing : ipxe-roms-qemu-20240119-5.gitde8a0821.el10.noarc 247/407 Installing : qemu-kvm-common-18:10.1.0-20.el10.x86_64 248/407 Running scriptlet: qemu-kvm-common-18:10.1.0-20.el10.x86_64 248/407 Installing : qemu-kvm-device-display-virtio-gpu-18:10.1.0-20. 249/407 Installing : qemu-kvm-ui-opengl-18:10.1.0-20.el10.x86_64 250/407 Installing : qemu-kvm-ui-egl-headless-18:10.1.0-20.el10.x86_6 251/407 Installing : qemu-kvm-device-display-virtio-gpu-pci-18:10.1.0 252/407 Installing : virtiofsd-1.13.3-2.el10.x86_64 253/407 Installing : qemu-kvm-block-blkio-18:10.1.0-20.el10.x86_64 254/407 Installing : qemu-kvm-block-rbd-18:10.1.0-20.el10.x86_64 255/407 Installing : qemu-kvm-device-display-virtio-vga-18:10.1.0-20. 256/407 Installing : qemu-kvm-device-usb-host-18:10.1.0-20.el10.x86_6 257/407 Installing : qemu-kvm-device-usb-redirect-18:10.1.0-20.el10.x 258/407 Running scriptlet: ipa-selinux-4.13.1-3.el10.2.noarch 259/407 Installing : ipa-selinux-4.13.1-3.el10.2.noarch 259/407 Running scriptlet: ipa-selinux-4.13.1-3.el10.2.noarch 259/407 Installing : ipa-common-4.13.1-3.el10.2.noarch 260/407 Installing : gsm-1.0.22-8.el10.x86_64 261/407 Installing : libsndfile-1.2.2-7.el10.x86_64 262/407 Installing : pulseaudio-libs-17.0-6.el10.x86_64 263/407 Installing : qemu-kvm-audio-pa-18:10.1.0-20.el10.x86_64 264/407 Installing : git-core-2.52.0-1.el10.x86_64 265/407 Installing : fstrm-0.6.1-12.el10.x86_64 266/407 Installing : elfutils-debuginfod-client-devel-0.195-1.el10.x8 267/407 Installing : cmake-filesystem-3.31.8-1.el10.x86_64 268/407 Installing : zlib-ng-compat-devel-2.2.3-3.el10.x86_64 269/407 Installing : elfutils-libelf-devel-0.195-1.el10.x86_64 270/407 Installing : elfutils-devel-0.195-1.el10.x86_64 271/407 Installing : kernel-devel-6.12.0-237.el10.x86_64 272/407 Running scriptlet: kernel-devel-6.12.0-237.el10.x86_64 272/407 Installing : catatonit-5:0.2.1-4.el10.x86_64 273/407 Installing : capstone-5.0.1-8.el10.x86_64 274/407 Installing : qemu-kvm-core-18:10.1.0-20.el10.x86_64 275/407 Installing : boost-regex-1.83.0-8.el10.x86_64 276/407 Installing : source-highlight-3.1.9-25.el10.x86_64 277/407 Installing : gdb-headless-16.3-3.el10.x86_64 278/407 Installing : gdb-16.3-3.el10.x86_64 279/407 Installing : valgrind-1:3.27.1-1.el10.x86_64 280/407 Installing : valgrind-gdb-1:3.27.1-1.el10.x86_64 281/407 Installing : valgrind-scripts-1:3.27.1-1.el10.x86_64 282/407 Installing : boost-atomic-1.83.0-8.el10.x86_64 283/407 Installing : boost-filesystem-1.83.0-8.el10.x86_64 284/407 Installing : dyninst-13.0.0-1.el10.x86_64 285/407 Running scriptlet: dyninst-13.0.0-1.el10.x86_64 285/407 Installing : systemtap-devel-5.5-2.el10.x86_64 286/407 Running scriptlet: systemtap-runtime-5.5-2.el10.x86_64 287/407 Creating group 'stapusr' with GID 156. Creating group 'stapsys' with GID 157. Creating group 'stapdev' with GID 158. Creating group 'stapunpriv' with GID 159. Creating user 'stapunpriv' (systemtap unprivileged user) with UID 159 and GID 159. Installing : systemtap-runtime-5.5-2.el10.x86_64 287/407 Running scriptlet: systemtap-runtime-5.5-2.el10.x86_64 287/407 Installing : systemtap-client-5.5-2.el10.x86_64 288/407 Installing : qemu-kvm-tools-18:10.1.0-20.el10.x86_64 289/407 Installing : qemu-kvm-18:10.1.0-20.el10.x86_64 290/407 Installing : bind-license-32:9.18.33-18.el10.noarch 291/407 Installing : bind-libs-32:9.18.33-18.el10.x86_64 292/407 Installing : bind-utils-32:9.18.33-18.el10.x86_64 293/407 Installing : sssd-ipa-2.13.0-1.el10.x86_64 294/407 Installing : appstream-data-1:10-20250213.1.el10.noarch 295/407 Installing : appstream-1.0.2-5.el10.x86_64 296/407 Installing : aardvark-dns-2:1.17.0-1.el10.x86_64 297/407 Installing : netavark-2:1.17.2-2.el10.x86_64 298/407 Installing : containers-common-6:5.8-2.el10.noarch 299/407 Installing : containers-common-extra-6:5.8-2.el10.noarch 300/407 Installing : PackageKit-glib-1.2.8-9.el10.x86_64 301/407 Running scriptlet: systemd-resolved-257-25.el10.x86_64 302/407 Installing : systemd-resolved-257-25.el10.x86_64 302/407 Running scriptlet: systemd-resolved-257-25.el10.x86_64 302/407 Installing : systemd-container-257-25.el10.x86_64 303/407 Installing : sssd-proxy-2.13.0-1.el10.x86_64 304/407 Installing : sssd-ldap-2.13.0-1.el10.x86_64 305/407 Installing : python3-sss-murmur-2.13.0-1.el10.x86_64 306/407 Installing : python3-sss-2.13.0-1.el10.x86_64 307/407 Installing : sssd-tools-2.13.0-1.el10.x86_64 308/407 Installing : python3-ply-3.11-25.el10.noarch 309/407 Installing : python3-pycparser-2.20-16.el10.noarch 310/407 Installing : python3-cffi-1.16.0-7.el10.x86_64 311/407 Installing : python3-cryptography-48.0.0-3.el10.x86_64 312/407 Installing : ansible-core-1:2.16.18-1.el10.noarch 313/407 Installing : python3-jwcrypto-1.5.6-5.el10.noarch 314/407 Installing : python3-ipalib-4.13.1-3.el10.2.noarch 315/407 Installing : python3-augeas-1.1.0-14.el10.noarch 316/407 Installing : python3-ipaclient-4.13.1-3.el10.2.noarch 317/407 Installing : python3-linux-procfs-0.7.4-1.el10.noarch 318/407 Installing : python3-librepo-1.19.0-1.el10.x86_64 319/407 Installing : python3-kmod-0.9.2-6.el10.x86_64 320/407 Installing : python3-rtslib-2.1.76-12.el10.noarch 321/407 Installing : target-restore-2.1.76-12.el10.noarch 322/407 Running scriptlet: target-restore-2.1.76-12.el10.noarch 322/407 Installing : numad-0.5-50.20251104git.el10.x86_64 323/407 Running scriptlet: numad-0.5-50.20251104git.el10.x86_64 323/407 Installing : nettle-3.10.1-1.el10.x86_64 324/407 Running scriptlet: dnsmasq-2.90-7.el10.x86_64 325/407 Installing : dnsmasq-2.90-7.el10.x86_64 325/407 Running scriptlet: dnsmasq-2.90-7.el10.x86_64 325/407 Installing : lzop-1.04-16.el10.x86_64 326/407 Installing : libtraceevent-1.8.4-3.el10.x86_64 327/407 Installing : python3-perf-6.12.0-237.el10.x86_64 328/407 Installing : libsss_autofs-2.13.0-1.el10.x86_64 329/407 Installing : libsmbclient-4.23.5-107.el10.x86_64 330/407 Installing : libproxy-0.5.5-4.el10.x86_64 331/407 Installing : libkadm5-1.21.3-11.el10.x86_64 332/407 Installing : krb5-workstation-1.21.3-11.el10.x86_64 333/407 Installing : libdnf-plugin-subscription-manager-1.30.14-1.el1 334/407 Installing : kpatch-dnf-0.9.7_0.4-4.el10.noarch 335/407 Running scriptlet: kpatch-dnf-0.9.7_0.4-4.el10.noarch 335/407 To enable automatic kpatch-patch subscription, run: $ dnf kpatch auto Installing : isns-utils-libs-0.103-1.el10.x86_64 336/407 Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 337/407 Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 337/407 Created symlink '/etc/systemd/system/sockets.target.wants/iscsiuio.socket' → '/usr/lib/systemd/system/iscsiuio.socket'. Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 338/407 Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 338/407 Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-starter.service' → '/usr/lib/systemd/system/iscsi-starter.service'. Created symlink '/etc/systemd/system/sockets.target.wants/iscsid.socket' → '/usr/lib/systemd/system/iscsid.socket'. Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-onboot.service' → '/usr/lib/systemd/system/iscsi-onboot.service'. Installing : ipset-libs-7.22-11.el10.x86_64 339/407 Installing : ipset-7.22-11.el10.x86_64 340/407 Installing : hdparm-9.65-6.el10.x86_64 341/407 Installing : gsettings-desktop-schemas-47.1-4.el10.x86_64 342/407 Installing : glib-networking-2.80.0-3.el10.x86_64 343/407 Installing : libsoup3-3.6.6-1.el10.x86_64 344/407 Installing : osinfo-db-tools-1.11.0-8.el10.x86_64 345/407 Installing : libosinfo-1.11.0-8.el10.x86_64 346/407 Installing : virt-manager-common-5.1.0-2.el10.noarch 347/407 Installing : gettext-0.22.5-6.el10.x86_64 348/407 Running scriptlet: libvirt-daemon-common-11.10.0-12.el10.x86_64 349/407 Installing : libvirt-daemon-common-11.10.0-12.el10.x86_64 349/407 Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-12.el 350/407 Installing : libvirt-daemon-driver-storage-core-11.10.0-12.el 350/407 Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.el10.x8 351/407 Installing : libvirt-daemon-driver-network-11.10.0-12.el10.x8 351/407 Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.el10.x8 351/407 Installing : libvirt-daemon-plugin-lockd-11.10.0-12.el10.x86_ 352/407 Running scriptlet: libvirt-daemon-11.10.0-12.el10.x86_64 353/407 Installing : libvirt-daemon-11.10.0-12.el10.x86_64 353/407 Installing : libvirt-daemon-driver-storage-disk-11.10.0-12.el 354/407 Installing : libvirt-daemon-driver-storage-iscsi-11.10.0-12.e 355/407 Installing : libvirt-daemon-driver-storage-logical-11.10.0-12 356/407 Installing : libvirt-daemon-driver-storage-mpath-11.10.0-12.e 357/407 Installing : libvirt-daemon-driver-storage-rbd-11.10.0-12.el1 358/407 Installing : libvirt-daemon-driver-storage-scsi-11.10.0-12.el 359/407 Installing : libvirt-daemon-driver-storage-11.10.0-12.el10.x8 360/407 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-12.el10. 361/407 Installing : libvirt-daemon-driver-interface-11.10.0-12.el10. 361/407 Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-12.el10.x8 362/407 Installing : libvirt-daemon-driver-nodedev-11.10.0-12.el10.x8 362/407 Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-12.el10.x 363/407 Installing : libvirt-daemon-driver-nwfilter-11.10.0-12.el10.x 363/407 Running scriptlet: libvirt-daemon-driver-secret-11.10.0-12.el10.x86 364/407 Installing : libvirt-daemon-driver-secret-11.10.0-12.el10.x86 364/407 Installing : firewalld-filesystem-2.4.0-1.el10.noarch 365/407 Installing : bzip2-1.0.8-25.el10.x86_64 366/407 Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-12.el10.x86_6 367/407 Installing : libvirt-daemon-driver-qemu-11.10.0-12.el10.x86_6 367/407 Installing : autofs-1:5.1.9-15.el10.x86_64 368/407 Running scriptlet: autofs-1:5.1.9-15.el10.x86_64 368/407 Running scriptlet: adcli-selinux-0.9.3.1-3.el10.noarch 369/407 Installing : adcli-selinux-0.9.3.1-3.el10.noarch 369/407 Running scriptlet: adcli-selinux-0.9.3.1-3.el10.noarch 369/407 Installing : adcli-0.9.3.1-3.el10.x86_64 370/407 Installing : sssd-ad-2.13.0-1.el10.x86_64 371/407 Installing : acl-2.3.2-4.el10.x86_64 372/407 Installing : sssd-passkey-2.13.0-1.el10.x86_64 373/407 Installing : ipa-client-4.13.1-3.el10.2.x86_64 374/407 Running scriptlet: ipa-client-4.13.1-3.el10.2.x86_64 374/407 Installing : sssd-2.13.0-1.el10.x86_64 375/407 Installing : libvirt-daemon-kvm-11.10.0-12.el10.x86_64 376/407 Installing : firewalld-2.4.0-1.el10.noarch 377/407 Running scriptlet: firewalld-2.4.0-1.el10.noarch 377/407 Created symlink '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service' → '/usr/lib/systemd/system/firewalld.service'. Created symlink '/etc/systemd/system/multi-user.target.wants/firewalld.service' → '/usr/lib/systemd/system/firewalld.service'. Running scriptlet: libvirt-daemon-config-network-11.10.0-12.el10.x8 378/407 Installing : libvirt-daemon-config-network-11.10.0-12.el10.x8 378/407 Running scriptlet: libvirt-daemon-config-network-11.10.0-12.el10.x8 378/407 Installing : virt-install-5.1.0-2.el10.noarch 379/407 Installing : tuned-2.27.0-1.el10.noarch 380/407 Running scriptlet: tuned-2.27.0-1.el10.noarch 380/407 Created symlink '/etc/systemd/system/multi-user.target.wants/tuned.service' → '/usr/lib/systemd/system/tuned.service'. Installing : udisks2-iscsi-2.11.1-1.el10.x86_64 381/407 Installing : kpatch-0.9.7-4.el10.noarch 382/407 Running scriptlet: subscription-manager-1.30.14-1.el10.x86_64 383/407 Installing : subscription-manager-1.30.14-1.el10.x86_64 383/407 Running scriptlet: subscription-manager-1.30.14-1.el10.x86_64 383/407 Created symlink '/etc/systemd/system/multi-user.target.wants/rhsmcertd.service' → '/usr/lib/systemd/system/rhsmcertd.service'. Installing : targetcli-2.1.58-5.el10.noarch 384/407 Installing : rhel-system-roles-1.125.2-0.1.el10.noarch 385/407 Installing : wireguard-tools-1.0.20250521-1.el10.x86_64 386/407 Installing : PackageKit-1.2.8-9.el10.x86_64 387/407 Running scriptlet: PackageKit-1.2.8-9.el10.x86_64 387/407 Installing : podman-7:5.8.2-1.el10.x86_64 388/407 Installing : qemu-kvm-block-curl-18:10.1.0-20.el10.x86_64 389/407 Installing : udisks2-lvm2-2.11.1-1.el10.x86_64 390/407 Installing : stratis-cli-3.9.0-1.el10.noarch 391/407 Installing : stratisd-tools-3.9.0-2.el10.x86_64 392/407 Running scriptlet: tang-14-13.el10.x86_64 393/407 Installing : tang-14-13.el10.x86_64 393/407 Running scriptlet: tang-14-13.el10.x86_64 393/407 Installing : valkey-rdma-8.1.7-1.el10.x86_64 394/407 Installing : python3-pcp-7.1.5-1.el10.x86_64 395/407 Running scriptlet: libvirt-dbus-1.4.1-6.el10.x86_64 396/407 Installing : libvirt-dbus-1.4.1-6.el10.x86_64 396/407 Running scriptlet: libvirt-dbus-1.4.1-6.el10.x86_64 396/407 Installing : boom-boot-1.6.8-2.el10.noarch 397/407 Installing : device-mapper-multipath-0.9.9-19.el10.x86_64 398/407 Running scriptlet: device-mapper-multipath-0.9.9-19.el10.x86_64 398/407 Created symlink '/etc/systemd/system/sysinit.target.wants/multipathd.service' → '/usr/lib/systemd/system/multipathd.service'. Installing : dnf-automatic-4.20.0-24.el10.noarch 399/407 Running scriptlet: dnf-automatic-4.20.0-24.el10.noarch 399/407 Running scriptlet: tlog-14-4.el10.x86_64 400/407 Installing : tlog-14-4.el10.x86_64 400/407 Running scriptlet: tlog-14-4.el10.x86_64 400/407 Installing : tcsh-6.24.10-5.el10.x86_64 401/407 Running scriptlet: tcsh-6.24.10-5.el10.x86_64 401/407 Installing : socat-1.7.4.4-8.el10.x86_64 402/407 Installing : ltrace-0.7.91-53.el10.x86_64 403/407 Installing : vdo-8.3.2.1-1.el10.x86_64 404/407 Installing : strace-6.12-3.el10.x86_64 405/407 Installing : realmd-0.17.1-13.el10.x86_64 406/407 Running scriptlet: realmd-0.17.1-13.el10.x86_64 406/407 Installing : glibc-all-langpacks-2.39-124.el10.x86_64 407/407 Running scriptlet: libvirt-daemon-lock-11.10.0-12.el10.x86_64 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtlockd.socket' → '/usr/lib/systemd/system/virtlockd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket' → '/usr/lib/systemd/system/virtlockd-admin.socket'. Running scriptlet: libvirt-daemon-log-11.10.0-12.el10.x86_64 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtlogd.socket' → '/usr/lib/systemd/system/virtlogd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket' → '/usr/lib/systemd/system/virtlogd-admin.socket'. Running scriptlet: container-selinux-4:2.248.0-1.el10.noarch 407/407 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el10.noarch 407/407 Running scriptlet: swtpm-selinux-0.9.0-2.el10.noarch 407/407 Running scriptlet: nbdkit-selinux-1.47.6-2.el10.noarch 407/407 Running scriptlet: libvirt-daemon-proxy-11.10.0-12.el10.x86_64 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtproxyd.socket' → '/usr/lib/systemd/system/virtproxyd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtproxyd-ro.socket' → '/usr/lib/systemd/system/virtproxyd-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtproxyd-admin.socket' → '/usr/lib/systemd/system/virtproxyd-admin.socket'. Running scriptlet: ipa-selinux-4.13.1-3.el10.2.noarch 407/407 Running scriptlet: appstream-1.0.2-5.el10.x86_64 407/407 Running scriptlet: libvirt-daemon-common-11.10.0-12.el10.x86_64 407/407 Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-12.el 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtstoraged.socket' → '/usr/lib/systemd/system/virtstoraged.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtstoraged-ro.socket' → '/usr/lib/systemd/system/virtstoraged-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtstoraged-admin.socket' → '/usr/lib/systemd/system/virtstoraged-admin.socket'. Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.el10.x8 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtnetworkd.socket' → '/usr/lib/systemd/system/virtnetworkd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnetworkd-ro.socket' → '/usr/lib/systemd/system/virtnetworkd-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnetworkd-admin.socket' → '/usr/lib/systemd/system/virtnetworkd-admin.socket'. Running scriptlet: libvirt-daemon-11.10.0-12.el10.x86_64 407/407 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-12.el10. 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtinterfaced.socket' → '/usr/lib/systemd/system/virtinterfaced.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtinterfaced-ro.socket' → '/usr/lib/systemd/system/virtinterfaced-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtinterfaced-admin.socket' → '/usr/lib/systemd/system/virtinterfaced-admin.socket'. Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-12.el10.x8 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtnodedevd.socket' → '/usr/lib/systemd/system/virtnodedevd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnodedevd-ro.socket' → '/usr/lib/systemd/system/virtnodedevd-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnodedevd-admin.socket' → '/usr/lib/systemd/system/virtnodedevd-admin.socket'. Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-12.el10.x 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtnwfilterd.socket' → '/usr/lib/systemd/system/virtnwfilterd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnwfilterd-ro.socket' → '/usr/lib/systemd/system/virtnwfilterd-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtnwfilterd-admin.socket' → '/usr/lib/systemd/system/virtnwfilterd-admin.socket'. Running scriptlet: libvirt-daemon-driver-secret-11.10.0-12.el10.x86 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtsecretd.socket' → '/usr/lib/systemd/system/virtsecretd.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtsecretd-ro.socket' → '/usr/lib/systemd/system/virtsecretd-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtsecretd-admin.socket' → '/usr/lib/systemd/system/virtsecretd-admin.socket'. Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-12.el10.x86_6 407/407 Created symlink '/etc/systemd/system/sockets.target.wants/virtqemud.socket' → '/usr/lib/systemd/system/virtqemud.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtqemud-ro.socket' → '/usr/lib/systemd/system/virtqemud-ro.socket'. Created symlink '/etc/systemd/system/sockets.target.wants/virtqemud-admin.socket' → '/usr/lib/systemd/system/virtqemud-admin.socket'. Created symlink '/etc/systemd/system/multi-user.target.wants/virtqemud.service' → '/usr/lib/systemd/system/virtqemud.service'. Running scriptlet: adcli-selinux-0.9.3.1-3.el10.noarch 407/407 Running scriptlet: libvirt-daemon-config-network-11.10.0-12.el10.x8 407/407 Running scriptlet: tuned-2.27.0-1.el10.noarch 407/407 Running scriptlet: subscription-manager-1.30.14-1.el10.x86_64 407/407 Running scriptlet: glibc-all-langpacks-2.39-124.el10.x86_64 407/407 Creating group 'rhsm' with GID 983. Installed: PackageKit-1.2.8-9.el10.x86_64 PackageKit-glib-1.2.8-9.el10.x86_64 aardvark-dns-2:1.17.0-1.el10.x86_64 acl-2.3.2-4.el10.x86_64 adcli-0.9.3.1-3.el10.x86_64 adcli-selinux-0.9.3.1-3.el10.noarch ansible-core-1:2.16.18-1.el10.noarch appstream-1.0.2-5.el10.x86_64 appstream-data-1:10-20250213.1.el10.noarch augeas-libs-1.14.2-0.9.20260120gitf4135e3.el10.x86_64 autofs-1:5.1.9-15.el10.x86_64 bind-libs-32:9.18.33-18.el10.x86_64 bind-license-32:9.18.33-18.el10.noarch bind-utils-32:9.18.33-18.el10.x86_64 binutils-2.41-65.el10.x86_64 binutils-gold-2.41-65.el10.x86_64 bison-3.8.2-9.el10.x86_64 boom-boot-1.6.8-2.el10.noarch boom-boot-conf-1.6.8-2.el10.noarch boost-atomic-1.83.0-8.el10.x86_64 boost-filesystem-1.83.0-8.el10.x86_64 boost-regex-1.83.0-8.el10.x86_64 boost-system-1.83.0-8.el10.x86_64 boost-thread-1.83.0-8.el10.x86_64 bzip2-1.0.8-25.el10.x86_64 capstone-5.0.1-8.el10.x86_64 catatonit-5:0.2.1-4.el10.x86_64 certmonger-0.79.21-1.el10.x86_64 clevis-23-1.el10.x86_64 clevis-luks-23-1.el10.x86_64 clevis-pin-tpm2-0.5.5-1.el10.x86_64 cmake-filesystem-3.31.8-1.el10.x86_64 conmon-3:2.2.1-4.el10.x86_64 container-selinux-4:2.248.0-1.el10.noarch containers-common-6:5.8-2.el10.noarch containers-common-extra-6:5.8-2.el10.noarch cpp-14.3.1-4.4.el10.x86_64 criu-4.2-4.el10.x86_64 criu-libs-4.2-4.el10.x86_64 crun-1.27-1.el10.x86_64 cryptsetup-2.8.6-1.el10.x86_64 dbus-tools-1:1.14.10-5.el10.x86_64 device-mapper-multipath-0.9.9-19.el10.x86_64 device-mapper-multipath-libs-0.9.9-19.el10.x86_64 dnf-automatic-4.20.0-24.el10.noarch dnsmasq-2.90-7.el10.x86_64 dyninst-13.0.0-1.el10.x86_64 edk2-ovmf-20260221-3.el10.noarch elfutils-debuginfod-client-devel-0.195-1.el10.x86_64 elfutils-devel-0.195-1.el10.x86_64 elfutils-libelf-devel-0.195-1.el10.x86_64 firewalld-2.4.0-1.el10.noarch firewalld-filesystem-2.4.0-1.el10.noarch flac-libs-1.4.3-6.el10.x86_64 flex-2.6.4-19.el10.x86_64 fstrm-0.6.1-12.el10.x86_64 gcc-14.3.1-4.4.el10.x86_64 gdb-16.3-3.el10.x86_64 gdb-headless-16.3-3.el10.x86_64 gettext-0.22.5-6.el10.x86_64 git-core-2.52.0-1.el10.x86_64 glib-networking-2.80.0-3.el10.x86_64 glibc-all-langpacks-2.39-124.el10.x86_64 glibc-devel-2.39-124.el10.x86_64 gnutls-dane-3.8.10-4.el10.x86_64 gnutls-utils-3.8.10-4.el10.x86_64 gsettings-desktop-schemas-47.1-4.el10.x86_64 gsm-1.0.22-8.el10.x86_64 hdparm-9.65-6.el10.x86_64 ipa-client-4.13.1-3.el10.2.x86_64 ipa-client-common-4.13.1-3.el10.2.noarch ipa-client-encrypted-dns-4.13.1-3.el10.2.x86_64 ipa-common-4.13.1-3.el10.2.noarch ipa-selinux-4.13.1-3.el10.2.noarch ipset-7.22-11.el10.x86_64 ipset-libs-7.22-11.el10.x86_64 iptables-nft-1.8.11-14.el10.x86_64 ipxe-roms-qemu-20240119-5.gitde8a0821.el10.noarch iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 isns-utils-libs-0.103-1.el10.x86_64 jose-14-102.el10.x86_64 kernel-devel-6.12.0-237.el10.x86_64 kernel-headers-6.12.0-237.el10.x86_64 kpatch-0.9.7-4.el10.noarch kpatch-dnf-0.9.7_0.4-4.el10.noarch krb5-pkinit-1.21.3-11.el10.x86_64 krb5-workstation-1.21.3-11.el10.x86_64 lame-libs-3.100-19.el10.x86_64 libX11-1.8.13-1.el10.x86_64 libX11-common-1.8.13-1.el10.noarch libX11-xcb-1.8.13-1.el10.x86_64 libXau-1.0.11-8.el10.x86_64 libXext-1.3.6-3.el10.x86_64 libXxf86vm-1.1.5-8.el10.x86_64 libasyncns-0.8-30.el10.x86_64 libbabeltrace-1.5.11-9.el10.x86_64 libblkio-1.5.0-2.el10.x86_64 libblockdev-lvm-3.4.0-3.el10.x86_64 libburn-1.5.6-6.el10.x86_64 libcap-ng-python3-0.9.3-1.el10.x86_64 libdnf-plugin-subscription-manager-1.30.14-1.el10.x86_64 libepoxy-1.5.10-10.el10.x86_64 libfdt-1.7.0-12.el10.x86_64 libglvnd-1:1.7.0-7.el10.x86_64 libglvnd-egl-1:1.7.0-7.el10.x86_64 libglvnd-glx-1:1.7.0-7.el10.x86_64 libipa_hbac-2.13.0-1.el10.x86_64 libipt-2.1-5.el10.x86_64 libisoburn-1.5.6-6.el10.x86_64 libisofs-1.5.6-6.el10.x86_64 libjose-14-102.el10.x86_64 libkadm5-1.21.3-11.el10.x86_64 libluksmeta-10-1.el10.x86_64 libmaxminddb-1.9.1-4.el10.x86_64 libmpc-1.3.1-7.el10.x86_64 libnbd-1.25.4-1.el10.x86_64 libnet-1.3-7.el10.x86_64 libnftnl-1.3.0-3.el10.x86_64 libogg-2:1.3.5-10.el10.x86_64 libosinfo-1.11.0-8.el10.x86_64 libpng-2:1.6.40-13.el10.x86_64 libproxy-0.5.5-4.el10.x86_64 librados2-2:18.2.1-4.el10.x86_64 librbd1-2:18.2.1-4.el10.x86_64 librdmacm-62.0-2.el10.x86_64 libslirp-4.7.0-10.el10.x86_64 libsmbclient-4.23.5-107.el10.x86_64 libsndfile-1.2.2-7.el10.x86_64 libsoup3-3.6.6-1.el10.x86_64 libsss_autofs-2.13.0-1.el10.x86_64 libtpms-0.9.6-11.el10.x86_64 libtraceevent-1.8.4-3.el10.x86_64 libuv-1:1.52.1-1.el10.x86_64 libvirt-client-11.10.0-12.el10.x86_64 libvirt-daemon-11.10.0-12.el10.x86_64 libvirt-daemon-common-11.10.0-12.el10.x86_64 libvirt-daemon-config-network-11.10.0-12.el10.x86_64 libvirt-daemon-driver-interface-11.10.0-12.el10.x86_64 libvirt-daemon-driver-network-11.10.0-12.el10.x86_64 libvirt-daemon-driver-nodedev-11.10.0-12.el10.x86_64 libvirt-daemon-driver-nwfilter-11.10.0-12.el10.x86_64 libvirt-daemon-driver-qemu-11.10.0-12.el10.x86_64 libvirt-daemon-driver-secret-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-core-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-disk-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-iscsi-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-logical-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-mpath-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-rbd-11.10.0-12.el10.x86_64 libvirt-daemon-driver-storage-scsi-11.10.0-12.el10.x86_64 libvirt-daemon-kvm-11.10.0-12.el10.x86_64 libvirt-daemon-lock-11.10.0-12.el10.x86_64 libvirt-daemon-log-11.10.0-12.el10.x86_64 libvirt-daemon-plugin-lockd-11.10.0-12.el10.x86_64 libvirt-daemon-proxy-11.10.0-12.el10.x86_64 libvirt-dbus-1.4.1-6.el10.x86_64 libvirt-glib-5.0.0-4.el10.x86_64 libvirt-libs-11.10.0-12.el10.x86_64 libvirt-ssh-proxy-11.10.0-12.el10.x86_64 libvorbis-1:1.3.7-12.el10.x86_64 libwayland-client-1.24.0-1.el10.x86_64 libxcb-1.17.0-3.el10.x86_64 libxcrypt-devel-4.4.36-10.el10.x86_64 libxshmfence-1.3.2-5.el10.x86_64 libxslt-1.1.39-9.el10.x86_64 libzstd-devel-1.5.5-9.el10.x86_64 llhttp-9.1.3-10.el10.x86_64 llvm-filesystem-22.1.1-1.el10.x86_64 llvm-libs-22.1.1-1.el10.x86_64 ltrace-0.7.91-53.el10.x86_64 luksmeta-10-1.el10.x86_64 lzop-1.04-16.el10.x86_64 m4-1.4.19-11.el10.x86_64 make-1:4.4.1-9.el10.x86_64 mdevctl-1.3.0-6.el10.x86_64 mesa-dri-drivers-25.2.7-5.el10.x86_64 mesa-filesystem-25.2.7-5.el10.x86_64 mesa-libEGL-25.2.7-5.el10.x86_64 mesa-libGL-25.2.7-5.el10.x86_64 mesa-libgbm-25.2.7-5.el10.x86_64 mpg123-libs-1.32.9-1.el10.x86_64 nbdkit-1.47.6-2.el10.x86_64 nbdkit-basic-filters-1.47.6-2.el10.x86_64 nbdkit-basic-plugins-1.47.6-2.el10.x86_64 nbdkit-curl-plugin-1.47.6-2.el10.x86_64 nbdkit-selinux-1.47.6-2.el10.noarch nbdkit-server-1.47.6-2.el10.x86_64 nbdkit-ssh-plugin-1.47.6-2.el10.x86_64 netavark-2:1.17.2-2.el10.x86_64 nettle-3.10.1-1.el10.x86_64 nftables-1:1.1.5-5.el10.x86_64 nmap-ncat-4:7.92-5.el10.x86_64 nss-tools-3.112.0-8.el10.x86_64 numad-0.5-50.20251104git.el10.x86_64 oddjob-0.34.7-14.el10.x86_64 oddjob-mkhomedir-0.34.7-14.el10.x86_64 openssl-devel-1:3.5.5-3.el10.x86_64 opus-1.4-6.el10.x86_64 osinfo-db-20250606-2.el10.noarch osinfo-db-tools-1.11.0-8.el10.x86_64 passt-0^20251210.gd04c480-3.el10.x86_64 passt-selinux-0^20251210.gd04c480-3.el10.noarch pcp-7.1.5-1.el10.x86_64 pcp-conf-7.1.5-1.el10.x86_64 pcp-libs-7.1.5-1.el10.x86_64 pcp-selinux-7.1.5-1.el10.x86_64 perl-AutoLoader-5.74-514.el10.noarch perl-B-1.89-514.el10.x86_64 perl-Carp-1.54-511.el10.noarch perl-Class-Struct-0.68-514.el10.noarch perl-Data-Dumper-2.189-512.el10.x86_64 perl-Digest-1.20-511.el10.noarch perl-Digest-MD5-2.59-6.el10.x86_64 perl-DynaLoader-1.56-514.el10.x86_64 perl-Encode-4:3.21-511.el10.x86_64 perl-Errno-1.38-514.el10.x86_64 perl-Exporter-5.78-511.el10.noarch perl-Fcntl-1.18-514.el10.x86_64 perl-File-Basename-2.86-514.el10.noarch perl-File-Path-2.18-512.el10.noarch perl-File-Temp-1:0.231.100-512.el10.noarch perl-File-stat-1.14-514.el10.noarch perl-FileHandle-2.05-514.el10.noarch perl-Getopt-Long-1:2.58-3.el10.noarch perl-Getopt-Std-1.14-514.el10.noarch perl-HTTP-Tiny-0.088-512.el10.noarch perl-IO-1.55-514.el10.x86_64 perl-IO-Socket-IP-0.42-512.el10.noarch perl-IO-Socket-SSL-2.085-3.el10.noarch perl-IPC-Open3-1.22-514.el10.noarch perl-MIME-Base64-3.16-511.el10.x86_64 perl-Mozilla-CA-20231213-5.el10.noarch perl-NDBM_File-1.17-514.el10.x86_64 perl-Net-SSLeay-1.94-9.el10.x86_64 perl-POSIX-2.20-514.el10.x86_64 perl-PathTools-3.91-512.el10.x86_64 perl-Pod-Escapes-1:1.07-511.el10.noarch perl-Pod-Perldoc-3.28.01-512.el10.noarch perl-Pod-Simple-1:3.45-511.el10.noarch perl-Pod-Usage-4:2.03-511.el10.noarch perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 perl-SelectSaver-1.02-514.el10.noarch perl-Socket-4:2.038-511.el10.x86_64 perl-Storable-1:3.32-511.el10.x86_64 perl-Symbol-1.09-514.el10.noarch perl-Term-ANSIColor-5.01-512.el10.noarch perl-Term-Cap-1.18-511.el10.noarch perl-Text-ParseWords-3.31-511.el10.noarch perl-Text-Tabs+Wrap-2024.001-511.el10.noarch perl-Time-Local-2:1.350-511.el10.noarch perl-URI-5.27-3.el10.noarch perl-base-2.27-514.el10.noarch perl-constant-1.33-512.el10.noarch perl-if-0.61.000-514.el10.noarch perl-interpreter-4:5.40.2-514.el10.x86_64 perl-libnet-3.15-512.el10.noarch perl-libs-4:5.40.2-514.el10.x86_64 perl-locale-1.12-514.el10.noarch perl-mro-1.29-514.el10.x86_64 perl-overload-1.37-514.el10.noarch perl-overloading-0.02-514.el10.noarch perl-parent-1:0.241-512.el10.noarch perl-podlators-1:5.01-511.el10.noarch perl-vars-1.05-514.el10.noarch pixman-0.43.4-2.el10.x86_64 podman-7:5.8.2-1.el10.x86_64 podman-sequoia-0.4.0~pqc.2-1.el10.x86_64 pulseaudio-libs-17.0-6.el10.x86_64 python3-argcomplete-3.2.2-4.el10.noarch python3-augeas-1.1.0-14.el10.noarch python3-boom-1.6.8-2.el10.noarch python3-cffi-1.16.0-7.el10.x86_64 python3-cloud-what-1.30.14-1.el10.x86_64 python3-configshell-1:1.1.30-9.el10.noarch python3-cryptography-48.0.0-3.el10.x86_64 python3-dbus-client-gen-0.5.1-8.el10.noarch python3-dbus-python-client-gen-0.8.4-2.el10.noarch python3-dbus-signature-pyparsing-0.4.1-9.el10.noarch python3-decorator-5.1.1-12.el10.noarch python3-dns-2.6.1-1.el10.noarch python3-firewall-2.4.0-1.el10.noarch python3-gssapi-1.7.3-10.el10.x86_64 python3-ifaddr-0.2.0-4.el10.noarch python3-iniparse-0.5-10.el10.noarch python3-inotify-0.9.6-36.el10.noarch python3-into-dbus-python-0.8.2-7.el10.noarch python3-ipaclient-4.13.1-3.el10.2.noarch python3-ipalib-4.13.1-3.el10.2.noarch python3-justbases-0.15.2-9.el10.noarch python3-justbytes-0.15.2-7.el10.noarch python3-jwcrypto-1.5.6-5.el10.noarch python3-kmod-0.9.2-6.el10.x86_64 python3-ldap-3.4.5-2.el10.x86_64 python3-libipa_hbac-2.13.0-1.el10.x86_64 python3-librepo-1.19.0-1.el10.x86_64 python3-libvirt-11.10.0-2.el10.x86_64 python3-linux-procfs-0.7.4-1.el10.noarch python3-netaddr-1.3.0-2.el10.noarch python3-nftables-1:1.1.5-5.el10.x86_64 python3-pcp-7.1.5-1.el10.x86_64 python3-perf-6.12.0-237.el10.x86_64 python3-ply-3.11-25.el10.noarch python3-psutil-5.9.8-6.el10.x86_64 python3-pyasn1-0.6.3-1.el10.noarch python3-pyasn1-modules-0.6.3-1.el10.noarch python3-pycparser-2.20-16.el10.noarch python3-pyparsing-3.1.1-7.el10.noarch python3-pyudev-0.24.1-10.el10.noarch python3-pyusb-1.2.1-11.el10.noarch python3-qrcode-8.0-1.el10.noarch python3-resolvelib-1.0.1-6.el10.noarch python3-rtslib-2.1.76-12.el10.noarch python3-sss-2.13.0-1.el10.x86_64 python3-sss-murmur-2.13.0-1.el10.x86_64 python3-sssdconfig-2.13.0-1.el10.noarch python3-subscription-manager-rhsm-1.30.14-1.el10.x86_64 python3-typing-extensions-4.9.0-6.el10.noarch python3-urwid-2.5.3-4.el10.x86_64 python3-wcwidth-0.2.6-6.el10.noarch python3-yubico-1.3.3-17.el10.noarch qemu-img-18:10.1.0-20.el10.x86_64 qemu-kvm-18:10.1.0-20.el10.x86_64 qemu-kvm-audio-pa-18:10.1.0-20.el10.x86_64 qemu-kvm-block-blkio-18:10.1.0-20.el10.x86_64 qemu-kvm-block-curl-18:10.1.0-20.el10.x86_64 qemu-kvm-block-rbd-18:10.1.0-20.el10.x86_64 qemu-kvm-common-18:10.1.0-20.el10.x86_64 qemu-kvm-core-18:10.1.0-20.el10.x86_64 qemu-kvm-device-display-virtio-gpu-18:10.1.0-20.el10.x86_64 qemu-kvm-device-display-virtio-gpu-pci-18:10.1.0-20.el10.x86_64 qemu-kvm-device-display-virtio-vga-18:10.1.0-20.el10.x86_64 qemu-kvm-device-usb-host-18:10.1.0-20.el10.x86_64 qemu-kvm-device-usb-redirect-18:10.1.0-20.el10.x86_64 qemu-kvm-docs-18:10.1.0-20.el10.x86_64 qemu-kvm-tools-18:10.1.0-20.el10.x86_64 qemu-kvm-ui-egl-headless-18:10.1.0-20.el10.x86_64 qemu-kvm-ui-opengl-18:10.1.0-20.el10.x86_64 qemu-pr-helper-18:10.1.0-20.el10.x86_64 realmd-0.17.1-13.el10.x86_64 rhel-system-roles-1.125.2-0.1.el10.noarch scrub-2.6.1-11.el10.x86_64 seabios-bin-1.17.0-1.el10.noarch seavgabios-bin-1.17.0-1.el10.noarch shadow-utils-subid-2:4.15.0-12.el10.x86_64 socat-1.7.4.4-8.el10.x86_64 source-highlight-3.1.9-25.el10.x86_64 spirv-tools-libs-2026.1-1.el10.x86_64 sssd-2.13.0-1.el10.x86_64 sssd-ad-2.13.0-1.el10.x86_64 sssd-common-pac-2.13.0-1.el10.x86_64 sssd-dbus-2.13.0-1.el10.x86_64 sssd-idp-2.13.0-1.el10.x86_64 sssd-ipa-2.13.0-1.el10.x86_64 sssd-krb5-2.13.0-1.el10.x86_64 sssd-ldap-2.13.0-1.el10.x86_64 sssd-passkey-2.13.0-1.el10.x86_64 sssd-proxy-2.13.0-1.el10.x86_64 sssd-tools-2.13.0-1.el10.x86_64 strace-6.12-3.el10.x86_64 stratis-cli-3.9.0-1.el10.noarch stratisd-3.9.0-2.el10.x86_64 stratisd-tools-3.9.0-2.el10.x86_64 subscription-manager-1.30.14-1.el10.x86_64 subscription-manager-rhsm-certificates-20220623-6.el10.noarch swtpm-0.9.0-2.el10.x86_64 swtpm-libs-0.9.0-2.el10.x86_64 swtpm-selinux-0.9.0-2.el10.noarch swtpm-tools-0.9.0-2.el10.x86_64 systemd-container-257-25.el10.x86_64 systemd-resolved-257-25.el10.x86_64 systemtap-client-5.5-2.el10.x86_64 systemtap-devel-5.5-2.el10.x86_64 systemtap-runtime-5.5-2.el10.x86_64 tang-14-13.el10.x86_64 target-restore-2.1.76-12.el10.noarch targetcli-2.1.58-5.el10.noarch tbb-2021.11.0-8.el10.x86_64 tcsh-6.24.10-5.el10.x86_64 tlog-14-4.el10.x86_64 tuned-2.27.0-1.el10.noarch udisks2-iscsi-2.11.1-1.el10.x86_64 udisks2-lvm2-2.11.1-1.el10.x86_64 unbound-1.24.2-7.el10.x86_64 unbound-anchor-1.24.2-7.el10.x86_64 unbound-libs-1.24.2-7.el10.x86_64 unbound-utils-1.24.2-7.el10.x86_64 unzip-6.0-69.el10.x86_64 usbredir-0.13.0-6.el10.x86_64 valgrind-1:3.27.1-1.el10.x86_64 valgrind-docs-1:3.27.1-1.el10.x86_64 valgrind-gdb-1:3.27.1-1.el10.x86_64 valgrind-scripts-1:3.27.1-1.el10.x86_64 valkey-8.1.7-1.el10.x86_64 valkey-rdma-8.1.7-1.el10.x86_64 vdo-8.3.2.1-1.el10.x86_64 virt-install-5.1.0-2.el10.noarch virt-manager-common-5.1.0-2.el10.noarch virt-what-1.27-3.el10.x86_64 virtiofsd-1.13.3-2.el10.x86_64 wireguard-tools-1.0.20250521-1.el10.x86_64 xorriso-1.5.6-6.el10.x86_64 xz-devel-1:5.6.2-4.el10.x86_64 zip-3.0-45.el10.x86_64 zlib-ng-compat-devel-2.2.3-3.el10.x86_64 zstd-1.5.5-9.el10.x86_64 Complete! + mkdir -p /var/lib/package-sets/clevis + dnf download --downloaddir=/var/lib/package-sets/clevis clevis-systemd clevis-dracut Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:03:20 ago on Wed 10 Jun 2026 08:08:14 PM EDT. (1/2): clevis-systemd-23-1.el10.x86_64.rpm 124 kB/s | 10 kB 00:00 (2/2): clevis-dracut-23-1.el10.x86_64.rpm 161 kB/s | 14 kB 00:00 + mkdir -p /var/lib/package-sets/stratis + dnf download --downloaddir=/var/lib/package-sets/stratis stratisd Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:03:21 ago on Wed 10 Jun 2026 08:08:14 PM EDT. stratisd-3.9.0-2.el10.x86_64.rpm 15 MB/s | 5.6 MB 00:00 + rpm -q cloud-init cloud-init-24.4-7.el10.1.noarch + dnf remove -y cloud-init Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: cloud-init noarch 24.4-7.el10.1 @appstream-devel 6.4 M Removing unused dependencies: dhcpcd x86_64 10.0.6-10.el10 @anaconda 480 k python3-configobj noarch 5.0.8-10.el10 @koji-override-1 408 k python3-jsonpatch noarch 1.33-6.el10 @koji-override-1 73 k python3-jsonpointer noarch 2.3-9.el10 @koji-override-1 46 k python3-oauthlib noarch 3.2.2-6.el10 @koji-override-1 1.0 M python3-pyserial noarch 3.5-11.el10 @koji-override-1 872 k Transaction Summary ================================================================================ Remove 7 Packages Freed space: 9.2 M Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: cloud-init-24.4-7.el10.1.noarch 1/7 Removed '/etc/systemd/system/cloud-init.target.wants/cloud-final.service'. Removed '/etc/systemd/system/cloud-init.target.wants/cloud-init.service'. Removed '/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service'. Removed '/etc/systemd/system/cloud-init.target.wants/cloud-config.service'. Erasing : cloud-init-24.4-7.el10.1.noarch 1/7 Running scriptlet: cloud-init-24.4-7.el10.1.noarch 1/7 /etc/ssh/sshd_config.d/50-cloud-init.conf not removed /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf not removed Erasing : python3-jsonpatch-1.33-6.el10.noarch 2/7 Erasing : python3-jsonpointer-2.3-9.el10.noarch 3/7 Erasing : python3-configobj-5.0.8-10.el10.noarch 4/7 Erasing : python3-oauthlib-3.2.2-6.el10.noarch 5/7 Erasing : python3-pyserial-3.5-11.el10.noarch 6/7 Running scriptlet: dhcpcd-10.0.6-10.el10.x86_64 7/7 Erasing : dhcpcd-10.0.6-10.el10.x86_64 7/7 Running scriptlet: dhcpcd-10.0.6-10.el10.x86_64 7/7 Installed products updated. Removed: cloud-init-24.4-7.el10.1.noarch dhcpcd-10.0.6-10.el10.x86_64 python3-configobj-5.0.8-10.el10.noarch python3-jsonpatch-1.33-6.el10.noarch python3-jsonpointer-2.3-9.el10.noarch python3-oauthlib-3.2.2-6.el10.noarch python3-pyserial-3.5-11.el10.noarch Complete! + '[' -x /usr/bin/insights-client ']' + dnf --setopt=install_weak_deps=False install -y cockpit Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:03:24 ago on Wed 10 Jun 2026 08:08:14 PM EDT. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: cockpit x86_64 363.2-1.el10 baseos-devel 33 k Transaction Summary ================================================================================ Install 1 Package Total download size: 33 k Installed size: 36 k Downloading Packages: cockpit-363.2-1.el10.x86_64.rpm 383 kB/s | 33 kB 00:00 -------------------------------------------------------------------------------- Total 370 kB/s | 33 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : cockpit-363.2-1.el10.x86_64 1/1 Installed products updated. Installed: cockpit-363.2-1.el10.x86_64 Complete! + '[' centos-10 '!=' centos-10 ']' + '[' 1 -eq 1 ']' ++ cut -d - -f 2 + major=10 ++ cut -d - -f 3 + minor= + dnf install -y rpm-build Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:03:26 ago on Wed 10 Jun 2026 08:08:14 PM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: rpm-build x86_64 4.19.1.1-23.el10 appstream 75 k Installing dependencies: annobin-docs noarch 13.20-1.el10 appstream-devel 85 k annobin-plugin-gcc x86_64 13.20-1.el10 appstream-devel 692 k debugedit x86_64 5.3-2.el10 appstream 87 k dwz x86_64 0.16-1.el10 appstream 140 k ed x86_64 1.20-5.el10 baseos 83 k efi-srpm-macros noarch 6-8.el10 appstream 23 k elfutils x86_64 0.195-1.el10 baseos 578 k fonts-srpm-macros noarch 1:2.0.5-18.el10 appstream 27 k forge-srpm-macros noarch 0.4.0-6.el10 appstream 21 k gcc-plugin-annobin x86_64 14.3.1-4.4.el10 appstream 62 k go-srpm-macros noarch 3.8.0-1.el10 appstream 27 k kernel-srpm-macros noarch 1.0-27.el10 appstream 8.7 k lua-srpm-macros noarch 1-15.el10 appstream 9.8 k ocaml-srpm-macros noarch 10-4.el10 appstream 10 k openblas-srpm-macros noarch 2-19.el10 appstream 8.7 k package-notes-srpm-macros noarch 0.5-13.el10 appstream 10 k patch x86_64 2.7.6-26.el10 appstream 132 k perl-srpm-macros noarch 1-57.el10 appstream 9.5 k pyproject-srpm-macros noarch 1.18.5-1.el10 appstream 13 k python-srpm-macros noarch 3.12-11.el10 appstream 22 k qt6-srpm-macros noarch 6.10.1-1.el10 appstream 9.1 k redhat-rpm-config noarch 295-1.el10 appstream 74 k rust-toolset-srpm-macros noarch 1.95.0-1.el10 appstream 10 k systemd-rpm-macros noarch 257-25.el10 baseos 44 k Transaction Summary ================================================================================ Install 25 Packages Total download size: 2.2 M Installed size: 5.4 M Downloading Packages: (1/25): systemd-rpm-macros-257-25.el10.noarch.r 74 kB/s | 44 kB 00:00 (2/25): ed-1.20-5.el10.x86_64.rpm 99 kB/s | 83 kB 00:00 (3/25): debugedit-5.3-2.el10.x86_64.rpm 212 kB/s | 87 kB 00:00 (4/25): efi-srpm-macros-6-8.el10.noarch.rpm 238 kB/s | 23 kB 00:00 (5/25): elfutils-0.195-1.el10.x86_64.rpm 502 kB/s | 578 kB 00:01 (6/25): fonts-srpm-macros-2.0.5-18.el10.noarch. 276 kB/s | 27 kB 00:00 (7/25): dwz-0.16-1.el10.x86_64.rpm 301 kB/s | 140 kB 00:00 (8/25): gcc-plugin-annobin-14.3.1-4.4.el10.x86_ 516 kB/s | 62 kB 00:00 (9/25): go-srpm-macros-3.8.0-1.el10.noarch.rpm 287 kB/s | 27 kB 00:00 (10/25): forge-srpm-macros-0.4.0-6.el10.noarch. 82 kB/s | 21 kB 00:00 (11/25): kernel-srpm-macros-1.0-27.el10.noarch. 101 kB/s | 8.7 kB 00:00 (12/25): lua-srpm-macros-1-15.el10.noarch.rpm 115 kB/s | 9.8 kB 00:00 (13/25): openblas-srpm-macros-2-19.el10.noarch. 100 kB/s | 8.7 kB 00:00 (14/25): ocaml-srpm-macros-10-4.el10.noarch.rpm 106 kB/s | 10 kB 00:00 (15/25): package-notes-srpm-macros-0.5-13.el10. 119 kB/s | 10 kB 00:00 (16/25): perl-srpm-macros-1-57.el10.noarch.rpm 100 kB/s | 9.5 kB 00:00 (17/25): pyproject-srpm-macros-1.18.5-1.el10.no 151 kB/s | 13 kB 00:00 (18/25): patch-2.7.6-26.el10.x86_64.rpm 786 kB/s | 132 kB 00:00 (19/25): python-srpm-macros-3.12-11.el10.noarch 185 kB/s | 22 kB 00:00 (20/25): qt6-srpm-macros-6.10.1-1.el10.noarch.r 108 kB/s | 9.1 kB 00:00 (21/25): redhat-rpm-config-295-1.el10.noarch.rp 763 kB/s | 74 kB 00:00 (22/25): annobin-docs-13.20-1.el10.noarch.rpm 1.7 MB/s | 85 kB 00:00 (23/25): rust-toolset-srpm-macros-1.95.0-1.el10 120 kB/s | 10 kB 00:00 (24/25): annobin-plugin-gcc-13.20-1.el10.x86_64 14 MB/s | 692 kB 00:00 (25/25): rpm-build-4.19.1.1-23.el10.x86_64.rpm 328 kB/s | 75 kB 00:00 -------------------------------------------------------------------------------- Total 947 kB/s | 2.2 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : dwz-0.16-1.el10.x86_64 1/25 Installing : elfutils-0.195-1.el10.x86_64 2/25 Installing : debugedit-5.3-2.el10.x86_64 3/25 Installing : annobin-docs-13.20-1.el10.noarch 4/25 Installing : annobin-plugin-gcc-13.20-1.el10.x86_64 5/25 Installing : rust-toolset-srpm-macros-1.95.0-1.el10.noarch 6/25 Installing : qt6-srpm-macros-6.10.1-1.el10.noarch 7/25 Installing : perl-srpm-macros-1-57.el10.noarch 8/25 Installing : package-notes-srpm-macros-0.5-13.el10.noarch 9/25 Installing : openblas-srpm-macros-2-19.el10.noarch 10/25 Installing : ocaml-srpm-macros-10-4.el10.noarch 11/25 Installing : lua-srpm-macros-1-15.el10.noarch 12/25 Installing : kernel-srpm-macros-1.0-27.el10.noarch 13/25 Installing : gcc-plugin-annobin-14.3.1-4.4.el10.x86_64 14/25 Installing : efi-srpm-macros-6-8.el10.noarch 15/25 Installing : ed-1.20-5.el10.x86_64 16/25 Installing : patch-2.7.6-26.el10.x86_64 17/25 Installing : fonts-srpm-macros-1:2.0.5-18.el10.noarch 18/25 Installing : forge-srpm-macros-0.4.0-6.el10.noarch 19/25 Installing : go-srpm-macros-3.8.0-1.el10.noarch 20/25 Installing : python-srpm-macros-3.12-11.el10.noarch 21/25 Installing : redhat-rpm-config-295-1.el10.noarch 22/25 Running scriptlet: redhat-rpm-config-295-1.el10.noarch 22/25 Installing : rpm-build-4.19.1.1-23.el10.x86_64 23/25 Installing : pyproject-srpm-macros-1.18.5-1.el10.noarch 24/25 Installing : systemd-rpm-macros-257-25.el10.noarch 25/25 Running scriptlet: systemd-rpm-macros-257-25.el10.noarch 25/25 Installed products updated. Installed: annobin-docs-13.20-1.el10.noarch annobin-plugin-gcc-13.20-1.el10.x86_64 debugedit-5.3-2.el10.x86_64 dwz-0.16-1.el10.x86_64 ed-1.20-5.el10.x86_64 efi-srpm-macros-6-8.el10.noarch elfutils-0.195-1.el10.x86_64 fonts-srpm-macros-1:2.0.5-18.el10.noarch forge-srpm-macros-0.4.0-6.el10.noarch gcc-plugin-annobin-14.3.1-4.4.el10.x86_64 go-srpm-macros-3.8.0-1.el10.noarch kernel-srpm-macros-1.0-27.el10.noarch lua-srpm-macros-1-15.el10.noarch ocaml-srpm-macros-10-4.el10.noarch openblas-srpm-macros-2-19.el10.noarch package-notes-srpm-macros-0.5-13.el10.noarch patch-2.7.6-26.el10.x86_64 perl-srpm-macros-1-57.el10.noarch pyproject-srpm-macros-1.18.5-1.el10.noarch python-srpm-macros-3.12-11.el10.noarch qt6-srpm-macros-6.10.1-1.el10.noarch redhat-rpm-config-295-1.el10.noarch rpm-build-4.19.1.1-23.el10.x86_64 rust-toolset-srpm-macros-1.95.0-1.el10.noarch systemd-rpm-macros-257-25.el10.noarch Complete! + dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:03:31 ago on Wed 10 Jun 2026 08:08:14 PM EDT. epel-release-latest-10.noarch.rpm 1.0 MB/s | 19 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 10-7.el10_1 @commandline 19 k Transaction Summary ================================================================================ Install 1 Package Total size: 19 k Installed size: 25 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-10-7.el10_1.noarch 1/1 Running scriptlet: epel-release-10-7.el10_1.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. Installed products updated. Installed: epel-release-10-7.el10_1.noarch Complete! + dnf install -y mock Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Extra Packages for Enterprise Linux 10 - x86_64 15 MB/s | 6.8 MB 00:00 Last metadata expiration check: 0:00:02 ago on Wed 10 Jun 2026 08:11:47 PM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: mock noarch 6.7-1.el10_3 epel 304 k Installing dependencies: createrepo_c x86_64 1.1.2-4.el10 appstream 80 k createrepo_c-libs x86_64 1.1.2-4.el10 appstream 107 k distribution-gpg-keys noarch 1.119-1.el10_3 epel 741 k fuse-common x86_64 3.16.2-5.el10 baseos 9.7 k fuse3 x86_64 3.16.2-5.el10 baseos 59 k libuser x86_64 0.64-11.el10 baseos 411 k mock-core-configs noarch 44.2-1.el10_3 epel 110 k mock-filesystem noarch 6.7-1.el10_3 epel 21 k python3-backoff noarch 2.2.1-8.el10_0 epel 36 k python3-pyroute2 noarch 0.7.12-4.el10_0 epel 919 k python3-templated-dictionary noarch 1.5-1.el10_0 epel 20 k usermode x86_64 1.114-14.el10 baseos 188 k Installing weak dependencies: btrfs-progs x86_64 6.12-3.el10_0 epel 1.2 M buildah x86_64 2:1.43.1-1.el10 appstream 10 M fuse-overlayfs x86_64 1.16-2.el10 appstream 67 k skopeo x86_64 2:1.22.2-2.el10 appstream 7.9 M Transaction Summary ================================================================================ Install 17 Packages Total download size: 22 M Installed size: 73 M Downloading Packages: (1/17): fuse3-3.16.2-5.el10.x86_64.rpm 673 kB/s | 59 kB 00:00 (2/17): fuse-common-3.16.2-5.el10.x86_64.rpm 104 kB/s | 9.7 kB 00:00 (3/17): libuser-0.64-11.el10.x86_64.rpm 3.7 MB/s | 411 kB 00:00 (4/17): createrepo_c-1.1.2-4.el10.x86_64.rpm 116 kB/s | 80 kB 00:00 (5/17): createrepo_c-libs-1.1.2-4.el10.x86_64.r 440 kB/s | 107 kB 00:00 (6/17): fuse-overlayfs-1.16-2.el10.x86_64.rpm 275 kB/s | 67 kB 00:00 (7/17): usermode-1.114-14.el10.x86_64.rpm 140 kB/s | 188 kB 00:01 (8/17): btrfs-progs-6.12-3.el10_0.x86_64.rpm 1.9 MB/s | 1.2 MB 00:00 (9/17): distribution-gpg-keys-1.119-1.el10_3.no 5.6 MB/s | 741 kB 00:00 (10/17): mock-6.7-1.el10_3.noarch.rpm 5.0 MB/s | 304 kB 00:00 (11/17): mock-core-configs-44.2-1.el10_3.noarch 2.8 MB/s | 110 kB 00:00 (12/17): mock-filesystem-6.7-1.el10_3.noarch.rp 751 kB/s | 21 kB 00:00 (13/17): python3-backoff-2.2.1-8.el10_0.noarch. 1.2 MB/s | 36 kB 00:00 (14/17): python3-pyroute2-0.7.12-4.el10_0.noarc 8.4 MB/s | 919 kB 00:00 (15/17): python3-templated-dictionary-1.5-1.el1 757 kB/s | 20 kB 00:00 (16/17): skopeo-1.22.2-2.el10.x86_64.rpm 3.7 MB/s | 7.9 MB 00:02 (17/17): buildah-1.43.1-1.el10.x86_64.rpm 2.9 MB/s | 10 MB 00:03 -------------------------------------------------------------------------------- Total 5.2 MB/s | 22 MB 00:04 Extra Packages for Enterprise Linux 10 - x86_64 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0xE37ED158: Userid : "Fedora (epel10) " Fingerprint: 7D8D 15CB FC4E 6268 8591 FB26 33D9 8517 E37E D158 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-10 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.el10_3.noarch 1/17 Installing : mock-filesystem-6.7-1.el10_3.noarch 1/17 Installing : python3-templated-dictionary-1.5-1.el10_0.noarch 2/17 Installing : python3-pyroute2-0.7.12-4.el10_0.noarch 3/17 Installing : python3-backoff-2.2.1-8.el10_0.noarch 4/17 Installing : distribution-gpg-keys-1.119-1.el10_3.noarch 5/17 Installing : btrfs-progs-6.12-3.el10_0.x86_64 6/17 Installing : skopeo-2:1.22.2-2.el10.x86_64 7/17 Installing : createrepo_c-libs-1.1.2-4.el10.x86_64 8/17 Installing : createrepo_c-1.1.2-4.el10.x86_64 9/17 Installing : buildah-2:1.43.1-1.el10.x86_64 10/17 Installing : libuser-0.64-11.el10.x86_64 11/17 Installing : usermode-1.114-14.el10.x86_64 12/17 Installing : fuse-common-3.16.2-5.el10.x86_64 13/17 Installing : fuse3-3.16.2-5.el10.x86_64 14/17 Installing : fuse-overlayfs-1.16-2.el10.x86_64 15/17 Running scriptlet: fuse-overlayfs-1.16-2.el10.x86_64 15/17 Installing : mock-core-configs-44.2-1.el10_3.noarch 16/17 Running scriptlet: mock-core-configs-44.2-1.el10_3.noarch 16/17 Installing : mock-6.7-1.el10_3.noarch 17/17 Running scriptlet: mock-6.7-1.el10_3.noarch 17/17 Installed products updated. Installed: btrfs-progs-6.12-3.el10_0.x86_64 buildah-2:1.43.1-1.el10.x86_64 createrepo_c-1.1.2-4.el10.x86_64 createrepo_c-libs-1.1.2-4.el10.x86_64 distribution-gpg-keys-1.119-1.el10_3.noarch fuse-common-3.16.2-5.el10.x86_64 fuse-overlayfs-1.16-2.el10.x86_64 fuse3-3.16.2-5.el10.x86_64 libuser-0.64-11.el10.x86_64 mock-6.7-1.el10_3.noarch mock-core-configs-44.2-1.el10_3.noarch mock-filesystem-6.7-1.el10_3.noarch python3-backoff-2.2.1-8.el10_0.noarch python3-pyroute2-0.7.12-4.el10_0.noarch python3-templated-dictionary-1.5-1.el10_0.noarch skopeo-2:1.22.2-2.el10.x86_64 usermode-1.114-14.el10.x86_64 Complete! + dnf config-manager --set-disabled epel Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. + '[' centos-10 '!=' centos-10 ']' + '[' 10 '!=' centos-10 ']' + ln -sf centos-stream-10-x86_64.cfg /etc/mock/default.cfg + useradd -c Builder -G mock builder ++ cut -d - -f 1 + opsys=centos ++ cut -d - -f 2 + version=10 ++ /var/lib/testvm/build-deps.sh 'centos 10' warning: Macro expanded in comment on line 16: %{version}. warning: Macro expanded in comment on line 19: %{centos} explicitly + su builder -c '/usr/bin/mock --verbose --no-bootstrap-image -i "autoconf" "automake" "gcc" "gdb" "gettext >= 0.21" "glib-networking" "glib2-devel >= 2.68.0" "gnutls-devel >= 3.4.3" "krb5-devel >= 1.11" "krb5-server" "make" "openssh-clients" "openssl-devel" "pam-devel" "pkgconfig(gio-unix-2.0)" "pkgconfig(json-glib-1.0)" "pkgconfig(polkit-agent-1) >= 0.105" "python3-devel" "python3-pip" "sed" "selinux-policy" "selinux-policy-devel" "systemd-devel >= 235" "zlib-devel" libappstream-glib gettext desktop-file-utils' INFO: mock.py version 6.7 starting (python version = 3.12.13, NVR = mock-6.7-1.el10_3), args: /usr/libexec/mock/mock --verbose --no-bootstrap-image -i autoconf automake gcc gdb 'gettext >= 0.21' glib-networking 'glib2-devel >= 2.68.0' 'gnutls-devel >= 3.4.3' 'krb5-devel >= 1.11' krb5-server make openssh-clients openssl-devel pam-devel 'pkgconfig(gio-unix-2.0)' 'pkgconfig(json-glib-1.0)' 'pkgconfig(polkit-agent-1) >= 0.105' python3-devel python3-pip sed selinux-policy selinux-policy-devel 'systemd-devel >= 235' zlib-devel libappstream-glib gettext desktop-file-utils Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64-bootstrap/yum_cache DEBUG: created dir: /var/cache/mock/centos-stream-10-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64-bootstrap/dnf_cache DEBUG: created dir: /var/cache/mock/centos-stream-10-x86_64-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64/yum_cache DEBUG: created dir: /var/cache/mock/centos-stream-10-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64/dnf_cache DEBUG: created dir: /var/cache/mock/centos-stream-10-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/templates/centos-stream-10.tpl', '/etc/mock/centos-stream-10-x86_64.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.7 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /var/lib/mock/centos-stream-10-x86_64/result DEBUG: rootdir: /var/lib/mock/centos-stream-10-x86_64/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1002 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jjrc6_zy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: quay.io/centos/centos:stream10 DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: True DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: False DEBUG: cleanup_on_failure: False DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', 'expand_spec', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/centos-stream-10-x86_64/ccache/u1002/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/centos-stream-10-x86_64/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'expand_spec_enable': False, 'expand_spec_opts': {'rpmspec_opts': [], 'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/centos-stream-10-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-10-x86_64', 'root': 'centos-stream-10-x86_64', 'resultdir': '/var/lib/mock/centos-stream-10-x86_64/result'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install bash bzip2 centos-stream-release coreutils cpio diffutils findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'centos-10-127-0-0-2-2201', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: static_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (centos-stream-10-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: 530abfb3-bc25-4a07-aac9-1cefb737774c DEBUG: config_path: /etc/mock DEBUG: chroot_name: default DEBUG: config_file: /etc/mock/default.cfg DEBUG: koji_primary_repo: centos-stream DEBUG: dist: el10 DEBUG: releasever_major: 10 DEBUG: description: CentOS Stream 10 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= metadata_expire=0 best=1 install_weak_deps=0 protected_packages= skip_if_unavailable=False module_platform_id=platform:el10 user_agent=Mock (centos-stream-10-x86_64; x86_64) [local] name=CentOS Stream $releasever - Koji Local - BUILDROOT ONLY! baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c10s-build/latest/$basearch/ cost=2000 enabled=0 [baseos] name=CentOS Stream $releasever - BaseOS #baseurl=http://mirror.stream.centos.org/$releasever-stream/BaseOS/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #baseurl=http://mirror.stream.centos.org/$releasever-stream/AppStream/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB #baseurl=http://mirror.stream.centos.org/$releasever-stream/CRB/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-crb-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 countme=1 enabled=1 [extras-common] name=CentOS Stream $releasever - Extras packages #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/extras/$basearch/extras-common/ metalink=https://mirrors.centos.org/metalink?repo=centos-extras-sig-extras-common-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 gpgcheck=1 enabled=1 skip_if_unavailable=False [baseos-debuginfo] name=CentOS Stream $releasever - BaseOS - Debug #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/$basearch/debug/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-debug-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 [baseos-source] name=CentOS Stream $releasever - BaseOS - Source #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/source/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-source-$releasever-stream&arch=source&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 [appstream-debuginfo] name=CentOS Stream $releasever - AppStream - Debug #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/AppStream/$basearch/debug/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-debug-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 [appstream-source] name=CentOS Stream $releasever - AppStream - Source #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/AppStream/source/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-source-$releasever-stream&arch=source&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 [crb-debuginfo] name=CentOS Stream $releasever - CRB - Debug #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/CRB/$basearch/debug/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-crb-debug-$releasever-stream&arch=$basearch&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 [crb-source] name=CentOS Stream $releasever - CRB - Source #baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/CRB/source/tree/ metalink=https://mirrors.centos.org/metalink?repo=centos-crb-source-$releasever-stream&arch=source&protocol=https,http gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=0 DEBUG: root: centos-stream-10-x86_64 DEBUG: legal_host_arches: ('x86_64',) DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64 DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/result DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/result Mock Version: 6.7 INFO: Mock Version: 6.7 INFO: Mock Version: 6.7 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/results DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64-bootstrap/root_cache/ DEBUG: created dir: /var/cache/mock/centos-stream-10-x86_64-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/log DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/rpm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/tmp DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/tmp/ccache DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/tmp DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/run/lock DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/pts DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/shm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-233.el10.x86_64 DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/centos-stream-10-x86_64-bootstrap/root DEBUG: resultdir = /var/lib/mock/centos-stream-10-x86_64-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-10-x86_64-bootstrap/yum_cache', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-10-x86_64-bootstrap/dnf_cache', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc Start(bootstrap): installing dnf tooling DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-10-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.s0x2dbro', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/installation-homedir DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'python3-dnf', 'python3-dnf-plugins-core'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'python3-dnf', 'python3-dnf-plugins-core', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Updating Subscription Management repositories. DEBUG: Unable to read consumer identity DEBUG: This system is not registered with an entitlement server. You can use subscription-manager to register. DEBUG: CentOS Stream 10 - BaseOS 4.8 MB/s | 7.0 MB 00:01 DEBUG: CentOS Stream 10 - AppStream 1.4 MB/s | 3.6 MB 00:02 DEBUG: CentOS Stream 10 - CRB 929 kB/s | 840 kB 00:00 DEBUG: CentOS Stream 10 - Extras packages 57 kB/s | 10 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-dnf noarch 4.20.0-23.el10 baseos 642 k DEBUG: python3-dnf-plugins-core noarch 4.7.0-10.el10 baseos 311 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.30-2.el10 baseos 42 k DEBUG: attr x86_64 2.5.2-5.el10 baseos 64 k DEBUG: audit-libs x86_64 4.0.3-5.el10 baseos 131 k DEBUG: basesystem noarch 11-22.el10 baseos 4.3 k DEBUG: bash x86_64 5.2.26-6.el10 baseos 1.8 M DEBUG: bzip2-libs x86_64 1.0.8-25.el10 baseos 42 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-102.el10 baseos 1.1 M DEBUG: centos-gpg-keys noarch 10.0-21.el10 baseos 26 k DEBUG: centos-stream-release noarch 10.0-21.el10 baseos 30 k DEBUG: centos-stream-repos noarch 10.0-21.el10 baseos 12 k DEBUG: coreutils x86_64 9.5-7.el10 baseos 1.1 M DEBUG: coreutils-common x86_64 9.5-7.el10 baseos 2.1 M DEBUG: crypto-policies noarch 20260525-1.gitf5f5370.el10 baseos 96 k DEBUG: curl x86_64 8.12.1-6.el10 baseos 216 k DEBUG: cyrus-sasl-lib x86_64 2.1.28-27.el10 baseos 106 k DEBUG: dbus-libs x86_64 1:1.14.10-5.el10 baseos 156 k DEBUG: dnf-data noarch 4.20.0-23.el10 baseos 39 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el10 baseos 8.6 k DEBUG: elfutils-libelf x86_64 0.195-1.el10 baseos 205 k DEBUG: elfutils-libs x86_64 0.195-1.el10 baseos 268 k DEBUG: expat x86_64 2.7.3-1.el10 baseos 120 k DEBUG: file-libs x86_64 5.45-12.el10 baseos 763 k DEBUG: filesystem x86_64 3.18-17.el10 baseos 4.8 M DEBUG: findutils x86_64 1:4.10.0-5.el10 baseos 551 k DEBUG: gawk x86_64 5.3.0-6.el10 baseos 1.1 M DEBUG: gdbm-libs x86_64 1:1.23-14.el10 baseos 57 k DEBUG: glib2 x86_64 2.80.4-13.el10 baseos 3.0 M DEBUG: glibc x86_64 2.39-124.el10 baseos 2.1 M DEBUG: glibc-common x86_64 2.39-124.el10 baseos 320 k DEBUG: glibc-minimal-langpack x86_64 2.39-124.el10 baseos 25 k DEBUG: gmp x86_64 1:6.2.1-12.el10 baseos 318 k DEBUG: gnutls x86_64 3.8.10-4.el10 baseos 1.5 M DEBUG: grep x86_64 3.11-10.el10 baseos 301 k DEBUG: ima-evm-utils x86_64 1.6.2-5.el10 baseos 72 k DEBUG: json-c x86_64 0.18-3.el10 baseos 45 k DEBUG: keyutils x86_64 1.6.3-5.el10 baseos 76 k DEBUG: keyutils-libs x86_64 1.6.3-5.el10 baseos 33 k DEBUG: krb5-libs x86_64 1.21.3-11.el10 baseos 766 k DEBUG: libacl x86_64 2.3.2-4.el10 baseos 25 k DEBUG: libarchive x86_64 3.7.7-8.el10 baseos 414 k DEBUG: libattr x86_64 2.5.2-5.el10 baseos 19 k DEBUG: libblkid x86_64 2.40.2-20.el10 baseos 124 k DEBUG: libbrotli x86_64 1.1.0-7.el10 baseos 344 k DEBUG: libcap x86_64 2.69-7.el10 baseos 91 k DEBUG: libcap-ng x86_64 0.8.4-6.el10 baseos 33 k DEBUG: libcbor x86_64 0.11.0-3.el10 baseos 34 k DEBUG: libcom_err x86_64 1.47.1-5.el10 baseos 26 k DEBUG: libcomps x86_64 0.1.21-3.el10 baseos 78 k DEBUG: libcurl x86_64 8.12.1-6.el10 baseos 368 k DEBUG: libdnf x86_64 0.73.1-15.el10 baseos 713 k DEBUG: libeconf x86_64 0.6.2-4.el10 baseos 33 k DEBUG: libevent x86_64 2.1.12-16.el10 baseos 261 k DEBUG: libffi x86_64 3.4.4-10.el10 baseos 41 k DEBUG: libfido2 x86_64 1.14.0-7.el10 baseos 98 k DEBUG: libgcc x86_64 14.3.1-4.4.el10 baseos 140 k DEBUG: libgomp x86_64 14.3.1-4.4.el10 baseos 363 k DEBUG: libidn2 x86_64 2.3.7-3.el10 baseos 118 k DEBUG: libmodulemd x86_64 2.15.0-12.el10 baseos 236 k DEBUG: libmount x86_64 2.40.2-20.el10 baseos 154 k DEBUG: libnghttp2 x86_64 1.68.0-4.el10 baseos 73 k DEBUG: libpsl x86_64 0.21.5-6.el10 baseos 65 k DEBUG: librepo x86_64 1.19.0-1.el10 baseos 94 k DEBUG: libselinux x86_64 3.10-2.el10 baseos 97 k DEBUG: libsemanage x86_64 3.10-1.el10 baseos 122 k DEBUG: libsepol x86_64 3.10-2.el10 baseos 349 k DEBUG: libsmartcols x86_64 2.40.2-20.el10 baseos 82 k DEBUG: libsolv x86_64 0.7.33-5.el10 baseos 428 k DEBUG: libssh x86_64 0.12.0-2.el10 baseos 276 k DEBUG: libssh-config noarch 0.12.0-2.el10 baseos 8.2 k DEBUG: libstdc++ x86_64 14.3.1-4.4.el10 baseos 919 k DEBUG: libtasn1 x86_64 4.20.0-5.el10 baseos 74 k DEBUG: libunistring x86_64 1.1-10.el10 baseos 548 k DEBUG: libuuid x86_64 2.40.2-20.el10 baseos 28 k DEBUG: libverto x86_64 0.3.2-10.el10 baseos 22 k DEBUG: libxcrypt x86_64 4.4.36-10.el10 baseos 120 k DEBUG: libxml2 x86_64 2.12.5-11.el10 baseos 691 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: libzstd x86_64 1.5.5-9.el10 baseos 292 k DEBUG: lua-libs x86_64 5.4.8-1.el10 baseos 131 k DEBUG: lz4-libs x86_64 1.9.4-8.el10 baseos 68 k DEBUG: mpdecimal x86_64 2.5.1-12.el10 baseos 90 k DEBUG: mpfr x86_64 4.2.1-8.el10 baseos 346 k DEBUG: ncurses-base noarch 6.4-15.20240127.el10 baseos 98 k DEBUG: ncurses-libs x86_64 6.4-15.20240127.el10 baseos 337 k DEBUG: openldap x86_64 2.6.13-1.el10 baseos 240 k DEBUG: openssl-fips-provider x86_64 1:3.5.5-3.el10 baseos 813 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el10 baseos 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el10 baseos 558 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el10 baseos 140 k DEBUG: pam-libs x86_64 1.6.1-10.el10 baseos 56 k DEBUG: pcre2 x86_64 10.44-1.el10.3 baseos 248 k DEBUG: pcre2-syntax noarch 10.44-1.el10.3 baseos 151 k DEBUG: popt x86_64 1.19-8.el10 baseos 66 k DEBUG: publicsuffix-list-dafsa noarch 20240107-5.el10 baseos 59 k DEBUG: python3 x86_64 3.12.13-2.el10 baseos 28 k DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el10 baseos 340 k DEBUG: python3-dbus x86_64 1.3.2-8.el10 baseos 158 k DEBUG: python3-hawkey x86_64 0.73.1-15.el10 baseos 105 k DEBUG: python3-libcomps x86_64 0.1.21-3.el10 baseos 49 k DEBUG: python3-libdnf x86_64 0.73.1-15.el10 baseos 864 k DEBUG: python3-libs x86_64 3.12.13-2.el10 baseos 9.5 M DEBUG: python3-pip-wheel noarch 23.3.2-11.el10 baseos 1.5 M DEBUG: python3-rpm x86_64 4.19.1.1-23.el10 baseos 63 k DEBUG: python3-six noarch 1.16.0-16.el10 baseos 42 k DEBUG: python3-systemd x86_64 235-11.el10 baseos 108 k DEBUG: readline x86_64 8.2-11.el10 baseos 214 k DEBUG: rpm x86_64 4.19.1.1-23.el10 baseos 560 k DEBUG: rpm-build-libs x86_64 4.19.1.1-23.el10 baseos 92 k DEBUG: rpm-libs x86_64 4.19.1.1-23.el10 baseos 309 k DEBUG: rpm-sequoia x86_64 1.10.2.1-1.el10 baseos 958 k DEBUG: rpm-sign-libs x86_64 4.19.1.1-23.el10 baseos 22 k DEBUG: sed x86_64 4.9-5.el10 baseos 318 k DEBUG: setup noarch 2.14.5-7.el10 baseos 153 k DEBUG: shadow-utils x86_64 2:4.15.0-11.el10 baseos 1.3 M DEBUG: sqlite-libs x86_64 3.46.1-5.el10 baseos 745 k DEBUG: systemd-libs x86_64 257-25.el10 baseos 843 k DEBUG: tpm2-tss x86_64 4.1.3-6.el10 baseos 435 k DEBUG: tzdata noarch 2026b-1.el10 baseos 904 k DEBUG: xz-libs x86_64 1:5.6.2-4.el10 baseos 113 k DEBUG: zlib-ng-compat x86_64 2.2.3-3.el10 baseos 76 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 122 Packages DEBUG: Total download size: 57 M DEBUG: Installed size: 186 M DEBUG: Downloading Packages: DEBUG: (1/122): alternatives-1.30-2.el10.x86_64.rpm 73 kB/s | 42 kB 00:00 DEBUG: (2/122): audit-libs-4.0.3-5.el10.x86_64.rpm 196 kB/s | 131 kB 00:00 DEBUG: (3/122): attr-2.5.2-5.el10.x86_64.rpm 93 kB/s | 64 kB 00:00 DEBUG: (4/122): basesystem-11-22.el10.noarch.rpm 35 kB/s | 4.3 kB 00:00 DEBUG: (5/122): bzip2-libs-1.0.8-25.el10.x86_64.rpm 346 kB/s | 42 kB 00:00 DEBUG: (6/122): centos-gpg-keys-10.0-21.el10.noarch.rp 216 kB/s | 26 kB 00:00 DEBUG: (7/122): centos-stream-release-10.0-21.el10.noa 241 kB/s | 30 kB 00:00 DEBUG: (8/122): centos-stream-repos-10.0-21.el10.noarc 98 kB/s | 12 kB 00:00 DEBUG: (9/122): ca-certificates-2025.2.80_v9.0.305-102 787 kB/s | 1.1 MB 00:01 DEBUG: (10/122): coreutils-9.5-7.el10.x86_64.rpm 793 kB/s | 1.1 MB 00:01 DEBUG: (11/122): crypto-policies-20260525-1.gitf5f5370 466 kB/s | 96 kB 00:00 DEBUG: (12/122): curl-8.12.1-6.el10.x86_64.rpm 582 kB/s | 216 kB 00:00 DEBUG: (13/122): cyrus-sasl-lib-2.1.28-27.el10.x86_64. 516 kB/s | 106 kB 00:00 DEBUG: (14/122): bash-5.2.26-6.el10.x86_64.rpm 661 kB/s | 1.8 MB 00:02 DEBUG: (15/122): dnf-data-4.20.0-23.el10.noarch.rpm 274 kB/s | 39 kB 00:00 DEBUG: (16/122): dbus-libs-1.14.10-5.el10.x86_64.rpm 543 kB/s | 156 kB 00:00 DEBUG: (17/122): elfutils-default-yama-scope-0.195-1.e 61 kB/s | 8.6 kB 00:00 DEBUG: (18/122): elfutils-libelf-0.195-1.el10.x86_64.r 552 kB/s | 205 kB 00:00 DEBUG: (19/122): expat-2.7.3-1.el10.x86_64.rpm 586 kB/s | 120 kB 00:00 DEBUG: (20/122): elfutils-libs-0.195-1.el10.x86_64.rpm 485 kB/s | 268 kB 00:00 DEBUG: (21/122): coreutils-common-9.5-7.el10.x86_64.rp 816 kB/s | 2.1 MB 00:02 DEBUG: (22/122): file-libs-5.45-12.el10.x86_64.rpm 601 kB/s | 763 kB 00:01 DEBUG: (23/122): findutils-4.10.0-5.el10.x86_64.rpm 702 kB/s | 551 kB 00:00 DEBUG: (24/122): gdbm-libs-1.23-14.el10.x86_64.rpm 277 kB/s | 57 kB 00:00 DEBUG: (25/122): gawk-5.3.0-6.el10.x86_64.rpm 621 kB/s | 1.1 MB 00:01 DEBUG: (26/122): glib2-2.80.4-13.el10.x86_64.rpm 827 kB/s | 3.0 MB 00:03 DEBUG: (27/122): glibc-common-2.39-124.el10.x86_64.rpm 705 kB/s | 320 kB 00:00 DEBUG: (28/122): filesystem-3.18-17.el10.x86_64.rpm 839 kB/s | 4.8 MB 00:05 DEBUG: (29/122): glibc-minimal-langpack-2.39-124.el10. 208 kB/s | 25 kB 00:00 DEBUG: (30/122): glibc-2.39-124.el10.x86_64.rpm 668 kB/s | 2.1 MB 00:03 DEBUG: (31/122): gmp-6.2.1-12.el10.x86_64.rpm 701 kB/s | 318 kB 00:00 DEBUG: (32/122): ima-evm-utils-1.6.2-5.el10.x86_64.rpm 350 kB/s | 72 kB 00:00 DEBUG: (33/122): json-c-0.18-3.el10.x86_64.rpm 372 kB/s | 45 kB 00:00 DEBUG: (34/122): grep-3.11-10.el10.x86_64.rpm 545 kB/s | 301 kB 00:00 DEBUG: (35/122): keyutils-1.6.3-5.el10.x86_64.rpm 368 kB/s | 76 kB 00:00 DEBUG: (36/122): keyutils-libs-1.6.3-5.el10.x86_64.rpm 229 kB/s | 33 kB 00:00 DEBUG: (37/122): libacl-2.3.2-4.el10.x86_64.rpm 180 kB/s | 25 kB 00:00 DEBUG: (38/122): gnutls-3.8.10-4.el10.x86_64.rpm 813 kB/s | 1.5 MB 00:01 DEBUG: (39/122): libarchive-3.7.7-8.el10.x86_64.rpm 548 kB/s | 414 kB 00:00 DEBUG: (40/122): krb5-libs-1.21.3-11.el10.x86_64.rpm 720 kB/s | 766 kB 00:01 DEBUG: (41/122): libattr-2.5.2-5.el10.x86_64.rpm 135 kB/s | 19 kB 00:00 DEBUG: (42/122): libblkid-2.40.2-20.el10.x86_64.rpm 609 kB/s | 124 kB 00:00 DEBUG: (43/122): libcap-ng-0.8.4-6.el10.x86_64.rpm 271 kB/s | 33 kB 00:00 DEBUG: (44/122): libcap-2.69-7.el10.x86_64.rpm 373 kB/s | 91 kB 00:00 DEBUG: (45/122): libcbor-0.11.0-3.el10.x86_64.rpm 279 kB/s | 34 kB 00:00 DEBUG: (46/122): libcom_err-1.47.1-5.el10.x86_64.rpm 183 kB/s | 26 kB 00:00 DEBUG: (47/122): libbrotli-1.1.0-7.el10.x86_64.rpm 640 kB/s | 344 kB 00:00 DEBUG: (48/122): libcomps-0.1.21-3.el10.x86_64.rpm 379 kB/s | 78 kB 00:00 DEBUG: (49/122): libeconf-0.6.2-4.el10.x86_64.rpm 273 kB/s | 33 kB 00:00 DEBUG: (50/122): libevent-2.1.12-16.el10.x86_64.rpm 702 kB/s | 261 kB 00:00 DEBUG: (51/122): libcurl-8.12.1-6.el10.x86_64.rpm 563 kB/s | 368 kB 00:00 DEBUG: (52/122): libffi-3.4.4-10.el10.x86_64.rpm 287 kB/s | 41 kB 00:00 DEBUG: (53/122): libfido2-1.14.0-7.el10.x86_64.rpm 487 kB/s | 98 kB 00:00 DEBUG: (54/122): libdnf-0.73.1-15.el10.x86_64.rpm 750 kB/s | 713 kB 00:00 DEBUG: (55/122): libgcc-14.3.1-4.4.el10.x86_64.rpm 402 kB/s | 140 kB 00:00 DEBUG: (56/122): libidn2-2.3.7-3.el10.x86_64.rpm 572 kB/s | 118 kB 00:00 DEBUG: (57/122): libgomp-14.3.1-4.4.el10.x86_64.rpm 675 kB/s | 363 kB 00:00 DEBUG: (58/122): libmount-2.40.2-20.el10.x86_64.rpm 536 kB/s | 154 kB 00:00 DEBUG: (59/122): libmodulemd-2.15.0-12.el10.x86_64.rpm 525 kB/s | 236 kB 00:00 DEBUG: (60/122): libnghttp2-1.68.0-4.el10.x86_64.rpm 354 kB/s | 73 kB 00:00 DEBUG: (61/122): libpsl-0.21.5-6.el10.x86_64.rpm 319 kB/s | 65 kB 00:00 DEBUG: (62/122): libselinux-3.10-2.el10.x86_64.rpm 481 kB/s | 97 kB 00:00 DEBUG: (63/122): librepo-1.19.0-1.el10.x86_64.rpm 387 kB/s | 94 kB 00:00 DEBUG: (64/122): libsemanage-3.10-1.el10.x86_64.rpm 583 kB/s | 122 kB 00:00 DEBUG: (65/122): libsmartcols-2.40.2-20.el10.x86_64.rp 408 kB/s | 82 kB 00:00 DEBUG: (66/122): libsepol-3.10-2.el10.x86_64.rpm 534 kB/s | 349 kB 00:00 DEBUG: (67/122): libssh-0.12.0-2.el10.x86_64.rpm 608 kB/s | 276 kB 00:00 DEBUG: (68/122): libsolv-0.7.33-5.el10.x86_64.rpm 692 kB/s | 428 kB 00:00 DEBUG: (69/122): libssh-config-0.12.0-2.el10.noarch.rp 58 kB/s | 8.2 kB 00:00 DEBUG: (70/122): libtasn1-4.20.0-5.el10.x86_64.rpm 364 kB/s | 74 kB 00:00 DEBUG: (71/122): libuuid-2.40.2-20.el10.x86_64.rpm 227 kB/s | 28 kB 00:00 DEBUG: (72/122): libverto-0.3.2-10.el10.x86_64.rpm 175 kB/s | 22 kB 00:00 DEBUG: (73/122): libxcrypt-4.4.36-10.el10.x86_64.rpm 587 kB/s | 120 kB 00:00 DEBUG: (74/122): libunistring-1.1-10.el10.x86_64.rpm 568 kB/s | 548 kB 00:00 DEBUG: (75/122): libstdc++-14.3.1-4.4.el10.x86_64.rpm 767 kB/s | 919 kB 00:01 DEBUG: (76/122): libyaml-0.2.5-16.el10.x86_64.rpm 254 kB/s | 62 kB 00:00 DEBUG: (77/122): libzstd-1.5.5-9.el10.x86_64.rpm 642 kB/s | 292 kB 00:00 DEBUG: (78/122): libxml2-2.12.5-11.el10.x86_64.rpm 727 kB/s | 691 kB 00:00 DEBUG: (79/122): lua-libs-5.4.8-1.el10.x86_64.rpm 372 kB/s | 131 kB 00:00 DEBUG: (80/122): mpdecimal-2.5.1-12.el10.x86_64.rpm 439 kB/s | 90 kB 00:00 DEBUG: (81/122): lz4-libs-1.9.4-8.el10.x86_64.rpm 278 kB/s | 68 kB 00:00 DEBUG: (82/122): ncurses-base-6.4-15.20240127.el10.noa 479 kB/s | 98 kB 00:00 DEBUG: (83/122): mpfr-4.2.1-8.el10.x86_64.rpm 649 kB/s | 346 kB 00:00 DEBUG: (84/122): openldap-2.6.13-1.el10.x86_64.rpm 648 kB/s | 240 kB 00:00 DEBUG: (85/122): ncurses-libs-6.4-15.20240127.el10.x86 517 kB/s | 337 kB 00:00 DEBUG: (86/122): openssl-fips-provider-3.5.5-3.el10.x8 785 kB/s | 813 kB 00:01 DEBUG: (87/122): p11-kit-0.26.2-1.el10.x86_64.rpm 581 kB/s | 558 kB 00:00 DEBUG: (88/122): p11-kit-trust-0.26.2-1.el10.x86_64.rp 488 kB/s | 140 kB 00:00 DEBUG: (89/122): pam-libs-1.6.1-10.el10.x86_64.rpm 228 kB/s | 56 kB 00:00 DEBUG: (90/122): pcre2-10.44-1.el10.3.x86_64.rpm 670 kB/s | 248 kB 00:00 DEBUG: (91/122): pcre2-syntax-10.44-1.el10.3.noarch.rp 436 kB/s | 151 kB 00:00 DEBUG: (92/122): popt-1.19-8.el10.x86_64.rpm 321 kB/s | 66 kB 00:00 DEBUG: (93/122): python3-3.12.13-2.el10.x86_64.rpm 235 kB/s | 28 kB 00:00 DEBUG: (94/122): publicsuffix-list-dafsa-20240107-5.el 242 kB/s | 59 kB 00:00 DEBUG: (95/122): python3-dbus-1.3.2-8.el10.x86_64.rpm 455 kB/s | 158 kB 00:00 DEBUG: (96/122): python3-dateutil-2.9.0.post0-1.el10.n 633 kB/s | 340 kB 00:00 DEBUG: (97/122): python3-dnf-4.20.0-23.el10.noarch.rpm 1.4 MB/s | 642 kB 00:00 DEBUG: (98/122): python3-dnf-plugins-core-4.7.0-10.el1 686 kB/s | 311 kB 00:00 DEBUG: (99/122): python3-hawkey-0.73.1-15.el10.x86_64. 734 kB/s | 105 kB 00:00 DEBUG: (100/122): openssl-libs-3.5.5-3.el10.x86_64.rpm 810 kB/s | 2.3 MB 00:02 DEBUG: (101/122): python3-libcomps-0.1.21-3.el10.x86_6 402 kB/s | 49 kB 00:00 DEBUG: (102/122): python3-libdnf-0.73.1-15.el10.x86_64 3.4 MB/s | 864 kB 00:00 DEBUG: (103/122): python3-rpm-4.19.1.1-23.el10.x86_64. 446 kB/s | 63 kB 00:00 DEBUG: (104/122): python3-six-1.16.0-16.el10.noarch.rp 296 kB/s | 42 kB 00:00 DEBUG: (105/122): python3-systemd-235-11.el10.x86_64.r 761 kB/s | 108 kB 00:00 DEBUG: (106/122): readline-8.2-11.el10.x86_64.rpm 1.2 MB/s | 214 kB 00:00 DEBUG: (107/122): rpm-4.19.1.1-23.el10.x86_64.rpm 3.7 MB/s | 560 kB 00:00 DEBUG: (108/122): rpm-build-libs-4.19.1.1-23.el10.x86_ 648 kB/s | 92 kB 00:00 DEBUG: (109/122): rpm-libs-4.19.1.1-23.el10.x86_64.rpm 2.1 MB/s | 309 kB 00:00 DEBUG: (110/122): rpm-sequoia-1.10.2.1-1.el10.x86_64.r 3.8 MB/s | 958 kB 00:00 DEBUG: (111/122): rpm-sign-libs-4.19.1.1-23.el10.x86_6 155 kB/s | 22 kB 00:00 DEBUG: (112/122): sed-4.9-5.el10.x86_64.rpm 2.2 MB/s | 318 kB 00:00 DEBUG: (113/122): python3-pip-wheel-23.3.2-11.el10.noa 809 kB/s | 1.5 MB 00:01 DEBUG: (114/122): setup-2.14.5-7.el10.noarch.rpm 1.1 MB/s | 153 kB 00:00 DEBUG: (115/122): shadow-utils-4.15.0-11.el10.x86_64.r 3.8 MB/s | 1.3 MB 00:00 DEBUG: (116/122): systemd-libs-257-25.el10.x86_64.rpm 3.4 MB/s | 843 kB 00:00 DEBUG: (117/122): tpm2-tss-4.1.3-6.el10.x86_64.rpm 3.0 MB/s | 435 kB 00:00 DEBUG: (118/122): sqlite-libs-3.46.1-5.el10.x86_64.rpm 785 kB/s | 745 kB 00:00 DEBUG: (119/122): tzdata-2026b-1.el10.noarch.rpm 3.6 MB/s | 904 kB 00:00 DEBUG: (120/122): xz-libs-5.6.2-4.el10.x86_64.rpm 810 kB/s | 113 kB 00:00 DEBUG: (121/122): zlib-ng-compat-2.2.3-3.el10.x86_64.r 323 kB/s | 76 kB 00:00 DEBUG: (122/122): python3-libs-3.12.13-2.el10.x86_64.r 842 kB/s | 9.5 MB 00:11 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 1.8 MB/s | 57 MB 00:31 DEBUG: CentOS Stream 10 - BaseOS 1.6 MB/s | 1.6 kB 00:00 DEBUG: Importing GPG key 0x8483C65D: DEBUG: Userid : "CentOS (CentOS Official Signing Key) " DEBUG: Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D DEBUG: From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 DEBUG: Key imported successfully DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : libgcc-14.3.1-4.4.el10.x86_64 1/122 DEBUG: Running scriptlet: libgcc-14.3.1-4.4.el10.x86_64 1/122 DEBUG: Installing : tzdata-2026b-1.el10.noarch 2/122 DEBUG: Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 3/122 DEBUG: Installing : pcre2-syntax-10.44-1.el10.3.noarch 4/122 DEBUG: Installing : ncurses-base-6.4-15.20240127.el10.noarch 5/122 DEBUG: Installing : libssh-config-0.12.0-2.el10.noarch 6/122 DEBUG: Installing : dnf-data-4.20.0-23.el10.noarch 7/122 DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: Installing : coreutils-common-9.5-7.el10.x86_64 8/122 DEBUG: Installing : centos-gpg-keys-10.0-21.el10.noarch 9/122 DEBUG: Installing : centos-stream-repos-10.0-21.el10.noarch 10/122 DEBUG: Installing : centos-stream-release-10.0-21.el10.noarch 11/122 DEBUG: Installing : setup-2.14.5-7.el10.noarch 12/122 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.14.5-7.el10.noarch 12/122 DEBUG: Installing : filesystem-3.18-17.el10.x86_64 13/122 DEBUG: Installing : basesystem-11-22.el10.noarch 14/122 DEBUG: Installing : glibc-minimal-langpack-2.39-124.el10.x86_64 15/122 DEBUG: Installing : glibc-common-2.39-124.el10.x86_64 16/122 DEBUG: Running scriptlet: glibc-2.39-124.el10.x86_64 17/122 DEBUG: Installing : glibc-2.39-124.el10.x86_64 17/122 DEBUG: Running scriptlet: glibc-2.39-124.el10.x86_64 17/122 DEBUG: Installing : ncurses-libs-6.4-15.20240127.el10.x86_64 18/122 DEBUG: Installing : bash-5.2.26-6.el10.x86_64 19/122 DEBUG: Running scriptlet: bash-5.2.26-6.el10.x86_64 19/122 DEBUG: Installing : zlib-ng-compat-2.2.3-3.el10.x86_64 20/122 DEBUG: Installing : bzip2-libs-1.0.8-25.el10.x86_64 21/122 DEBUG: Installing : xz-libs-1:5.6.2-4.el10.x86_64 22/122 DEBUG: Installing : libzstd-1.5.5-9.el10.x86_64 23/122 DEBUG: Installing : libxml2-2.12.5-11.el10.x86_64 24/122 DEBUG: Running scriptlet: crypto-policies-20260525-1.gitf5f5370.el10.noarc 25/122 DEBUG: Installing : crypto-policies-20260525-1.gitf5f5370.el10.noarc 25/122 DEBUG: Running scriptlet: crypto-policies-20260525-1.gitf5f5370.el10.noarc 25/122 DEBUG: Installing : libattr-2.5.2-5.el10.x86_64 26/122 DEBUG: Installing : libacl-2.3.2-4.el10.x86_64 27/122 DEBUG: Installing : libffi-3.4.4-10.el10.x86_64 28/122 DEBUG: Installing : libuuid-2.40.2-20.el10.x86_64 29/122 DEBUG: Installing : popt-1.19-8.el10.x86_64 30/122 DEBUG: Installing : sqlite-libs-3.46.1-5.el10.x86_64 31/122 DEBUG: Installing : gmp-1:6.2.1-12.el10.x86_64 32/122 DEBUG: Installing : keyutils-libs-1.6.3-5.el10.x86_64 33/122 DEBUG: Installing : libstdc++-14.3.1-4.4.el10.x86_64 34/122 DEBUG: Installing : libtasn1-4.20.0-5.el10.x86_64 35/122 DEBUG: Installing : libunistring-1.1-10.el10.x86_64 36/122 DEBUG: Installing : libidn2-2.3.7-3.el10.x86_64 37/122 DEBUG: Installing : libxcrypt-4.4.36-10.el10.x86_64 38/122 DEBUG: Installing : pcre2-10.44-1.el10.3.x86_64 39/122 DEBUG: Installing : p11-kit-0.26.2-1.el10.x86_64 40/122 DEBUG: Installing : elfutils-libelf-0.195-1.el10.x86_64 41/122 DEBUG: Installing : readline-8.2-11.el10.x86_64 42/122 DEBUG: Installing : expat-2.7.3-1.el10.x86_64 43/122 DEBUG: Installing : gdbm-libs-1:1.23-14.el10.x86_64 44/122 DEBUG: Installing : json-c-0.18-3.el10.x86_64 45/122 DEBUG: Installing : libeconf-0.6.2-4.el10.x86_64 46/122 DEBUG: Installing : libsepol-3.10-2.el10.x86_64 47/122 DEBUG: Installing : libselinux-3.10-2.el10.x86_64 48/122 DEBUG: Installing : sed-4.9-5.el10.x86_64 49/122 DEBUG: Installing : findutils-1:4.10.0-5.el10.x86_64 50/122 DEBUG: Installing : libsmartcols-2.40.2-20.el10.x86_64 51/122 DEBUG: Installing : lua-libs-5.4.8-1.el10.x86_64 52/122 DEBUG: Installing : cyrus-sasl-lib-2.1.28-27.el10.x86_64 53/122 DEBUG: Installing : libcomps-0.1.21-3.el10.x86_64 54/122 DEBUG: Installing : grep-3.11-10.el10.x86_64 55/122 DEBUG: Installing : libpsl-0.21.5-6.el10.x86_64 56/122 DEBUG: Installing : keyutils-1.6.3-5.el10.x86_64 57/122 DEBUG: Installing : mpfr-4.2.1-8.el10.x86_64 58/122 DEBUG: Installing : gawk-5.3.0-6.el10.x86_64 59/122 DEBUG: Installing : libblkid-2.40.2-20.el10.x86_64 60/122 DEBUG: Installing : libmount-2.40.2-20.el10.x86_64 61/122 DEBUG: Installing : attr-2.5.2-5.el10.x86_64 62/122 DEBUG: Installing : file-libs-5.45-12.el10.x86_64 63/122 DEBUG: Installing : elfutils-default-yama-scope-0.195-1.el10.noarch 64/122 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.195-1.el10.noarch 64/122 DEBUG: Installing : elfutils-libs-0.195-1.el10.x86_64 65/122 DEBUG: Installing : alternatives-1.30-2.el10.x86_64 66/122 DEBUG: Installing : p11-kit-trust-0.26.2-1.el10.x86_64 67/122 DEBUG: Running scriptlet: p11-kit-trust-0.26.2-1.el10.x86_64 67/122 DEBUG: Installing : gnutls-3.8.10-4.el10.x86_64 68/122 DEBUG: Installing : glib2-2.80.4-13.el10.x86_64 69/122 DEBUG: Installing : libbrotli-1.1.0-7.el10.x86_64 70/122 DEBUG: Installing : libcap-ng-0.8.4-6.el10.x86_64 71/122 DEBUG: Installing : audit-libs-4.0.3-5.el10.x86_64 72/122 DEBUG: Installing : pam-libs-1.6.1-10.el10.x86_64 73/122 DEBUG: Installing : libcap-2.69-7.el10.x86_64 74/122 DEBUG: Installing : openssl-fips-provider-1:3.5.5-3.el10.x86_64 75/122 DEBUG: Installing : openssl-libs-1:3.5.5-3.el10.x86_64 76/122 DEBUG: Installing : coreutils-9.5-7.el10.x86_64 77/122 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 78/122 DEBUG: Installing : ca-certificates-2025.2.80_v9.0.305-102.el10.noar 78/122 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 78/122 DEBUG: Installing : systemd-libs-257-25.el10.x86_64 79/122 DEBUG: Installing : dbus-libs-1:1.14.10-5.el10.x86_64 80/122 DEBUG: Installing : python3-pip-wheel-23.3.2-11.el10.noarch 81/122 DEBUG: Installing : libevent-2.1.12-16.el10.x86_64 82/122 DEBUG: Installing : rpm-sequoia-1.10.2.1-1.el10.x86_64 83/122 DEBUG: Installing : rpm-libs-4.19.1.1-23.el10.x86_64 84/122 DEBUG: Installing : libsolv-0.7.33-5.el10.x86_64 85/122 DEBUG: Installing : libsemanage-3.10-1.el10.x86_64 86/122 DEBUG: Installing : shadow-utils-2:4.15.0-11.el10.x86_64 87/122 DEBUG: Installing : openldap-2.6.13-1.el10.x86_64 88/122 DEBUG: Running scriptlet: tpm2-tss-4.1.3-6.el10.x86_64 89/122 DEBUG: useradd: Warning: missing or non-executable shell '/usr/sbin/nologin' DEBUG: Installing : tpm2-tss-4.1.3-6.el10.x86_64 89/122 DEBUG: Installing : ima-evm-utils-1.6.2-5.el10.x86_64 90/122 DEBUG: Installing : rpm-sign-libs-4.19.1.1-23.el10.x86_64 91/122 DEBUG: Installing : libcbor-0.11.0-3.el10.x86_64 92/122 DEBUG: Installing : libfido2-1.14.0-7.el10.x86_64 93/122 DEBUG: Installing : libcom_err-1.47.1-5.el10.x86_64 94/122 DEBUG: Installing : libgomp-14.3.1-4.4.el10.x86_64 95/122 DEBUG: Installing : rpm-build-libs-4.19.1.1-23.el10.x86_64 96/122 DEBUG: Installing : libnghttp2-1.68.0-4.el10.x86_64 97/122 DEBUG: Installing : libverto-0.3.2-10.el10.x86_64 98/122 DEBUG: Installing : krb5-libs-1.21.3-11.el10.x86_64 99/122 DEBUG: Installing : libssh-0.12.0-2.el10.x86_64 100/122 DEBUG: Installing : libcurl-8.12.1-6.el10.x86_64 101/122 DEBUG: Installing : curl-8.12.1-6.el10.x86_64 102/122 DEBUG: Installing : librepo-1.19.0-1.el10.x86_64 103/122 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 104/122 DEBUG: Installing : libmodulemd-2.15.0-12.el10.x86_64 105/122 DEBUG: Installing : libdnf-0.73.1-15.el10.x86_64 106/122 DEBUG: Installing : lz4-libs-1.9.4-8.el10.x86_64 107/122 DEBUG: Installing : libarchive-3.7.7-8.el10.x86_64 108/122 DEBUG: Installing : mpdecimal-2.5.1-12.el10.x86_64 109/122 DEBUG: Installing : python3-3.12.13-2.el10.x86_64 110/122 DEBUG: Installing : python3-libs-3.12.13-2.el10.x86_64 111/122 DEBUG: Installing : python3-libdnf-0.73.1-15.el10.x86_64 112/122 DEBUG: Installing : python3-hawkey-0.73.1-15.el10.x86_64 113/122 DEBUG: Installing : python3-libcomps-0.1.21-3.el10.x86_64 114/122 DEBUG: Installing : python3-dbus-1.3.2-8.el10.x86_64 115/122 DEBUG: Installing : python3-rpm-4.19.1.1-23.el10.x86_64 116/122 DEBUG: Installing : python3-dnf-4.20.0-23.el10.noarch 117/122 DEBUG: Installing : python3-six-1.16.0-16.el10.noarch 118/122 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 119/122 DEBUG: Installing : python3-systemd-235-11.el10.x86_64 120/122 DEBUG: Installing : python3-dnf-plugins-core-4.7.0-10.el10.noarch 121/122 DEBUG: Running scriptlet: rpm-4.19.1.1-23.el10.x86_64 122/122 DEBUG: Installing : rpm-4.19.1.1-23.el10.x86_64 122/122 DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 122/122 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 122/122 DEBUG: Running scriptlet: rpm-4.19.1.1-23.el10.x86_64 122/122 DEBUG: Installed products updated. DEBUG: Installed: DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: attr-2.5.2-5.el10.x86_64 DEBUG: audit-libs-4.0.3-5.el10.x86_64 DEBUG: basesystem-11-22.el10.noarch DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.el10.noarch DEBUG: centos-gpg-keys-10.0-21.el10.noarch DEBUG: centos-stream-release-10.0-21.el10.noarch DEBUG: centos-stream-repos-10.0-21.el10.noarch DEBUG: coreutils-9.5-7.el10.x86_64 DEBUG: coreutils-common-9.5-7.el10.x86_64 DEBUG: crypto-policies-20260525-1.gitf5f5370.el10.noarch DEBUG: curl-8.12.1-6.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: dbus-libs-1:1.14.10-5.el10.x86_64 DEBUG: dnf-data-4.20.0-23.el10.noarch DEBUG: elfutils-default-yama-scope-0.195-1.el10.noarch DEBUG: elfutils-libelf-0.195-1.el10.x86_64 DEBUG: elfutils-libs-0.195-1.el10.x86_64 DEBUG: expat-2.7.3-1.el10.x86_64 DEBUG: file-libs-5.45-12.el10.x86_64 DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: findutils-1:4.10.0-5.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 DEBUG: glib2-2.80.4-13.el10.x86_64 DEBUG: glibc-2.39-124.el10.x86_64 DEBUG: glibc-common-2.39-124.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-124.el10.x86_64 DEBUG: gmp-1:6.2.1-12.el10.x86_64 DEBUG: gnutls-3.8.10-4.el10.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: ima-evm-utils-1.6.2-5.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: krb5-libs-1.21.3-11.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libarchive-3.7.7-8.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libblkid-2.40.2-20.el10.x86_64 DEBUG: libbrotli-1.1.0-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libcom_err-1.47.1-5.el10.x86_64 DEBUG: libcomps-0.1.21-3.el10.x86_64 DEBUG: libcurl-8.12.1-6.el10.x86_64 DEBUG: libdnf-0.73.1-15.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libgcc-14.3.1-4.4.el10.x86_64 DEBUG: libgomp-14.3.1-4.4.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libmodulemd-2.15.0-12.el10.x86_64 DEBUG: libmount-2.40.2-20.el10.x86_64 DEBUG: libnghttp2-1.68.0-4.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: librepo-1.19.0-1.el10.x86_64 DEBUG: libselinux-3.10-2.el10.x86_64 DEBUG: libsemanage-3.10-1.el10.x86_64 DEBUG: libsepol-3.10-2.el10.x86_64 DEBUG: libsmartcols-2.40.2-20.el10.x86_64 DEBUG: libsolv-0.7.33-5.el10.x86_64 DEBUG: libssh-0.12.0-2.el10.x86_64 DEBUG: libssh-config-0.12.0-2.el10.noarch DEBUG: libstdc++-14.3.1-4.4.el10.x86_64 DEBUG: libtasn1-4.20.0-5.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libuuid-2.40.2-20.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libxml2-2.12.5-11.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: lua-libs-5.4.8-1.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: mpfr-4.2.1-8.el10.x86_64 DEBUG: ncurses-base-6.4-15.20240127.el10.noarch DEBUG: ncurses-libs-6.4-15.20240127.el10.x86_64 DEBUG: openldap-2.6.13-1.el10.x86_64 DEBUG: openssl-fips-provider-1:3.5.5-3.el10.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el10.x86_64 DEBUG: p11-kit-0.26.2-1.el10.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el10.x86_64 DEBUG: pam-libs-1.6.1-10.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: popt-1.19-8.el10.x86_64 DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: python3-3.12.13-2.el10.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch DEBUG: python3-dbus-1.3.2-8.el10.x86_64 DEBUG: python3-dnf-4.20.0-23.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-10.el10.noarch DEBUG: python3-hawkey-0.73.1-15.el10.x86_64 DEBUG: python3-libcomps-0.1.21-3.el10.x86_64 DEBUG: python3-libdnf-0.73.1-15.el10.x86_64 DEBUG: python3-libs-3.12.13-2.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-11.el10.noarch DEBUG: python3-rpm-4.19.1.1-23.el10.x86_64 DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: python3-systemd-235-11.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: rpm-4.19.1.1-23.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-23.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-23.el10.x86_64 DEBUG: rpm-sequoia-1.10.2.1-1.el10.x86_64 DEBUG: rpm-sign-libs-4.19.1.1-23.el10.x86_64 DEBUG: sed-4.9-5.el10.x86_64 DEBUG: setup-2.14.5-7.el10.noarch DEBUG: shadow-utils-2:4.15.0-11.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: systemd-libs-257-25.el10.x86_64 DEBUG: tpm2-tss-4.1.3-6.el10.x86_64 DEBUG: tzdata-2026b-1.el10.noarch DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-3.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish(bootstrap): installing dnf tooling DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/etc/os-release DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start(bootstrap): creating root cache DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/centos-stream-10-x86_64-bootstrap/root_cache/cache.tar.gz', '-C', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish(bootstrap): creating root cache Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/result INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64/root_cache/ DEBUG: created dir: /var/cache/mock/centos-stream-10-x86_64/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-10-x86_64/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 46 bits physical, 57 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 1 DEBUG: On-line CPU(s) list: 0 DEBUG: Vendor ID: GenuineIntel DEBUG: Model name: Intel Xeon Processor (Icelake) DEBUG: CPU family: 6 DEBUG: Model: 134 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 1 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 4589.21 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 wbnoinvd arat vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm md_clear arch_capabilities DEBUG: Virtualization: VT-x DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32 KiB (1 instance) DEBUG: L1i cache: 32 KiB (1 instance) DEBUG: L2 cache: 4 MiB (1 instance) DEBUG: L3 cache: 16 MiB (1 instance) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: Mitigation; Aligned branch/return thunks DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown DEBUG: Vulnerability Old microcode: Not affected DEBUG: Vulnerability Reg file data sampling: Vulnerable: No microcode DEBUG: Vulnerability Retbleed: Not affected DEBUG: Vulnerability Spec rstack overflow: Not affected DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS Not affected; BHI SW loop, KVM SW loop DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: Not affected DEBUG: Vulnerability Tsx async abort: Mitigation; TSX disabled DEBUG: Vulnerability Vmscape: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 1.7Gi 548Mi 117Mi 7.9Mi 1.2Gi 1.1Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/centos-stream-10-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 4.5G 15G 24% / DEBUG: /dev/vda3 xfs 20G 4.5G 15G 24% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/log DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/rpm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/tmp DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/tmp/ccache DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/tmp DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/yum DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/run/lock DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/pts DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/shm DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/mapper DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/dev/mapper DEBUG: kernel version == 6.12.0-233.el10.x86_64 DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/etc/fstab DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/centos-stream-10-x86_64/root DEBUG: resultdir = /var/lib/mock/centos-stream-10-x86_64/result INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-10-x86_64/yum_cache', '/var/lib/mock/centos-stream-10-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-10-x86_64/dnf_cache', '/var/lib/mock/centos-stream-10-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-10-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.7hnjijt_', '/var/lib/mock/centos-stream-10-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-10-x86_64/root', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/installation-homedir DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'bash', 'bzip2', 'centos-stream-release', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'patch', 'redhat-rpm-config', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.z37yeq90:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '17db76e0f18f45779186eb35a1734e86', '-D', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.z37yeq90:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/centos-stream-10-x86_64/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'bash', 'bzip2', 'centos-stream-release', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'patch', 'redhat-rpm-config', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-10-x86_64/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: CentOS Stream 10 - BaseOS 19 MB/s | 7.0 MB 00:00 DEBUG: CentOS Stream 10 - AppStream 3.2 MB/s | 3.6 MB 00:01 DEBUG: CentOS Stream 10 - CRB 1.9 MB/s | 840 kB 00:00 DEBUG: CentOS Stream 10 - Extras packages 23 kB/s | 10 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: bash x86_64 5.2.26-6.el10 baseos 1.8 M DEBUG: bzip2 x86_64 1.0.8-25.el10 baseos 54 k DEBUG: centos-stream-release noarch 10.0-21.el10 baseos 30 k DEBUG: coreutils x86_64 9.5-7.el10 baseos 1.1 M DEBUG: cpio x86_64 2.15-3.el10 baseos 292 k DEBUG: diffutils x86_64 3.10-8.el10 baseos 409 k DEBUG: findutils x86_64 1:4.10.0-5.el10 baseos 551 k DEBUG: gawk x86_64 5.3.0-6.el10 baseos 1.1 M DEBUG: glibc-minimal-langpack x86_64 2.39-124.el10 baseos 25 k DEBUG: grep x86_64 3.11-10.el10 baseos 301 k DEBUG: gzip x86_64 1.13-3.el10 baseos 170 k DEBUG: info x86_64 7.1-6.el10 baseos 183 k DEBUG: patch x86_64 2.7.6-26.el10 appstream 132 k DEBUG: redhat-rpm-config noarch 295-1.el10 appstream 74 k DEBUG: rpm-build x86_64 4.19.1.1-23.el10 appstream 75 k DEBUG: sed x86_64 4.9-5.el10 baseos 318 k DEBUG: shadow-utils x86_64 2:4.15.0-11.el10 baseos 1.3 M DEBUG: tar x86_64 2:1.35-11.el10 baseos 866 k DEBUG: unzip x86_64 6.0-69.el10 baseos 190 k DEBUG: util-linux x86_64 2.40.2-20.el10 baseos 1.3 M DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: xz x86_64 1:5.6.2-4.el10 baseos 481 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.30-2.el10 baseos 42 k DEBUG: audit-libs x86_64 4.0.3-5.el10 baseos 131 k DEBUG: authselect x86_64 1.5.2-1.el10 baseos 211 k DEBUG: authselect-libs x86_64 1.5.2-1.el10 baseos 254 k DEBUG: basesystem noarch 11-22.el10 baseos 4.3 k DEBUG: binutils x86_64 2.41-65.el10 baseos 6.4 M DEBUG: binutils-gold x86_64 2.41-65.el10 baseos 795 k DEBUG: bzip2-libs x86_64 1.0.8-25.el10 baseos 42 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-102.el10 baseos 1.1 M DEBUG: centos-gpg-keys noarch 10.0-21.el10 baseos 26 k DEBUG: centos-stream-repos noarch 10.0-21.el10 baseos 12 k DEBUG: coreutils-common x86_64 9.5-7.el10 baseos 2.1 M DEBUG: cracklib x86_64 2.9.11-8.el10 baseos 96 k DEBUG: cracklib-dicts x86_64 2.9.11-8.el10 baseos 3.6 M DEBUG: crypto-policies noarch 20260525-1.gitf5f5370.el10 baseos 96 k DEBUG: curl x86_64 8.12.1-6.el10 baseos 216 k DEBUG: cyrus-sasl-lib x86_64 2.1.28-27.el10 baseos 106 k DEBUG: debugedit x86_64 5.3-2.el10 appstream 87 k DEBUG: dwz x86_64 0.16-1.el10 appstream 140 k DEBUG: ed x86_64 1.20-5.el10 baseos 83 k DEBUG: efi-srpm-macros noarch 6-8.el10 appstream 23 k DEBUG: elfutils x86_64 0.195-1.el10 baseos 578 k DEBUG: elfutils-debuginfod-client x86_64 0.195-1.el10 baseos 44 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el10 baseos 8.6 k DEBUG: elfutils-libelf x86_64 0.195-1.el10 baseos 205 k DEBUG: elfutils-libs x86_64 0.195-1.el10 baseos 268 k DEBUG: file x86_64 5.45-12.el10 baseos 48 k DEBUG: file-libs x86_64 5.45-12.el10 baseos 763 k DEBUG: filesystem x86_64 3.18-17.el10 baseos 4.8 M DEBUG: fonts-srpm-macros noarch 1:2.0.5-18.el10 appstream 27 k DEBUG: forge-srpm-macros noarch 0.4.0-6.el10 appstream 21 k DEBUG: gdb-minimal x86_64 16.3-3.el10 appstream 4.4 M DEBUG: gdbm x86_64 1:1.23-14.el10 baseos 151 k DEBUG: gdbm-libs x86_64 1:1.23-14.el10 baseos 57 k DEBUG: glibc x86_64 2.39-124.el10 baseos 2.1 M DEBUG: glibc-common x86_64 2.39-124.el10 baseos 320 k DEBUG: glibc-gconv-extra x86_64 2.39-124.el10 baseos 1.7 M DEBUG: gmp x86_64 1:6.2.1-12.el10 baseos 318 k DEBUG: go-srpm-macros noarch 3.8.0-1.el10 appstream 27 k DEBUG: jansson x86_64 2.14-3.el10 baseos 46 k DEBUG: json-c x86_64 0.18-3.el10 baseos 45 k DEBUG: kernel-srpm-macros noarch 1.0-27.el10 appstream 8.7 k DEBUG: keyutils-libs x86_64 1.6.3-5.el10 baseos 33 k DEBUG: krb5-libs x86_64 1.21.3-11.el10 baseos 766 k DEBUG: libacl x86_64 2.3.2-4.el10 baseos 25 k DEBUG: libarchive x86_64 3.7.7-8.el10 baseos 414 k DEBUG: libattr x86_64 2.5.2-5.el10 baseos 19 k DEBUG: libblkid x86_64 2.40.2-20.el10 baseos 124 k DEBUG: libbrotli x86_64 1.1.0-7.el10 baseos 344 k DEBUG: libcap x86_64 2.69-7.el10 baseos 91 k DEBUG: libcap-ng x86_64 0.8.4-6.el10 baseos 33 k DEBUG: libcbor x86_64 0.11.0-3.el10 baseos 34 k DEBUG: libcom_err x86_64 1.47.1-5.el10 baseos 26 k DEBUG: libcurl x86_64 8.12.1-6.el10 baseos 368 k DEBUG: libeconf x86_64 0.6.2-4.el10 baseos 33 k DEBUG: libevent x86_64 2.1.12-16.el10 baseos 261 k DEBUG: libfdisk x86_64 2.40.2-20.el10 baseos 160 k DEBUG: libffi x86_64 3.4.4-10.el10 baseos 41 k DEBUG: libfido2 x86_64 1.14.0-7.el10 baseos 98 k DEBUG: libgcc x86_64 14.3.1-4.4.el10 baseos 140 k DEBUG: libgomp x86_64 14.3.1-4.4.el10 baseos 363 k DEBUG: libidn2 x86_64 2.3.7-3.el10 baseos 118 k DEBUG: libmount x86_64 2.40.2-20.el10 baseos 154 k DEBUG: libnghttp2 x86_64 1.68.0-4.el10 baseos 73 k DEBUG: libpkgconf x86_64 2.1.0-3.el10 baseos 39 k DEBUG: libpsl x86_64 0.21.5-6.el10 baseos 65 k DEBUG: libpwquality x86_64 1.4.5-12.el10 baseos 123 k DEBUG: libselinux x86_64 3.10-2.el10 baseos 97 k DEBUG: libsemanage x86_64 3.10-1.el10 baseos 122 k DEBUG: libsepol x86_64 3.10-2.el10 baseos 349 k DEBUG: libsmartcols x86_64 2.40.2-20.el10 baseos 82 k DEBUG: libssh x86_64 0.12.0-2.el10 baseos 276 k DEBUG: libssh-config noarch 0.12.0-2.el10 baseos 8.2 k DEBUG: libstdc++ x86_64 14.3.1-4.4.el10 baseos 919 k DEBUG: libtasn1 x86_64 4.20.0-5.el10 baseos 74 k DEBUG: libunistring x86_64 1.1-10.el10 baseos 548 k DEBUG: libutempter x86_64 1.2.1-15.el10 baseos 27 k DEBUG: libuuid x86_64 2.40.2-20.el10 baseos 28 k DEBUG: libverto x86_64 0.3.2-10.el10 baseos 22 k DEBUG: libxcrypt x86_64 4.4.36-10.el10 baseos 120 k DEBUG: libxml2 x86_64 2.12.5-11.el10 baseos 691 k DEBUG: libzstd x86_64 1.5.5-9.el10 baseos 292 k DEBUG: lua-libs x86_64 5.4.8-1.el10 baseos 131 k DEBUG: lua-srpm-macros noarch 1-15.el10 appstream 9.8 k DEBUG: lz4-libs x86_64 1.9.4-8.el10 baseos 68 k DEBUG: mpfr x86_64 4.2.1-8.el10 baseos 346 k DEBUG: ncurses-base noarch 6.4-15.20240127.el10 baseos 98 k DEBUG: ncurses-libs x86_64 6.4-15.20240127.el10 baseos 337 k DEBUG: ocaml-srpm-macros noarch 10-4.el10 appstream 10 k DEBUG: openblas-srpm-macros noarch 2-19.el10 appstream 8.7 k DEBUG: openldap x86_64 2.6.13-1.el10 baseos 240 k DEBUG: openssl-fips-provider x86_64 1:3.5.5-3.el10 baseos 813 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el10 baseos 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el10 baseos 558 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el10 baseos 140 k DEBUG: package-notes-srpm-macros noarch 0.5-13.el10 appstream 10 k DEBUG: pam x86_64 1.6.1-10.el10 baseos 584 k DEBUG: pam-libs x86_64 1.6.1-10.el10 baseos 56 k DEBUG: pcre2 x86_64 10.44-1.el10.3 baseos 248 k DEBUG: pcre2-syntax noarch 10.44-1.el10.3 baseos 151 k DEBUG: perl-srpm-macros noarch 1-57.el10 appstream 9.5 k DEBUG: pkgconf x86_64 2.1.0-3.el10 baseos 45 k DEBUG: pkgconf-m4 noarch 2.1.0-3.el10 baseos 15 k DEBUG: pkgconf-pkg-config x86_64 2.1.0-3.el10 baseos 11 k DEBUG: popt x86_64 1.19-8.el10 baseos 66 k DEBUG: publicsuffix-list-dafsa noarch 20240107-5.el10 baseos 59 k DEBUG: pyproject-srpm-macros noarch 1.18.5-1.el10 appstream 13 k DEBUG: python-srpm-macros noarch 3.12-11.el10 appstream 22 k DEBUG: qt6-srpm-macros noarch 6.10.1-1.el10 appstream 9.1 k DEBUG: readline x86_64 8.2-11.el10 baseos 214 k DEBUG: rpm x86_64 4.19.1.1-23.el10 baseos 560 k DEBUG: rpm-build-libs x86_64 4.19.1.1-23.el10 baseos 92 k DEBUG: rpm-libs x86_64 4.19.1.1-23.el10 baseos 309 k DEBUG: rpm-sequoia x86_64 1.10.2.1-1.el10 baseos 958 k DEBUG: rust-toolset-srpm-macros noarch 1.95.0-1.el10 appstream 10 k DEBUG: setup noarch 2.14.5-7.el10 baseos 153 k DEBUG: sqlite-libs x86_64 3.46.1-5.el10 baseos 745 k DEBUG: systemd-libs x86_64 257-25.el10 baseos 843 k DEBUG: util-linux-core x86_64 2.40.2-20.el10 baseos 550 k DEBUG: xz-libs x86_64 1:5.6.2-4.el10 baseos 113 k DEBUG: zip x86_64 3.0-45.el10 baseos 270 k DEBUG: zlib-ng-compat x86_64 2.2.3-3.el10 baseos 76 k DEBUG: zstd x86_64 1.5.5-9.el10 baseos 464 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 145 Packages DEBUG: Total download size: 61 M DEBUG: Installed size: 189 M DEBUG: Downloading Packages: DEBUG: (1/145): alternatives-1.30-2.el10.x86_64.rpm 212 kB/s | 42 kB 00:00 DEBUG: (2/145): audit-libs-4.0.3-5.el10.x86_64.rpm 486 kB/s | 131 kB 00:00 DEBUG: (3/145): authselect-1.5.2-1.el10.x86_64.rpm 634 kB/s | 211 kB 00:00 DEBUG: (4/145): authselect-libs-1.5.2-1.el10.x86_64.rp 1.6 MB/s | 254 kB 00:00 DEBUG: (5/145): basesystem-11-22.el10.noarch.rpm 48 kB/s | 4.3 kB 00:00 DEBUG: (6/145): bash-5.2.26-6.el10.x86_64.rpm 7.8 MB/s | 1.8 MB 00:00 DEBUG: (7/145): binutils-gold-2.41-65.el10.x86_64.rpm 2.9 MB/s | 795 kB 00:00 DEBUG: (8/145): binutils-2.41-65.el10.x86_64.rpm 17 MB/s | 6.4 MB 00:00 DEBUG: (9/145): bzip2-1.0.8-25.el10.x86_64.rpm 340 kB/s | 54 kB 00:00 DEBUG: (10/145): bzip2-libs-1.0.8-25.el10.x86_64.rpm 399 kB/s | 42 kB 00:00 DEBUG: (11/145): centos-gpg-keys-10.0-21.el10.noarch.r 618 kB/s | 26 kB 00:00 DEBUG: (12/145): centos-stream-release-10.0-21.el10.no 662 kB/s | 30 kB 00:00 DEBUG: (13/145): ca-certificates-2025.2.80_v9.0.305-10 7.6 MB/s | 1.1 MB 00:00 DEBUG: (14/145): centos-stream-repos-10.0-21.el10.noar 118 kB/s | 12 kB 00:00 DEBUG: (15/145): coreutils-9.5-7.el10.x86_64.rpm 7.8 MB/s | 1.1 MB 00:00 DEBUG: (16/145): coreutils-common-9.5-7.el10.x86_64.rp 13 MB/s | 2.1 MB 00:00 DEBUG: (17/145): cpio-2.15-3.el10.x86_64.rpm 1.7 MB/s | 292 kB 00:00 DEBUG: (18/145): cracklib-2.9.11-8.el10.x86_64.rpm 631 kB/s | 96 kB 00:00 DEBUG: (19/145): cracklib-dicts-2.9.11-8.el10.x86_64.r 22 MB/s | 3.6 MB 00:00 DEBUG: (20/145): crypto-policies-20260525-1.gitf5f5370 573 kB/s | 96 kB 00:00 DEBUG: (21/145): curl-8.12.1-6.el10.x86_64.rpm 1.5 MB/s | 216 kB 00:00 DEBUG: (22/145): cyrus-sasl-lib-2.1.28-27.el10.x86_64. 1.2 MB/s | 106 kB 00:00 DEBUG: (23/145): diffutils-3.10-8.el10.x86_64.rpm 2.9 MB/s | 409 kB 00:00 DEBUG: (24/145): ed-1.20-5.el10.x86_64.rpm 594 kB/s | 83 kB 00:00 DEBUG: (25/145): elfutils-0.195-1.el10.x86_64.rpm 3.6 MB/s | 578 kB 00:00 DEBUG: (26/145): elfutils-debuginfod-client-0.195-1.el 448 kB/s | 44 kB 00:00 DEBUG: (27/145): elfutils-default-yama-scope-0.195-1.e 87 kB/s | 8.6 kB 00:00 DEBUG: (28/145): file-5.45-12.el10.x86_64.rpm 1.1 MB/s | 48 kB 00:00 DEBUG: (29/145): elfutils-libelf-0.195-1.el10.x86_64.r 2.3 MB/s | 205 kB 00:00 DEBUG: (30/145): elfutils-libs-0.195-1.el10.x86_64.rpm 2.9 MB/s | 268 kB 00:00 DEBUG: (31/145): file-libs-5.45-12.el10.x86_64.rpm 8.2 MB/s | 763 kB 00:00 DEBUG: (32/145): filesystem-3.18-17.el10.x86_64.rpm 27 MB/s | 4.8 MB 00:00 DEBUG: (33/145): findutils-4.10.0-5.el10.x86_64.rpm 3.0 MB/s | 551 kB 00:00 DEBUG: (34/145): gawk-5.3.0-6.el10.x86_64.rpm 5.9 MB/s | 1.1 MB 00:00 DEBUG: (35/145): gdbm-libs-1.23-14.el10.x86_64.rpm 1.1 MB/s | 57 kB 00:00 DEBUG: (36/145): gdbm-1.23-14.el10.x86_64.rpm 1.7 MB/s | 151 kB 00:00 DEBUG: (37/145): glibc-2.39-124.el10.x86_64.rpm 13 MB/s | 2.1 MB 00:00 DEBUG: (38/145): glibc-common-2.39-124.el10.x86_64.rpm 1.9 MB/s | 320 kB 00:00 DEBUG: (39/145): glibc-gconv-extra-2.39-124.el10.x86_6 11 MB/s | 1.7 MB 00:00 DEBUG: (40/145): glibc-minimal-langpack-2.39-124.el10. 594 kB/s | 25 kB 00:00 DEBUG: (41/145): gmp-6.2.1-12.el10.x86_64.rpm 3.6 MB/s | 318 kB 00:00 DEBUG: (42/145): grep-3.11-10.el10.x86_64.rpm 3.4 MB/s | 301 kB 00:00 DEBUG: (43/145): gzip-1.13-3.el10.x86_64.rpm 1.9 MB/s | 170 kB 00:00 DEBUG: (44/145): jansson-2.14-3.el10.x86_64.rpm 560 kB/s | 46 kB 00:00 DEBUG: (45/145): json-c-0.18-3.el10.x86_64.rpm 783 kB/s | 45 kB 00:00 DEBUG: (46/145): info-7.1-6.el10.x86_64.rpm 1.3 MB/s | 183 kB 00:00 DEBUG: (47/145): keyutils-libs-1.6.3-5.el10.x86_64.rpm 733 kB/s | 33 kB 00:00 DEBUG: (48/145): libacl-2.3.2-4.el10.x86_64.rpm 590 kB/s | 25 kB 00:00 DEBUG: (49/145): krb5-libs-1.21.3-11.el10.x86_64.rpm 8.2 MB/s | 766 kB 00:00 DEBUG: (50/145): libattr-2.5.2-5.el10.x86_64.rpm 454 kB/s | 19 kB 00:00 DEBUG: (51/145): libarchive-3.7.7-8.el10.x86_64.rpm 2.8 MB/s | 414 kB 00:00 DEBUG: (52/145): libblkid-2.40.2-20.el10.x86_64.rpm 914 kB/s | 124 kB 00:00 DEBUG: (53/145): libbrotli-1.1.0-7.el10.x86_64.rpm 2.1 MB/s | 344 kB 00:00 DEBUG: (54/145): libcap-ng-0.8.4-6.el10.x86_64.rpm 538 kB/s | 33 kB 00:00 DEBUG: (55/145): libcap-2.69-7.el10.x86_64.rpm 656 kB/s | 91 kB 00:00 DEBUG: (56/145): libcbor-0.11.0-3.el10.x86_64.rpm 810 kB/s | 34 kB 00:00 DEBUG: (57/145): libcom_err-1.47.1-5.el10.x86_64.rpm 617 kB/s | 26 kB 00:00 DEBUG: (58/145): libeconf-0.6.2-4.el10.x86_64.rpm 289 kB/s | 33 kB 00:00 DEBUG: (59/145): libcurl-8.12.1-6.el10.x86_64.rpm 2.9 MB/s | 368 kB 00:00 DEBUG: (60/145): libevent-2.1.12-16.el10.x86_64.rpm 1.4 MB/s | 261 kB 00:00 DEBUG: (61/145): libffi-3.4.4-10.el10.x86_64.rpm 429 kB/s | 41 kB 00:00 DEBUG: (62/145): libfdisk-2.40.2-20.el10.x86_64.rpm 728 kB/s | 160 kB 00:00 DEBUG: (63/145): libfido2-1.14.0-7.el10.x86_64.rpm 465 kB/s | 98 kB 00:00 DEBUG: (64/145): libgcc-14.3.1-4.4.el10.x86_64.rpm 526 kB/s | 140 kB 00:00 DEBUG: (65/145): libgomp-14.3.1-4.4.el10.x86_64.rpm 1.3 MB/s | 363 kB 00:00 DEBUG: (66/145): libidn2-2.3.7-3.el10.x86_64.rpm 470 kB/s | 118 kB 00:00 DEBUG: (67/145): libmount-2.40.2-20.el10.x86_64.rpm 704 kB/s | 154 kB 00:00 DEBUG: (68/145): libpkgconf-2.1.0-3.el10.x86_64.rpm 696 kB/s | 39 kB 00:00 DEBUG: (69/145): libnghttp2-1.68.0-4.el10.x86_64.rpm 794 kB/s | 73 kB 00:00 DEBUG: (70/145): libpsl-0.21.5-6.el10.x86_64.rpm 766 kB/s | 65 kB 00:00 DEBUG: (71/145): libpwquality-1.4.5-12.el10.x86_64.rpm 1.2 MB/s | 123 kB 00:00 DEBUG: (72/145): libselinux-3.10-2.el10.x86_64.rpm 941 kB/s | 97 kB 00:00 DEBUG: (73/145): libsemanage-3.10-1.el10.x86_64.rpm 1.2 MB/s | 122 kB 00:00 DEBUG: (74/145): libsepol-3.10-2.el10.x86_64.rpm 2.5 MB/s | 349 kB 00:00 DEBUG: (75/145): libsmartcols-2.40.2-20.el10.x86_64.rp 620 kB/s | 82 kB 00:00 DEBUG: (76/145): libssh-config-0.12.0-2.el10.noarch.rp 197 kB/s | 8.2 kB 00:00 DEBUG: (77/145): libssh-0.12.0-2.el10.x86_64.rpm 1.7 MB/s | 276 kB 00:00 DEBUG: (78/145): libstdc++-14.3.1-4.4.el10.x86_64.rpm 3.4 MB/s | 919 kB 00:00 DEBUG: (79/145): libtasn1-4.20.0-5.el10.x86_64.rpm 330 kB/s | 74 kB 00:00 DEBUG: (80/145): libunistring-1.1-10.el10.x86_64.rpm 1.6 MB/s | 548 kB 00:00 DEBUG: (81/145): libutempter-1.2.1-15.el10.x86_64.rpm 168 kB/s | 27 kB 00:00 DEBUG: (82/145): libuuid-2.40.2-20.el10.x86_64.rpm 171 kB/s | 28 kB 00:00 DEBUG: (83/145): libverto-0.3.2-10.el10.x86_64.rpm 494 kB/s | 22 kB 00:00 DEBUG: (84/145): libxcrypt-4.4.36-10.el10.x86_64.rpm 1.2 MB/s | 120 kB 00:00 DEBUG: (85/145): libxml2-2.12.5-11.el10.x86_64.rpm 3.2 MB/s | 691 kB 00:00 DEBUG: (86/145): libzstd-1.5.5-9.el10.x86_64.rpm 1.6 MB/s | 292 kB 00:00 DEBUG: (87/145): lua-libs-5.4.8-1.el10.x86_64.rpm 746 kB/s | 131 kB 00:00 DEBUG: (88/145): lz4-libs-1.9.4-8.el10.x86_64.rpm 775 kB/s | 68 kB 00:00 DEBUG: (89/145): mpfr-4.2.1-8.el10.x86_64.rpm 1.9 MB/s | 346 kB 00:00 DEBUG: (90/145): ncurses-base-6.4-15.20240127.el10.noa 606 kB/s | 98 kB 00:00 DEBUG: (91/145): ncurses-libs-6.4-15.20240127.el10.x86 1.5 MB/s | 337 kB 00:00 DEBUG: (92/145): openldap-2.6.13-1.el10.x86_64.rpm 1.2 MB/s | 240 kB 00:00 DEBUG: (93/145): openssl-fips-provider-3.5.5-3.el10.x8 3.6 MB/s | 813 kB 00:00 DEBUG: (94/145): openssl-libs-3.5.5-3.el10.x86_64.rpm 6.1 MB/s | 2.3 MB 00:00 DEBUG: (95/145): p11-kit-0.26.2-1.el10.x86_64.rpm 1.7 MB/s | 558 kB 00:00 DEBUG: (96/145): p11-kit-trust-0.26.2-1.el10.x86_64.rp 513 kB/s | 140 kB 00:00 DEBUG: (97/145): pam-libs-1.6.1-10.el10.x86_64.rpm 561 kB/s | 56 kB 00:00 DEBUG: (98/145): pam-1.6.1-10.el10.x86_64.rpm 4.7 MB/s | 584 kB 00:00 DEBUG: (99/145): pcre2-10.44-1.el10.3.x86_64.rpm 2.0 MB/s | 248 kB 00:00 DEBUG: (100/145): pkgconf-2.1.0-3.el10.x86_64.rpm 461 kB/s | 45 kB 00:00 DEBUG: (101/145): pcre2-syntax-10.44-1.el10.3.noarch.r 1.3 MB/s | 151 kB 00:00 DEBUG: (102/145): pkgconf-m4-2.1.0-3.el10.noarch.rpm 236 kB/s | 15 kB 00:00 DEBUG: (103/145): pkgconf-pkg-config-2.1.0-3.el10.x86_ 252 kB/s | 11 kB 00:00 DEBUG: (104/145): publicsuffix-list-dafsa-20240107-5.e 608 kB/s | 59 kB 00:00 DEBUG: (105/145): popt-1.19-8.el10.x86_64.rpm 654 kB/s | 66 kB 00:00 DEBUG: (106/145): readline-8.2-11.el10.x86_64.rpm 1.9 MB/s | 214 kB 00:00 DEBUG: (107/145): rpm-4.19.1.1-23.el10.x86_64.rpm 3.4 MB/s | 560 kB 00:00 DEBUG: (108/145): rpm-build-libs-4.19.1.1-23.el10.x86_ 576 kB/s | 92 kB 00:00 DEBUG: (109/145): rpm-libs-4.19.1.1-23.el10.x86_64.rpm 1.8 MB/s | 309 kB 00:00 DEBUG: (110/145): rpm-sequoia-1.10.2.1-1.el10.x86_64.r 5.1 MB/s | 958 kB 00:00 DEBUG: (111/145): sed-4.9-5.el10.x86_64.rpm 1.4 MB/s | 318 kB 00:00 DEBUG: (112/145): setup-2.14.5-7.el10.noarch.rpm 899 kB/s | 153 kB 00:00 DEBUG: (113/145): shadow-utils-4.15.0-11.el10.x86_64.r 6.7 MB/s | 1.3 MB 00:00 DEBUG: (114/145): sqlite-libs-3.46.1-5.el10.x86_64.rpm 3.5 MB/s | 745 kB 00:00 DEBUG: (115/145): systemd-libs-257-25.el10.x86_64.rpm 3.6 MB/s | 843 kB 00:00 DEBUG: (116/145): tar-1.35-11.el10.x86_64.rpm 5.6 MB/s | 866 kB 00:00 DEBUG: (117/145): unzip-6.0-69.el10.x86_64.rpm 1.6 MB/s | 190 kB 00:00 DEBUG: (118/145): util-linux-2.40.2-20.el10.x86_64.rpm 5.5 MB/s | 1.3 MB 00:00 DEBUG: (119/145): which-2.21-44.el10.x86_64.rpm 287 kB/s | 42 kB 00:00 DEBUG: (120/145): util-linux-core-2.40.2-20.el10.x86_6 2.4 MB/s | 550 kB 00:00 DEBUG: (121/145): xz-5.6.2-4.el10.x86_64.rpm 3.6 MB/s | 481 kB 00:00 DEBUG: (122/145): xz-libs-5.6.2-4.el10.x86_64.rpm 875 kB/s | 113 kB 00:00 DEBUG: (123/145): zip-3.0-45.el10.x86_64.rpm 2.5 MB/s | 270 kB 00:00 DEBUG: (124/145): zlib-ng-compat-2.2.3-3.el10.x86_64.r 859 kB/s | 76 kB 00:00 DEBUG: (125/145): zstd-1.5.5-9.el10.x86_64.rpm 4.4 MB/s | 464 kB 00:00 DEBUG: (126/145): debugedit-5.3-2.el10.x86_64.rpm 1.0 MB/s | 87 kB 00:00 DEBUG: (127/145): fonts-srpm-macros-2.0.5-18.el10.noar 976 kB/s | 27 kB 00:00 DEBUG: (128/145): efi-srpm-macros-6-8.el10.noarch.rpm 404 kB/s | 23 kB 00:00 DEBUG: (129/145): forge-srpm-macros-0.4.0-6.el10.noarc 692 kB/s | 21 kB 00:00 DEBUG: (130/145): dwz-0.16-1.el10.x86_64.rpm 1.3 MB/s | 140 kB 00:00 DEBUG: (131/145): go-srpm-macros-3.8.0-1.el10.noarch.r 941 kB/s | 27 kB 00:00 DEBUG: (132/145): kernel-srpm-macros-1.0-27.el10.noarc 319 kB/s | 8.7 kB 00:00 DEBUG: (133/145): lua-srpm-macros-1-15.el10.noarch.rpm 350 kB/s | 9.8 kB 00:00 DEBUG: (134/145): ocaml-srpm-macros-10-4.el10.noarch.r 359 kB/s | 10 kB 00:00 DEBUG: (135/145): openblas-srpm-macros-2-19.el10.noarc 317 kB/s | 8.7 kB 00:00 DEBUG: (136/145): package-notes-srpm-macros-0.5-13.el1 376 kB/s | 10 kB 00:00 DEBUG: (137/145): patch-2.7.6-26.el10.x86_64.rpm 4.5 MB/s | 132 kB 00:00 DEBUG: (138/145): perl-srpm-macros-1-57.el10.noarch.rp 335 kB/s | 9.5 kB 00:00 DEBUG: (139/145): python-srpm-macros-3.12-11.el10.noar 833 kB/s | 22 kB 00:00 DEBUG: (140/145): pyproject-srpm-macros-1.18.5-1.el10. 453 kB/s | 13 kB 00:00 DEBUG: (141/145): qt6-srpm-macros-6.10.1-1.el10.noarch 326 kB/s | 9.1 kB 00:00 DEBUG: (142/145): redhat-rpm-config-295-1.el10.noarch. 2.6 MB/s | 74 kB 00:00 DEBUG: (143/145): rpm-build-4.19.1.1-23.el10.x86_64.rp 2.6 MB/s | 75 kB 00:00 DEBUG: (144/145): rust-toolset-srpm-macros-1.95.0-1.el 377 kB/s | 10 kB 00:00 DEBUG: (145/145): gdb-minimal-16.3-3.el10.x86_64.rpm 15 MB/s | 4.4 MB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 9.1 MB/s | 61 MB 00:06 DEBUG: CentOS Stream 10 - BaseOS 1.6 MB/s | 1.6 kB 00:00 DEBUG: Importing GPG key 0x8483C65D: DEBUG: Userid : "CentOS (CentOS Official Signing Key) " DEBUG: Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D DEBUG: From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 DEBUG: Key imported successfully DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : libgcc-14.3.1-4.4.el10.x86_64 1/145 DEBUG: Running scriptlet: libgcc-14.3.1-4.4.el10.x86_64 1/145 DEBUG: Installing : rust-toolset-srpm-macros-1.95.0-1.el10.noarch 2/145 DEBUG: Installing : qt6-srpm-macros-6.10.1-1.el10.noarch 3/145 DEBUG: Installing : perl-srpm-macros-1-57.el10.noarch 4/145 DEBUG: Installing : package-notes-srpm-macros-0.5-13.el10.noarch 5/145 DEBUG: Installing : openblas-srpm-macros-2-19.el10.noarch 6/145 DEBUG: Installing : ocaml-srpm-macros-10-4.el10.noarch 7/145 DEBUG: Installing : kernel-srpm-macros-1.0-27.el10.noarch 8/145 DEBUG: Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 9/145 DEBUG: Installing : pkgconf-m4-2.1.0-3.el10.noarch 10/145 DEBUG: Installing : pcre2-syntax-10.44-1.el10.3.noarch 11/145 DEBUG: Installing : ncurses-base-6.4-15.20240127.el10.noarch 12/145 DEBUG: Installing : libssh-config-0.12.0-2.el10.noarch 13/145 DEBUG: Installing : coreutils-common-9.5-7.el10.x86_64 14/145 DEBUG: Installing : centos-gpg-keys-10.0-21.el10.noarch 15/145 DEBUG: Installing : centos-stream-repos-10.0-21.el10.noarch 16/145 DEBUG: Installing : centos-stream-release-10.0-21.el10.noarch 17/145 DEBUG: Installing : setup-2.14.5-7.el10.noarch 18/145 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.14.5-7.el10.noarch 18/145 DEBUG: Installing : filesystem-3.18-17.el10.x86_64 19/145 DEBUG: Installing : basesystem-11-22.el10.noarch 20/145 DEBUG: Installing : glibc-gconv-extra-2.39-124.el10.x86_64 21/145 DEBUG: Running scriptlet: glibc-gconv-extra-2.39-124.el10.x86_64 21/145 DEBUG: Installing : glibc-minimal-langpack-2.39-124.el10.x86_64 22/145 DEBUG: Installing : glibc-common-2.39-124.el10.x86_64 23/145 DEBUG: Running scriptlet: glibc-2.39-124.el10.x86_64 24/145 DEBUG: Installing : glibc-2.39-124.el10.x86_64 24/145 DEBUG: Running scriptlet: glibc-2.39-124.el10.x86_64 24/145 DEBUG: Installing : ncurses-libs-6.4-15.20240127.el10.x86_64 25/145 DEBUG: Installing : bash-5.2.26-6.el10.x86_64 26/145 DEBUG: Running scriptlet: bash-5.2.26-6.el10.x86_64 26/145 DEBUG: Installing : zlib-ng-compat-2.2.3-3.el10.x86_64 27/145 DEBUG: Installing : bzip2-libs-1.0.8-25.el10.x86_64 28/145 DEBUG: Installing : xz-libs-1:5.6.2-4.el10.x86_64 29/145 DEBUG: Installing : readline-8.2-11.el10.x86_64 30/145 DEBUG: Installing : libstdc++-14.3.1-4.4.el10.x86_64 31/145 DEBUG: Installing : libuuid-2.40.2-20.el10.x86_64 32/145 DEBUG: Installing : popt-1.19-8.el10.x86_64 33/145 DEBUG: Installing : libblkid-2.40.2-20.el10.x86_64 34/145 DEBUG: Installing : gmp-1:6.2.1-12.el10.x86_64 35/145 DEBUG: Installing : libattr-2.5.2-5.el10.x86_64 36/145 DEBUG: Installing : libacl-2.3.2-4.el10.x86_64 37/145 DEBUG: Installing : libxcrypt-4.4.36-10.el10.x86_64 38/145 DEBUG: Installing : libzstd-1.5.5-9.el10.x86_64 39/145 DEBUG: Installing : elfutils-libelf-0.195-1.el10.x86_64 40/145 DEBUG: Running scriptlet: crypto-policies-20260525-1.gitf5f5370.el10.noarc 41/145 DEBUG: Installing : crypto-policies-20260525-1.gitf5f5370.el10.noarc 41/145 DEBUG: Running scriptlet: crypto-policies-20260525-1.gitf5f5370.el10.noarc 41/145 DEBUG: Installing : gdbm-libs-1:1.23-14.el10.x86_64 42/145 DEBUG: Installing : libeconf-0.6.2-4.el10.x86_64 43/145 DEBUG: Installing : dwz-0.16-1.el10.x86_64 44/145 DEBUG: Installing : mpfr-4.2.1-8.el10.x86_64 45/145 DEBUG: Installing : gawk-5.3.0-6.el10.x86_64 46/145 DEBUG: Installing : unzip-6.0-69.el10.x86_64 47/145 DEBUG: Installing : file-libs-5.45-12.el10.x86_64 48/145 DEBUG: Installing : file-5.45-12.el10.x86_64 49/145 DEBUG: Installing : alternatives-1.30-2.el10.x86_64 50/145 DEBUG: Installing : jansson-2.14-3.el10.x86_64 51/145 DEBUG: Installing : libcap-ng-0.8.4-6.el10.x86_64 52/145 DEBUG: Installing : audit-libs-4.0.3-5.el10.x86_64 53/145 DEBUG: Installing : pam-libs-1.6.1-10.el10.x86_64 54/145 DEBUG: Installing : libcap-2.69-7.el10.x86_64 55/145 DEBUG: Installing : systemd-libs-257-25.el10.x86_64 56/145 DEBUG: Installing : libffi-3.4.4-10.el10.x86_64 57/145 DEBUG: Installing : libsepol-3.10-2.el10.x86_64 58/145 DEBUG: Installing : libsmartcols-2.40.2-20.el10.x86_64 59/145 DEBUG: Installing : libtasn1-4.20.0-5.el10.x86_64 60/145 DEBUG: Installing : libunistring-1.1-10.el10.x86_64 61/145 DEBUG: Installing : libidn2-2.3.7-3.el10.x86_64 62/145 DEBUG: Installing : lua-libs-5.4.8-1.el10.x86_64 63/145 DEBUG: Installing : lz4-libs-1.9.4-8.el10.x86_64 64/145 DEBUG: Installing : pcre2-10.44-1.el10.3.x86_64 65/145 DEBUG: Installing : libselinux-3.10-2.el10.x86_64 66/145 DEBUG: Installing : sed-4.9-5.el10.x86_64 67/145 DEBUG: Installing : findutils-1:4.10.0-5.el10.x86_64 68/145 DEBUG: Installing : grep-3.11-10.el10.x86_64 69/145 DEBUG: Installing : xz-1:5.6.2-4.el10.x86_64 70/145 DEBUG: Installing : libmount-2.40.2-20.el10.x86_64 71/145 DEBUG: Installing : util-linux-core-2.40.2-20.el10.x86_64 72/145 DEBUG: Installing : libsemanage-3.10-1.el10.x86_64 73/145 DEBUG: Installing : shadow-utils-2:4.15.0-11.el10.x86_64 74/145 DEBUG: Running scriptlet: libutempter-1.2.1-15.el10.x86_64 75/145 DEBUG: Installing : libutempter-1.2.1-15.el10.x86_64 75/145 DEBUG: Installing : tar-2:1.35-11.el10.x86_64 76/145 DEBUG: Installing : zstd-1.5.5-9.el10.x86_64 77/145 DEBUG: Installing : libpsl-0.21.5-6.el10.x86_64 78/145 DEBUG: Installing : p11-kit-0.26.2-1.el10.x86_64 79/145 DEBUG: Installing : p11-kit-trust-0.26.2-1.el10.x86_64 80/145 DEBUG: Running scriptlet: p11-kit-trust-0.26.2-1.el10.x86_64 80/145 DEBUG: Installing : openssl-fips-provider-1:3.5.5-3.el10.x86_64 81/145 DEBUG: Installing : openssl-libs-1:3.5.5-3.el10.x86_64 82/145 DEBUG: Installing : coreutils-9.5-7.el10.x86_64 83/145 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 84/145 DEBUG: Installing : ca-certificates-2025.2.80_v9.0.305-102.el10.noar 84/145 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 84/145 DEBUG: Installing : authselect-libs-1.5.2-1.el10.x86_64 85/145 DEBUG: Installing : gzip-1.13-3.el10.x86_64 86/145 DEBUG: Installing : cracklib-2.9.11-8.el10.x86_64 87/145 DEBUG: Installing : cracklib-dicts-2.9.11-8.el10.x86_64 88/145 DEBUG: Installing : libpwquality-1.4.5-12.el10.x86_64 89/145 DEBUG: Installing : libevent-2.1.12-16.el10.x86_64 90/145 DEBUG: Installing : rpm-sequoia-1.10.2.1-1.el10.x86_64 91/145 DEBUG: Installing : zip-3.0-45.el10.x86_64 92/145 DEBUG: Installing : cyrus-sasl-lib-2.1.28-27.el10.x86_64 93/145 DEBUG: Installing : openldap-2.6.13-1.el10.x86_64 94/145 DEBUG: Installing : gdbm-1:1.23-14.el10.x86_64 95/145 DEBUG: Installing : pam-1.6.1-10.el10.x86_64 96/145 DEBUG: Installing : libfdisk-2.40.2-20.el10.x86_64 97/145 DEBUG: Installing : libxml2-2.12.5-11.el10.x86_64 98/145 DEBUG: Installing : libarchive-3.7.7-8.el10.x86_64 99/145 DEBUG: Installing : bzip2-1.0.8-25.el10.x86_64 100/145 DEBUG: Installing : sqlite-libs-3.46.1-5.el10.x86_64 101/145 DEBUG: Installing : rpm-libs-4.19.1.1-23.el10.x86_64 102/145 DEBUG: Installing : ed-1.20-5.el10.x86_64 103/145 DEBUG: Installing : patch-2.7.6-26.el10.x86_64 104/145 DEBUG: Installing : elfutils-default-yama-scope-0.195-1.el10.noarch 105/145 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.195-1.el10.noarch 105/145 DEBUG: Installing : cpio-2.15-3.el10.x86_64 106/145 DEBUG: Installing : diffutils-3.10-8.el10.x86_64 107/145 DEBUG: Installing : json-c-0.18-3.el10.x86_64 108/145 DEBUG: Installing : keyutils-libs-1.6.3-5.el10.x86_64 109/145 DEBUG: Installing : libbrotli-1.1.0-7.el10.x86_64 110/145 DEBUG: Installing : libcbor-0.11.0-3.el10.x86_64 111/145 DEBUG: Installing : libfido2-1.14.0-7.el10.x86_64 112/145 DEBUG: Installing : libcom_err-1.47.1-5.el10.x86_64 113/145 DEBUG: Installing : libgomp-14.3.1-4.4.el10.x86_64 114/145 DEBUG: Installing : libnghttp2-1.68.0-4.el10.x86_64 115/145 DEBUG: Installing : libpkgconf-2.1.0-3.el10.x86_64 116/145 DEBUG: Installing : pkgconf-2.1.0-3.el10.x86_64 117/145 DEBUG: Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 118/145 DEBUG: Installing : libverto-0.3.2-10.el10.x86_64 119/145 DEBUG: Installing : krb5-libs-1.21.3-11.el10.x86_64 120/145 DEBUG: Installing : libssh-0.12.0-2.el10.x86_64 121/145 DEBUG: Installing : libcurl-8.12.1-6.el10.x86_64 122/145 DEBUG: Installing : elfutils-libs-0.195-1.el10.x86_64 123/145 DEBUG: Installing : elfutils-debuginfod-client-0.195-1.el10.x86_64 124/145 DEBUG: Installing : binutils-gold-2.41-65.el10.x86_64 125/145 DEBUG: Running scriptlet: binutils-gold-2.41-65.el10.x86_64 125/145 DEBUG: Installing : binutils-2.41-65.el10.x86_64 126/145 DEBUG: Running scriptlet: binutils-2.41-65.el10.x86_64 126/145 DEBUG: Installing : elfutils-0.195-1.el10.x86_64 127/145 DEBUG: Installing : gdb-minimal-16.3-3.el10.x86_64 128/145 DEBUG: Installing : debugedit-5.3-2.el10.x86_64 129/145 DEBUG: Installing : rpm-build-libs-4.19.1.1-23.el10.x86_64 130/145 DEBUG: Installing : curl-8.12.1-6.el10.x86_64 131/145 DEBUG: Running scriptlet: rpm-4.19.1.1-23.el10.x86_64 132/145 DEBUG: Installing : rpm-4.19.1.1-23.el10.x86_64 132/145 DEBUG: Installing : efi-srpm-macros-6-8.el10.noarch 133/145 DEBUG: Installing : lua-srpm-macros-1-15.el10.noarch 134/145 DEBUG: Installing : fonts-srpm-macros-1:2.0.5-18.el10.noarch 135/145 DEBUG: Installing : forge-srpm-macros-0.4.0-6.el10.noarch 136/145 DEBUG: Installing : go-srpm-macros-3.8.0-1.el10.noarch 137/145 DEBUG: Installing : python-srpm-macros-3.12-11.el10.noarch 138/145 DEBUG: Installing : redhat-rpm-config-295-1.el10.noarch 139/145 DEBUG: Installing : rpm-build-4.19.1.1-23.el10.x86_64 140/145 DEBUG: Installing : pyproject-srpm-macros-1.18.5-1.el10.noarch 141/145 DEBUG: Installing : util-linux-2.40.2-20.el10.x86_64 142/145 DEBUG: Running scriptlet: util-linux-2.40.2-20.el10.x86_64 142/145 DEBUG: Installing : authselect-1.5.2-1.el10.x86_64 143/145 DEBUG: Installing : which-2.21-44.el10.x86_64 144/145 DEBUG: Installing : info-7.1-6.el10.x86_64 145/145 DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 145/145 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-102.el10.noar 145/145 DEBUG: Running scriptlet: authselect-libs-1.5.2-1.el10.x86_64 145/145 DEBUG: Running scriptlet: rpm-4.19.1.1-23.el10.x86_64 145/145 DEBUG: Running scriptlet: info-7.1-6.el10.x86_64 145/145 DEBUG: Installed: DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: audit-libs-4.0.3-5.el10.x86_64 DEBUG: authselect-1.5.2-1.el10.x86_64 DEBUG: authselect-libs-1.5.2-1.el10.x86_64 DEBUG: basesystem-11-22.el10.noarch DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: binutils-2.41-65.el10.x86_64 DEBUG: binutils-gold-2.41-65.el10.x86_64 DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.el10.noarch DEBUG: centos-gpg-keys-10.0-21.el10.noarch DEBUG: centos-stream-release-10.0-21.el10.noarch DEBUG: centos-stream-repos-10.0-21.el10.noarch DEBUG: coreutils-9.5-7.el10.x86_64 DEBUG: coreutils-common-9.5-7.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: crypto-policies-20260525-1.gitf5f5370.el10.noarch DEBUG: curl-8.12.1-6.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: debugedit-5.3-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: efi-srpm-macros-6-8.el10.noarch DEBUG: elfutils-0.195-1.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.195-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.195-1.el10.noarch DEBUG: elfutils-libelf-0.195-1.el10.x86_64 DEBUG: elfutils-libs-0.195-1.el10.x86_64 DEBUG: file-5.45-12.el10.x86_64 DEBUG: file-libs-5.45-12.el10.x86_64 DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: findutils-1:4.10.0-5.el10.x86_64 DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: gdb-minimal-16.3-3.el10.x86_64 DEBUG: gdbm-1:1.23-14.el10.x86_64 DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 DEBUG: glibc-2.39-124.el10.x86_64 DEBUG: glibc-common-2.39-124.el10.x86_64 DEBUG: glibc-gconv-extra-2.39-124.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-124.el10.x86_64 DEBUG: gmp-1:6.2.1-12.el10.x86_64 DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: kernel-srpm-macros-1.0-27.el10.noarch DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: krb5-libs-1.21.3-11.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libarchive-3.7.7-8.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libblkid-2.40.2-20.el10.x86_64 DEBUG: libbrotli-1.1.0-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libcom_err-1.47.1-5.el10.x86_64 DEBUG: libcurl-8.12.1-6.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libfdisk-2.40.2-20.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libgcc-14.3.1-4.4.el10.x86_64 DEBUG: libgomp-14.3.1-4.4.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libmount-2.40.2-20.el10.x86_64 DEBUG: libnghttp2-1.68.0-4.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: libselinux-3.10-2.el10.x86_64 DEBUG: libsemanage-3.10-1.el10.x86_64 DEBUG: libsepol-3.10-2.el10.x86_64 DEBUG: libsmartcols-2.40.2-20.el10.x86_64 DEBUG: libssh-0.12.0-2.el10.x86_64 DEBUG: libssh-config-0.12.0-2.el10.noarch DEBUG: libstdc++-14.3.1-4.4.el10.x86_64 DEBUG: libtasn1-4.20.0-5.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: libuuid-2.40.2-20.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libxml2-2.12.5-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: lua-libs-5.4.8-1.el10.x86_64 DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: mpfr-4.2.1-8.el10.x86_64 DEBUG: ncurses-base-6.4-15.20240127.el10.noarch DEBUG: ncurses-libs-6.4-15.20240127.el10.x86_64 DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: openldap-2.6.13-1.el10.x86_64 DEBUG: openssl-fips-provider-1:3.5.5-3.el10.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el10.x86_64 DEBUG: p11-kit-0.26.2-1.el10.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el10.x86_64 DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: pam-1.6.1-10.el10.x86_64 DEBUG: pam-libs-1.6.1-10.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pyproject-srpm-macros-1.18.5-1.el10.noarch DEBUG: python-srpm-macros-3.12-11.el10.noarch DEBUG: qt6-srpm-macros-6.10.1-1.el10.noarch DEBUG: readline-8.2-11.el10.x86_64 DEBUG: redhat-rpm-config-295-1.el10.noarch DEBUG: rpm-4.19.1.1-23.el10.x86_64 DEBUG: rpm-build-4.19.1.1-23.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-23.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-23.el10.x86_64 DEBUG: rpm-sequoia-1.10.2.1-1.el10.x86_64 DEBUG: rust-toolset-srpm-macros-1.95.0-1.el10.noarch DEBUG: sed-4.9-5.el10.x86_64 DEBUG: setup-2.14.5-7.el10.noarch DEBUG: shadow-utils-2:4.15.0-11.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: systemd-libs-257-25.el10.x86_64 DEBUG: tar-2:1.35-11.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: util-linux-2.40.2-20.el10.x86_64 DEBUG: util-linux-core-2.40.2-20.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: xz-1:5.6.2-4.el10.x86_64 DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-3.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: installing minimal buildroot with dnf DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/centos-stream-10-x86_64/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: userdel: user 'mockbuild' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: groupdel: group 'mock' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1002', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/centos-stream-10-x86_64/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start: creating root cache DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/centos-stream-10-x86_64/root_cache/cache.tar.gz', '-C', '/var/lib/mock/centos-stream-10-x86_64/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: creating root cache Finish: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-10-x86_64/root', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-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.z37yeq90:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '1a04a4a8a5e94dd89ba9f74fa57d9cbd', '-D', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.z37yeq90:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: libgcc-14.3.1-4.4.el10.x86_64 DEBUG: rust-toolset-srpm-macros-1.95.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.10.1-1.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: kernel-srpm-macros-1.0-27.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-15.20240127.el10.noarch DEBUG: libssh-config-0.12.0-2.el10.noarch DEBUG: coreutils-common-9.5-7.el10.x86_64 DEBUG: centos-gpg-keys-10.0-21.el10.noarch DEBUG: centos-stream-repos-10.0-21.el10.noarch DEBUG: centos-stream-release-10.0-21.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-124.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-124.el10.x86_64 DEBUG: glibc-common-2.39-124.el10.x86_64 DEBUG: glibc-2.39-124.el10.x86_64 DEBUG: ncurses-libs-6.4-15.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libstdc++-14.3.1-4.4.el10.x86_64 DEBUG: libuuid-2.40.2-20.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: libblkid-2.40.2-20.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.195-1.el10.x86_64 DEBUG: crypto-policies-20260525-1.gitf5f5370.el10.noarch DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: mpfr-4.2.1-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-12.el10.x86_64 DEBUG: file-5.45-12.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-5.el10.x86_64 DEBUG: pam-libs-1.6.1-10.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-25.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libsepol-3.10-2.el10.x86_64 DEBUG: libsmartcols-2.40.2-20.el10.x86_64 DEBUG: libtasn1-4.20.0-5.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: lua-libs-5.4.8-1.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: libselinux-3.10-2.el10.x86_64 DEBUG: sed-4.9-5.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmount-2.40.2-20.el10.x86_64 DEBUG: util-linux-core-2.40.2-20.el10.x86_64 DEBUG: libsemanage-3.10-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-11.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tar-1.35-11.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-0.26.2-1.el10.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el10.x86_64 DEBUG: openssl-fips-provider-3.5.5-3.el10.x86_64 DEBUG: openssl-libs-3.5.5-3.el10.x86_64 DEBUG: coreutils-9.5-7.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.el10.noarch DEBUG: authselect-libs-1.5.2-1.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: rpm-sequoia-1.10.2.1-1.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.13-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-10.el10.x86_64 DEBUG: libfdisk-2.40.2-20.el10.x86_64 DEBUG: libxml2-2.12.5-11.el10.x86_64 DEBUG: libarchive-3.7.7-8.el10.x86_64 DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-23.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.195-1.el10.noarch DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-7.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-5.el10.x86_64 DEBUG: libgomp-14.3.1-4.4.el10.x86_64 DEBUG: libnghttp2-1.68.0-4.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-11.el10.x86_64 DEBUG: libssh-0.12.0-2.el10.x86_64 DEBUG: libcurl-8.12.1-6.el10.x86_64 DEBUG: elfutils-libs-0.195-1.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.195-1.el10.x86_64 DEBUG: binutils-gold-2.41-65.el10.x86_64 DEBUG: binutils-2.41-65.el10.x86_64 DEBUG: elfutils-0.195-1.el10.x86_64 DEBUG: gdb-minimal-16.3-3.el10.x86_64 DEBUG: debugedit-5.3-2.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-23.el10.x86_64 DEBUG: curl-8.12.1-6.el10.x86_64 DEBUG: rpm-4.19.1.1-23.el10.x86_64 DEBUG: efi-srpm-macros-6-8.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-11.el10.noarch DEBUG: redhat-rpm-config-295-1.el10.noarch DEBUG: rpm-build-4.19.1.1-23.el10.x86_64 DEBUG: pyproject-srpm-macros-1.18.5-1.el10.noarch DEBUG: util-linux-2.40.2-20.el10.x86_64 DEBUG: authselect-1.5.2-1.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Installed packages: INFO: alternatives-1.30-2.el10.x86_64 audit-libs-4.0.3-5.el10.x86_64 authselect-1.5.2-1.el10.x86_64 authselect-libs-1.5.2-1.el10.x86_64 basesystem-11-22.el10.noarch bash-5.2.26-6.el10.x86_64 binutils-2.41-65.el10.x86_64 binutils-gold-2.41-65.el10.x86_64 bzip2-1.0.8-25.el10.x86_64 bzip2-libs-1.0.8-25.el10.x86_64 ca-certificates-2025.2.80_v9.0.305-102.el10.noarch centos-gpg-keys-10.0-21.el10.noarch centos-stream-release-10.0-21.el10.noarch centos-stream-repos-10.0-21.el10.noarch coreutils-9.5-7.el10.x86_64 coreutils-common-9.5-7.el10.x86_64 cpio-2.15-3.el10.x86_64 cracklib-2.9.11-8.el10.x86_64 cracklib-dicts-2.9.11-8.el10.x86_64 crypto-policies-20260525-1.gitf5f5370.el10.noarch curl-8.12.1-6.el10.x86_64 cyrus-sasl-lib-2.1.28-27.el10.x86_64 debugedit-5.3-2.el10.x86_64 diffutils-3.10-8.el10.x86_64 dwz-0.16-1.el10.x86_64 ed-1.20-5.el10.x86_64 efi-srpm-macros-6-8.el10.noarch elfutils-0.195-1.el10.x86_64 elfutils-debuginfod-client-0.195-1.el10.x86_64 elfutils-default-yama-scope-0.195-1.el10.noarch elfutils-libelf-0.195-1.el10.x86_64 elfutils-libs-0.195-1.el10.x86_64 file-5.45-12.el10.x86_64 file-libs-5.45-12.el10.x86_64 filesystem-3.18-17.el10.x86_64 findutils-4.10.0-5.el10.x86_64 fonts-srpm-macros-2.0.5-18.el10.noarch forge-srpm-macros-0.4.0-6.el10.noarch gawk-5.3.0-6.el10.x86_64 gdb-minimal-16.3-3.el10.x86_64 gdbm-1.23-14.el10.x86_64 gdbm-libs-1.23-14.el10.x86_64 glibc-2.39-124.el10.x86_64 glibc-common-2.39-124.el10.x86_64 glibc-gconv-extra-2.39-124.el10.x86_64 glibc-minimal-langpack-2.39-124.el10.x86_64 gmp-6.2.1-12.el10.x86_64 go-srpm-macros-3.8.0-1.el10.noarch gpg-pubkey-8483c65d-5ccc5b19 grep-3.11-10.el10.x86_64 gzip-1.13-3.el10.x86_64 info-7.1-6.el10.x86_64 jansson-2.14-3.el10.x86_64 json-c-0.18-3.el10.x86_64 kernel-srpm-macros-1.0-27.el10.noarch keyutils-libs-1.6.3-5.el10.x86_64 krb5-libs-1.21.3-11.el10.x86_64 libacl-2.3.2-4.el10.x86_64 libarchive-3.7.7-8.el10.x86_64 libattr-2.5.2-5.el10.x86_64 libblkid-2.40.2-20.el10.x86_64 libbrotli-1.1.0-7.el10.x86_64 libcap-2.69-7.el10.x86_64 libcap-ng-0.8.4-6.el10.x86_64 libcbor-0.11.0-3.el10.x86_64 libcom_err-1.47.1-5.el10.x86_64 libcurl-8.12.1-6.el10.x86_64 libeconf-0.6.2-4.el10.x86_64 libevent-2.1.12-16.el10.x86_64 libfdisk-2.40.2-20.el10.x86_64 libffi-3.4.4-10.el10.x86_64 libfido2-1.14.0-7.el10.x86_64 libgcc-14.3.1-4.4.el10.x86_64 libgomp-14.3.1-4.4.el10.x86_64 libidn2-2.3.7-3.el10.x86_64 libmount-2.40.2-20.el10.x86_64 libnghttp2-1.68.0-4.el10.x86_64 libpkgconf-2.1.0-3.el10.x86_64 libpsl-0.21.5-6.el10.x86_64 libpwquality-1.4.5-12.el10.x86_64 libselinux-3.10-2.el10.x86_64 libsemanage-3.10-1.el10.x86_64 libsepol-3.10-2.el10.x86_64 libsmartcols-2.40.2-20.el10.x86_64 libssh-0.12.0-2.el10.x86_64 libssh-config-0.12.0-2.el10.noarch libstdc++-14.3.1-4.4.el10.x86_64 libtasn1-4.20.0-5.el10.x86_64 libunistring-1.1-10.el10.x86_64 libutempter-1.2.1-15.el10.x86_64 libuuid-2.40.2-20.el10.x86_64 libverto-0.3.2-10.el10.x86_64 libxcrypt-4.4.36-10.el10.x86_64 libxml2-2.12.5-11.el10.x86_64 libzstd-1.5.5-9.el10.x86_64 lua-libs-5.4.8-1.el10.x86_64 lua-srpm-macros-1-15.el10.noarch lz4-libs-1.9.4-8.el10.x86_64 mpfr-4.2.1-8.el10.x86_64 ncurses-base-6.4-15.20240127.el10.noarch ncurses-libs-6.4-15.20240127.el10.x86_64 ocaml-srpm-macros-10-4.el10.noarch openblas-srpm-macros-2-19.el10.noarch openldap-2.6.13-1.el10.x86_64 openssl-fips-provider-3.5.5-3.el10.x86_64 openssl-libs-3.5.5-3.el10.x86_64 p11-kit-0.26.2-1.el10.x86_64 p11-kit-trust-0.26.2-1.el10.x86_64 package-notes-srpm-macros-0.5-13.el10.noarch pam-1.6.1-10.el10.x86_64 pam-libs-1.6.1-10.el10.x86_64 patch-2.7.6-26.el10.x86_64 pcre2-10.44-1.el10.3.x86_64 pcre2-syntax-10.44-1.el10.3.noarch perl-srpm-macros-1-57.el10.noarch pkgconf-2.1.0-3.el10.x86_64 pkgconf-m4-2.1.0-3.el10.noarch pkgconf-pkg-config-2.1.0-3.el10.x86_64 popt-1.19-8.el10.x86_64 publicsuffix-list-dafsa-20240107-5.el10.noarch pyproject-srpm-macros-1.18.5-1.el10.noarch python-srpm-macros-3.12-11.el10.noarch qt6-srpm-macros-6.10.1-1.el10.noarch readline-8.2-11.el10.x86_64 redhat-rpm-config-295-1.el10.noarch rpm-4.19.1.1-23.el10.x86_64 rpm-build-4.19.1.1-23.el10.x86_64 rpm-build-libs-4.19.1.1-23.el10.x86_64 rpm-libs-4.19.1.1-23.el10.x86_64 rpm-sequoia-1.10.2.1-1.el10.x86_64 rust-toolset-srpm-macros-1.95.0-1.el10.noarch sed-4.9-5.el10.x86_64 setup-2.14.5-7.el10.noarch shadow-utils-4.15.0-11.el10.x86_64 sqlite-libs-3.46.1-5.el10.x86_64 systemd-libs-257-25.el10.x86_64 tar-1.35-11.el10.x86_64 unzip-6.0-69.el10.x86_64 util-linux-2.40.2-20.el10.x86_64 util-linux-core-2.40.2-20.el10.x86_64 which-2.21-44.el10.x86_64 xz-5.6.2-4.el10.x86_64 xz-libs-5.6.2-4.el10.x86_64 zip-3.0-45.el10.x86_64 zlib-ng-compat-2.2.3-3.el10.x86_64 zstd-1.5.5-9.el10.x86_64 INFO: installing package(s): autoconf automake gcc gdb gettext >= 0.21 glib-networking glib2-devel >= 2.68.0 gnutls-devel >= 3.4.3 krb5-devel >= 1.11 krb5-server make openssh-clients openssl-devel pam-devel pkgconfig(gio-unix-2.0) pkgconfig(json-glib-1.0) pkgconfig(polkit-agent-1) >= 0.105 python3-devel python3-pip sed selinux-policy selinux-policy-devel systemd-devel >= 235 zlib-devel libappstream-glib gettext desktop-file-utils DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-10-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.7hnjijt_', '/var/lib/mock/centos-stream-10-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-10-x86_64/root', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-10-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'autoconf', 'automake', 'gcc', 'gdb', 'gettext >= 0.21', 'glib-networking', 'glib2-devel >= 2.68.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'python3-pip', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'zlib-devel', 'libappstream-glib', 'gettext', 'desktop-file-utils'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.z37yeq90:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'e47e58b04e6b41d9957e8cad073e8717', '-D', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.z37yeq90:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/centos-stream-10-x86_64/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-10-x86_64/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'autoconf', 'automake', 'gcc', 'gdb', 'gettext >= 0.21', 'glib-networking', 'glib2-devel >= 2.68.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'python3-pip', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'zlib-devel', 'libappstream-glib', 'gettext', 'desktop-file-utils', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-10-x86_64/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: CentOS Stream 10 - BaseOS 22 kB/s | 6.7 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 261 kB/s | 6.8 kB 00:00 DEBUG: CentOS Stream 10 - CRB 18 kB/s | 6.6 kB 00:00 DEBUG: CentOS Stream 10 - Extras packages 269 kB/s | 7.7 kB 00:00 DEBUG: Package sed-4.9-5.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: autoconf noarch 2.71-13.el10 appstream 736 k DEBUG: automake noarch 1.16.5-20.el10 appstream 702 k DEBUG: desktop-file-utils x86_64 0.26-15.el10 appstream 70 k DEBUG: gcc x86_64 14.3.1-4.4.el10 appstream 38 M DEBUG: gdb x86_64 16.3-3.el10 appstream 146 k DEBUG: gettext x86_64 0.22.5-6.el10 baseos 1.1 M DEBUG: glib-networking x86_64 2.80.0-3.el10 baseos 204 k DEBUG: glib2-devel x86_64 2.80.4-13.el10 appstream 1.5 M DEBUG: gnutls-devel x86_64 3.8.10-4.el10 appstream 2.5 M DEBUG: json-glib-devel x86_64 1.8.0-5.el10 appstream 235 k DEBUG: krb5-devel x86_64 1.21.3-11.el10 appstream 143 k DEBUG: krb5-server x86_64 1.21.3-11.el10 baseos 310 k DEBUG: libappstream-glib x86_64 0.8.3-3.el10 appstream 410 k DEBUG: make x86_64 1:4.4.1-9.el10 baseos 587 k DEBUG: openssh-clients x86_64 9.9p1-26.el10 baseos 768 k DEBUG: openssl-devel x86_64 1:3.5.5-3.el10 appstream 4.2 M DEBUG: pam-devel x86_64 1.6.1-10.el10 appstream 105 k DEBUG: polkit-devel x86_64 125-6.el10 appstream 46 k DEBUG: python3-devel x86_64 3.12.13-2.el10 appstream 329 k DEBUG: python3-pip noarch 23.3.2-11.el10 appstream 3.2 M DEBUG: selinux-policy noarch 42.1.22-1.el10 baseos 61 k DEBUG: selinux-policy-devel noarch 42.1.22-1.el10 appstream 1.5 M DEBUG: systemd-devel x86_64 257-25.el10 appstream 735 k DEBUG: zlib-ng-compat-devel x86_64 2.2.3-3.el10 appstream 36 k DEBUG: Installing dependencies: DEBUG: annobin-docs noarch 13.15-1.el10 appstream 85 k DEBUG: annobin-plugin-gcc x86_64 13.15-1.el10 appstream 685 k DEBUG: attr x86_64 2.5.2-5.el10 baseos 64 k DEBUG: boost-regex x86_64 1.83.0-8.el10 appstream 109 k DEBUG: checkpolicy x86_64 3.10-1.el10 baseos 371 k DEBUG: cmake-filesystem x86_64 3.31.8-1.el10 appstream 21 k DEBUG: cpp x86_64 14.3.1-4.4.el10 appstream 13 M DEBUG: dbus x86_64 1:1.14.10-5.el10 baseos 4.4 k DEBUG: dbus-broker x86_64 36-4.el10 baseos 174 k DEBUG: dbus-common noarch 1:1.14.10-5.el10 baseos 15 k DEBUG: dnf-data noarch 4.20.0-23.el10 baseos 39 k DEBUG: duktape x86_64 2.7.0-10.el10 baseos 170 k DEBUG: emacs-filesystem noarch 1:29.4-13.el10 baseos 8.3 k DEBUG: expat x86_64 2.7.3-1.el10 baseos 120 k DEBUG: gcc-plugin-annobin x86_64 14.3.1-4.4.el10 appstream 62 k DEBUG: gdb-headless x86_64 16.3-3.el10 appstream 5.1 M DEBUG: gdk-pixbuf2 x86_64 2.42.12-5.el10 appstream 497 k DEBUG: gettext-envsubst x86_64 0.22.5-6.el10 baseos 38 k DEBUG: gettext-libs x86_64 0.22.5-6.el10 baseos 669 k DEBUG: gettext-runtime x86_64 0.22.5-6.el10 baseos 122 k DEBUG: glib2 x86_64 2.80.4-13.el10 baseos 3.0 M DEBUG: glibc-devel x86_64 2.39-124.el10 appstream 584 k DEBUG: gnutls x86_64 3.8.10-4.el10 baseos 1.5 M DEBUG: gnutls-c++ x86_64 3.8.10-4.el10 appstream 30 k DEBUG: gnutls-dane x86_64 3.8.10-4.el10 appstream 40 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: gsettings-desktop-schemas x86_64 47.1-4.el10 baseos 784 k DEBUG: ima-evm-utils x86_64 1.6.2-5.el10 baseos 72 k DEBUG: json-glib x86_64 1.8.0-5.el10 baseos 168 k DEBUG: kernel-headers x86_64 6.12.0-233.el10 appstream 2.3 M DEBUG: keyutils x86_64 1.6.3-5.el10 baseos 76 k DEBUG: keyutils-libs-devel x86_64 1.6.3-5.el10 appstream 61 k DEBUG: krb5-pkinit x86_64 1.21.3-11.el10 baseos 59 k DEBUG: libbabeltrace x86_64 1.5.11-9.el10 baseos 194 k DEBUG: libblkid-devel x86_64 2.40.2-20.el10 appstream 25 k DEBUG: libcom_err-devel x86_64 1.47.1-5.el10 appstream 16 k DEBUG: libcomps x86_64 0.1.21-3.el10 baseos 78 k DEBUG: libdnf x86_64 0.73.1-15.el10 baseos 713 k DEBUG: libedit x86_64 3.1-52.20230828cvs.el10 baseos 106 k DEBUG: libev x86_64 4.33-15.el10 baseos 52 k DEBUG: libffi-devel x86_64 3.4.4-10.el10 appstream 29 k DEBUG: libicu x86_64 74.2-5.el10 baseos 10 M DEBUG: libidn2-devel x86_64 2.3.7-3.el10 appstream 71 k DEBUG: libipt x86_64 2.1-5.el10 appstream 58 k DEBUG: libjpeg-turbo x86_64 3.0.2-4.el10 appstream 252 k DEBUG: libkadm5 x86_64 1.21.3-11.el10 baseos 76 k DEBUG: libmodulemd x86_64 2.15.0-12.el10 baseos 236 k DEBUG: libmount-devel x86_64 2.40.2-20.el10 appstream 26 k DEBUG: libmpc x86_64 1.3.1-7.el10 appstream 71 k DEBUG: libpng x86_64 2:1.6.40-12.el10 baseos 120 k DEBUG: libproxy x86_64 0.5.5-4.el10 baseos 49 k DEBUG: librepo x86_64 1.19.0-1.el10 baseos 94 k DEBUG: libseccomp x86_64 2.5.6-1.el10 baseos 71 k DEBUG: libselinux-devel x86_64 3.10-2.el10 appstream 161 k DEBUG: libselinux-utils x86_64 3.10-2.el10 baseos 127 k DEBUG: libsepol-devel x86_64 3.10-2.el10 appstream 48 k DEBUG: libsolv x86_64 0.7.33-5.el10 baseos 428 k DEBUG: libss x86_64 1.47.1-5.el10 baseos 31 k DEBUG: libtasn1-devel x86_64 4.20.0-5.el10 appstream 83 k DEBUG: libtasn1-tools x86_64 4.20.0-5.el10 appstream 26 k DEBUG: libverto-devel x86_64 0.3.2-10.el10 appstream 15 k DEBUG: libverto-libev x86_64 0.3.2-10.el10 baseos 14 k DEBUG: libxcrypt-devel x86_64 4.4.36-10.el10 appstream 30 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: lmdb-libs x86_64 0.9.32-4.el10 baseos 62 k DEBUG: logrotate x86_64 3.22.0-5.el10 baseos 77 k DEBUG: m4 x86_64 1.4.19-11.el10 appstream 305 k DEBUG: mpdecimal x86_64 2.5.1-12.el10 baseos 90 k DEBUG: ncurses x86_64 6.4-15.20240127.el10 baseos 420 k DEBUG: openssh x86_64 9.9p1-26.el10 baseos 353 k DEBUG: p11-kit-devel x86_64 0.26.2-1.el10 appstream 97 k DEBUG: pcre2-devel x86_64 10.44-1.el10.3 appstream 532 k DEBUG: pcre2-utf16 x86_64 10.44-1.el10.3 appstream 227 k DEBUG: pcre2-utf32 x86_64 10.44-1.el10.3 appstream 215 k DEBUG: perl-AutoLoader noarch 5.74-514.el10 appstream 22 k DEBUG: perl-B x86_64 1.89-514.el10 appstream 178 k DEBUG: perl-Carp noarch 1.54-511.el10 baseos 30 k DEBUG: perl-Class-Struct noarch 0.68-514.el10 appstream 23 k DEBUG: perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k DEBUG: perl-Digest noarch 1.20-511.el10 baseos 26 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k DEBUG: perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M DEBUG: perl-Errno x86_64 1.38-514.el10 appstream 16 k DEBUG: perl-Exporter noarch 5.78-511.el10 baseos 32 k DEBUG: perl-Fcntl x86_64 1.18-514.el10 appstream 30 k DEBUG: perl-File-Basename noarch 2.86-514.el10 appstream 18 k DEBUG: perl-File-Compare noarch 1.100.800-514.el10 appstream 14 k DEBUG: perl-File-Copy noarch 2.41-514.el10 appstream 21 k DEBUG: perl-File-Find noarch 1.44-514.el10 appstream 26 k DEBUG: perl-File-Path noarch 2.18-512.el10 appstream 35 k DEBUG: perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k DEBUG: perl-File-stat noarch 1.14-514.el10 appstream 18 k DEBUG: perl-FileHandle noarch 2.05-514.el10 appstream 16 k DEBUG: perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k DEBUG: perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k DEBUG: perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k DEBUG: perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-Net-SSLeay x86_64 1.94-9.el10 appstream 377 k DEBUG: perl-POSIX x86_64 2.20-514.el10 appstream 97 k DEBUG: perl-PathTools x86_64 3.91-512.el10 baseos 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k DEBUG: perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k DEBUG: perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k DEBUG: perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k DEBUG: perl-SelectSaver noarch 1.02-514.el10 appstream 12 k DEBUG: perl-Socket x86_64 4:2.038-511.el10 baseos 56 k DEBUG: perl-Storable x86_64 1:3.32-511.el10 baseos 99 k DEBUG: perl-Symbol noarch 1.09-514.el10 appstream 15 k DEBUG: perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k DEBUG: perl-Term-Cap noarch 1.18-511.el10 baseos 23 k DEBUG: perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k DEBUG: perl-Thread-Queue noarch 3.14-511.el10 appstream 22 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-base noarch 2.27-514.el10 appstream 17 k DEBUG: perl-constant noarch 1.33-512.el10 baseos 24 k DEBUG: perl-if noarch 0.61.000-514.el10 appstream 15 k DEBUG: perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k DEBUG: perl-libnet noarch 3.15-512.el10 baseos 127 k DEBUG: perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M DEBUG: perl-locale noarch 1.12-514.el10 appstream 14 k DEBUG: perl-mro x86_64 1.29-514.el10 appstream 31 k DEBUG: perl-overload noarch 1.37-514.el10 appstream 46 k DEBUG: perl-overloading noarch 0.02-514.el10 appstream 14 k DEBUG: perl-parent noarch 1:0.241-512.el10 baseos 16 k DEBUG: perl-podlators noarch 1:5.01-511.el10 baseos 124 k DEBUG: perl-threads x86_64 1:2.40-511.el10 appstream 59 k DEBUG: perl-threads-shared x86_64 1.69-511.el10 appstream 46 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: policycoreutils x86_64 3.10-3.el10 baseos 270 k DEBUG: policycoreutils-devel x86_64 3.10-3.el10 appstream 142 k DEBUG: policycoreutils-python-utils noarch 3.10-3.el10 appstream 46 k DEBUG: polkit-docs noarch 125-6.el10 appstream 251 k DEBUG: polkit-libs x86_64 125-6.el10 baseos 67 k DEBUG: protobuf-c x86_64 1.5.0-6.el10 baseos 33 k DEBUG: python-rpm-macros noarch 3.12-11.el10 appstream 16 k DEBUG: python3 x86_64 3.12.13-2.el10 baseos 28 k DEBUG: python3-audit x86_64 4.0.3-5.el10 baseos 69 k DEBUG: python3-distro noarch 1.9.0-5.el10 baseos 48 k DEBUG: python3-dnf noarch 4.20.0-23.el10 baseos 642 k DEBUG: python3-hawkey x86_64 0.73.1-15.el10 baseos 105 k DEBUG: python3-libcomps x86_64 0.1.21-3.el10 baseos 49 k DEBUG: python3-libdnf x86_64 0.73.1-15.el10 baseos 864 k DEBUG: python3-libs x86_64 3.12.13-2.el10 baseos 9.5 M DEBUG: python3-libselinux x86_64 3.10-2.el10 baseos 203 k DEBUG: python3-libsemanage x86_64 3.10-1.el10 baseos 80 k DEBUG: python3-packaging noarch 24.2-2.el10 baseos 153 k DEBUG: python3-pip-wheel noarch 23.3.2-11.el10 baseos 1.5 M DEBUG: python3-policycoreutils noarch 3.10-3.el10 appstream 2.2 M DEBUG: python3-rpm x86_64 4.19.1.1-23.el10 baseos 63 k DEBUG: python3-rpm-generators noarch 14-12.el10 appstream 30 k DEBUG: python3-rpm-macros noarch 3.12-11.el10 appstream 11 k DEBUG: python3-setools x86_64 4.6.0-3.el10 baseos 775 k DEBUG: rpm-plugin-selinux x86_64 4.19.1.1-23.el10 baseos 17 k DEBUG: rpm-sign-libs x86_64 4.19.1.1-23.el10 baseos 22 k DEBUG: selinux-policy-targeted noarch 42.1.22-1.el10 baseos 6.3 M DEBUG: shared-mime-info x86_64 2.3-8.el10 baseos 592 k DEBUG: source-highlight x86_64 3.1.9-25.el10 appstream 781 k DEBUG: sysprof-capture-devel x86_64 47.2-1.el10 appstream 56 k DEBUG: systemd x86_64 257-25.el10 baseos 5.8 M DEBUG: systemd-pam x86_64 257-25.el10 baseos 326 k DEBUG: systemd-rpm-macros noarch 257-25.el10 baseos 44 k DEBUG: tpm2-tss x86_64 4.1.3-6.el10 baseos 435 k DEBUG: tzdata noarch 2026b-1.el10 baseos 904 k DEBUG: unbound-libs x86_64 1.24.2-7.el10 baseos 554 k DEBUG: words noarch 3.0-47.el10 baseos 1.2 M DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 198 Packages DEBUG: Total download size: 145 M DEBUG: Installed size: 486 M DEBUG: Downloading Packages: DEBUG: (1/198): dbus-1.14.10-5.el10.x86_64.rpm 111 kB/s | 4.4 kB 00:00 DEBUG: (2/198): attr-2.5.2-5.el10.x86_64.rpm 1.1 MB/s | 64 kB 00:00 DEBUG: (3/198): dbus-common-1.14.10-5.el10.noarch.rpm 1.0 MB/s | 15 kB 00:00 DEBUG: (4/198): dnf-data-4.20.0-23.el10.noarch.rpm 2.6 MB/s | 39 kB 00:00 DEBUG: (5/198): checkpolicy-3.10-1.el10.x86_64.rpm 3.4 MB/s | 371 kB 00:00 DEBUG: (6/198): dbus-broker-36-4.el10.x86_64.rpm 2.4 MB/s | 174 kB 00:00 DEBUG: (7/198): duktape-2.7.0-10.el10.x86_64.rpm 4.0 MB/s | 170 kB 00:00 DEBUG: (8/198): emacs-filesystem-29.4-13.el10.noarch.r 433 kB/s | 8.3 kB 00:00 DEBUG: (9/198): expat-2.7.3-1.el10.x86_64.rpm 4.3 MB/s | 120 kB 00:00 DEBUG: (10/198): gettext-envsubst-0.22.5-6.el10.x86_64 2.3 MB/s | 38 kB 00:00 DEBUG: (11/198): gettext-runtime-0.22.5-6.el10.x86_64. 7.4 MB/s | 122 kB 00:00 DEBUG: (12/198): glib-networking-2.80.0-3.el10.x86_64. 12 MB/s | 204 kB 00:00 DEBUG: (13/198): gettext-0.22.5-6.el10.x86_64.rpm 20 MB/s | 1.1 MB 00:00 DEBUG: (14/198): gettext-libs-0.22.5-6.el10.x86_64.rpm 9.5 MB/s | 669 kB 00:00 DEBUG: (15/198): gnutls-3.8.10-4.el10.x86_64.rpm 49 MB/s | 1.5 MB 00:00 DEBUG: (16/198): glib2-2.80.4-13.el10.x86_64.rpm 53 MB/s | 3.0 MB 00:00 DEBUG: (17/198): groff-base-1.23.0-10.el10.x86_64.rpm 30 MB/s | 1.1 MB 00:00 DEBUG: (18/198): gsettings-desktop-schemas-47.1-4.el10 25 MB/s | 784 kB 00:00 DEBUG: (19/198): ima-evm-utils-1.6.2-5.el10.x86_64.rpm 4.2 MB/s | 72 kB 00:00 DEBUG: (20/198): json-glib-1.8.0-5.el10.x86_64.rpm 11 MB/s | 168 kB 00:00 DEBUG: (21/198): keyutils-1.6.3-5.el10.x86_64.rpm 5.2 MB/s | 76 kB 00:00 DEBUG: (22/198): krb5-pkinit-1.21.3-11.el10.x86_64.rpm 3.7 MB/s | 59 kB 00:00 DEBUG: (23/198): libbabeltrace-1.5.11-9.el10.x86_64.rp 13 MB/s | 194 kB 00:00 DEBUG: (24/198): libcomps-0.1.21-3.el10.x86_64.rpm 4.6 MB/s | 78 kB 00:00 DEBUG: (25/198): libdnf-0.73.1-15.el10.x86_64.rpm 39 MB/s | 713 kB 00:00 DEBUG: (26/198): krb5-server-1.21.3-11.el10.x86_64.rpm 7.7 MB/s | 310 kB 00:00 DEBUG: (27/198): libedit-3.1-52.20230828cvs.el10.x86_6 6.4 MB/s | 106 kB 00:00 DEBUG: (28/198): libev-4.33-15.el10.x86_64.rpm 3.6 MB/s | 52 kB 00:00 DEBUG: (29/198): libkadm5-1.21.3-11.el10.x86_64.rpm 4.6 MB/s | 76 kB 00:00 DEBUG: (30/198): libmodulemd-2.15.0-12.el10.x86_64.rpm 13 MB/s | 236 kB 00:00 DEBUG: (31/198): libpng-1.6.40-12.el10.x86_64.rpm 6.7 MB/s | 120 kB 00:00 DEBUG: (32/198): libproxy-0.5.5-4.el10.x86_64.rpm 3.1 MB/s | 49 kB 00:00 DEBUG: (33/198): librepo-1.19.0-1.el10.x86_64.rpm 5.6 MB/s | 94 kB 00:00 DEBUG: (34/198): libseccomp-2.5.6-1.el10.x86_64.rpm 4.8 MB/s | 71 kB 00:00 DEBUG: (35/198): libselinux-utils-3.10-2.el10.x86_64.r 7.5 MB/s | 127 kB 00:00 DEBUG: (36/198): libsolv-0.7.33-5.el10.x86_64.rpm 23 MB/s | 428 kB 00:00 DEBUG: (37/198): libss-1.47.1-5.el10.x86_64.rpm 1.9 MB/s | 31 kB 00:00 DEBUG: (38/198): libverto-libev-0.3.2-10.el10.x86_64.r 873 kB/s | 14 kB 00:00 DEBUG: (39/198): libicu-74.2-5.el10.x86_64.rpm 80 MB/s | 10 MB 00:00 DEBUG: (40/198): libyaml-0.2.5-16.el10.x86_64.rpm 1.6 MB/s | 62 kB 00:00 DEBUG: (41/198): lmdb-libs-0.9.32-4.el10.x86_64.rpm 1.9 MB/s | 62 kB 00:00 DEBUG: (42/198): logrotate-3.22.0-5.el10.x86_64.rpm 5.1 MB/s | 77 kB 00:00 DEBUG: (43/198): mpdecimal-2.5.1-12.el10.x86_64.rpm 5.8 MB/s | 90 kB 00:00 DEBUG: (44/198): make-4.4.1-9.el10.x86_64.rpm 24 MB/s | 587 kB 00:00 DEBUG: (45/198): ncurses-6.4-15.20240127.el10.x86_64.r 22 MB/s | 420 kB 00:00 DEBUG: (46/198): openssh-9.9p1-26.el10.x86_64.rpm 18 MB/s | 353 kB 00:00 DEBUG: (47/198): openssh-clients-9.9p1-26.el10.x86_64. 30 MB/s | 768 kB 00:00 DEBUG: (48/198): perl-Carp-1.54-511.el10.noarch.rpm 1.5 MB/s | 30 kB 00:00 DEBUG: (49/198): perl-Data-Dumper-2.189-512.el10.x86_6 3.2 MB/s | 57 kB 00:00 DEBUG: (50/198): perl-Digest-1.20-511.el10.noarch.rpm 1.7 MB/s | 26 kB 00:00 DEBUG: (51/198): perl-Digest-MD5-2.59-6.el10.x86_64.rp 2.1 MB/s | 37 kB 00:00 DEBUG: (52/198): perl-Encode-3.21-511.el10.x86_64.rpm 45 MB/s | 1.1 MB 00:00 DEBUG: (53/198): perl-Exporter-5.78-511.el10.noarch.rp 2.2 MB/s | 32 kB 00:00 DEBUG: (54/198): perl-File-Temp-0.231.100-512.el10.noa 3.6 MB/s | 60 kB 00:00 DEBUG: (55/198): perl-Getopt-Long-2.58-3.el10.noarch.r 4.4 MB/s | 65 kB 00:00 DEBUG: (56/198): perl-HTTP-Tiny-0.088-512.el10.noarch. 3.5 MB/s | 57 kB 00:00 DEBUG: (57/198): perl-IO-Socket-IP-0.42-512.el10.noarc 2.5 MB/s | 43 kB 00:00 DEBUG: (58/198): perl-IO-Socket-SSL-2.085-3.el10.noarc 14 MB/s | 227 kB 00:00 DEBUG: (59/198): perl-MIME-Base64-3.16-511.el10.x86_64 2.0 MB/s | 31 kB 00:00 DEBUG: (60/198): perl-Mozilla-CA-20231213-5.el10.noarc 856 kB/s | 15 kB 00:00 DEBUG: (61/198): perl-PathTools-3.91-512.el10.x86_64.r 5.5 MB/s | 85 kB 00:00 DEBUG: (62/198): perl-Pod-Escapes-1.07-511.el10.noarch 1.4 MB/s | 21 kB 00:00 DEBUG: (63/198): perl-Pod-Perldoc-3.28.01-512.el10.noa 4.6 MB/s | 84 kB 00:00 DEBUG: (64/198): perl-Pod-Usage-2.03-511.el10.noarch.r 2.6 MB/s | 41 kB 00:00 DEBUG: (65/198): perl-Pod-Simple-3.45-511.el10.noarch. 10 MB/s | 218 kB 00:00 DEBUG: (66/198): perl-Scalar-List-Utils-1.63-511.el10. 4.3 MB/s | 74 kB 00:00 DEBUG: (67/198): perl-Socket-2.038-511.el10.x86_64.rpm 3.2 MB/s | 56 kB 00:00 DEBUG: (68/198): perl-Storable-3.32-511.el10.x86_64.rp 5.9 MB/s | 99 kB 00:00 DEBUG: (69/198): perl-Term-ANSIColor-5.01-512.el10.noa 3.3 MB/s | 49 kB 00:00 DEBUG: (70/198): perl-Term-Cap-1.18-511.el10.noarch.rp 1.4 MB/s | 23 kB 00:00 DEBUG: (71/198): perl-Text-ParseWords-3.31-511.el10.no 1.2 MB/s | 17 kB 00:00 DEBUG: (72/198): perl-Text-Tabs+Wrap-2024.001-511.el10 1.4 MB/s | 23 kB 00:00 DEBUG: (73/198): perl-Time-Local-1.350-511.el10.noarch 2.2 MB/s | 35 kB 00:00 DEBUG: (74/198): perl-URI-5.27-3.el10.noarch.rpm 7.7 MB/s | 134 kB 00:00 DEBUG: (75/198): perl-constant-1.33-512.el10.noarch.rp 962 kB/s | 24 kB 00:00 DEBUG: (76/198): perl-libnet-3.15-512.el10.noarch.rpm 3.7 MB/s | 127 kB 00:00 DEBUG: (77/198): perl-parent-0.241-512.el10.noarch.rpm 449 kB/s | 16 kB 00:00 DEBUG: (78/198): perl-podlators-5.01-511.el10.noarch.r 4.2 MB/s | 124 kB 00:00 DEBUG: (79/198): policycoreutils-3.10-3.el10.x86_64.rp 13 MB/s | 270 kB 00:00 DEBUG: (80/198): polkit-libs-125-6.el10.x86_64.rpm 2.5 MB/s | 67 kB 00:00 DEBUG: (81/198): protobuf-c-1.5.0-6.el10.x86_64.rpm 1.8 MB/s | 33 kB 00:00 DEBUG: (82/198): python3-3.12.13-2.el10.x86_64.rpm 1.5 MB/s | 28 kB 00:00 DEBUG: (83/198): python3-audit-4.0.3-5.el10.x86_64.rpm 3.4 MB/s | 69 kB 00:00 DEBUG: (84/198): python3-distro-1.9.0-5.el10.noarch.rp 2.0 MB/s | 48 kB 00:00 DEBUG: (85/198): python3-dnf-4.20.0-23.el10.noarch.rpm 24 MB/s | 642 kB 00:00 DEBUG: (86/198): python3-hawkey-0.73.1-15.el10.x86_64. 3.9 MB/s | 105 kB 00:00 DEBUG: (87/198): python3-libcomps-0.1.21-3.el10.x86_64 2.0 MB/s | 49 kB 00:00 DEBUG: (88/198): python3-libdnf-0.73.1-15.el10.x86_64. 44 MB/s | 864 kB 00:00 DEBUG: (89/198): python3-libselinux-3.10-2.el10.x86_64 11 MB/s | 203 kB 00:00 DEBUG: (90/198): python3-libsemanage-3.10-1.el10.x86_6 5.4 MB/s | 80 kB 00:00 DEBUG: (91/198): python3-packaging-24.2-2.el10.noarch. 8.2 MB/s | 153 kB 00:00 DEBUG: (92/198): python3-pip-wheel-23.3.2-11.el10.noar 43 MB/s | 1.5 MB 00:00 DEBUG: (93/198): python3-rpm-4.19.1.1-23.el10.x86_64.r 3.1 MB/s | 63 kB 00:00 DEBUG: (94/198): rpm-plugin-selinux-4.19.1.1-23.el10.x 1.0 MB/s | 17 kB 00:00 DEBUG: (95/198): python3-setools-4.6.0-3.el10.x86_64.r 30 MB/s | 775 kB 00:00 DEBUG: (96/198): python3-libs-3.12.13-2.el10.x86_64.rp 76 MB/s | 9.5 MB 00:00 DEBUG: (97/198): rpm-sign-libs-4.19.1.1-23.el10.x86_64 507 kB/s | 22 kB 00:00 DEBUG: (98/198): selinux-policy-42.1.22-1.el10.noarch. 1.4 MB/s | 61 kB 00:00 DEBUG: (99/198): shared-mime-info-2.3-8.el10.x86_64.rp 22 MB/s | 592 kB 00:00 DEBUG: (100/198): systemd-pam-257-25.el10.x86_64.rpm 16 MB/s | 326 kB 00:00 DEBUG: (101/198): selinux-policy-targeted-42.1.22-1.el 79 MB/s | 6.3 MB 00:00 DEBUG: (102/198): systemd-rpm-macros-257-25.el10.noarc 1.7 MB/s | 44 kB 00:00 DEBUG: (103/198): systemd-257-25.el10.x86_64.rpm 55 MB/s | 5.8 MB 00:00 DEBUG: (104/198): tpm2-tss-4.1.3-6.el10.x86_64.rpm 11 MB/s | 435 kB 00:00 DEBUG: (105/198): tzdata-2026b-1.el10.noarch.rpm 21 MB/s | 904 kB 00:00 DEBUG: (106/198): unbound-libs-1.24.2-7.el10.x86_64.rp 29 MB/s | 554 kB 00:00 DEBUG: (107/198): words-3.0-47.el10.noarch.rpm 50 MB/s | 1.2 MB 00:00 DEBUG: (108/198): annobin-docs-13.15-1.el10.noarch.rpm 1.0 MB/s | 85 kB 00:00 DEBUG: (109/198): autoconf-2.71-13.el10.noarch.rpm 4.9 MB/s | 736 kB 00:00 DEBUG: (110/198): boost-regex-1.83.0-8.el10.x86_64.rpm 5.6 MB/s | 109 kB 00:00 DEBUG: (111/198): automake-1.16.5-20.el10.noarch.rpm 6.5 MB/s | 702 kB 00:00 DEBUG: (112/198): cmake-filesystem-3.31.8-1.el10.x86_6 1.1 MB/s | 21 kB 00:00 DEBUG: (113/198): annobin-plugin-gcc-13.15-1.el10.x86_ 3.2 MB/s | 685 kB 00:00 DEBUG: (114/198): desktop-file-utils-0.26-15.el10.x86_ 3.6 MB/s | 70 kB 00:00 DEBUG: (115/198): gcc-plugin-annobin-14.3.1-4.4.el10.x 3.3 MB/s | 62 kB 00:00 DEBUG: (116/198): gdb-16.3-3.el10.x86_64.rpm 7.5 MB/s | 146 kB 00:00 DEBUG: (117/198): cpp-14.3.1-4.4.el10.x86_64.rpm 96 MB/s | 13 MB 00:00 DEBUG: (118/198): gdb-headless-16.3-3.el10.x86_64.rpm 58 MB/s | 5.1 MB 00:00 DEBUG: (119/198): gdk-pixbuf2-2.42.12-5.el10.x86_64.rp 16 MB/s | 497 kB 00:00 DEBUG: (120/198): glib2-devel-2.80.4-13.el10.x86_64.rp 56 MB/s | 1.5 MB 00:00 DEBUG: (121/198): glibc-devel-2.39-124.el10.x86_64.rpm 21 MB/s | 584 kB 00:00 DEBUG: (122/198): gnutls-c++-3.8.10-4.el10.x86_64.rpm 1.6 MB/s | 30 kB 00:00 DEBUG: (123/198): gnutls-dane-3.8.10-4.el10.x86_64.rpm 2.2 MB/s | 40 kB 00:00 DEBUG: (124/198): json-glib-devel-1.8.0-5.el10.x86_64. 9.5 MB/s | 235 kB 00:00 DEBUG: (125/198): gnutls-devel-3.8.10-4.el10.x86_64.rp 56 MB/s | 2.5 MB 00:00 DEBUG: (126/198): keyutils-libs-devel-1.6.3-5.el10.x86 3.4 MB/s | 61 kB 00:00 DEBUG: (127/198): kernel-headers-6.12.0-233.el10.x86_6 50 MB/s | 2.3 MB 00:00 DEBUG: (128/198): krb5-devel-1.21.3-11.el10.x86_64.rpm 8.0 MB/s | 143 kB 00:00 DEBUG: (129/198): libappstream-glib-0.8.3-3.el10.x86_6 19 MB/s | 410 kB 00:00 DEBUG: (130/198): libblkid-devel-2.40.2-20.el10.x86_64 1.3 MB/s | 25 kB 00:00 DEBUG: (131/198): libcom_err-devel-1.47.1-5.el10.x86_6 942 kB/s | 16 kB 00:00 DEBUG: (132/198): libffi-devel-3.4.4-10.el10.x86_64.rp 1.7 MB/s | 29 kB 00:00 DEBUG: (133/198): libidn2-devel-2.3.7-3.el10.x86_64.rp 4.0 MB/s | 71 kB 00:00 DEBUG: (134/198): libipt-2.1-5.el10.x86_64.rpm 3.4 MB/s | 58 kB 00:00 DEBUG: (135/198): libjpeg-turbo-3.0.2-4.el10.x86_64.rp 13 MB/s | 252 kB 00:00 DEBUG: (136/198): libmount-devel-2.40.2-20.el10.x86_64 1.4 MB/s | 26 kB 00:00 DEBUG: (137/198): libmpc-1.3.1-7.el10.x86_64.rpm 4.1 MB/s | 71 kB 00:00 DEBUG: (138/198): libselinux-devel-3.10-2.el10.x86_64. 8.8 MB/s | 161 kB 00:00 DEBUG: (139/198): libsepol-devel-3.10-2.el10.x86_64.rp 2.7 MB/s | 48 kB 00:00 DEBUG: (140/198): libtasn1-devel-4.20.0-5.el10.x86_64. 4.5 MB/s | 83 kB 00:00 DEBUG: (141/198): libtasn1-tools-4.20.0-5.el10.x86_64. 1.4 MB/s | 26 kB 00:00 DEBUG: (142/198): libverto-devel-0.3.2-10.el10.x86_64. 888 kB/s | 15 kB 00:00 DEBUG: (143/198): libxcrypt-devel-4.4.36-10.el10.x86_6 1.7 MB/s | 30 kB 00:00 DEBUG: (144/198): m4-1.4.19-11.el10.x86_64.rpm 15 MB/s | 305 kB 00:00 DEBUG: (145/198): p11-kit-devel-0.26.2-1.el10.x86_64.r 5.2 MB/s | 97 kB 00:00 DEBUG: (146/198): openssl-devel-3.5.5-3.el10.x86_64.rp 88 MB/s | 4.2 MB 00:00 DEBUG: (147/198): pam-devel-1.6.1-10.el10.x86_64.rpm 3.8 MB/s | 105 kB 00:00 DEBUG: (148/198): pcre2-devel-10.44-1.el10.3.x86_64.rp 24 MB/s | 532 kB 00:00 DEBUG: (149/198): pcre2-utf16-10.44-1.el10.3.x86_64.rp 9.4 MB/s | 227 kB 00:00 DEBUG: (150/198): pcre2-utf32-10.44-1.el10.3.x86_64.rp 11 MB/s | 215 kB 00:00 DEBUG: (151/198): perl-AutoLoader-5.74-514.el10.noarch 1.2 MB/s | 22 kB 00:00 DEBUG: (152/198): perl-B-1.89-514.el10.x86_64.rpm 8.9 MB/s | 178 kB 00:00 DEBUG: (153/198): perl-Class-Struct-0.68-514.el10.noar 1.1 MB/s | 23 kB 00:00 DEBUG: (154/198): perl-DynaLoader-1.56-514.el10.x86_64 1.5 MB/s | 27 kB 00:00 DEBUG: (155/198): perl-Errno-1.38-514.el10.x86_64.rpm 898 kB/s | 16 kB 00:00 DEBUG: (156/198): perl-Fcntl-1.18-514.el10.x86_64.rpm 1.7 MB/s | 30 kB 00:00 DEBUG: (157/198): perl-File-Basename-2.86-514.el10.noa 1.0 MB/s | 18 kB 00:00 DEBUG: (158/198): perl-File-Compare-1.100.800-514.el10 732 kB/s | 14 kB 00:00 DEBUG: (159/198): perl-File-Copy-2.41-514.el10.noarch. 1.0 MB/s | 21 kB 00:00 DEBUG: (160/198): perl-File-Find-1.44-514.el10.noarch. 1.4 MB/s | 26 kB 00:00 DEBUG: (161/198): perl-File-Path-2.18-512.el10.noarch. 1.8 MB/s | 35 kB 00:00 DEBUG: (162/198): perl-File-stat-1.14-514.el10.noarch. 1.0 MB/s | 18 kB 00:00 DEBUG: (163/198): perl-FileHandle-2.05-514.el10.noarch 901 kB/s | 16 kB 00:00 DEBUG: (164/198): perl-Getopt-Std-1.14-514.el10.noarch 917 kB/s | 16 kB 00:00 DEBUG: (165/198): perl-IO-1.55-514.el10.x86_64.rpm 4.4 MB/s | 81 kB 00:00 DEBUG: (166/198): perl-IPC-Open3-1.22-514.el10.noarch. 1.2 MB/s | 23 kB 00:00 DEBUG: (167/198): perl-Net-SSLeay-1.94-9.el10.x86_64.r 18 MB/s | 377 kB 00:00 DEBUG: (168/198): perl-POSIX-2.20-514.el10.x86_64.rpm 5.3 MB/s | 97 kB 00:00 DEBUG: (169/198): perl-SelectSaver-1.02-514.el10.noarc 713 kB/s | 12 kB 00:00 DEBUG: (170/198): perl-Symbol-1.09-514.el10.noarch.rpm 844 kB/s | 15 kB 00:00 DEBUG: (171/198): perl-Thread-Queue-3.14-511.el10.noar 1.2 MB/s | 22 kB 00:00 DEBUG: (172/198): perl-base-2.27-514.el10.noarch.rpm 979 kB/s | 17 kB 00:00 DEBUG: (173/198): perl-if-0.61.000-514.el10.noarch.rpm 861 kB/s | 15 kB 00:00 DEBUG: (174/198): perl-interpreter-5.40.2-514.el10.x86 3.9 MB/s | 73 kB 00:00 DEBUG: (175/198): perl-locale-1.12-514.el10.noarch.rpm 811 kB/s | 14 kB 00:00 DEBUG: (176/198): perl-libs-5.40.2-514.el10.x86_64.rpm 58 MB/s | 2.4 MB 00:00 DEBUG: (177/198): perl-mro-1.29-514.el10.x86_64.rpm 1.7 MB/s | 31 kB 00:00 DEBUG: (178/198): perl-overload-1.37-514.el10.noarch.r 2.5 MB/s | 46 kB 00:00 DEBUG: (179/198): gcc-14.3.1-4.4.el10.x86_64.rpm 43 MB/s | 38 MB 00:00 DEBUG: (180/198): perl-overloading-0.02-514.el10.noarc 129 kB/s | 14 kB 00:00 DEBUG: (181/198): perl-threads-2.40-511.el10.x86_64.rp 618 kB/s | 59 kB 00:00 DEBUG: (182/198): perl-threads-shared-1.69-511.el10.x8 2.4 MB/s | 46 kB 00:00 DEBUG: (183/198): perl-vars-1.05-514.el10.noarch.rpm 777 kB/s | 14 kB 00:00 DEBUG: (184/198): policycoreutils-devel-3.10-3.el10.x8 7.0 MB/s | 142 kB 00:00 DEBUG: (185/198): policycoreutils-python-utils-3.10-3. 2.5 MB/s | 46 kB 00:00 DEBUG: (186/198): polkit-devel-125-6.el10.x86_64.rpm 2.5 MB/s | 46 kB 00:00 DEBUG: (187/198): polkit-docs-125-6.el10.noarch.rpm 12 MB/s | 251 kB 00:00 DEBUG: (188/198): python-rpm-macros-3.12-11.el10.noarc 936 kB/s | 16 kB 00:00 DEBUG: (189/198): python3-devel-3.12.13-2.el10.x86_64. 16 MB/s | 329 kB 00:00 DEBUG: (190/198): python3-pip-23.3.2-11.el10.noarch.rp 94 MB/s | 3.2 MB 00:00 DEBUG: (191/198): python3-rpm-generators-14-12.el10.no 1.5 MB/s | 30 kB 00:00 DEBUG: (192/198): python3-policycoreutils-3.10-3.el10. 60 MB/s | 2.2 MB 00:00 DEBUG: (193/198): python3-rpm-macros-3.12-11.el10.noar 650 kB/s | 11 kB 00:00 DEBUG: (194/198): selinux-policy-devel-42.1.22-1.el10. 59 MB/s | 1.5 MB 00:00 DEBUG: (195/198): source-highlight-3.1.9-25.el10.x86_6 37 MB/s | 781 kB 00:00 DEBUG: (196/198): sysprof-capture-devel-47.2-1.el10.x8 2.8 MB/s | 56 kB 00:00 DEBUG: (197/198): systemd-devel-257-25.el10.x86_64.rpm 35 MB/s | 735 kB 00:00 DEBUG: (198/198): zlib-ng-compat-devel-2.2.3-3.el10.x8 2.1 MB/s | 36 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 61 MB/s | 145 MB 00:02 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: selinux-policy-targeted-42.1.22-1.el10.noarch 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : gnutls-3.8.10-4.el10.x86_64 1/198 DEBUG: Installing : glib2-2.80.4-13.el10.x86_64 2/198 DEBUG: Installing : expat-2.7.3-1.el10.x86_64 3/198 DEBUG: Installing : make-1:4.4.1-9.el10.x86_64 4/198 DEBUG: Installing : json-glib-1.8.0-5.el10.x86_64 5/198 DEBUG: Installing : python-rpm-macros-3.12-11.el10.noarch 6/198 DEBUG: Installing : m4-1.4.19-11.el10.x86_64 7/198 DEBUG: Installing : libmpc-1.3.1-7.el10.x86_64 8/198 DEBUG: Installing : libsolv-0.7.33-5.el10.x86_64 9/198 DEBUG: Installing : libkadm5-1.21.3-11.el10.x86_64 10/198 DEBUG: Installing : gettext-libs-0.22.5-6.el10.x86_64 11/198 DEBUG: Installing : emacs-filesystem-1:29.4-13.el10.noarch 12/198 DEBUG: Installing : checkpolicy-3.10-1.el10.x86_64 13/198 DEBUG: Installing : cpp-14.3.1-4.4.el10.x86_64 14/198 DEBUG: Installing : python3-rpm-macros-3.12-11.el10.noarch 15/198 DEBUG: Installing : libcomps-0.1.21-3.el10.x86_64 16/198 DEBUG: Installing : gsettings-desktop-schemas-47.1-4.el10.x86_64 17/198 DEBUG: Installing : libbabeltrace-1.5.11-9.el10.x86_64 18/198 DEBUG: Installing : librepo-1.19.0-1.el10.x86_64 19/198 DEBUG: Installing : polkit-libs-125-6.el10.x86_64 20/198 DEBUG: Installing : shared-mime-info-2.3-8.el10.x86_64 21/198 DEBUG: Running scriptlet: shared-mime-info-2.3-8.el10.x86_64 21/198 DEBUG: Installing : gnutls-c++-3.8.10-4.el10.x86_64 22/198 DEBUG: Installing : sysprof-capture-devel-47.2-1.el10.x86_64 23/198 DEBUG: Installing : pcre2-utf32-10.44-1.el10.3.x86_64 24/198 DEBUG: Installing : pcre2-utf16-10.44-1.el10.3.x86_64 25/198 DEBUG: Installing : pcre2-devel-10.44-1.el10.3.x86_64 26/198 DEBUG: Installing : p11-kit-devel-0.26.2-1.el10.x86_64 27/198 DEBUG: Installing : libverto-devel-0.3.2-10.el10.x86_64 28/198 DEBUG: Installing : libtasn1-tools-4.20.0-5.el10.x86_64 29/198 DEBUG: Installing : libtasn1-devel-4.20.0-5.el10.x86_64 30/198 DEBUG: Installing : libsepol-devel-3.10-2.el10.x86_64 31/198 DEBUG: Installing : libselinux-devel-3.10-2.el10.x86_64 32/198 DEBUG: Installing : libjpeg-turbo-3.0.2-4.el10.x86_64 33/198 DEBUG: Installing : libipt-2.1-5.el10.x86_64 34/198 DEBUG: Installing : libidn2-devel-2.3.7-3.el10.x86_64 35/198 DEBUG: Installing : libffi-devel-3.4.4-10.el10.x86_64 36/198 DEBUG: Installing : libcom_err-devel-1.47.1-5.el10.x86_64 37/198 DEBUG: Installing : libblkid-devel-2.40.2-20.el10.x86_64 38/198 DEBUG: Installing : libmount-devel-2.40.2-20.el10.x86_64 39/198 DEBUG: Installing : keyutils-libs-devel-1.6.3-5.el10.x86_64 40/198 DEBUG: Installing : kernel-headers-6.12.0-233.el10.x86_64 41/198 DEBUG: Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 42/198 DEBUG: Installing : glibc-devel-2.39-124.el10.x86_64 43/198 DEBUG: Installing : gcc-14.3.1-4.4.el10.x86_64 44/198 DEBUG: Running scriptlet: gcc-14.3.1-4.4.el10.x86_64 44/198 DEBUG: Installing : cmake-filesystem-3.31.8-1.el10.x86_64 45/198 DEBUG: Installing : zlib-ng-compat-devel-2.2.3-3.el10.x86_64 46/198 DEBUG: Installing : annobin-docs-13.15-1.el10.noarch 47/198 DEBUG: Installing : words-3.0-47.el10.noarch 48/198 DEBUG: Installing : tzdata-2026b-1.el10.noarch 49/198 DEBUG: Running scriptlet: tpm2-tss-4.1.3-6.el10.x86_64 50/198 DEBUG: Installing : tpm2-tss-4.1.3-6.el10.x86_64 50/198 DEBUG: Installing : python3-pip-wheel-23.3.2-11.el10.noarch 51/198 DEBUG: Installing : protobuf-c-1.5.0-6.el10.x86_64 52/198 DEBUG: Installing : openssh-9.9p1-26.el10.x86_64 53/198 DEBUG: Installing : ncurses-6.4-15.20240127.el10.x86_64 54/198 DEBUG: Installing : mpdecimal-2.5.1-12.el10.x86_64 55/198 DEBUG: Installing : python3-3.12.13-2.el10.x86_64 56/198 DEBUG: Installing : python3-libs-3.12.13-2.el10.x86_64 57/198 DEBUG: Installing : python3-libselinux-3.10-2.el10.x86_64 58/198 DEBUG: Installing : python3-packaging-24.2-2.el10.noarch 59/198 DEBUG: Installing : glib2-devel-2.80.4-13.el10.x86_64 60/198 DEBUG: Installing : polkit-docs-125-6.el10.noarch 61/198 DEBUG: Installing : polkit-devel-125-6.el10.x86_64 62/198 DEBUG: Installing : python3-rpm-generators-14-12.el10.noarch 63/198 DEBUG: Installing : python3-libsemanage-3.10-1.el10.x86_64 64/198 DEBUG: Installing : python3-libcomps-0.1.21-3.el10.x86_64 65/198 DEBUG: Running scriptlet: unbound-libs-1.24.2-7.el10.x86_64 66/198 DEBUG: Installing : unbound-libs-1.24.2-7.el10.x86_64 66/198 DEBUG: Installing : gnutls-dane-3.8.10-4.el10.x86_64 67/198 DEBUG: Installing : python3-audit-4.0.3-5.el10.x86_64 68/198 DEBUG: Installing : python3-distro-1.9.0-5.el10.noarch 69/198 DEBUG: Installing : python3-setools-4.6.0-3.el10.x86_64 70/198 DEBUG: Installing : python3-pip-23.3.2-11.el10.noarch 71/198 DEBUG: Installing : lmdb-libs-0.9.32-4.el10.x86_64 72/198 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 73/198 DEBUG: Installing : libmodulemd-2.15.0-12.el10.x86_64 74/198 DEBUG: Installing : libdnf-0.73.1-15.el10.x86_64 75/198 DEBUG: Installing : python3-libdnf-0.73.1-15.el10.x86_64 76/198 DEBUG: Installing : python3-hawkey-0.73.1-15.el10.x86_64 77/198 DEBUG: Installing : libss-1.47.1-5.el10.x86_64 78/198 DEBUG: Installing : libselinux-utils-3.10-2.el10.x86_64 79/198 DEBUG: Installing : policycoreutils-3.10-3.el10.x86_64 80/198 DEBUG: Running scriptlet: policycoreutils-3.10-3.el10.x86_64 80/198 DEBUG: Installing : selinux-policy-42.1.22-1.el10.noarch 81/198 DEBUG: Running scriptlet: selinux-policy-42.1.22-1.el10.noarch 81/198 DEBUG: Running scriptlet: selinux-policy-targeted-42.1.22-1.el10.noarch 82/198 DEBUG: Installing : selinux-policy-targeted-42.1.22-1.el10.noarch 82/198 DEBUG: Running scriptlet: selinux-policy-targeted-42.1.22-1.el10.noarch 82/198 DEBUG: Installing : python3-policycoreutils-3.10-3.el10.noarch 83/198 DEBUG: Installing : policycoreutils-python-utils-3.10-3.el10.noarch 84/198 DEBUG: Installing : libseccomp-2.5.6-1.el10.x86_64 85/198 DEBUG: Installing : libpng-2:1.6.40-12.el10.x86_64 86/198 DEBUG: Installing : gdk-pixbuf2-2.42.12-5.el10.x86_64 87/198 DEBUG: Installing : libicu-74.2-5.el10.x86_64 88/198 DEBUG: Installing : boost-regex-1.83.0-8.el10.x86_64 89/198 DEBUG: Installing : source-highlight-3.1.9-25.el10.x86_64 90/198 DEBUG: Installing : libev-4.33-15.el10.x86_64 91/198 DEBUG: Installing : libverto-libev-0.3.2-10.el10.x86_64 92/198 DEBUG: Installing : libedit-3.1-52.20230828cvs.el10.x86_64 93/198 DEBUG: Installing : krb5-pkinit-1.21.3-11.el10.x86_64 94/198 DEBUG: Installing : keyutils-1.6.3-5.el10.x86_64 95/198 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 96/198 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 96/198 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 96/198 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 97/198 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 98/198 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 99/198 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 100/198 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 101/198 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 102/198 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 103/198 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 104/198 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 105/198 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 106/198 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 107/198 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 108/198 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 109/198 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 110/198 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 111/198 DEBUG: Installing : perl-File-Path-2.18-512.el10.noarch 112/198 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 113/198 DEBUG: Installing : perl-Net-SSLeay-1.94-9.el10.x86_64 114/198 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 115/198 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 116/198 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 117/198 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 118/198 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 119/198 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 120/198 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 121/198 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 122/198 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 123/198 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 124/198 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 125/198 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 126/198 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 127/198 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 128/198 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 129/198 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 130/198 DEBUG: Installing : perl-base-2.27-514.el10.noarch 131/198 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 132/198 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 133/198 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 134/198 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 135/198 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 136/198 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 137/198 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 138/198 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 139/198 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 140/198 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 141/198 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 142/198 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 143/198 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 144/198 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 145/198 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 146/198 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 147/198 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 148/198 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 149/198 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 150/198 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 151/198 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 152/198 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 153/198 DEBUG: Installing : perl-threads-1:2.40-511.el10.x86_64 154/198 DEBUG: Installing : perl-threads-shared-1.69-511.el10.x86_64 155/198 DEBUG: Installing : perl-Thread-Queue-3.14-511.el10.noarch 156/198 DEBUG: Installing : perl-File-Compare-1.100.800-514.el10.noarch 157/198 DEBUG: Installing : perl-File-Copy-2.41-514.el10.noarch 158/198 DEBUG: Installing : perl-File-Find-1.44-514.el10.noarch 159/198 DEBUG: Installing : autoconf-2.71-13.el10.noarch 160/198 DEBUG: Installing : gettext-envsubst-0.22.5-6.el10.x86_64 161/198 DEBUG: Installing : gettext-runtime-0.22.5-6.el10.x86_64 162/198 DEBUG: Installing : duktape-2.7.0-10.el10.x86_64 163/198 DEBUG: Installing : libproxy-0.5.5-4.el10.x86_64 164/198 DEBUG: Installing : dnf-data-4.20.0-23.el10.noarch 165/198 DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: Installing : dbus-common-1:1.14.10-5.el10.noarch 166/198 DEBUG: Running scriptlet: dbus-common-1:1.14.10-5.el10.noarch 166/198 DEBUG: Installing : dbus-broker-36-4.el10.x86_64 167/198 DEBUG: Running scriptlet: dbus-broker-36-4.el10.x86_64 167/198 DEBUG: Installing : dbus-1:1.14.10-5.el10.x86_64 168/198 DEBUG: Installing : systemd-pam-257-25.el10.x86_64 169/198 DEBUG: Running scriptlet: systemd-257-25.el10.x86_64 170/198 DEBUG: Installing : systemd-257-25.el10.x86_64 170/198 DEBUG: Running scriptlet: systemd-257-25.el10.x86_64 170/198 DEBUG: Creating group 'input' with GID 104. DEBUG: Creating group 'kvm' with GID 36. DEBUG: Creating group 'render' with GID 105. DEBUG: Creating group 'sgx' with GID 106. DEBUG: Creating group 'systemd-journal' with GID 190. DEBUG: Creating group 'dbus' with GID 81. DEBUG: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. DEBUG: Running scriptlet: logrotate-3.22.0-5.el10.x86_64 171/198 DEBUG: Installing : logrotate-3.22.0-5.el10.x86_64 171/198 DEBUG: Running scriptlet: logrotate-3.22.0-5.el10.x86_64 171/198 DEBUG: Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' → '/usr/lib/systemd/system/logrotate.timer'. DEBUG: Installing : attr-2.5.2-5.el10.x86_64 172/198 DEBUG: Installing : ima-evm-utils-1.6.2-5.el10.x86_64 173/198 DEBUG: Installing : rpm-sign-libs-4.19.1.1-23.el10.x86_64 174/198 DEBUG: Installing : python3-rpm-4.19.1.1-23.el10.x86_64 175/198 DEBUG: Installing : python3-dnf-4.20.0-23.el10.noarch 176/198 DEBUG: Installing : policycoreutils-devel-3.10-3.el10.x86_64 177/198 DEBUG: Installing : selinux-policy-devel-42.1.22-1.el10.noarch 178/198 DEBUG: Running scriptlet: selinux-policy-devel-42.1.22-1.el10.noarch 178/198 DEBUG: Installing : gdb-headless-16.3-3.el10.x86_64 179/198 DEBUG: Installing : gdb-16.3-3.el10.x86_64 180/198 DEBUG: Installing : krb5-server-1.21.3-11.el10.x86_64 181/198 DEBUG: Running scriptlet: krb5-server-1.21.3-11.el10.x86_64 181/198 DEBUG: Running in chroot, ignoring command 'daemon-reload' DEBUG: Installing : glib-networking-2.80.0-3.el10.x86_64 182/198 DEBUG: Installing : gettext-0.22.5-6.el10.x86_64 183/198 DEBUG: Installing : automake-1.16.5-20.el10.noarch 184/198 DEBUG: Installing : openssh-clients-9.9p1-26.el10.x86_64 185/198 DEBUG: Running scriptlet: openssh-clients-9.9p1-26.el10.x86_64 185/198 DEBUG: Installing : libappstream-glib-0.8.3-3.el10.x86_64 186/198 DEBUG: Installing : python3-devel-3.12.13-2.el10.x86_64 187/198 DEBUG: Installing : gnutls-devel-3.8.10-4.el10.x86_64 188/198 DEBUG: Installing : json-glib-devel-1.8.0-5.el10.x86_64 189/198 DEBUG: Installing : annobin-plugin-gcc-13.15-1.el10.x86_64 190/198 DEBUG: Running scriptlet: annobin-plugin-gcc-13.15-1.el10.x86_64 190/198 DEBUG: Installing : gcc-plugin-annobin-14.3.1-4.4.el10.x86_64 191/198 DEBUG: Running scriptlet: gcc-plugin-annobin-14.3.1-4.4.el10.x86_64 191/198 DEBUG: Installing : krb5-devel-1.21.3-11.el10.x86_64 192/198 DEBUG: Installing : desktop-file-utils-0.26-15.el10.x86_64 193/198 DEBUG: Installing : systemd-devel-257-25.el10.x86_64 194/198 DEBUG: Installing : pam-devel-1.6.1-10.el10.x86_64 195/198 DEBUG: Installing : openssl-devel-1:3.5.5-3.el10.x86_64 196/198 DEBUG: Installing : systemd-rpm-macros-257-25.el10.noarch 197/198 DEBUG: Installing : rpm-plugin-selinux-4.19.1.1-23.el10.x86_64 198/198 DEBUG: Running scriptlet: selinux-policy-targeted-42.1.22-1.el10.noarch 198/198 DEBUG: Running scriptlet: rpm-plugin-selinux-4.19.1.1-23.el10.x86_64 198/198 DEBUG: Installed: DEBUG: annobin-docs-13.15-1.el10.noarch DEBUG: annobin-plugin-gcc-13.15-1.el10.x86_64 DEBUG: attr-2.5.2-5.el10.x86_64 DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: boost-regex-1.83.0-8.el10.x86_64 DEBUG: checkpolicy-3.10-1.el10.x86_64 DEBUG: cmake-filesystem-3.31.8-1.el10.x86_64 DEBUG: cpp-14.3.1-4.4.el10.x86_64 DEBUG: dbus-1:1.14.10-5.el10.x86_64 DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-common-1:1.14.10-5.el10.noarch DEBUG: desktop-file-utils-0.26-15.el10.x86_64 DEBUG: dnf-data-4.20.0-23.el10.noarch DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: emacs-filesystem-1:29.4-13.el10.noarch DEBUG: expat-2.7.3-1.el10.x86_64 DEBUG: gcc-14.3.1-4.4.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-4.4.el10.x86_64 DEBUG: gdb-16.3-3.el10.x86_64 DEBUG: gdb-headless-16.3-3.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-5.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: glib-networking-2.80.0-3.el10.x86_64 DEBUG: glib2-2.80.4-13.el10.x86_64 DEBUG: glib2-devel-2.80.4-13.el10.x86_64 DEBUG: glibc-devel-2.39-124.el10.x86_64 DEBUG: gnutls-3.8.10-4.el10.x86_64 DEBUG: gnutls-c++-3.8.10-4.el10.x86_64 DEBUG: gnutls-dane-3.8.10-4.el10.x86_64 DEBUG: gnutls-devel-3.8.10-4.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: gsettings-desktop-schemas-47.1-4.el10.x86_64 DEBUG: ima-evm-utils-1.6.2-5.el10.x86_64 DEBUG: json-glib-1.8.0-5.el10.x86_64 DEBUG: json-glib-devel-1.8.0-5.el10.x86_64 DEBUG: kernel-headers-6.12.0-233.el10.x86_64 DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: keyutils-libs-devel-1.6.3-5.el10.x86_64 DEBUG: krb5-devel-1.21.3-11.el10.x86_64 DEBUG: krb5-pkinit-1.21.3-11.el10.x86_64 DEBUG: krb5-server-1.21.3-11.el10.x86_64 DEBUG: libappstream-glib-0.8.3-3.el10.x86_64 DEBUG: libbabeltrace-1.5.11-9.el10.x86_64 DEBUG: libblkid-devel-2.40.2-20.el10.x86_64 DEBUG: libcom_err-devel-1.47.1-5.el10.x86_64 DEBUG: libcomps-0.1.21-3.el10.x86_64 DEBUG: libdnf-0.73.1-15.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: libev-4.33-15.el10.x86_64 DEBUG: libffi-devel-3.4.4-10.el10.x86_64 DEBUG: libicu-74.2-5.el10.x86_64 DEBUG: libidn2-devel-2.3.7-3.el10.x86_64 DEBUG: libipt-2.1-5.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libkadm5-1.21.3-11.el10.x86_64 DEBUG: libmodulemd-2.15.0-12.el10.x86_64 DEBUG: libmount-devel-2.40.2-20.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libpng-2:1.6.40-12.el10.x86_64 DEBUG: libproxy-0.5.5-4.el10.x86_64 DEBUG: librepo-1.19.0-1.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libselinux-devel-3.10-2.el10.x86_64 DEBUG: libselinux-utils-3.10-2.el10.x86_64 DEBUG: libsepol-devel-3.10-2.el10.x86_64 DEBUG: libsolv-0.7.33-5.el10.x86_64 DEBUG: libss-1.47.1-5.el10.x86_64 DEBUG: libtasn1-devel-4.20.0-5.el10.x86_64 DEBUG: libtasn1-tools-4.20.0-5.el10.x86_64 DEBUG: libverto-devel-0.3.2-10.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: lmdb-libs-0.9.32-4.el10.x86_64 DEBUG: logrotate-3.22.0-5.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: make-1:4.4.1-9.el10.x86_64 DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: ncurses-6.4-15.20240127.el10.x86_64 DEBUG: openssh-9.9p1-26.el10.x86_64 DEBUG: openssh-clients-9.9p1-26.el10.x86_64 DEBUG: openssl-devel-1:3.5.5-3.el10.x86_64 DEBUG: p11-kit-devel-0.26.2-1.el10.x86_64 DEBUG: pam-devel-1.6.1-10.el10.x86_64 DEBUG: pcre2-devel-10.44-1.el10.3.x86_64 DEBUG: pcre2-utf16-10.44-1.el10.3.x86_64 DEBUG: pcre2-utf32-10.44-1.el10.3.x86_64 DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-File-Path-2.18-512.el10.noarch DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-Net-SSLeay-1.94-9.el10.x86_64 DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Socket-4:2.038-511.el10.x86_64 DEBUG: perl-Storable-1:3.32-511.el10.x86_64 DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-parent-1:0.241-512.el10.noarch DEBUG: perl-podlators-1:5.01-511.el10.noarch DEBUG: perl-threads-1:2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: policycoreutils-3.10-3.el10.x86_64 DEBUG: policycoreutils-devel-3.10-3.el10.x86_64 DEBUG: policycoreutils-python-utils-3.10-3.el10.noarch DEBUG: polkit-devel-125-6.el10.x86_64 DEBUG: polkit-docs-125-6.el10.noarch DEBUG: polkit-libs-125-6.el10.x86_64 DEBUG: protobuf-c-1.5.0-6.el10.x86_64 DEBUG: python-rpm-macros-3.12-11.el10.noarch DEBUG: python3-3.12.13-2.el10.x86_64 DEBUG: python3-audit-4.0.3-5.el10.x86_64 DEBUG: python3-devel-3.12.13-2.el10.x86_64 DEBUG: python3-distro-1.9.0-5.el10.noarch DEBUG: python3-dnf-4.20.0-23.el10.noarch DEBUG: python3-hawkey-0.73.1-15.el10.x86_64 DEBUG: python3-libcomps-0.1.21-3.el10.x86_64 DEBUG: python3-libdnf-0.73.1-15.el10.x86_64 DEBUG: python3-libs-3.12.13-2.el10.x86_64 DEBUG: python3-libselinux-3.10-2.el10.x86_64 DEBUG: python3-libsemanage-3.10-1.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-pip-23.3.2-11.el10.noarch DEBUG: python3-pip-wheel-23.3.2-11.el10.noarch DEBUG: python3-policycoreutils-3.10-3.el10.noarch DEBUG: python3-rpm-4.19.1.1-23.el10.x86_64 DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-rpm-macros-3.12-11.el10.noarch DEBUG: python3-setools-4.6.0-3.el10.x86_64 DEBUG: rpm-plugin-selinux-4.19.1.1-23.el10.x86_64 DEBUG: rpm-sign-libs-4.19.1.1-23.el10.x86_64 DEBUG: selinux-policy-42.1.22-1.el10.noarch DEBUG: selinux-policy-devel-42.1.22-1.el10.noarch DEBUG: selinux-policy-targeted-42.1.22-1.el10.noarch DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: source-highlight-3.1.9-25.el10.x86_64 DEBUG: sysprof-capture-devel-47.2-1.el10.x86_64 DEBUG: systemd-257-25.el10.x86_64 DEBUG: systemd-devel-257-25.el10.x86_64 DEBUG: systemd-pam-257-25.el10.x86_64 DEBUG: systemd-rpm-macros-257-25.el10.noarch DEBUG: tpm2-tss-4.1.3-6.el10.x86_64 DEBUG: tzdata-2026b-1.el10.noarch DEBUG: unbound-libs-1.24.2-7.el10.x86_64 DEBUG: words-3.0-47.el10.noarch DEBUG: zlib-ng-compat-devel-2.2.3-3.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/lib/mock/centos-stream-10-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-10-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Finish: run DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-10-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-10-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + mkdir /tmp/selinux-policy-rpms + dnf download --downloaddir /tmp/selinux-policy-rpms selinux-policy selinux-policy-devel selinux-policy-targeted Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:05:42 ago on Wed 10 Jun 2026 08:08:14 PM EDT. (1/3): selinux-policy-devel-42.1.23-1.el10.noar 8.0 MB/s | 1.2 MB 00:00 (2/3): selinux-policy-targeted-42.1.23-1.el10.n 37 MB/s | 5.9 MB 00:00 (3/3): selinux-policy-42.1.23-1.el10.noarch.rpm 239 kB/s | 60 kB 00:00 + su builder -c '/usr/bin/mock --install /tmp/selinux-policy-rpms/*.rpm' INFO: mock.py version 6.7 starting (python version = 3.12.13, NVR = mock-6.7-1.el10_3), args: /usr/libexec/mock/mock --install /tmp/selinux-policy-rpms/selinux-policy-42.1.23-1.el10.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-devel-42.1.23-1.el10.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-targeted-42.1.23-1.el10.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-42.1.23-1.el10.noarch.rpm /builddir/selinux-policy-devel-42.1.23-1.el10.noarch.rpm /builddir/selinux-policy-targeted-42.1.23-1.el10.noarch.rpm INFO: Finish: run + dnf clean all Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. 39 files removed + for iface in eth1 ens15 + '[' -e /sys/class/net/eth1 ']' + for iface in eth1 ens15 + '[' -e /sys/class/net/ens15 ']' + nmcli con add con-name ens15 ifname ens15 type ethernet ipv4.method disabled ipv6.method ignore Connection 'ens15' (fa391c30-9619-4111-b413-4be7b313a39b) successfully added. ++ hostname + echo '127.0.1.1 centos-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) }' + '[' 5 -lt 4 ']' + '[' centos-10 '!=' centos-10 ']' + 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*' + awk '{print $1}' + xargs --no-run-if-empty systemctl disable Removed '/etc/systemd/system/multi-user.target.wants/pmcd.service'. Removed '/etc/systemd/system/multi-user.target.wants/pmlogger.service'. Removed '/etc/systemd/system/multi-user.target.wants/pmie.service'. + dnf repoquery --installonly --latest-limit=-1 -q + xargs --no-run-if-empty rpm -e --verbose Preparing packages... kernel-6.12.0-233.el10.x86_64 kernel-modules-extra-6.12.0-233.el10.x86_64 kernel-modules-6.12.0-233.el10.x86_64 kernel-modules-core-6.12.0-233.el10.x86_64 kernel-core-6.12.0-233.el10.x86_64 + restorecon -vR /etc/ Relabeled /etc/systemd/system.conf.d from unconfined_u:object_r:etc_t:s0 to unconfined_u:object_r:systemd_conf_t:s0 Relabeled /etc/systemd/system.conf.d/50-coredump.conf from unconfined_u:object_r:etc_t:s0 to unconfined_u:object_r:systemd_conf_t:s0 + '[' centos-10 '!=' centos-10 ']' + '[' '' '!=' centos-10 ']' + echo 'PerSourcePenalties no' + /var/lib/testvm/zero-disk.setup --keep-mock-cache dd: writing to '/root/junk': No space left on device 27125857+0 records in 27125856+0 records out 13888438272 bytes (14 GB, 13 GiB) copied, 35.9564 s, 386 MB/s + rm -f /var/tmp/SETUP killing ssh master process 154 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Saving... + git add -- images/centos-10 + git diff --cached --quiet -- + ./image-diff /work/.cache/cockpit-images/centos-10-2678469ae295777d337254b7f844a15a6dc8baa21d7285febe484889a555d7aa.qcow2 centos-10 + ./image-upload --prune-s3 centos-10 Uploading to https://cockpit-images.eu-central-1.linodeobjects.com/centos-10-c3ac8fe9dae6ab42790bb10b985ba6e5de09ad22c130431def55c2257d601a4b.qcow2 Uploading to https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/centos-10-c3ac8fe9dae6ab42790bb10b985ba6e5de09ad22c130431def55c2257d601a4b.qcow2 Uploading to https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-10-c3ac8fe9dae6ab42790bb10b985ba6e5de09ad22c130431def55c2257d601a4b.qcow2 + git commit -m 'images: Update centos-10 image Removed: Added: valkey-rdma (8.1.7-1.el10) Changed: annobin-docs (13.15-1.el10 -> 13.20-1.el10) annobin-plugin-gcc (13.15-1.el10 -> 13.20-1.el10) centos-gpg-keys (10.0-21.el10 -> 10.0-23.el10) centos-stream-release (10.0-21.el10 -> 10.0-23.el10) centos-stream-repos (10.0-21.el10 -> 10.0-23.el10) clevis (22-1.el10 -> 23-1.el10) clevis-luks (22-1.el10 -> 23-1.el10) cockpit (362-1.el10 -> 363.2-1.el10) cockpit-bridge (362-1.el10 -> 363.2-1.el10) cockpit-system (362-1.el10 -> 363.2-1.el10) cockpit-ws (362-1.el10 -> 363.2-1.el10) cockpit-ws-selinux (362-1.el10 -> 363.2-1.el10) conmon (3:2.2.1-3.el10 -> 3:2.2.1-4.el10) coreutils (9.5-9.el10 -> 9.5-11.el10) coreutils-common (9.5-9.el10 -> 9.5-11.el10) device-mapper (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-event (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-event-libs (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-libs (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) dnf (4.20.0-23.el10 -> 4.20.0-24.el10) dnf-automatic (4.20.0-23.el10 -> 4.20.0-24.el10) dnf-data (4.20.0-23.el10 -> 4.20.0-24.el10) dnsmasq (2.90-5.el10 -> 2.90-7.el10) edk2-ovmf (20260221-2.el10 -> 20260221-3.el10) grub2-common (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-efi-x64 (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-pc (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-pc-modules (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-tools (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-tools-minimal (1:2.12-45.el10 -> 1:2.12-48.el10) ipset (7.22-10.el10 -> 7.22-11.el10) ipset-libs (7.22-10.el10 -> 7.22-11.el10) iptables-libs (1.8.11-13.el10 -> 1.8.11-14.el10) iptables-nft (1.8.11-13.el10 -> 1.8.11-14.el10) kernel (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-core (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-devel (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-headers (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules-core (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules-extra (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-tools (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-tools-libs (6.12.0-233.el10 -> 6.12.0-237.el10) libcap-ng (0.8.4-6.el10 -> 0.9.3-1.el10) libcap-ng-python3 (0.8.4-6.el10 -> 0.9.3-1.el10) libdnf (0.73.1-15.el10 -> 0.73.1-16.el10) libpng (2:1.6.40-12.el10 -> 2:1.6.40-13.el10) libsolv (0.7.33-2.el10 -> 0.7.33-5.el10) libtasn1 (4.20.0-1.el10 -> 4.20.0-5.el10) libusb1 (1.0.29-3.el10 -> 1.0.30-1.el10) libxml2 (2.12.5-11.el10 -> 2.12.5-12.el10) lvm2 (10:2.03.36-2.el10 -> 10:2.03.41-2.el10) lvm2-libs (10:2.03.36-2.el10 -> 10:2.03.41-2.el10) netavark (2:1.17.2-1.el10 -> 2:1.17.2-2.el10) pcp (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-conf (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-libs (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-selinux (7.0.3-3.el10 -> 7.1.5-1.el10) python3-dnf (4.20.0-23.el10 -> 4.20.0-24.el10) python3-hawkey (0.73.1-15.el10 -> 0.73.1-16.el10) python3-libdnf (0.73.1-15.el10 -> 0.73.1-16.el10) python3-libxml2 (2.12.5-11.el10 -> 2.12.5-12.el10) python3-pcp (7.0.3-3.el10 -> 7.1.5-1.el10) python3-perf (6.12.0-233.el10 -> 6.12.0-237.el10) python3-qrcode (7.4.2-13.el10 -> 8.0-1.el10) qemu-guest-agent (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-img (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-audio-pa (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-blkio (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-curl (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-rbd (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-common (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-core (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-gpu (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-gpu-pci (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-vga (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-usb-host (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-usb-redirect (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-docs (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-tools (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-ui-egl-headless (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-ui-opengl (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-pr-helper (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) selinux-policy (42.1.22-1.el10 -> 42.1.23-1.el10) selinux-policy-targeted (42.1.22-1.el10 -> 42.1.23-1.el10) sequoia-sq (1.3.1.1-1.el10 -> 1.4.0.1-2.el10) shadow-utils (2:4.15.0-11.el10 -> 2:4.15.0-12.el10) shadow-utils-subid (2:4.15.0-11.el10 -> 2:4.15.0-12.el10) shim-x64 (15.8-5.el10 -> 16.1-1.el10) systemtap-client (5.5-1.el10 -> 5.5-2.el10) systemtap-devel (5.5-1.el10 -> 5.5-2.el10) systemtap-runtime (5.5-1.el10 -> 5.5-2.el10) yum (4.20.0-23.el10 -> 4.20.0-24.el10) Closes #9180' -- + git push -- origin +HEAD:refs/heads/image-refresh-centos-10-20260611-002337 remote: remote: Create a pull request for 'image-refresh-centos-10-20260611-002337' on GitHub by visiting: remote: https://github.com/cockpit-project/bots/pull/new/image-refresh-centos-10-20260611-002337 remote: To https://github.com/cockpit-project/bots * [new branch] HEAD -> image-refresh-centos-10-20260611-002337 WARNING:root:Transient error during GitHub request, attempt #0: Remote end closed connection without response + git rev-parse HEAD + git commit --amend --no-edit --trailer 'Closes: #9180' -- + git push --force-with-lease=refs/heads/image-refresh-centos-10-20260611-002337:8fcb5562a3c35b13b34276a0aaca259e378ab6f0 -- origin HEAD:refs/heads/image-refresh-centos-10-20260611-002337 To https://github.com/cockpit-project/bots + 8fcb5562...bf2135e2 HEAD -> image-refresh-centos-10-20260611-002337 (forced update) + git rev-parse HEAD # image-refresh centos-10 succeeded: https://github.com/cockpit-project/bots/commits/image-refresh-centos-10-20260611-002337 # Duration: 1262.0005519390106s Removed: Added: valkey-rdma (8.1.7-1.el10) Changed: annobin-docs (13.15-1.el10 -> 13.20-1.el10) annobin-plugin-gcc (13.15-1.el10 -> 13.20-1.el10) centos-gpg-keys (10.0-21.el10 -> 10.0-23.el10) centos-stream-release (10.0-21.el10 -> 10.0-23.el10) centos-stream-repos (10.0-21.el10 -> 10.0-23.el10) clevis (22-1.el10 -> 23-1.el10) clevis-luks (22-1.el10 -> 23-1.el10) cockpit (362-1.el10 -> 363.2-1.el10) cockpit-bridge (362-1.el10 -> 363.2-1.el10) cockpit-system (362-1.el10 -> 363.2-1.el10) cockpit-ws (362-1.el10 -> 363.2-1.el10) cockpit-ws-selinux (362-1.el10 -> 363.2-1.el10) conmon (3:2.2.1-3.el10 -> 3:2.2.1-4.el10) coreutils (9.5-9.el10 -> 9.5-11.el10) coreutils-common (9.5-9.el10 -> 9.5-11.el10) device-mapper (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-event (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-event-libs (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) device-mapper-libs (10:1.02.210-2.el10 -> 10:1.02.215-2.el10) dnf (4.20.0-23.el10 -> 4.20.0-24.el10) dnf-automatic (4.20.0-23.el10 -> 4.20.0-24.el10) dnf-data (4.20.0-23.el10 -> 4.20.0-24.el10) dnsmasq (2.90-5.el10 -> 2.90-7.el10) edk2-ovmf (20260221-2.el10 -> 20260221-3.el10) grub2-common (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-efi-x64 (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-pc (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-pc-modules (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-tools (1:2.12-45.el10 -> 1:2.12-48.el10) grub2-tools-minimal (1:2.12-45.el10 -> 1:2.12-48.el10) ipset (7.22-10.el10 -> 7.22-11.el10) ipset-libs (7.22-10.el10 -> 7.22-11.el10) iptables-libs (1.8.11-13.el10 -> 1.8.11-14.el10) iptables-nft (1.8.11-13.el10 -> 1.8.11-14.el10) kernel (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-core (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-devel (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-headers (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules-core (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-modules-extra (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-tools (6.12.0-233.el10 -> 6.12.0-237.el10) kernel-tools-libs (6.12.0-233.el10 -> 6.12.0-237.el10) libcap-ng (0.8.4-6.el10 -> 0.9.3-1.el10) libcap-ng-python3 (0.8.4-6.el10 -> 0.9.3-1.el10) libdnf (0.73.1-15.el10 -> 0.73.1-16.el10) libpng (2:1.6.40-12.el10 -> 2:1.6.40-13.el10) libsolv (0.7.33-2.el10 -> 0.7.33-5.el10) libtasn1 (4.20.0-1.el10 -> 4.20.0-5.el10) libusb1 (1.0.29-3.el10 -> 1.0.30-1.el10) libxml2 (2.12.5-11.el10 -> 2.12.5-12.el10) lvm2 (10:2.03.36-2.el10 -> 10:2.03.41-2.el10) lvm2-libs (10:2.03.36-2.el10 -> 10:2.03.41-2.el10) netavark (2:1.17.2-1.el10 -> 2:1.17.2-2.el10) pcp (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-conf (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-libs (7.0.3-3.el10 -> 7.1.5-1.el10) pcp-selinux (7.0.3-3.el10 -> 7.1.5-1.el10) python3-dnf (4.20.0-23.el10 -> 4.20.0-24.el10) python3-hawkey (0.73.1-15.el10 -> 0.73.1-16.el10) python3-libdnf (0.73.1-15.el10 -> 0.73.1-16.el10) python3-libxml2 (2.12.5-11.el10 -> 2.12.5-12.el10) python3-pcp (7.0.3-3.el10 -> 7.1.5-1.el10) python3-perf (6.12.0-233.el10 -> 6.12.0-237.el10) python3-qrcode (7.4.2-13.el10 -> 8.0-1.el10) qemu-guest-agent (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-img (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-audio-pa (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-blkio (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-curl (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-block-rbd (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-common (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-core (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-gpu (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-gpu-pci (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-display-virtio-vga (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-usb-host (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-device-usb-redirect (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-docs (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-tools (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-ui-egl-headless (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-kvm-ui-opengl (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) qemu-pr-helper (18:10.1.0-19.el10 -> 18:10.1.0-20.el10) selinux-policy (42.1.22-1.el10 -> 42.1.23-1.el10) selinux-policy-targeted (42.1.22-1.el10 -> 42.1.23-1.el10) sequoia-sq (1.3.1.1-1.el10 -> 1.4.0.1-2.el10) shadow-utils (2:4.15.0-11.el10 -> 2:4.15.0-12.el10) shadow-utils-subid (2:4.15.0-11.el10 -> 2:4.15.0-12.el10) shim-x64 (15.8-5.el10 -> 16.1-1.el10) systemtap-client (5.5-1.el10 -> 5.5-2.el10) systemtap-devel (5.5-1.el10 -> 5.5-2.el10) systemtap-runtime (5.5-1.el10 -> 5.5-2.el10) yum (4.20.0-23.el10 -> 4.20.0-24.el10) Job ran successfully. :)