INFO: Start build test container for train Waiting for base container master-1_0_8_7-7_0: Pulling from opensdn-base 446f83f14b23: Pulling fs layer b268514cc278: Pulling fs layer 84e260a0512f: Pulling fs layer 10fac61c4934: Pulling fs layer 7a575928a297: Pulling fs layer 9c4147231f0d: Pulling fs layer f040b0d2d4b1: Pulling fs layer 569b9429c92a: Pulling fs layer dc23e260ded2: Pulling fs layer 10fac61c4934: Waiting 7a575928a297: Waiting 9c4147231f0d: Waiting f040b0d2d4b1: Waiting 569b9429c92a: Waiting dc23e260ded2: Waiting b268514cc278: Verifying Checksum b268514cc278: Download complete 84e260a0512f: Verifying Checksum 84e260a0512f: Download complete 10fac61c4934: Verifying Checksum 10fac61c4934: Download complete 7a575928a297: Verifying Checksum 7a575928a297: Download complete 9c4147231f0d: Download complete f040b0d2d4b1: Verifying Checksum f040b0d2d4b1: Download complete 446f83f14b23: Verifying Checksum 446f83f14b23: Download complete dc23e260ded2: Download complete 569b9429c92a: Download complete 446f83f14b23: Pull complete b268514cc278: Pull complete 84e260a0512f: Pull complete 10fac61c4934: Pull complete 7a575928a297: Pull complete 9c4147231f0d: Pull complete f040b0d2d4b1: Pull complete 569b9429c92a: Pull complete dc23e260ded2: Pull complete Digest: sha256:c6d0706e0f4d16f316d3561e7fb9fe0794b175c46a8ec22f172e1be39d6f4018 Status: Downloaded newer image for nexus.gz1.opensdn.io:5101/opensdn-base:master-1_0_8_7-7_0 Building test container opensdn-test-test:master-1_0_8_7-7_0 (sudo docker build --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_8_7-7_0 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --network host --build-arg SKU=train --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REPO=http://localhost:6667 --build-arg OPENSTACK_REPO=http://vault.centos.org/centos/7/cloud/x86_64/openstack-train --build-arg DOCKERFILE_DIR=docker --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache -t opensdn-test-test:master-1_0_8_7-7_0 -f docker/Dockerfile.nofromargs .) Sending build context to Docker daemon 35.92 MB Step 1/17 : ARG CONTRAIL_REGISTRY Step 2/17 : ARG CONTRAIL_CONTAINER_TAG Step 3/17 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> 403b7335f42c Step 4/17 : ARG PIP_REPOSITORY ---> Running in 5a28fd661f37 ---> Removed intermediate container 5a28fd661f37 ---> c3a2e475d617 Step 5/17 : ARG SITE_MIRROR ---> Running in 3268c4099d97 ---> Removed intermediate container 3268c4099d97 ---> 2144bad0d956 Step 6/17 : ARG YUM_ENABLE_REPOS="" ---> Running in af061e53f97a ---> Removed intermediate container af061e53f97a ---> 8ce2ce78b665 Step 7/17 : ARG SKU=ocata ---> Running in 61080f0459b7 ---> Removed intermediate container 61080f0459b7 ---> 5cddd37d89fd Step 8/17 : ARG OPENSTACK_REPO ---> Running in e91031f6b91d ---> Removed intermediate container e91031f6b91d ---> cf8ce14c6bf9 Step 9/17 : ARG CONTRAIL_REPO ---> Running in 04d5e1a986d3 ---> Removed intermediate container 04d5e1a986d3 ---> 0495da2d16e1 Step 10/17 : ARG DOCKERFILE_DIR ---> Running in d208c5886a6b ---> Removed intermediate container d208c5886a6b ---> 780cf7d05e8a Step 11/17 : COPY $DOCKERFILE_DIR/*requirements*.txt $DOCKERFILE_DIR/entrypoint.sh / ---> e4b95aafff1d Step 12/17 : RUN mkdir -p /contrail-test ---> Running in 43d142a77c8c ---> Removed intermediate container 43d142a77c8c ---> 1c17af670bfb Step 13/17 : COPY ./ /contrail-test/ ---> decc5c0e02f2 Step 14/17 : RUN set -e ; source /etc/os-release && source /functions.sh && if [[ "$ID" == 'rhel' && "$VERSION_ID" == '8.4' ]] ; then yum module enable -y javapackages-tools ; fi ; source /functions.sh ; yum update -y -x "redhat-release*" -x "coreutils*" ; yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; yum install -y unzip vim tcpdump ant git ipmitool patch bzip2 sudo ant-junit libXpm libXrender gtk2 GConf2 libffi-devel ; if [[ "$ID" == 'rocky' ]]; then yum install -y sshpass ; else SSHPASS_RPM_NAME=sshpass-1.06-9.el8.x86_64.rpm && download_package https://archives.fedoraproject.org pub/archive/epel/8.4/Everything/x86_64/Packages/s/${SSHPASS_RPM_NAME} ${SSHPASS_RPM_NAME} ; rpm -Uvh --nodeps --replacepkgs ${SSHPASS_RPM_NAME} ; fi && yum clean all -y ; rm -rf /var/cache/yum ; rm -rf /etc/yum.repos.d ; mkdir -p /etc/contrail/ ; touch /etc/contrail/vnc_api_lib.ini ; python3 -m pip install --no-compile -r /requirements_common.txt -r /requirements3.txt ; mkdir -p /contrail-test/images ---> Running in 297945839d70 Contrail repo 20 MB/s | 214 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 41 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 9.4 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 71 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 57 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 844 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 11 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 649 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 3.0 MB/s | 64 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 118 MB/s | 30 MB 00:00 Third parties for OpenSDN 48 MB/s | 5.4 MB 00:00 Dependencies resolved. ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Upgrading: alternatives x86_64 1.24-1.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 38 k audit-libs x86_64 3.1.5-1.el9 tf-mirrors.ci_repos_yum9-baseos 120 k basesystem noarch 11-13.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 6.4 k bash x86_64 5.1.8-9.el9 tf-mirrors.ci_repos_yum9-baseos 1.7 M binutils x86_64 2.35.2-54.el9 tf-mirrors.ci_repos_yum9-baseos 4.5 M binutils-gold x86_64 2.35.2-54.el9 tf-mirrors.ci_repos_yum9-baseos 734 k bzip2-libs x86_64 1.0.8-10.el9_5 tf-mirrors.ci_repos_yum9-baseos 39 k ca-certificates noarch 2024.2.69_v8.0.303-91.4.el9_4 tf-mirrors.ci_repos_yum9-baseos 911 k crypto-policies noarch 20240828-2.git626aa59.el9_5 tf-mirrors.ci_repos_yum9-baseos 55 k crypto-policies-scripts noarch 20240828-2.git626aa59.el9_5 tf-mirrors.ci_repos_yum9-baseos 83 k curl-minimal x86_64 7.76.1-31.el9 tf-mirrors.ci_repos_yum9-baseos 126 k dnf noarch 4.14.0-17.el9 tf-mirrors.ci_repos_yum9-baseos 467 k dnf-data noarch 4.14.0-17.el9 tf-mirrors.ci_repos_yum9-baseos 34 k elfutils-debuginfod-client x86_64 0.191-4.el9 tf-mirrors.ci_repos_yum9-baseos 36 k elfutils-default-yama-scope noarch 0.191-4.el9 tf-mirrors.ci_repos_yum9-baseos 11 k elfutils-libelf x86_64 0.191-4.el9 tf-mirrors.ci_repos_yum9-baseos 206 k elfutils-libs x86_64 0.191-4.el9 tf-mirrors.ci_repos_yum9-baseos 259 k expat x86_64 2.5.0-3.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 115 k file-libs x86_64 5.39-16.el9 tf-mirrors.ci_repos_yum9-baseos 588 k filesystem x86_64 3.16-5.el9 tf-mirrors.ci_repos_yum9-baseos 1.1 M findutils x86_64 1:4.8.0-7.el9 tf-mirrors.ci_repos_yum9-baseos 536 k gdbm-libs x86_64 1:1.23-1.el9 tf-mirrors.ci_repos_yum9-baseos 55 k glib2 x86_64 2.68.4-14.el9_4.1 tf-mirrors.ci_repos_yum9-baseos 2.6 M gnutls x86_64 3.8.3-4.el9_4 tf-mirrors.ci_repos_yum9-baseos 1.1 M krb5-libs x86_64 1.21.1-4.el9_5 tf-mirrors.ci_repos_yum9-baseos 756 k libarchive x86_64 3.5.3-4.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 387 k libblkid x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 106 k libcom_err x86_64 1.46.5-5.el9 tf-mirrors.ci_repos_yum9-baseos 25 k libcurl-minimal x86_64 7.76.1-31.el9 tf-mirrors.ci_repos_yum9-baseos 224 k libdb x86_64 5.3.28-54.el9 tf-mirrors.ci_repos_yum9-baseos 736 k libdnf x86_64 0.69.0-12.el9 tf-mirrors.ci_repos_yum9-baseos 650 k libeconf x86_64 0.4.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 26 k libevent x86_64 2.1.12-8.el9_4 tf-mirrors.ci_repos_yum9-baseos 262 k libfdisk x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 153 k libgcrypt x86_64 1.10.0-11.el9 tf-mirrors.ci_repos_yum9-baseos 507 k libksba x86_64 1.5.1-7.el9 tf-mirrors.ci_repos_yum9-baseos 152 k libmount x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 134 k libnghttp2 x86_64 1.43.0-6.el9 tf-mirrors.ci_repos_yum9-baseos 72 k librepo x86_64 1.14.5-2.el9 tf-mirrors.ci_repos_yum9-baseos 87 k libsemanage x86_64 3.6-2.1.el9_5 tf-mirrors.ci_repos_yum9-baseos 116 k libsmartcols x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 62 k libsolv x86_64 0.7.24-3.el9 tf-mirrors.ci_repos_yum9-baseos 404 k libstdc++ x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 731 k libuser x86_64 0.63-15.el9 tf-mirrors.ci_repos_yum9-baseos 387 k libuuid x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 27 k libxml2 x86_64 2.9.13-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 746 k nettle x86_64 3.9.1-1.el9 tf-mirrors.ci_repos_yum9-baseos 558 k openldap x86_64 2.6.6-3.el9 tf-mirrors.ci_repos_yum9-baseos 254 k p11-kit x86_64 0.25.3-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 510 k p11-kit-trust x86_64 0.25.3-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 141 k pam x86_64 1.5.1-22.el9_5 tf-mirrors.ci_repos_yum9-baseos 548 k pcre x86_64 8.44-4.el9 tf-mirrors.ci_repos_yum9-baseos 196 k pcre2 x86_64 10.40-6.el9 tf-mirrors.ci_repos_yum9-baseos 233 k pcre2-syntax noarch 10.40-6.el9 tf-mirrors.ci_repos_yum9-baseos 140 k python3-dnf noarch 4.14.0-17.el9 tf-mirrors.ci_repos_yum9-baseos 405 k python3-hawkey x86_64 0.69.0-12.el9 tf-mirrors.ci_repos_yum9-baseos 101 k python3-libdnf x86_64 0.69.0-12.el9 tf-mirrors.ci_repos_yum9-baseos 771 k python3-pip-wheel noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-baseos 1.1 M python3-setuptools-wheel noarch 53.0.0-13.el9 tf-mirrors.ci_repos_yum9-baseos 467 k rocky-gpg-keys noarch 9.5-1.2.el9 tf-mirrors.ci_repos_yum9-baseos 13 k rocky-release noarch 9.5-1.2.el9 tf-mirrors.ci_repos_yum9-baseos 24 k rocky-repos noarch 9.5-1.2.el9 tf-mirrors.ci_repos_yum9-baseos 13 k setup noarch 2.13.7-10.el9 tf-mirrors.ci_repos_yum9-baseos 140 k shadow-utils x86_64 2:4.9-10.el9_5 tf-mirrors.ci_repos_yum9-baseos 1.1 M sqlite-libs x86_64 3.34.1-7.el9_3 tf-mirrors.ci_repos_yum9-baseos 618 k tar x86_64 2:1.34-7.el9 tf-mirrors.ci_repos_yum9-baseos 875 k tpm2-tss x86_64 3.2.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 594 k tzdata noarch 2025a-1.el9 tf-mirrors.ci_repos_yum9-baseos 429 k usermode x86_64 1.114-5.el9 tf-mirrors.ci_repos_yum9-baseos 174 k util-linux x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 2.2 M util-linux-core x86_64 2.37.4-20.el9 tf-mirrors.ci_repos_yum9-baseos 437 k vim-minimal x86_64 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-baseos 670 k yum noarch 4.14.0-17.el9 tf-mirrors.ci_repos_yum9-baseos 87 k Installing dependencies: dbus-libs x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 151 k Installing weak dependencies: rpm-plugin-systemd-inhibit x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-appstream 16 k Transaction Summary ============================================================================================================== Install 2 Packages Upgrade 73 Packages Total download size: 35 M Downloading Packages: (1/75): alternatives-1.24-1.el9_5.1.x86_64.rpm 254 kB/s | 38 kB 00:00 (2/75): rpm-plugin-systemd-inhibit-4.16.1.3-34. 98 kB/s | 16 kB 00:00 (3/75): dbus-libs-1.12.20-8.el9.x86_64.rpm 918 kB/s | 151 kB 00:00 (4/75): basesystem-11-13.el9.0.1.noarch.rpm 667 kB/s | 6.4 kB 00:00 (5/75): audit-libs-3.1.5-1.el9.x86_64.rpm 5.2 MB/s | 120 kB 00:00 (6/75): bash-5.1.8-9.el9.x86_64.rpm 52 MB/s | 1.7 MB 00:00 (7/75): binutils-gold-2.35.2-54.el9.x86_64.rpm 23 MB/s | 734 kB 00:00 (8/75): bzip2-libs-1.0.8-10.el9_5.x86_64.rpm 3.3 MB/s | 39 kB 00:00 (9/75): crypto-policies-20240828-2.git626aa59.e 6.1 MB/s | 55 kB 00:00 (10/75): crypto-policies-scripts-20240828-2.git 11 MB/s | 83 kB 00:00 (11/75): ca-certificates-2024.2.69_v8.0.303-91. 22 MB/s | 911 kB 00:00 (12/75): curl-minimal-7.76.1-31.el9.x86_64.rpm 4.7 MB/s | 126 kB 00:00 (13/75): binutils-2.35.2-54.el9.x86_64.rpm 42 MB/s | 4.5 MB 00:00 (14/75): dnf-data-4.14.0-17.el9.noarch.rpm 1.2 MB/s | 34 kB 00:00 (15/75): elfutils-debuginfod-client-0.191-4.el9 6.4 MB/s | 36 kB 00:00 (16/75): dnf-4.14.0-17.el9.noarch.rpm 9.6 MB/s | 467 kB 00:00 (17/75): elfutils-default-yama-scope-0.191-4.el 603 kB/s | 11 kB 00:00 (18/75): elfutils-libelf-0.191-4.el9.x86_64.rpm 9.4 MB/s | 206 kB 00:00 (19/75): expat-2.5.0-3.el9_5.1.x86_64.rpm 9.3 MB/s | 115 kB 00:00 (20/75): elfutils-libs-0.191-4.el9.x86_64.rpm 14 MB/s | 259 kB 00:00 (21/75): file-libs-5.39-16.el9.x86_64.rpm 26 MB/s | 588 kB 00:00 (22/75): findutils-4.8.0-7.el9.x86_64.rpm 28 MB/s | 536 kB 00:00 (23/75): filesystem-3.16-5.el9.x86_64.rpm 30 MB/s | 1.1 MB 00:00 (24/75): gdbm-libs-1.23-1.el9.x86_64.rpm 2.3 MB/s | 55 kB 00:00 (25/75): gnutls-3.8.3-4.el9_4.x86_64.rpm 42 MB/s | 1.1 MB 00:00 (26/75): krb5-libs-1.21.1-4.el9_5.x86_64.rpm 21 MB/s | 756 kB 00:00 (27/75): glib2-2.68.4-14.el9_4.1.x86_64.rpm 35 MB/s | 2.6 MB 00:00 (28/75): libarchive-3.5.3-4.el9.0.1.x86_64.rpm 8.8 MB/s | 387 kB 00:00 (29/75): libcom_err-1.46.5-5.el9.x86_64.rpm 2.4 MB/s | 25 kB 00:00 (30/75): libblkid-2.37.4-20.el9.x86_64.rpm 2.6 MB/s | 106 kB 00:00 (31/75): libcurl-minimal-7.76.1-31.el9.x86_64.r 12 MB/s | 224 kB 00:00 (32/75): libdb-5.3.28-54.el9.x86_64.rpm 28 MB/s | 736 kB 00:00 (33/75): libeconf-0.4.1-4.el9.x86_64.rpm 1.5 MB/s | 26 kB 00:00 (34/75): libdnf-0.69.0-12.el9.x86_64.rpm 17 MB/s | 650 kB 00:00 (35/75): libfdisk-2.37.4-20.el9.x86_64.rpm 9.1 MB/s | 153 kB 00:00 (36/75): libevent-2.1.12-8.el9_4.x86_64.rpm 10 MB/s | 262 kB 00:00 (37/75): libksba-1.5.1-7.el9.x86_64.rpm 16 MB/s | 152 kB 00:00 (38/75): libmount-2.37.4-20.el9.x86_64.rpm 16 MB/s | 134 kB 00:00 (39/75): libnghttp2-1.43.0-6.el9.x86_64.rpm 9.6 MB/s | 72 kB 00:00 (40/75): libgcrypt-1.10.0-11.el9.x86_64.rpm 16 MB/s | 507 kB 00:00 (41/75): librepo-1.14.5-2.el9.x86_64.rpm 5.5 MB/s | 87 kB 00:00 (42/75): libsemanage-3.6-2.1.el9_5.x86_64.rpm 7.4 MB/s | 116 kB 00:00 (43/75): libsmartcols-2.37.4-20.el9.x86_64.rpm 5.7 MB/s | 62 kB 00:00 (44/75): libsolv-0.7.24-3.el9.x86_64.rpm 28 MB/s | 404 kB 00:00 (45/75): libstdc++-11.5.0-5.el9_5.x86_64.rpm 34 MB/s | 731 kB 00:00 (46/75): libuser-0.63-15.el9.x86_64.rpm 13 MB/s | 387 kB 00:00 (47/75): libuuid-2.37.4-20.el9.x86_64.rpm 1.0 MB/s | 27 kB 00:00 (48/75): libxml2-2.9.13-6.el9_5.1.x86_64.rpm 29 MB/s | 746 kB 00:00 (49/75): openldap-2.6.6-3.el9.x86_64.rpm 16 MB/s | 254 kB 00:00 (50/75): nettle-3.9.1-1.el9.x86_64.rpm 20 MB/s | 558 kB 00:00 (51/75): p11-kit-trust-0.25.3-3.el9_5.x86_64.rp 10 MB/s | 141 kB 00:00 (52/75): p11-kit-0.25.3-3.el9_5.x86_64.rpm 18 MB/s | 510 kB 00:00 (53/75): pcre-8.44-4.el9.x86_64.rpm 14 MB/s | 196 kB 00:00 (54/75): pam-1.5.1-22.el9_5.x86_64.rpm 19 MB/s | 548 kB 00:00 (55/75): pcre2-10.40-6.el9.x86_64.rpm 13 MB/s | 233 kB 00:00 (56/75): pcre2-syntax-10.40-6.el9.noarch.rpm 8.1 MB/s | 140 kB 00:00 (57/75): python3-hawkey-0.69.0-12.el9.x86_64.rp 14 MB/s | 101 kB 00:00 (58/75): python3-dnf-4.14.0-17.el9.noarch.rpm 22 MB/s | 405 kB 00:00 (59/75): python3-libdnf-0.69.0-12.el9.x86_64.rp 36 MB/s | 771 kB 00:00 (60/75): python3-setuptools-wheel-53.0.0-13.el9 24 MB/s | 467 kB 00:00 (61/75): rocky-gpg-keys-9.5-1.2.el9.noarch.rpm 1.1 MB/s | 13 kB 00:00 (62/75): python3-pip-wheel-21.3.1-1.el9.noarch. 26 MB/s | 1.1 MB 00:00 (63/75): rocky-release-9.5-1.2.el9.noarch.rpm 1.2 MB/s | 24 kB 00:00 (64/75): rocky-repos-9.5-1.2.el9.noarch.rpm 749 kB/s | 13 kB 00:00 (65/75): setup-2.13.7-10.el9.noarch.rpm 18 MB/s | 140 kB 00:00 (66/75): shadow-utils-4.9-10.el9_5.x86_64.rpm 38 MB/s | 1.1 MB 00:00 (67/75): sqlite-libs-3.34.1-7.el9_3.x86_64.rpm 16 MB/s | 618 kB 00:00 (68/75): tar-1.34-7.el9.x86_64.rpm 18 MB/s | 875 kB 00:00 (69/75): tpm2-tss-3.2.3-1.el9.x86_64.rpm 16 MB/s | 594 kB 00:00 (70/75): usermode-1.114-5.el9.x86_64.rpm 11 MB/s | 174 kB 00:00 (71/75): tzdata-2025a-1.el9.noarch.rpm 11 MB/s | 429 kB 00:00 (72/75): vim-minimal-8.2.2637-21.el9.x86_64.rpm 31 MB/s | 670 kB 00:00 (73/75): util-linux-2.37.4-20.el9.x86_64.rpm 40 MB/s | 2.2 MB 00:00 (74/75): util-linux-core-2.37.4-20.el9.x86_64.r 7.7 MB/s | 437 kB 00:00 (75/75): yum-4.14.0-17.el9.noarch.rpm 2.9 MB/s | 87 kB 00:00 -------------------------------------------------------------------------------- Total 44 MB/s | 35 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: filesystem-3.16-5.el9.x86_64 1/1 Preparing : 1/1 Upgrading : audit-libs-3.1.5-1.el9.x86_64 1/148 Upgrading : libuuid-2.37.4-20.el9.x86_64 2/148 Upgrading : libstdc++-11.5.0-5.el9_5.x86_64 3/148 Upgrading : bzip2-libs-1.0.8-10.el9_5.x86_64 4/148 Upgrading : libsmartcols-2.37.4-20.el9.x86_64 5/148 Upgrading : libxml2-2.9.13-6.el9_5.1.x86_64 6/148 Upgrading : libsolv-0.7.24-3.el9.x86_64 7/148 Upgrading : sqlite-libs-3.34.1-7.el9_3.x86_64 8/148 Upgrading : p11-kit-0.25.3-3.el9_5.x86_64 9/148 Upgrading : libcom_err-1.46.5-5.el9.x86_64 10/148 Upgrading : elfutils-libelf-0.191-4.el9.x86_64 11/148 Upgrading : alternatives-1.24-1.el9_5.1.x86_64 12/148 Upgrading : libsemanage-3.6-2.1.el9_5.x86_64 13/148 Upgrading : rocky-gpg-keys-9.5-1.2.el9.noarch 14/148 Upgrading : rocky-release-9.5-1.2.el9.noarch 15/148 Upgrading : rocky-repos-9.5-1.2.el9.noarch 16/148 warning: /etc/yum.repos.d/rocky-addons.repo created as /etc/yum.repos.d/rocky-addons.repo.rpmnew warning: /etc/yum.repos.d/rocky-devel.repo created as /etc/yum.repos.d/rocky-devel.repo.rpmnew warning: /etc/yum.repos.d/rocky-extras.repo created as /etc/yum.repos.d/rocky-extras.repo.rpmnew warning: /etc/yum.repos.d/rocky.repo created as /etc/yum.repos.d/rocky.repo.rpmnew Upgrading : setup-2.13.7-10.el9.noarch 17/148 warning: /etc/shadow created as /etc/shadow.rpmnew Running scriptlet: setup-2.13.7-10.el9.noarch 17/148 Upgrading : filesystem-3.16-5.el9.x86_64 18/148 Upgrading : bash-5.1.8-9.el9.x86_64 19/148 Running scriptlet: bash-5.1.8-9.el9.x86_64 19/148 Upgrading : libblkid-2.37.4-20.el9.x86_64 20/148 Running scriptlet: libblkid-2.37.4-20.el9.x86_64 20/148 Upgrading : libmount-2.37.4-20.el9.x86_64 21/148 Upgrading : crypto-policies-20240828-2.git626aa59.el9_5.noar 22/148 Running scriptlet: crypto-policies-20240828-2.git626aa59.el9_5.noar 22/148 Upgrading : p11-kit-trust-0.25.3-3.el9_5.x86_64 23/148 Running scriptlet: p11-kit-trust-0.25.3-3.el9_5.x86_64 23/148 Upgrading : shadow-utils-2:4.9-10.el9_5.x86_64 24/148 Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.no 25/148 Upgrading : ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.no 25/148 Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.no 25/148 Upgrading : krb5-libs-1.21.1-4.el9_5.x86_64 26/148 Upgrading : util-linux-core-2.37.4-20.el9.x86_64 27/148 Running scriptlet: util-linux-core-2.37.4-20.el9.x86_64 27/148 Upgrading : libfdisk-2.37.4-20.el9.x86_64 28/148 Upgrading : elfutils-default-yama-scope-0.191-4.el9.noarch 29/148 Running scriptlet: elfutils-default-yama-scope-0.191-4.el9.noarch 29/148 Upgrading : elfutils-libs-0.191-4.el9.x86_64 30/148 Upgrading : pcre2-syntax-10.40-6.el9.noarch 31/148 Upgrading : pcre-8.44-4.el9.x86_64 32/148 Upgrading : nettle-3.9.1-1.el9.x86_64 33/148 Upgrading : gnutls-3.8.3-4.el9_4.x86_64 34/148 Upgrading : glib2-2.68.4-14.el9_4.1.x86_64 35/148 Upgrading : libnghttp2-1.43.0-6.el9.x86_64 36/148 Upgrading : libcurl-minimal-7.76.1-31.el9.x86_64 37/148 Upgrading : elfutils-debuginfod-client-0.191-4.el9.x86_64 38/148 Upgrading : binutils-gold-2.35.2-54.el9.x86_64 39/148 Upgrading : binutils-2.35.2-54.el9.x86_64 40/148 Running scriptlet: binutils-2.35.2-54.el9.x86_64 40/148 Upgrading : librepo-1.14.5-2.el9.x86_64 41/148 Upgrading : libdnf-0.69.0-12.el9.x86_64 42/148 Upgrading : python3-libdnf-0.69.0-12.el9.x86_64 43/148 Upgrading : python3-hawkey-0.69.0-12.el9.x86_64 44/148 Upgrading : libevent-2.1.12-8.el9_4.x86_64 45/148 Upgrading : openldap-2.6.6-3.el9.x86_64 46/148 Upgrading : libeconf-0.4.1-4.el9.x86_64 47/148 Upgrading : libdb-5.3.28-54.el9.x86_64 48/148 Upgrading : pam-1.5.1-22.el9_5.x86_64 49/148 Upgrading : libuser-0.63-15.el9.x86_64 50/148 Upgrading : util-linux-2.37.4-20.el9.x86_64 51/148 Upgrading : dnf-data-4.14.0-17.el9.noarch 52/148 Installing : dbus-libs-1:1.12.20-8.el9.x86_64 53/148 Installing : rpm-plugin-systemd-inhibit-4.16.1.3-34.el9.0.1.x 54/148 Upgrading : python3-dnf-4.14.0-17.el9.noarch 55/148 Upgrading : dnf-4.14.0-17.el9.noarch 56/148 Running scriptlet: dnf-4.14.0-17.el9.noarch 56/148 Upgrading : yum-4.14.0-17.el9.noarch 57/148 Upgrading : usermode-1.114-5.el9.x86_64 58/148 Upgrading : curl-minimal-7.76.1-31.el9.x86_64 59/148 Running scriptlet: tpm2-tss-3.2.3-1.el9.x86_64 60/148 Upgrading : tpm2-tss-3.2.3-1.el9.x86_64 60/148 Upgrading : pcre2-10.40-6.el9.x86_64 61/148 Running scriptlet: pcre2-10.40-6.el9.x86_64 61/148 Upgrading : python3-pip-wheel-21.3.1-1.el9.noarch 62/148 Upgrading : crypto-policies-scripts-20240828-2.git626aa59.el 63/148 Upgrading : vim-minimal-2:8.2.2637-21.el9.x86_64 64/148 Upgrading : basesystem-11-13.el9.0.1.noarch 65/148 Upgrading : libarchive-3.5.3-4.el9.0.1.x86_64 66/148 Upgrading : tzdata-2025a-1.el9.noarch 67/148 Upgrading : tar-2:1.34-7.el9.x86_64 68/148 Upgrading : python3-setuptools-wheel-53.0.0-13.el9.noarch 69/148 Upgrading : libksba-1.5.1-7.el9.x86_64 70/148 Upgrading : libgcrypt-1.10.0-11.el9.x86_64 71/148 Upgrading : gdbm-libs-1:1.23-1.el9.x86_64 72/148 Upgrading : findutils-1:4.8.0-7.el9.x86_64 73/148 Upgrading : file-libs-5.39-16.el9.x86_64 74/148 Upgrading : expat-2.5.0-3.el9_5.1.x86_64 75/148 Cleanup : crypto-policies-scripts-20230731-1.git94f0e2c.el 76/148 Cleanup : basesystem-11-13.el9.noarch 77/148 Running scriptlet: binutils-2.35.2-42.el9.x86_64 78/148 Cleanup : binutils-2.35.2-42.el9.x86_64 78/148 Running scriptlet: binutils-2.35.2-42.el9.x86_64 78/148 Cleanup : binutils-gold-2.35.2-42.el9.x86_64 79/148 Cleanup : elfutils-debuginfod-client-0.189-3.el9.x86_64 80/148 Cleanup : elfutils-libs-0.189-3.el9.x86_64 81/148 Cleanup : usermode-1.114-4.el9.x86_64 82/148 Cleanup : util-linux-2.37.4-15.el9.x86_64 83/148 Cleanup : util-linux-core-2.37.4-15.el9.x86_64 84/148 Cleanup : libuser-0.63-13.el9.x86_64 85/148 Cleanup : libfdisk-2.37.4-15.el9.x86_64 86/148 Cleanup : pam-1.5.1-15.el9.x86_64 87/148 Cleanup : libarchive-3.5.3-4.el9.x86_64 88/148 Cleanup : tpm2-tss-3.2.2-2.el9.x86_64 89/148 Cleanup : shadow-utils-2:4.9-8.el9.x86_64 90/148 Cleanup : libsemanage-3.5-2.el9.x86_64 91/148 Cleanup : curl-minimal-7.76.1-26.el9_3.2.0.1.x86_64 92/148 Cleanup : elfutils-default-yama-scope-0.189-3.el9.noarch 93/148 Cleanup : yum-4.14.0-8.el9.noarch 94/148 Running scriptlet: dnf-4.14.0-8.el9.noarch 95/148 Cleanup : dnf-4.14.0-8.el9.noarch 95/148 Running scriptlet: dnf-4.14.0-8.el9.noarch 95/148 Cleanup : python3-dnf-4.14.0-8.el9.noarch 96/148 Cleanup : python3-pip-wheel-21.2.3-7.el9.noarch 97/148 Cleanup : python3-hawkey-0.69.0-6.el9_3.x86_64 98/148 Cleanup : ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.no 99/148 Cleanup : python3-libdnf-0.69.0-6.el9_3.x86_64 100/148 Cleanup : libdnf-0.69.0-6.el9_3.x86_64 101/148 Cleanup : librepo-1.14.5-1.el9.x86_64 102/148 Cleanup : libcurl-minimal-7.76.1-26.el9_3.2.0.1.x86_64 103/148 Cleanup : glib2-2.68.4-11.el9.x86_64 104/148 Cleanup : gnutls-3.7.6-23.el9.x86_64 105/148 Cleanup : p11-kit-trust-0.24.1-2.el9.x86_64 106/148 Running scriptlet: p11-kit-trust-0.24.1-2.el9.x86_64 106/148 Cleanup : libmount-2.37.4-15.el9.x86_64 107/148 Cleanup : libsolv-0.7.24-2.el9.x86_64 108/148 Cleanup : krb5-libs-1.21.1-1.el9.x86_64 109/148 Cleanup : libblkid-2.37.4-15.el9.x86_64 110/148 Cleanup : openldap-2.6.3-1.el9.x86_64 111/148 Cleanup : vim-minimal-2:8.2.2637-20.el9_1.x86_64 112/148 Cleanup : bash-5.1.8-6.el9_1.x86_64 113/148 Running scriptlet: bash-5.1.8-6.el9_1.x86_64 113/148 Cleanup : filesystem-3.16-2.el9.x86_64 114/148 Cleanup : setup-2.13.7-9.el9.noarch 115/148 Cleanup : rocky-release-9.3-1.1.el9.noarch 116/148 Cleanup : rocky-repos-9.3-1.1.el9.noarch 117/148 Cleanup : pcre2-10.40-2.el9.x86_64 118/148 Cleanup : pcre2-syntax-10.40-2.el9.noarch 119/148 Cleanup : rocky-gpg-keys-9.3-1.1.el9.noarch 120/148 Cleanup : crypto-policies-20230731-1.git94f0e2c.el9_3.1.no 121/148 Cleanup : dnf-data-4.14.0-8.el9.noarch 122/148 Cleanup : tzdata-2023c-1.el9.noarch 123/148 Cleanup : python3-setuptools-wheel-53.0.0-12.el9.noarch 124/148 Cleanup : libevent-2.1.12-6.el9.x86_64 125/148 Cleanup : libuuid-2.37.4-15.el9.x86_64 126/148 Cleanup : libcom_err-1.46.5-3.el9.x86_64 127/148 Cleanup : bzip2-libs-1.0.8-8.el9.x86_64 128/148 Cleanup : libxml2-2.9.13-4.el9.x86_64 129/148 Cleanup : alternatives-1.24-1.el9.x86_64 130/148 Cleanup : p11-kit-0.24.1-2.el9.x86_64 131/148 Cleanup : nettle-3.8-3.el9_0.x86_64 132/148 Cleanup : pcre-8.44-3.el9.3.x86_64 133/148 Cleanup : libnghttp2-1.43.0-5.el9_3.1.x86_64 134/148 Cleanup : libsmartcols-2.37.4-15.el9.x86_64 135/148 Cleanup : sqlite-libs-3.34.1-6.el9_1.x86_64 136/148 Cleanup : libstdc++-11.4.1-2.1.el9.x86_64 137/148 Cleanup : audit-libs-3.0.7-104.el9.x86_64 138/148 Cleanup : libdb-5.3.28-53.el9.x86_64 139/148 Cleanup : libeconf-0.4.1-3.el9_2.x86_64 140/148 Cleanup : elfutils-libelf-0.189-3.el9.x86_64 141/148 Cleanup : tar-2:1.34-6.el9_1.x86_64 142/148 Cleanup : libksba-1.5.1-6.el9_1.x86_64 143/148 Cleanup : libgcrypt-1.10.0-10.el9_2.x86_64 144/148 Cleanup : gdbm-libs-1:1.19-4.el9.x86_64 145/148 Cleanup : findutils-1:4.8.0-6.el9.x86_64 146/148 Cleanup : file-libs-5.39-14.el9.x86_64 147/148 Cleanup : expat-2.5.0-1.el9.x86_64 148/148 Running scriptlet: filesystem-3.16-5.el9.x86_64 148/148 Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.no 148/148 Running scriptlet: crypto-policies-scripts-20240828-2.git626aa59.el 148/148 Running scriptlet: expat-2.5.0-1.el9.x86_64 148/148 Verifying : dbus-libs-1:1.12.20-8.el9.x86_64 1/148 Verifying : rpm-plugin-systemd-inhibit-4.16.1.3-34.el9.0.1.x 2/148 Verifying : alternatives-1.24-1.el9_5.1.x86_64 3/148 Verifying : alternatives-1.24-1.el9.x86_64 4/148 Verifying : audit-libs-3.1.5-1.el9.x86_64 5/148 Verifying : audit-libs-3.0.7-104.el9.x86_64 6/148 Verifying : basesystem-11-13.el9.0.1.noarch 7/148 Verifying : basesystem-11-13.el9.noarch 8/148 Verifying : bash-5.1.8-9.el9.x86_64 9/148 Verifying : bash-5.1.8-6.el9_1.x86_64 10/148 Verifying : binutils-2.35.2-54.el9.x86_64 11/148 Verifying : binutils-2.35.2-42.el9.x86_64 12/148 Verifying : binutils-gold-2.35.2-54.el9.x86_64 13/148 Verifying : binutils-gold-2.35.2-42.el9.x86_64 14/148 Verifying : bzip2-libs-1.0.8-10.el9_5.x86_64 15/148 Verifying : bzip2-libs-1.0.8-8.el9.x86_64 16/148 Verifying : ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.no 17/148 Verifying : ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.no 18/148 Verifying : crypto-policies-20240828-2.git626aa59.el9_5.noar 19/148 Verifying : crypto-policies-20230731-1.git94f0e2c.el9_3.1.no 20/148 Verifying : crypto-policies-scripts-20240828-2.git626aa59.el 21/148 Verifying : crypto-policies-scripts-20230731-1.git94f0e2c.el 22/148 Verifying : curl-minimal-7.76.1-31.el9.x86_64 23/148 Verifying : curl-minimal-7.76.1-26.el9_3.2.0.1.x86_64 24/148 Verifying : dnf-4.14.0-17.el9.noarch 25/148 Verifying : dnf-4.14.0-8.el9.noarch 26/148 Verifying : dnf-data-4.14.0-17.el9.noarch 27/148 Verifying : dnf-data-4.14.0-8.el9.noarch 28/148 Verifying : elfutils-debuginfod-client-0.191-4.el9.x86_64 29/148 Verifying : elfutils-debuginfod-client-0.189-3.el9.x86_64 30/148 Verifying : elfutils-default-yama-scope-0.191-4.el9.noarch 31/148 Verifying : elfutils-default-yama-scope-0.189-3.el9.noarch 32/148 Verifying : elfutils-libelf-0.191-4.el9.x86_64 33/148 Verifying : elfutils-libelf-0.189-3.el9.x86_64 34/148 Verifying : elfutils-libs-0.191-4.el9.x86_64 35/148 Verifying : elfutils-libs-0.189-3.el9.x86_64 36/148 Verifying : expat-2.5.0-3.el9_5.1.x86_64 37/148 Verifying : expat-2.5.0-1.el9.x86_64 38/148 Verifying : file-libs-5.39-16.el9.x86_64 39/148 Verifying : file-libs-5.39-14.el9.x86_64 40/148 Verifying : filesystem-3.16-5.el9.x86_64 41/148 Verifying : filesystem-3.16-2.el9.x86_64 42/148 Verifying : findutils-1:4.8.0-7.el9.x86_64 43/148 Verifying : findutils-1:4.8.0-6.el9.x86_64 44/148 Verifying : gdbm-libs-1:1.23-1.el9.x86_64 45/148 Verifying : gdbm-libs-1:1.19-4.el9.x86_64 46/148 Verifying : glib2-2.68.4-14.el9_4.1.x86_64 47/148 Verifying : glib2-2.68.4-11.el9.x86_64 48/148 Verifying : gnutls-3.8.3-4.el9_4.x86_64 49/148 Verifying : gnutls-3.7.6-23.el9.x86_64 50/148 Verifying : krb5-libs-1.21.1-4.el9_5.x86_64 51/148 Verifying : krb5-libs-1.21.1-1.el9.x86_64 52/148 Verifying : libarchive-3.5.3-4.el9.0.1.x86_64 53/148 Verifying : libarchive-3.5.3-4.el9.x86_64 54/148 Verifying : libblkid-2.37.4-20.el9.x86_64 55/148 Verifying : libblkid-2.37.4-15.el9.x86_64 56/148 Verifying : libcom_err-1.46.5-5.el9.x86_64 57/148 Verifying : libcom_err-1.46.5-3.el9.x86_64 58/148 Verifying : libcurl-minimal-7.76.1-31.el9.x86_64 59/148 Verifying : libcurl-minimal-7.76.1-26.el9_3.2.0.1.x86_64 60/148 Verifying : libdb-5.3.28-54.el9.x86_64 61/148 Verifying : libdb-5.3.28-53.el9.x86_64 62/148 Verifying : libdnf-0.69.0-12.el9.x86_64 63/148 Verifying : libdnf-0.69.0-6.el9_3.x86_64 64/148 Verifying : libeconf-0.4.1-4.el9.x86_64 65/148 Verifying : libeconf-0.4.1-3.el9_2.x86_64 66/148 Verifying : libevent-2.1.12-8.el9_4.x86_64 67/148 Verifying : libevent-2.1.12-6.el9.x86_64 68/148 Verifying : libfdisk-2.37.4-20.el9.x86_64 69/148 Verifying : libfdisk-2.37.4-15.el9.x86_64 70/148 Verifying : libgcrypt-1.10.0-11.el9.x86_64 71/148 Verifying : libgcrypt-1.10.0-10.el9_2.x86_64 72/148 Verifying : libksba-1.5.1-7.el9.x86_64 73/148 Verifying : libksba-1.5.1-6.el9_1.x86_64 74/148 Verifying : libmount-2.37.4-20.el9.x86_64 75/148 Verifying : libmount-2.37.4-15.el9.x86_64 76/148 Verifying : libnghttp2-1.43.0-6.el9.x86_64 77/148 Verifying : libnghttp2-1.43.0-5.el9_3.1.x86_64 78/148 Verifying : librepo-1.14.5-2.el9.x86_64 79/148 Verifying : librepo-1.14.5-1.el9.x86_64 80/148 Verifying : libsemanage-3.6-2.1.el9_5.x86_64 81/148 Verifying : libsemanage-3.5-2.el9.x86_64 82/148 Verifying : libsmartcols-2.37.4-20.el9.x86_64 83/148 Verifying : libsmartcols-2.37.4-15.el9.x86_64 84/148 Verifying : libsolv-0.7.24-3.el9.x86_64 85/148 Verifying : libsolv-0.7.24-2.el9.x86_64 86/148 Verifying : libstdc++-11.5.0-5.el9_5.x86_64 87/148 Verifying : libstdc++-11.4.1-2.1.el9.x86_64 88/148 Verifying : libuser-0.63-15.el9.x86_64 89/148 Verifying : libuser-0.63-13.el9.x86_64 90/148 Verifying : libuuid-2.37.4-20.el9.x86_64 91/148 Verifying : libuuid-2.37.4-15.el9.x86_64 92/148 Verifying : libxml2-2.9.13-6.el9_5.1.x86_64 93/148 Verifying : libxml2-2.9.13-4.el9.x86_64 94/148 Verifying : nettle-3.9.1-1.el9.x86_64 95/148 Verifying : nettle-3.8-3.el9_0.x86_64 96/148 Verifying : openldap-2.6.6-3.el9.x86_64 97/148 Verifying : openldap-2.6.3-1.el9.x86_64 98/148 Verifying : p11-kit-0.25.3-3.el9_5.x86_64 99/148 Verifying : p11-kit-0.24.1-2.el9.x86_64 100/148 Verifying : p11-kit-trust-0.25.3-3.el9_5.x86_64 101/148 Verifying : p11-kit-trust-0.24.1-2.el9.x86_64 102/148 Verifying : pam-1.5.1-22.el9_5.x86_64 103/148 Verifying : pam-1.5.1-15.el9.x86_64 104/148 Verifying : pcre-8.44-4.el9.x86_64 105/148 Verifying : pcre-8.44-3.el9.3.x86_64 106/148 Verifying : pcre2-10.40-6.el9.x86_64 107/148 Verifying : pcre2-10.40-2.el9.x86_64 108/148 Verifying : pcre2-syntax-10.40-6.el9.noarch 109/148 Verifying : pcre2-syntax-10.40-2.el9.noarch 110/148 Verifying : python3-dnf-4.14.0-17.el9.noarch 111/148 Verifying : python3-dnf-4.14.0-8.el9.noarch 112/148 Verifying : python3-hawkey-0.69.0-12.el9.x86_64 113/148 Verifying : python3-hawkey-0.69.0-6.el9_3.x86_64 114/148 Verifying : python3-libdnf-0.69.0-12.el9.x86_64 115/148 Verifying : python3-libdnf-0.69.0-6.el9_3.x86_64 116/148 Verifying : python3-pip-wheel-21.3.1-1.el9.noarch 117/148 Verifying : python3-pip-wheel-21.2.3-7.el9.noarch 118/148 Verifying : python3-setuptools-wheel-53.0.0-13.el9.noarch 119/148 Verifying : python3-setuptools-wheel-53.0.0-12.el9.noarch 120/148 Verifying : rocky-gpg-keys-9.5-1.2.el9.noarch 121/148 Verifying : rocky-gpg-keys-9.3-1.1.el9.noarch 122/148 Verifying : rocky-release-9.5-1.2.el9.noarch 123/148 Verifying : rocky-release-9.3-1.1.el9.noarch 124/148 Verifying : rocky-repos-9.5-1.2.el9.noarch 125/148 Verifying : rocky-repos-9.3-1.1.el9.noarch 126/148 Verifying : setup-2.13.7-10.el9.noarch 127/148 Verifying : setup-2.13.7-9.el9.noarch 128/148 Verifying : shadow-utils-2:4.9-10.el9_5.x86_64 129/148 Verifying : shadow-utils-2:4.9-8.el9.x86_64 130/148 Verifying : sqlite-libs-3.34.1-7.el9_3.x86_64 131/148 Verifying : sqlite-libs-3.34.1-6.el9_1.x86_64 132/148 Verifying : tar-2:1.34-7.el9.x86_64 133/148 Verifying : tar-2:1.34-6.el9_1.x86_64 134/148 Verifying : tpm2-tss-3.2.3-1.el9.x86_64 135/148 Verifying : tpm2-tss-3.2.2-2.el9.x86_64 136/148 Verifying : tzdata-2025a-1.el9.noarch 137/148 Verifying : tzdata-2023c-1.el9.noarch 138/148 Verifying : usermode-1.114-5.el9.x86_64 139/148 Verifying : usermode-1.114-4.el9.x86_64 140/148 Verifying : util-linux-2.37.4-20.el9.x86_64 141/148 Verifying : util-linux-2.37.4-15.el9.x86_64 142/148 Verifying : util-linux-core-2.37.4-20.el9.x86_64 143/148 Verifying : util-linux-core-2.37.4-15.el9.x86_64 144/148 Verifying : vim-minimal-2:8.2.2637-21.el9.x86_64 145/148 Verifying : vim-minimal-2:8.2.2637-20.el9_1.x86_64 146/148 Verifying : yum-4.14.0-17.el9.noarch 147/148 Verifying : yum-4.14.0-8.el9.noarch 148/148 Upgraded: alternatives-1.24-1.el9_5.1.x86_64 audit-libs-3.1.5-1.el9.x86_64 basesystem-11-13.el9.0.1.noarch bash-5.1.8-9.el9.x86_64 binutils-2.35.2-54.el9.x86_64 binutils-gold-2.35.2-54.el9.x86_64 bzip2-libs-1.0.8-10.el9_5.x86_64 ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch crypto-policies-20240828-2.git626aa59.el9_5.noarch crypto-policies-scripts-20240828-2.git626aa59.el9_5.noarch curl-minimal-7.76.1-31.el9.x86_64 dnf-4.14.0-17.el9.noarch dnf-data-4.14.0-17.el9.noarch elfutils-debuginfod-client-0.191-4.el9.x86_64 elfutils-default-yama-scope-0.191-4.el9.noarch elfutils-libelf-0.191-4.el9.x86_64 elfutils-libs-0.191-4.el9.x86_64 expat-2.5.0-3.el9_5.1.x86_64 file-libs-5.39-16.el9.x86_64 filesystem-3.16-5.el9.x86_64 findutils-1:4.8.0-7.el9.x86_64 gdbm-libs-1:1.23-1.el9.x86_64 glib2-2.68.4-14.el9_4.1.x86_64 gnutls-3.8.3-4.el9_4.x86_64 krb5-libs-1.21.1-4.el9_5.x86_64 libarchive-3.5.3-4.el9.0.1.x86_64 libblkid-2.37.4-20.el9.x86_64 libcom_err-1.46.5-5.el9.x86_64 libcurl-minimal-7.76.1-31.el9.x86_64 libdb-5.3.28-54.el9.x86_64 libdnf-0.69.0-12.el9.x86_64 libeconf-0.4.1-4.el9.x86_64 libevent-2.1.12-8.el9_4.x86_64 libfdisk-2.37.4-20.el9.x86_64 libgcrypt-1.10.0-11.el9.x86_64 libksba-1.5.1-7.el9.x86_64 libmount-2.37.4-20.el9.x86_64 libnghttp2-1.43.0-6.el9.x86_64 librepo-1.14.5-2.el9.x86_64 libsemanage-3.6-2.1.el9_5.x86_64 libsmartcols-2.37.4-20.el9.x86_64 libsolv-0.7.24-3.el9.x86_64 libstdc++-11.5.0-5.el9_5.x86_64 libuser-0.63-15.el9.x86_64 libuuid-2.37.4-20.el9.x86_64 libxml2-2.9.13-6.el9_5.1.x86_64 nettle-3.9.1-1.el9.x86_64 openldap-2.6.6-3.el9.x86_64 p11-kit-0.25.3-3.el9_5.x86_64 p11-kit-trust-0.25.3-3.el9_5.x86_64 pam-1.5.1-22.el9_5.x86_64 pcre-8.44-4.el9.x86_64 pcre2-10.40-6.el9.x86_64 pcre2-syntax-10.40-6.el9.noarch python3-dnf-4.14.0-17.el9.noarch python3-hawkey-0.69.0-12.el9.x86_64 python3-libdnf-0.69.0-12.el9.x86_64 python3-pip-wheel-21.3.1-1.el9.noarch python3-setuptools-wheel-53.0.0-13.el9.noarch rocky-gpg-keys-9.5-1.2.el9.noarch rocky-release-9.5-1.2.el9.noarch rocky-repos-9.5-1.2.el9.noarch setup-2.13.7-10.el9.noarch shadow-utils-2:4.9-10.el9_5.x86_64 sqlite-libs-3.34.1-7.el9_3.x86_64 tar-2:1.34-7.el9.x86_64 tpm2-tss-3.2.3-1.el9.x86_64 tzdata-2025a-1.el9.noarch usermode-1.114-5.el9.x86_64 util-linux-2.37.4-20.el9.x86_64 util-linux-core-2.37.4-20.el9.x86_64 vim-minimal-2:8.2.2637-21.el9.x86_64 yum-4.14.0-17.el9.noarch Installed: dbus-libs-1:1.12.20-8.el9.x86_64 rpm-plugin-systemd-inhibit-4.16.1.3-34.el9.0.1.x86_64 Complete! Last metadata expiration check: 0:00:15 ago on Mon 12 May 2025 10:45:21 AM UTC. No security updates needed, but 1 update available Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:15 ago on Mon 12 May 2025 10:45:21 AM UTC. Dependencies resolved. ============================================================================================================================= Package Arch Version Repository Size ============================================================================================================================= Installing: GConf2 x86_64 3.2.6-34.el9 tf-mirrors.ci_repos_epel9.repo 979 k ant noarch 1.10.9-11.el9_5 tf-mirrors.ci_repos_yum9-appstream 163 k ant-junit noarch 1.10.9-11.el9_5 tf-mirrors.ci_repos_yum9-appstream 155 k bzip2 x86_64 1.0.8-10.el9_5 tf-mirrors.ci_repos_yum9-baseos 51 k git x86_64 2.43.5-2.el9_5 tf-mirrors.ci_repos_yum9-appstream 50 k gtk2 x86_64 2.24.33-8.el9 tf-mirrors.ci_repos_yum9-appstream 3.5 M ipmitool x86_64 1.8.18-27.el9 tf-mirrors.ci_repos_yum9-appstream 385 k libXpm x86_64 3.5.13-10.el9 tf-mirrors.ci_repos_yum9-appstream 58 k libXrender x86_64 0.9.10-16.el9 tf-mirrors.ci_repos_yum9-appstream 27 k libffi-devel x86_64 3.4.2-8.el9 tf-mirrors.ci_repos_yum9-appstream 28 k patch x86_64 2.7.6-16.el9 tf-mirrors.ci_repos_yum9-appstream 127 k sudo x86_64 1.9.5p2-10.el9_3 tf-mirrors.ci_repos_yum9-baseos 1.0 M tcpdump x86_64 14:4.99.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 542 k unzip x86_64 6.0-57.el9 tf-mirrors.ci_repos_yum9-baseos 180 k vim-enhanced x86_64 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M Installing dependencies: ModemManager-glib x86_64 1.20.2-1.el9 tf-mirrors.ci_repos_yum9-baseos 334 k NetworkManager-libnm x86_64 1:1.48.10-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 1.8 M adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 tf-mirrors.ci_repos_yum9-baseos 831 k adwaita-cursor-theme noarch 40.1.1-3.el9 tf-mirrors.ci_repos_yum9-appstream 623 k adwaita-icon-theme noarch 40.1.1-3.el9 tf-mirrors.ci_repos_yum9-appstream 11 M alsa-lib x86_64 1.2.12-1.el9 tf-mirrors.ci_repos_yum9-appstream 504 k ant-lib noarch 1.10.9-11.el9_5 tf-mirrors.ci_repos_yum9-appstream 2.0 M ant-openjdk17 noarch 1.10.9-11.el9_5 tf-mirrors.ci_repos_yum9-appstream 7.5 k at-spi2-atk x86_64 2.38.0-4.el9 tf-mirrors.ci_repos_yum9-appstream 86 k at-spi2-core x86_64 2.40.3-1.el9 tf-mirrors.ci_repos_yum9-appstream 176 k atk x86_64 2.36.0-5.el9 tf-mirrors.ci_repos_yum9-appstream 270 k avahi-glib x86_64 0.8-21.el9 tf-mirrors.ci_repos_yum9-appstream 14 k avahi-libs x86_64 0.8-21.el9 tf-mirrors.ci_repos_yum9-baseos 67 k bluez-libs x86_64 5.72-2.el9 tf-mirrors.ci_repos_yum9-baseos 81 k bubblewrap x86_64 0.4.1-8.el9_5 tf-mirrors.ci_repos_yum9-baseos 49 k cairo x86_64 1.17.4-7.el9 tf-mirrors.ci_repos_yum9-appstream 659 k cairo-gobject x86_64 1.17.4-7.el9 tf-mirrors.ci_repos_yum9-appstream 18 k checkpolicy x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-appstream 352 k colord-libs x86_64 1.4.5-4.el9 tf-mirrors.ci_repos_yum9-appstream 230 k composefs-libs x86_64 1.0.5-1.el9 tf-mirrors.ci_repos_yum9-appstream 60 k copy-jdk-configs noarch 4.0-3.el9 tf-mirrors.ci_repos_yum9-appstream 27 k cryptsetup-libs x86_64 2.7.2-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 514 k cups-libs x86_64 1:2.3.3op2-31.el9_5 tf-mirrors.ci_repos_yum9-baseos 262 k dbus-glib x86_64 0.110-13.el9 tf-mirrors.ci_repos_yum9-appstream 122 k dejavu-sans-fonts noarch 2.37-18.el9 tf-mirrors.ci_repos_yum9-baseos 1.3 M device-mapper x86_64 9:1.02.198-2.el9 tf-mirrors.ci_repos_yum9-baseos 137 k device-mapper-libs x86_64 9:1.02.198-2.el9 tf-mirrors.ci_repos_yum9-baseos 177 k ed x86_64 1.14.2-12.el9 tf-mirrors.ci_repos_yum9-baseos 74 k emacs-filesystem noarch 1:27.2-11.el9_5.1 tf-mirrors.ci_repos_yum9-appstream 7.9 k exempi x86_64 2.6.0-0.2.20211007gite23c213.el9 tf-mirrors.ci_repos_yum9-appstream 523 k exiv2-libs x86_64 0.27.5-2.el9 tf-mirrors.ci_repos_yum9-appstream 779 k fdk-aac-free x86_64 2.0.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 324 k flac-libs x86_64 1.3.3-10.el9_2.1 tf-mirrors.ci_repos_yum9-appstream 217 k flatpak-selinux noarch 1.12.9-3.el9_5 tf-mirrors.ci_repos_yum9-appstream 21 k flatpak-session-helper x86_64 1.12.9-3.el9_5 tf-mirrors.ci_repos_yum9-appstream 72 k fontconfig x86_64 2.14.0-2.el9_1 tf-mirrors.ci_repos_yum9-appstream 274 k fonts-filesystem noarch 1:2.0.5-7.el9.1 tf-mirrors.ci_repos_yum9-baseos 9.0 k freetype x86_64 2.10.4-9.el9 tf-mirrors.ci_repos_yum9-baseos 387 k fribidi x86_64 1.0.10-6.el9.2 tf-mirrors.ci_repos_yum9-appstream 84 k fuse x86_64 2.9.9-16.el9 tf-mirrors.ci_repos_yum9-baseos 78 k fuse-common x86_64 3.10.2-9.el9 tf-mirrors.ci_repos_yum9-baseos 7.3 k fuse-libs x86_64 2.9.9-16.el9 tf-mirrors.ci_repos_yum9-baseos 96 k gdk-pixbuf2 x86_64 2.42.6-4.el9_4 tf-mirrors.ci_repos_yum9-appstream 466 k gdk-pixbuf2-modules x86_64 2.42.6-4.el9_4 tf-mirrors.ci_repos_yum9-appstream 85 k geoclue2 x86_64 2.6.0-7.el9 tf-mirrors.ci_repos_yum9-appstream 122 k giflib x86_64 5.2.1-9.el9 tf-mirrors.ci_repos_yum9-appstream 48 k git-core x86_64 2.43.5-2.el9_5 tf-mirrors.ci_repos_yum9-appstream 4.4 M git-core-doc noarch 2.43.5-2.el9_5 tf-mirrors.ci_repos_yum9-appstream 2.7 M glib-networking x86_64 2.68.3-3.el9 tf-mirrors.ci_repos_yum9-baseos 169 k gobject-introspection x86_64 1.68.0-11.el9 tf-mirrors.ci_repos_yum9-baseos 246 k gpm-libs x86_64 1.20.7-29.el9 tf-mirrors.ci_repos_yum9-appstream 20 k graphene x86_64 1.10.6-2.el9 tf-mirrors.ci_repos_yum9-appstream 64 k graphite2 x86_64 1.3.14-9.el9 tf-mirrors.ci_repos_yum9-baseos 94 k groff-base x86_64 1.22.4-10.el9 tf-mirrors.ci_repos_yum9-baseos 1.0 M gsettings-desktop-schemas x86_64 40.0-6.el9 tf-mirrors.ci_repos_yum9-baseos 667 k gsm x86_64 1.0.19-6.el9 tf-mirrors.ci_repos_yum9-appstream 33 k gstreamer1 x86_64 1.22.1-2.el9 tf-mirrors.ci_repos_yum9-appstream 1.4 M gstreamer1-plugins-base x86_64 1.22.1-3.el9_5 tf-mirrors.ci_repos_yum9-appstream 2.2 M gtk-update-icon-cache x86_64 3.24.31-5.el9 tf-mirrors.ci_repos_yum9-appstream 32 k gtk3 x86_64 3.24.31-5.el9 tf-mirrors.ci_repos_yum9-appstream 4.8 M hamcrest noarch 2.2-9.el9_5 tf-mirrors.ci_repos_yum9-appstream 118 k harfbuzz x86_64 2.7.4-10.el9 tf-mirrors.ci_repos_yum9-baseos 623 k hicolor-icon-theme noarch 0.17-13.el9 tf-mirrors.ci_repos_yum9-appstream 66 k hwdata noarch 0.348-9.15.el9 tf-mirrors.ci_repos_yum9-baseos 1.6 M info x86_64 6.7-15.el9 tf-mirrors.ci_repos_yum9-baseos 224 k iso-codes noarch 4.6.0-3.el9 tf-mirrors.ci_repos_yum9-appstream 3.3 M java-17-openjdk x86_64 1:17.0.14.0.7-2.el9 tf-mirrors.ci_repos_yum9-appstream 430 k java-17-openjdk-headless x86_64 1:17.0.14.0.7-2.el9 tf-mirrors.ci_repos_yum9-appstream 44 M javapackages-filesystem noarch 6.0.0-7.el9_5 tf-mirrors.ci_repos_yum9-appstream 9.9 k javapackages-tools noarch 6.0.0-7.el9_5 tf-mirrors.ci_repos_yum9-appstream 23 k jbigkit-libs x86_64 2.1-23.el9 tf-mirrors.ci_repos_yum9-appstream 52 k json-glib x86_64 1.6.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 151 k junit noarch 1:4.13.1-7.el9_5 tf-mirrors.ci_repos_yum9-appstream 341 k kbd x86_64 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 387 k kbd-legacy noarch 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 502 k kbd-misc noarch 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 1.5 M kmod x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 121 k langpacks-core-font-en noarch 3.0-16.el9 tf-mirrors.ci_repos_yum9-appstream 9.5 k lcms2 x86_64 2.12-3.el9 tf-mirrors.ci_repos_yum9-appstream 166 k libX11 x86_64 1.7.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 650 k libX11-common noarch 1.7.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 151 k libX11-xcb x86_64 1.7.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 10 k libXau x86_64 1.0.9-8.el9 tf-mirrors.ci_repos_yum9-appstream 30 k libXcomposite x86_64 0.4.5-7.el9 tf-mirrors.ci_repos_yum9-appstream 23 k libXcursor x86_64 1.2.0-7.el9 tf-mirrors.ci_repos_yum9-appstream 30 k libXdamage x86_64 1.1.5-7.el9 tf-mirrors.ci_repos_yum9-appstream 22 k libXext x86_64 1.3.4-8.el9 tf-mirrors.ci_repos_yum9-appstream 39 k libXfixes x86_64 5.0.3-16.el9 tf-mirrors.ci_repos_yum9-appstream 19 k libXft x86_64 2.3.3-8.el9 tf-mirrors.ci_repos_yum9-appstream 61 k libXi x86_64 1.7.10-8.el9 tf-mirrors.ci_repos_yum9-appstream 39 k libXinerama x86_64 1.1.4-10.el9 tf-mirrors.ci_repos_yum9-appstream 14 k libXrandr x86_64 1.5.2-8.el9 tf-mirrors.ci_repos_yum9-appstream 27 k libXtst x86_64 1.2.3-16.el9 tf-mirrors.ci_repos_yum9-appstream 20 k libXv x86_64 1.0.11-16.el9 tf-mirrors.ci_repos_yum9-appstream 18 k libXxf86vm x86_64 1.1.4-18.el9 tf-mirrors.ci_repos_yum9-appstream 18 k libappstream-glib x86_64 0.7.18-5.el9_4 tf-mirrors.ci_repos_yum9-appstream 386 k libasyncns x86_64 0.8-22.el9 tf-mirrors.ci_repos_yum9-appstream 29 k libbrotli x86_64 1.0.9-7.el9_5 tf-mirrors.ci_repos_yum9-baseos 312 k libcanberra x86_64 0.30-27.el9 tf-mirrors.ci_repos_yum9-appstream 85 k libcanberra-gtk3 x86_64 0.30-27.el9 tf-mirrors.ci_repos_yum9-appstream 31 k libcbor x86_64 0.7.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 56 k libdatrie x86_64 0.2.13-4.el9 tf-mirrors.ci_repos_yum9-appstream 32 k libdrm x86_64 2.4.121-1.el9 tf-mirrors.ci_repos_yum9-appstream 158 k libedit x86_64 3.1-38.20210216cvs.el9 tf-mirrors.ci_repos_yum9-baseos 103 k libepoxy x86_64 1.5.5-4.el9 tf-mirrors.ci_repos_yum9-appstream 244 k libexif x86_64 0.6.22-6.el9 tf-mirrors.ci_repos_yum9-appstream 423 k libfido2 x86_64 1.13.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 97 k libfontenc x86_64 1.1.3-17.el9 tf-mirrors.ci_repos_yum9-appstream 30 k libgexiv2 x86_64 0.12.3-1.el9 tf-mirrors.ci_repos_yum9-appstream 81 k libglvnd x86_64 1:1.3.4-1.el9 tf-mirrors.ci_repos_yum9-appstream 133 k libglvnd-egl x86_64 1:1.3.4-1.el9 tf-mirrors.ci_repos_yum9-appstream 36 k libglvnd-glx x86_64 1:1.3.4-1.el9 tf-mirrors.ci_repos_yum9-appstream 140 k libgsf x86_64 1.14.47-5.el9 tf-mirrors.ci_repos_yum9-appstream 245 k libgudev x86_64 237-1.el9 tf-mirrors.ci_repos_yum9-baseos 35 k libgusb x86_64 0.3.8-2.el9 tf-mirrors.ci_repos_yum9-baseos 50 k libgxps x86_64 0.3.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 78 k libicu x86_64 67.1-9.el9 tf-mirrors.ci_repos_yum9-baseos 9.6 M libiptcdata x86_64 1.0.5-10.el9 tf-mirrors.ci_repos_yum9-appstream 60 k libjpeg-turbo x86_64 2.0.90-7.el9 tf-mirrors.ci_repos_yum9-appstream 174 k libldac x86_64 2.0.2.3-10.el9 tf-mirrors.ci_repos_yum9-appstream 40 k libnotify x86_64 0.7.9-8.el9 tf-mirrors.ci_repos_yum9-appstream 43 k libogg x86_64 2:1.3.4-6.el9 tf-mirrors.ci_repos_yum9-appstream 32 k libosinfo x86_64 1.10.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 312 k libpciaccess x86_64 0.16-7.el9 tf-mirrors.ci_repos_yum9-baseos 26 k libpng x86_64 2:1.6.37-12.el9 tf-mirrors.ci_repos_yum9-baseos 116 k libproxy x86_64 0.4.15-35.el9 tf-mirrors.ci_repos_yum9-baseos 73 k librsvg2 x86_64 2.50.7-3.el9 tf-mirrors.ci_repos_yum9-appstream 2.8 M libsbc x86_64 1.4-9.el9 tf-mirrors.ci_repos_yum9-appstream 44 k libsndfile x86_64 1.0.31-8.el9_5.2 tf-mirrors.ci_repos_yum9-appstream 206 k libsoup x86_64 2.72.0-8.el9_5.3 tf-mirrors.ci_repos_yum9-appstream 388 k libstemmer x86_64 0-18.585svn.el9 tf-mirrors.ci_repos_yum9-appstream 83 k libtdb x86_64 1.4.10-1.el9 tf-mirrors.ci_repos_yum9-baseos 50 k libthai x86_64 0.1.28-8.el9 tf-mirrors.ci_repos_yum9-appstream 208 k libtheora x86_64 1:1.1.1-31.el9 tf-mirrors.ci_repos_yum9-appstream 163 k libtiff x86_64 4.4.0-13.el9 tf-mirrors.ci_repos_yum9-appstream 197 k libtool-ltdl x86_64 2.4.6-46.el9 tf-mirrors.ci_repos_yum9-appstream 35 k libtracker-sparql x86_64 3.1.2-3.el9_1 tf-mirrors.ci_repos_yum9-appstream 316 k libvisual x86_64 1:0.4.0-34.el9 tf-mirrors.ci_repos_yum9-appstream 143 k libvorbis x86_64 1:1.3.7-5.el9 tf-mirrors.ci_repos_yum9-appstream 192 k libwayland-client x86_64 1.21.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 33 k libwayland-cursor x86_64 1.21.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 18 k libwayland-egl x86_64 1.21.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 12 k libwayland-server x86_64 1.21.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 41 k libwebp x86_64 1.2.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 276 k libxcb x86_64 1.13.1-9.el9 tf-mirrors.ci_repos_yum9-appstream 224 k libxkbcommon x86_64 1.0.3-4.el9 tf-mirrors.ci_repos_yum9-appstream 132 k libxshmfence x86_64 1.3-10.el9 tf-mirrors.ci_repos_yum9-appstream 12 k libxslt x86_64 1.1.34-9.el9 tf-mirrors.ci_repos_yum9-appstream 240 k lksctp-tools x86_64 1.0.19-3.el9_4 tf-mirrors.ci_repos_yum9-baseos 96 k llvm-libs x86_64 18.1.8-3.el9 tf-mirrors.ci_repos_yum9-appstream 26 M low-memory-monitor x86_64 2.1-4.el9 tf-mirrors.ci_repos_yum9-appstream 35 k lua x86_64 5.4.4-4.el9 tf-mirrors.ci_repos_yum9-appstream 187 k lua-posix x86_64 35.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 131 k mesa-filesystem x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 10 k mesa-libEGL x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 138 k mesa-libGL x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 169 k mesa-libgbm x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 35 k mesa-libglapi x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 44 k mkfontscale x86_64 1.2.1-3.el9 tf-mirrors.ci_repos_yum9-appstream 31 k ncurses x86_64 6.2-10.20210508.el9 tf-mirrors.ci_repos_yum9-baseos 399 k nspr x86_64 4.35.0-17.el9_5 tf-mirrors.ci_repos_yum9-appstream 134 k nss x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 716 k nss-softokn x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 386 k nss-softokn-freebl x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 309 k nss-sysinit x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 18 k nss-util x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 89 k openjpeg2 x86_64 2.4.0-7.el9 tf-mirrors.ci_repos_yum9-appstream 162 k openssh x86_64 8.7p1-43.el9 tf-mirrors.ci_repos_yum9-baseos 457 k openssh-clients x86_64 8.7p1-43.el9 tf-mirrors.ci_repos_yum9-baseos 713 k opus x86_64 1.3.1-10.el9 tf-mirrors.ci_repos_yum9-appstream 199 k orc x86_64 0.4.31-8.el9 tf-mirrors.ci_repos_yum9-appstream 182 k osinfo-db noarch 20240701-2.el9 tf-mirrors.ci_repos_yum9-appstream 289 k osinfo-db-tools x86_64 1.10.0-1.el9 tf-mirrors.ci_repos_yum9-appstream 68 k ostree-libs x86_64 2024.9-1.el9_5 tf-mirrors.ci_repos_yum9-appstream 467 k pango x86_64 1.48.7-3.el9 tf-mirrors.ci_repos_yum9-appstream 297 k perl-AutoLoader noarch 5.74-481.el9 tf-mirrors.ci_repos_yum9-appstream 20 k perl-B x86_64 1.80-481.el9 tf-mirrors.ci_repos_yum9-appstream 178 k perl-Carp noarch 1.50-460.el9 tf-mirrors.ci_repos_yum9-appstream 29 k perl-Class-Struct noarch 0.66-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k perl-Data-Dumper x86_64 2.174-462.el9 tf-mirrors.ci_repos_yum9-appstream 55 k perl-Digest noarch 1.19-4.el9 tf-mirrors.ci_repos_yum9-appstream 25 k perl-Digest-MD5 x86_64 2.58-4.el9 tf-mirrors.ci_repos_yum9-appstream 36 k perl-DynaLoader x86_64 1.47-481.el9 tf-mirrors.ci_repos_yum9-appstream 24 k perl-Encode x86_64 4:3.08-462.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M perl-Errno x86_64 1.30-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k perl-Error noarch 1:0.17029-7.el9 tf-mirrors.ci_repos_yum9-appstream 41 k perl-Exporter noarch 5.74-461.el9 tf-mirrors.ci_repos_yum9-appstream 31 k perl-Fcntl x86_64 1.13-481.el9 tf-mirrors.ci_repos_yum9-appstream 19 k perl-File-Basename noarch 2.85-481.el9 tf-mirrors.ci_repos_yum9-appstream 16 k perl-File-Find noarch 1.37-481.el9 tf-mirrors.ci_repos_yum9-appstream 24 k perl-File-Path noarch 2.18-4.el9 tf-mirrors.ci_repos_yum9-appstream 35 k perl-File-Temp noarch 1:0.231.100-4.el9 tf-mirrors.ci_repos_yum9-appstream 59 k perl-File-stat noarch 1.09-481.el9 tf-mirrors.ci_repos_yum9-appstream 16 k perl-FileHandle noarch 2.03-481.el9 tf-mirrors.ci_repos_yum9-appstream 14 k perl-Getopt-Long noarch 1:2.52-4.el9 tf-mirrors.ci_repos_yum9-appstream 60 k perl-Getopt-Std noarch 1.12-481.el9 tf-mirrors.ci_repos_yum9-appstream 14 k perl-Git noarch 2.43.5-2.el9_5 tf-mirrors.ci_repos_yum9-appstream 37 k perl-HTTP-Tiny noarch 0.076-462.el9 tf-mirrors.ci_repos_yum9-appstream 53 k perl-IO x86_64 1.43-481.el9 tf-mirrors.ci_repos_yum9-appstream 85 k perl-IO-Socket-IP noarch 0.41-5.el9 tf-mirrors.ci_repos_yum9-appstream 42 k perl-IO-Socket-SSL noarch 2.073-2.el9 tf-mirrors.ci_repos_yum9-appstream 214 k perl-IPC-Open3 noarch 1.21-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k perl-MIME-Base64 x86_64 3.16-4.el9 tf-mirrors.ci_repos_yum9-appstream 30 k perl-Mozilla-CA noarch 20200520-6.el9 tf-mirrors.ci_repos_yum9-appstream 12 k perl-Net-SSLeay x86_64 1.94-1.el9 tf-mirrors.ci_repos_yum9-appstream 391 k perl-POSIX x86_64 1.94-481.el9 tf-mirrors.ci_repos_yum9-appstream 95 k perl-PathTools x86_64 3.78-461.el9 tf-mirrors.ci_repos_yum9-appstream 85 k perl-Pod-Escapes noarch 1:1.07-460.el9 tf-mirrors.ci_repos_yum9-appstream 20 k perl-Pod-Perldoc noarch 3.28.01-461.el9 tf-mirrors.ci_repos_yum9-appstream 83 k perl-Pod-Simple noarch 1:3.42-4.el9 tf-mirrors.ci_repos_yum9-appstream 215 k perl-Pod-Usage noarch 4:2.01-4.el9 tf-mirrors.ci_repos_yum9-appstream 40 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 tf-mirrors.ci_repos_yum9-appstream 70 k perl-SelectSaver noarch 1.02-481.el9 tf-mirrors.ci_repos_yum9-appstream 10 k perl-Socket x86_64 4:2.031-4.el9 tf-mirrors.ci_repos_yum9-appstream 54 k perl-Storable x86_64 1:3.21-460.el9 tf-mirrors.ci_repos_yum9-appstream 95 k perl-Symbol noarch 1.08-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k perl-Term-ANSIColor noarch 5.01-461.el9 tf-mirrors.ci_repos_yum9-appstream 48 k perl-Term-Cap noarch 1.17-460.el9 tf-mirrors.ci_repos_yum9-appstream 22 k perl-TermReadKey x86_64 2.38-11.el9 tf-mirrors.ci_repos_yum9-appstream 36 k perl-Text-ParseWords noarch 3.30-460.el9 tf-mirrors.ci_repos_yum9-appstream 16 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 tf-mirrors.ci_repos_yum9-appstream 23 k perl-Time-Local noarch 2:1.300-7.el9 tf-mirrors.ci_repos_yum9-appstream 33 k perl-URI noarch 5.09-3.el9 tf-mirrors.ci_repos_yum9-appstream 108 k perl-base noarch 2.27-481.el9 tf-mirrors.ci_repos_yum9-appstream 15 k perl-constant noarch 1.33-461.el9 tf-mirrors.ci_repos_yum9-appstream 23 k perl-if noarch 0.60.800-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k perl-interpreter x86_64 4:5.32.1-481.el9 tf-mirrors.ci_repos_yum9-appstream 70 k perl-lib x86_64 0.65-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k perl-libnet noarch 3.13-4.el9 tf-mirrors.ci_repos_yum9-appstream 125 k perl-libs x86_64 4:5.32.1-481.el9 tf-mirrors.ci_repos_yum9-appstream 2.0 M perl-mro x86_64 1.23-481.el9 tf-mirrors.ci_repos_yum9-appstream 27 k perl-overload noarch 1.31-481.el9 tf-mirrors.ci_repos_yum9-appstream 44 k perl-overloading noarch 0.02-481.el9 tf-mirrors.ci_repos_yum9-appstream 11 k perl-parent noarch 1:0.238-460.el9 tf-mirrors.ci_repos_yum9-appstream 14 k perl-podlators noarch 1:4.14-460.el9 tf-mirrors.ci_repos_yum9-appstream 112 k perl-subs noarch 1.03-481.el9 tf-mirrors.ci_repos_yum9-appstream 10 k perl-vars noarch 1.05-481.el9 tf-mirrors.ci_repos_yum9-appstream 12 k pipewire-jack-audio-connection-kit-libs x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 134 k pipewire-libs x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.9 M pixman x86_64 0.40.0-6.el9_3 tf-mirrors.ci_repos_yum9-appstream 269 k policycoreutils-python-utils noarch 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-appstream 71 k polkit x86_64 0.117-13.el9 tf-mirrors.ci_repos_yum9-baseos 146 k polkit-libs x86_64 0.117-13.el9 tf-mirrors.ci_repos_yum9-baseos 8.3 M poppler x86_64 21.01.0-21.el9 tf-mirrors.ci_repos_yum9-appstream 1.1 M poppler-data noarch 0.4.9-9.el9.0.1 tf-mirrors.ci_repos_yum9-appstream 1.8 M poppler-glib x86_64 21.01.0-21.el9 tf-mirrors.ci_repos_yum9-appstream 151 k procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k pulseaudio-libs x86_64 15.0-2.el9 tf-mirrors.ci_repos_yum9-appstream 666 k python3-audit x86_64 3.1.5-1.el9 tf-mirrors.ci_repos_yum9-appstream 82 k python3-distro noarch 1.5.0-7.el9 tf-mirrors.ci_repos_yum9-appstream 36 k python3-libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-appstream 187 k python3-libsemanage x86_64 3.6-2.1.el9_5 tf-mirrors.ci_repos_yum9-appstream 78 k python3-policycoreutils noarch 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-appstream 2.0 M python3-setools x86_64 4.4.4-1.el9 tf-mirrors.ci_repos_yum9-baseos 551 k rtkit x86_64 0.11-29.el9 tf-mirrors.ci_repos_yum9-appstream 55 k shared-mime-info x86_64 2.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 372 k sound-theme-freedesktop noarch 0.8-17.el9 tf-mirrors.ci_repos_yum9-appstream 377 k systemd-udev x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 1.9 M totem-pl-parser x86_64 3.26.6-2.el9 tf-mirrors.ci_repos_yum9-appstream 130 k tracker x86_64 3.1.2-3.el9_1 tf-mirrors.ci_repos_yum9-appstream 538 k ttmkfdir x86_64 3.0.9-65.el9 tf-mirrors.ci_repos_yum9-appstream 52 k tzdata-java noarch 2025a-1.el9 tf-mirrors.ci_repos_yum9-appstream 145 k upower x86_64 0.99.13-2.el9 tf-mirrors.ci_repos_yum9-appstream 165 k vim-common x86_64 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-appstream 6.6 M vim-filesystem noarch 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-baseos 9.3 k webkit2gtk3-jsc x86_64 2.46.6-1.el9_5 tf-mirrors.ci_repos_yum9-appstream 4.4 M webrtc-audio-processing x86_64 0.3.1-8.el9.0.1 tf-mirrors.ci_repos_yum9-appstream 303 k which x86_64 2.21-29.el9 tf-mirrors.ci_repos_yum9-baseos 40 k wireplumber x86_64 0.4.14-1.el9.0.1 tf-mirrors.ci_repos_yum9-appstream 83 k wireplumber-libs x86_64 0.4.14-1.el9.0.1 tf-mirrors.ci_repos_yum9-appstream 338 k xdg-dbus-proxy x86_64 0.1.3-1.el9 tf-mirrors.ci_repos_yum9-appstream 41 k xdg-desktop-portal x86_64 1.12.6-1.el9 tf-mirrors.ci_repos_yum9-appstream 367 k xkeyboard-config noarch 2.33-2.el9 tf-mirrors.ci_repos_yum9-appstream 779 k xml-common noarch 0.6.3-58.el9 tf-mirrors.ci_repos_yum9-appstream 31 k xorg-x11-fonts-Type1 noarch 7.5-33.el9 tf-mirrors.ci_repos_yum9-appstream 499 k Installing weak dependencies: abattis-cantarell-fonts noarch 0.301-4.el9 tf-mirrors.ci_repos_yum9-appstream 364 k dconf x86_64 0.40.0-6.el9 tf-mirrors.ci_repos_yum9-appstream 109 k exiv2 x86_64 0.27.5-2.el9 tf-mirrors.ci_repos_yum9-appstream 975 k flatpak x86_64 1.12.9-3.el9_5 tf-mirrors.ci_repos_yum9-appstream 1.7 M java-17-openjdk-devel x86_64 1:17.0.14.0.7-2.el9 tf-mirrors.ci_repos_yum9-appstream 4.7 M libcanberra-gtk2 x86_64 0.30-27.el9 tf-mirrors.ci_repos_yum9-appstream 25 k libproxy-webkitgtk4 x86_64 0.4.15-35.el9 tf-mirrors.ci_repos_yum9-appstream 21 k mesa-dri-drivers x86_64 24.1.2-3.el9 tf-mirrors.ci_repos_yum9-appstream 8.8 M p11-kit-server x86_64 0.25.3-3.el9_5 tf-mirrors.ci_repos_yum9-appstream 244 k perl-NDBM_File x86_64 1.15-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k pipewire x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 101 k pipewire-alsa x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 56 k pipewire-jack-audio-connection-kit x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 8.1 k pipewire-pulseaudio x86_64 1.0.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 185 k polkit-pkla-compat x86_64 0.1-21.el9 tf-mirrors.ci_repos_yum9-baseos 44 k tracker-miners x86_64 3.1.2-4.el9_3 tf-mirrors.ci_repos_yum9-appstream 888 k xdg-desktop-portal-gtk x86_64 1.12.0-3.el9 tf-mirrors.ci_repos_yum9-appstream 130 k Transaction Summary ============================================================================================================================= Install 307 Packages Total download size: 216 M Installed size: 817 M Downloading Packages: (1/307): ModemManager-glib-1.20.2-1.el9.x86_64. 13 MB/s | 334 kB 00:00 (2/307): adobe-source-code-pro-fonts-2.030.1.05 22 MB/s | 831 kB 00:00 (3/307): avahi-libs-0.8-21.el9.x86_64.rpm 4.2 MB/s | 67 kB 00:00 (4/307): bluez-libs-5.72-2.el9.x86_64.rpm 12 MB/s | 81 kB 00:00 (5/307): bubblewrap-0.4.1-8.el9_5.x86_64.rpm 7.8 MB/s | 49 kB 00:00 (6/307): bzip2-1.0.8-10.el9_5.x86_64.rpm 9.0 MB/s | 51 kB 00:00 (7/307): cryptsetup-libs-2.7.2-3.el9_5.x86_64.r 37 MB/s | 514 kB 00:00 (8/307): NetworkManager-libnm-1.48.10-5.el9_5.x 23 MB/s | 1.8 MB 00:00 (9/307): cups-libs-2.3.3op2-31.el9_5.x86_64.rpm 7.9 MB/s | 262 kB 00:00 (10/307): device-mapper-1.02.198-2.el9.x86_64.r 14 MB/s | 137 kB 00:00 (11/307): device-mapper-libs-1.02.198-2.el9.x86 21 MB/s | 177 kB 00:00 (12/307): ed-1.14.2-12.el9.x86_64.rpm 9.8 MB/s | 74 kB 00:00 (13/307): fonts-filesystem-2.0.5-7.el9.1.noarch 1.7 MB/s | 9.0 kB 00:00 (14/307): freetype-2.10.4-9.el9.x86_64.rpm 38 MB/s | 387 kB 00:00 (15/307): dejavu-sans-fonts-2.37-18.el9.noarch. 23 MB/s | 1.3 MB 00:00 (16/307): fuse-2.9.9-16.el9.x86_64.rpm 3.1 MB/s | 78 kB 00:00 (17/307): fuse-common-3.10.2-9.el9.x86_64.rpm 385 kB/s | 7.3 kB 00:00 (18/307): glib-networking-2.68.3-3.el9.x86_64.r 23 MB/s | 169 kB 00:00 (19/307): fuse-libs-2.9.9-16.el9.x86_64.rpm 8.7 MB/s | 96 kB 00:00 (20/307): graphite2-1.3.14-9.el9.x86_64.rpm 14 MB/s | 94 kB 00:00 (21/307): gobject-introspection-1.68.0-11.el9.x 15 MB/s | 246 kB 00:00 (22/307): gsettings-desktop-schemas-40.0-6.el9. 40 MB/s | 667 kB 00:00 (23/307): groff-base-1.22.4-10.el9.x86_64.rpm 31 MB/s | 1.0 MB 00:00 (24/307): harfbuzz-2.7.4-10.el9.x86_64.rpm 17 MB/s | 623 kB 00:00 (25/307): info-6.7-15.el9.x86_64.rpm 15 MB/s | 224 kB 00:00 (26/307): json-glib-1.6.6-1.el9.x86_64.rpm 15 MB/s | 151 kB 00:00 (27/307): kbd-2.4.0-10.el9.x86_64.rpm 32 MB/s | 387 kB 00:00 (28/307): kbd-legacy-2.4.0-10.el9.noarch.rpm 31 MB/s | 502 kB 00:00 (29/307): hwdata-0.348-9.15.el9.noarch.rpm 24 MB/s | 1.6 MB 00:00 (30/307): kmod-28-10.el9.x86_64.rpm 5.4 MB/s | 121 kB 00:00 (31/307): libbrotli-1.0.9-7.el9_5.x86_64.rpm 29 MB/s | 312 kB 00:00 (32/307): libcbor-0.7.0-5.el9.x86_64.rpm 5.4 MB/s | 56 kB 00:00 (33/307): libedit-3.1-38.20210216cvs.el9.x86_64 16 MB/s | 103 kB 00:00 (34/307): libfido2-1.13.0-2.el9.x86_64.rpm 14 MB/s | 97 kB 00:00 (35/307): libgudev-237-1.el9.x86_64.rpm 5.4 MB/s | 35 kB 00:00 (36/307): libgusb-0.3.8-2.el9.x86_64.rpm 8.5 MB/s | 50 kB 00:00 (37/307): libpciaccess-0.16-7.el9.x86_64.rpm 5.7 MB/s | 26 kB 00:00 (38/307): kbd-misc-2.4.0-10.el9.noarch.rpm 20 MB/s | 1.5 MB 00:00 (39/307): libpng-1.6.37-12.el9.x86_64.rpm 5.7 MB/s | 116 kB 00:00 (40/307): libproxy-0.4.15-35.el9.x86_64.rpm 10 MB/s | 73 kB 00:00 (41/307): libtdb-1.4.10-1.el9.x86_64.rpm 6.5 MB/s | 50 kB 00:00 (42/307): lksctp-tools-1.0.19-3.el9_4.x86_64.rp 13 MB/s | 96 kB 00:00 (43/307): ncurses-6.2-10.20210508.el9.x86_64.rp 24 MB/s | 399 kB 00:00 (44/307): openssh-8.7p1-43.el9.x86_64.rpm 20 MB/s | 457 kB 00:00 (45/307): openssh-clients-8.7p1-43.el9.x86_64.r 34 MB/s | 713 kB 00:00 (46/307): polkit-0.117-13.el9.x86_64.rpm 9.4 MB/s | 146 kB 00:00 (47/307): polkit-pkla-compat-0.1-21.el9.x86_64. 5.3 MB/s | 44 kB 00:00 (48/307): procps-ng-3.3.17-14.el9.x86_64.rpm 29 MB/s | 332 kB 00:00 (49/307): python3-setools-4.4.4-1.el9.x86_64.rp 40 MB/s | 551 kB 00:00 (50/307): shared-mime-info-2.1-5.el9.x86_64.rpm 33 MB/s | 372 kB 00:00 (51/307): libicu-67.1-9.el9.x86_64.rpm 50 MB/s | 9.6 MB 00:00 (52/307): sudo-1.9.5p2-10.el9_3.x86_64.rpm 12 MB/s | 1.0 MB 00:00 (53/307): unzip-6.0-57.el9.x86_64.rpm 22 MB/s | 180 kB 00:00 (54/307): polkit-libs-0.117-13.el9.x86_64.rpm 42 MB/s | 8.3 MB 00:00 (55/307): vim-filesystem-8.2.2637-21.el9.noarch 155 kB/s | 9.3 kB 00:00 (56/307): which-2.21-29.el9.x86_64.rpm 6.7 MB/s | 40 kB 00:00 (57/307): systemd-udev-252-46.el9_5.2.0.1.x86_6 18 MB/s | 1.9 MB 00:00 (58/307): abattis-cantarell-fonts-0.301-4.el9.n 12 MB/s | 364 kB 00:00 (59/307): adwaita-cursor-theme-40.1.1-3.el9.noa 16 MB/s | 623 kB 00:00 (60/307): alsa-lib-1.2.12-1.el9.x86_64.rpm 24 MB/s | 504 kB 00:00 (61/307): ant-1.10.9-11.el9_5.noarch.rpm 10 MB/s | 163 kB 00:00 (62/307): ant-junit-1.10.9-11.el9_5.noarch.rpm 18 MB/s | 155 kB 00:00 (63/307): ant-openjdk17-1.10.9-11.el9_5.noarch. 726 kB/s | 7.5 kB 00:00 (64/307): ant-lib-1.10.9-11.el9_5.noarch.rpm 54 MB/s | 2.0 MB 00:00 (65/307): at-spi2-atk-2.38.0-4.el9.x86_64.rpm 3.2 MB/s | 86 kB 00:00 (66/307): at-spi2-core-2.40.3-1.el9.x86_64.rpm 22 MB/s | 176 kB 00:00 (67/307): atk-2.36.0-5.el9.x86_64.rpm 28 MB/s | 270 kB 00:00 (68/307): avahi-glib-0.8-21.el9.x86_64.rpm 1.8 MB/s | 14 kB 00:00 (69/307): cairo-gobject-1.17.4-7.el9.x86_64.rpm 3.7 MB/s | 18 kB 00:00 (70/307): cairo-1.17.4-7.el9.x86_64.rpm 41 MB/s | 659 kB 00:00 (71/307): checkpolicy-3.6-1.el9.x86_64.rpm 23 MB/s | 352 kB 00:00 (72/307): colord-libs-1.4.5-4.el9.x86_64.rpm 20 MB/s | 230 kB 00:00 (73/307): composefs-libs-1.0.5-1.el9.x86_64.rpm 7.0 MB/s | 60 kB 00:00 (74/307): copy-jdk-configs-4.0-3.el9.noarch.rpm 4.5 MB/s | 27 kB 00:00 (75/307): dbus-glib-0.110-13.el9.x86_64.rpm 17 MB/s | 122 kB 00:00 (76/307): dconf-0.40.0-6.el9.x86_64.rpm 13 MB/s | 109 kB 00:00 (77/307): emacs-filesystem-27.2-11.el9_5.1.noar 1.4 MB/s | 7.9 kB 00:00 (78/307): exempi-2.6.0-0.2.20211007gite23c213.e 42 MB/s | 523 kB 00:00 (79/307): exiv2-0.27.5-2.el9.x86_64.rpm 40 MB/s | 975 kB 00:00 (80/307): exiv2-libs-0.27.5-2.el9.x86_64.rpm 30 MB/s | 779 kB 00:00 (81/307): fdk-aac-free-2.0.0-8.el9.x86_64.rpm 18 MB/s | 324 kB 00:00 (82/307): flac-libs-1.3.3-10.el9_2.1.x86_64.rpm 21 MB/s | 217 kB 00:00 (83/307): adwaita-icon-theme-40.1.1-3.el9.noarc 43 MB/s | 11 MB 00:00 (84/307): flatpak-selinux-1.12.9-3.el9_5.noarch 279 kB/s | 21 kB 00:00 (85/307): flatpak-session-helper-1.12.9-3.el9_5 9.9 MB/s | 72 kB 00:00 (86/307): flatpak-1.12.9-3.el9_5.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (87/307): fontconfig-2.14.0-2.el9_1.x86_64.rpm 8.9 MB/s | 274 kB 00:00 (88/307): fribidi-1.0.10-6.el9.2.x86_64.rpm 2.9 MB/s | 84 kB 00:00 (89/307): gdk-pixbuf2-modules-2.42.6-4.el9_4.x8 11 MB/s | 85 kB 00:00 (90/307): geoclue2-2.6.0-7.el9.x86_64.rpm 14 MB/s | 122 kB 00:00 (91/307): giflib-5.2.1-9.el9.x86_64.rpm 4.2 MB/s | 48 kB 00:00 (92/307): git-2.43.5-2.el9_5.x86_64.rpm 1.5 MB/s | 50 kB 00:00 (93/307): gdk-pixbuf2-2.42.6-4.el9_4.x86_64.rpm 8.7 MB/s | 466 kB 00:00 (94/307): gpm-libs-1.20.7-29.el9.x86_64.rpm 2.4 MB/s | 20 kB 00:00 (95/307): graphene-1.10.6-2.el9.x86_64.rpm 9.0 MB/s | 64 kB 00:00 (96/307): git-core-doc-2.43.5-2.el9_5.noarch.rp 51 MB/s | 2.7 MB 00:00 (97/307): gsm-1.0.19-6.el9.x86_64.rpm 1.0 MB/s | 33 kB 00:00 (98/307): git-core-2.43.5-2.el9_5.x86_64.rpm 37 MB/s | 4.4 MB 00:00 (99/307): gtk-update-icon-cache-3.24.31-5.el9.x 5.4 MB/s | 32 kB 00:00 (100/307): gstreamer1-1.22.1-2.el9.x86_64.rpm 23 MB/s | 1.4 MB 00:00 (101/307): gstreamer1-plugins-base-1.22.1-3.el9 26 MB/s | 2.2 MB 00:00 (102/307): hamcrest-2.2-9.el9_5.noarch.rpm 10 MB/s | 118 kB 00:00 (103/307): gtk2-2.24.33-8.el9.x86_64.rpm 45 MB/s | 3.5 MB 00:00 (104/307): hicolor-icon-theme-0.17-13.el9.noarc 2.1 MB/s | 66 kB 00:00 (105/307): ipmitool-1.8.18-27.el9.x86_64.rpm 31 MB/s | 385 kB 00:00 (106/307): gtk3-3.24.31-5.el9.x86_64.rpm 43 MB/s | 4.8 MB 00:00 (107/307): java-17-openjdk-17.0.14.0.7-2.el9.x8 9.2 MB/s | 430 kB 00:00 (108/307): iso-codes-4.6.0-3.el9.noarch.rpm 37 MB/s | 3.3 MB 00:00 (109/307): javapackages-filesystem-6.0.0-7.el9_ 1.4 MB/s | 9.9 kB 00:00 (110/307): javapackages-tools-6.0.0-7.el9_5.noa 3.0 MB/s | 23 kB 00:00 (111/307): java-17-openjdk-devel-17.0.14.0.7-2. 52 MB/s | 4.7 MB 00:00 (112/307): jbigkit-libs-2.1-23.el9.x86_64.rpm 1.3 MB/s | 52 kB 00:00 (113/307): junit-4.13.1-7.el9_5.noarch.rpm 32 MB/s | 341 kB 00:00 (114/307): langpacks-core-font-en-3.0-16.el9.no 989 kB/s | 9.5 kB 00:00 (115/307): lcms2-2.12-3.el9.x86_64.rpm 22 MB/s | 166 kB 00:00 (116/307): libX11-1.7.0-9.el9.x86_64.rpm 40 MB/s | 650 kB 00:00 (117/307): libX11-common-1.7.0-9.el9.noarch.rpm 9.8 MB/s | 151 kB 00:00 (118/307): libX11-xcb-1.7.0-9.el9.x86_64.rpm 1.4 MB/s | 10 kB 00:00 (119/307): libXau-1.0.9-8.el9.x86_64.rpm 5.8 MB/s | 30 kB 00:00 (120/307): libXcomposite-0.4.5-7.el9.x86_64.rpm 4.3 MB/s | 23 kB 00:00 (121/307): libXcursor-1.2.0-7.el9.x86_64.rpm 3.5 MB/s | 30 kB 00:00 (122/307): libXdamage-1.1.5-7.el9.x86_64.rpm 2.5 MB/s | 22 kB 00:00 (123/307): libXext-1.3.4-8.el9.x86_64.rpm 6.3 MB/s | 39 kB 00:00 (124/307): libXfixes-5.0.3-16.el9.x86_64.rpm 2.9 MB/s | 19 kB 00:00 (125/307): libXft-2.3.3-8.el9.x86_64.rpm 9.9 MB/s | 61 kB 00:00 (126/307): libXi-1.7.10-8.el9.x86_64.rpm 6.4 MB/s | 39 kB 00:00 (127/307): libXinerama-1.1.4-10.el9.x86_64.rpm 3.0 MB/s | 14 kB 00:00 (128/307): libXpm-3.5.13-10.el9.x86_64.rpm 11 MB/s | 58 kB 00:00 (129/307): libXrandr-1.5.2-8.el9.x86_64.rpm 4.8 MB/s | 27 kB 00:00 (130/307): libXrender-0.9.10-16.el9.x86_64.rpm 5.1 MB/s | 27 kB 00:00 (131/307): libXtst-1.2.3-16.el9.x86_64.rpm 4.1 MB/s | 20 kB 00:00 (132/307): libXv-1.0.11-16.el9.x86_64.rpm 3.7 MB/s | 18 kB 00:00 (133/307): libXxf86vm-1.1.4-18.el9.x86_64.rpm 3.5 MB/s | 18 kB 00:00 (134/307): libasyncns-0.8-22.el9.x86_64.rpm 4.2 MB/s | 29 kB 00:00 (135/307): libappstream-glib-0.7.18-5.el9_4.x86 23 MB/s | 386 kB 00:00 (136/307): libcanberra-0.30-27.el9.x86_64.rpm 7.2 MB/s | 85 kB 00:00 (137/307): libcanberra-gtk2-0.30-27.el9.x86_64. 3.4 MB/s | 25 kB 00:00 (138/307): libcanberra-gtk3-0.30-27.el9.x86_64. 6.3 MB/s | 31 kB 00:00 (139/307): libdatrie-0.2.13-4.el9.x86_64.rpm 6.7 MB/s | 32 kB 00:00 (140/307): libdrm-2.4.121-1.el9.x86_64.rpm 21 MB/s | 158 kB 00:00 (141/307): libepoxy-1.5.5-4.el9.x86_64.rpm 24 MB/s | 244 kB 00:00 (142/307): libexif-0.6.22-6.el9.x86_64.rpm 32 MB/s | 423 kB 00:00 (143/307): libffi-devel-3.4.2-8.el9.x86_64.rpm 2.7 MB/s | 28 kB 00:00 (144/307): libfontenc-1.1.3-17.el9.x86_64.rpm 5.8 MB/s | 30 kB 00:00 (145/307): libgexiv2-0.12.3-1.el9.x86_64.rpm 14 MB/s | 81 kB 00:00 (146/307): libglvnd-1.3.4-1.el9.x86_64.rpm 19 MB/s | 133 kB 00:00 (147/307): libglvnd-egl-1.3.4-1.el9.x86_64.rpm 5.5 MB/s | 36 kB 00:00 (148/307): libglvnd-glx-1.3.4-1.el9.x86_64.rpm 21 MB/s | 140 kB 00:00 (149/307): libgsf-1.14.47-5.el9.x86_64.rpm 27 MB/s | 245 kB 00:00 (150/307): libgxps-0.3.2-3.el9.x86_64.rpm 9.6 MB/s | 78 kB 00:00 (151/307): libiptcdata-1.0.5-10.el9.x86_64.rpm 10 MB/s | 60 kB 00:00 (152/307): libjpeg-turbo-2.0.90-7.el9.x86_64.rp 24 MB/s | 174 kB 00:00 (153/307): libldac-2.0.2.3-10.el9.x86_64.rpm 5.4 MB/s | 40 kB 00:00 (154/307): libnotify-0.7.9-8.el9.x86_64.rpm 7.4 MB/s | 43 kB 00:00 (155/307): libogg-1.3.4-6.el9.x86_64.rpm 6.1 MB/s | 32 kB 00:00 (156/307): libproxy-webkitgtk4-0.4.15-35.el9.x8 3.2 MB/s | 21 kB 00:00 (157/307): libosinfo-1.10.0-1.el9.x86_64.rpm 21 MB/s | 312 kB 00:00 (158/307): libsbc-1.4-9.el9.x86_64.rpm 2.5 MB/s | 44 kB 00:00 (159/307): librsvg2-2.50.7-3.el9.x86_64.rpm 60 MB/s | 2.8 MB 00:00 (160/307): libsndfile-1.0.31-8.el9_5.2.x86_64.r 6.9 MB/s | 206 kB 00:00 (161/307): libsoup-2.72.0-8.el9_5.3.x86_64.rpm 29 MB/s | 388 kB 00:00 (162/307): libstemmer-0-18.585svn.el9.x86_64.rp 7.7 MB/s | 83 kB 00:00 (163/307): libthai-0.1.28-8.el9.x86_64.rpm 26 MB/s | 208 kB 00:00 (164/307): libtheora-1.1.1-31.el9.x86_64.rpm 19 MB/s | 163 kB 00:00 (165/307): libtiff-4.4.0-13.el9.x86_64.rpm 16 MB/s | 197 kB 00:00 (166/307): libtool-ltdl-2.4.6-46.el9.x86_64.rpm 3.0 MB/s | 35 kB 00:00 (167/307): libtracker-sparql-3.1.2-3.el9_1.x86_ 30 MB/s | 316 kB 00:00 (168/307): libvisual-0.4.0-34.el9.x86_64.rpm 11 MB/s | 143 kB 00:00 (169/307): libvorbis-1.3.7-5.el9.x86_64.rpm 19 MB/s | 192 kB 00:00 (170/307): libwayland-client-1.21.0-1.el9.x86_6 4.5 MB/s | 33 kB 00:00 (171/307): libwayland-cursor-1.21.0-1.el9.x86_6 3.7 MB/s | 18 kB 00:00 (172/307): libwayland-egl-1.21.0-1.el9.x86_64.r 2.6 MB/s | 12 kB 00:00 (173/307): libwayland-server-1.21.0-1.el9.x86_6 8.3 MB/s | 41 kB 00:00 (174/307): libwebp-1.2.0-8.el9.x86_64.rpm 30 MB/s | 276 kB 00:00 (175/307): libxcb-1.13.1-9.el9.x86_64.rpm 20 MB/s | 224 kB 00:00 (176/307): libxkbcommon-1.0.3-4.el9.x86_64.rpm 16 MB/s | 132 kB 00:00 (177/307): libxshmfence-1.3-10.el9.x86_64.rpm 1.9 MB/s | 12 kB 00:00 (178/307): libxslt-1.1.34-9.el9.x86_64.rpm 30 MB/s | 240 kB 00:00 (179/307): low-memory-monitor-2.1-4.el9.x86_64. 1.5 MB/s | 35 kB 00:00 (180/307): lua-5.4.4-4.el9.x86_64.rpm 14 MB/s | 187 kB 00:00 (181/307): lua-posix-35.0-8.el9.x86_64.rpm 9.0 MB/s | 131 kB 00:00 (182/307): java-17-openjdk-headless-17.0.14.0.7 60 MB/s | 44 MB 00:00 (183/307): mesa-filesystem-24.1.2-3.el9.x86_64. 1.8 MB/s | 10 kB 00:00 (184/307): mesa-libEGL-24.1.2-3.el9.x86_64.rpm 17 MB/s | 138 kB 00:00 (185/307): mesa-libGL-24.1.2-3.el9.x86_64.rpm 24 MB/s | 169 kB 00:00 (186/307): mesa-dri-drivers-24.1.2-3.el9.x86_64 24 MB/s | 8.8 MB 00:00 (187/307): mesa-libgbm-24.1.2-3.el9.x86_64.rpm 576 kB/s | 35 kB 00:00 (188/307): mesa-libglapi-24.1.2-3.el9.x86_64.rp 7.2 MB/s | 44 kB 00:00 (189/307): mkfontscale-1.2.1-3.el9.x86_64.rpm 4.1 MB/s | 31 kB 00:00 (190/307): nspr-4.35.0-17.el9_5.x86_64.rpm 15 MB/s | 134 kB 00:00 (191/307): nss-3.101.0-10.el9_5.x86_64.rpm 39 MB/s | 716 kB 00:00 (192/307): nss-softokn-3.101.0-10.el9_5.x86_64. 18 MB/s | 386 kB 00:00 (193/307): nss-softokn-freebl-3.101.0-10.el9_5. 23 MB/s | 309 kB 00:00 (194/307): nss-sysinit-3.101.0-10.el9_5.x86_64. 2.1 MB/s | 18 kB 00:00 (195/307): nss-util-3.101.0-10.el9_5.x86_64.rpm 15 MB/s | 89 kB 00:00 (196/307): openjpeg2-2.4.0-7.el9.x86_64.rpm 22 MB/s | 162 kB 00:00 (197/307): opus-1.3.1-10.el9.x86_64.rpm 23 MB/s | 199 kB 00:00 (198/307): orc-0.4.31-8.el9.x86_64.rpm 16 MB/s | 182 kB 00:00 (199/307): osinfo-db-20240701-2.el9.noarch.rpm 22 MB/s | 289 kB 00:00 (200/307): osinfo-db-tools-1.10.0-1.el9.x86_64. 7.1 MB/s | 68 kB 00:00 (201/307): ostree-libs-2024.9-1.el9_5.x86_64.rp 35 MB/s | 467 kB 00:00 (202/307): p11-kit-server-0.25.3-3.el9_5.x86_64 16 MB/s | 244 kB 00:00 (203/307): pango-1.48.7-3.el9.x86_64.rpm 27 MB/s | 297 kB 00:00 (204/307): patch-2.7.6-16.el9.x86_64.rpm 13 MB/s | 127 kB 00:00 (205/307): perl-AutoLoader-5.74-481.el9.noarch. 3.4 MB/s | 20 kB 00:00 (206/307): perl-B-1.80-481.el9.x86_64.rpm 23 MB/s | 178 kB 00:00 (207/307): perl-Carp-1.50-460.el9.noarch.rpm 3.6 MB/s | 29 kB 00:00 (208/307): perl-Class-Struct-0.66-481.el9.noarc 3.9 MB/s | 21 kB 00:00 (209/307): perl-Data-Dumper-2.174-462.el9.x86_6 8.2 MB/s | 55 kB 00:00 (210/307): perl-Digest-1.19-4.el9.noarch.rpm 3.9 MB/s | 25 kB 00:00 (211/307): perl-Digest-MD5-2.58-4.el9.x86_64.rp 7.6 MB/s | 36 kB 00:00 (212/307): perl-DynaLoader-1.47-481.el9.x86_64. 4.9 MB/s | 24 kB 00:00 (213/307): perl-Errno-1.30-481.el9.x86_64.rpm 2.9 MB/s | 13 kB 00:00 (214/307): perl-Error-0.17029-7.el9.noarch.rpm 7.5 MB/s | 41 kB 00:00 (215/307): perl-Exporter-5.74-461.el9.noarch.rp 6.9 MB/s | 31 kB 00:00 (216/307): perl-Encode-3.08-462.el9.x86_64.rpm 49 MB/s | 1.7 MB 00:00 (217/307): perl-Fcntl-1.13-481.el9.x86_64.rpm 1.0 MB/s | 19 kB 00:00 (218/307): perl-File-Basename-2.85-481.el9.noar 3.1 MB/s | 16 kB 00:00 (219/307): perl-File-Find-1.37-481.el9.noarch.r 5.3 MB/s | 24 kB 00:00 (220/307): perl-File-Path-2.18-4.el9.noarch.rpm 7.5 MB/s | 35 kB 00:00 (221/307): perl-File-Temp-0.231.100-4.el9.noarc 12 MB/s | 59 kB 00:00 (222/307): perl-File-stat-1.09-481.el9.noarch.r 3.2 MB/s | 16 kB 00:00 (223/307): perl-FileHandle-2.03-481.el9.noarch. 3.0 MB/s | 14 kB 00:00 (224/307): perl-Getopt-Long-2.52-4.el9.noarch.r 11 MB/s | 60 kB 00:00 (225/307): perl-Getopt-Std-1.12-481.el9.noarch. 1.9 MB/s | 14 kB 00:00 (226/307): perl-Git-2.43.5-2.el9_5.noarch.rpm 5.1 MB/s | 37 kB 00:00 (227/307): perl-HTTP-Tiny-0.076-462.el9.noarch. 10 MB/s | 53 kB 00:00 (228/307): perl-IO-1.43-481.el9.x86_64.rpm 14 MB/s | 85 kB 00:00 (229/307): perl-IO-Socket-IP-0.41-5.el9.noarch. 7.1 MB/s | 42 kB 00:00 (230/307): perl-IO-Socket-SSL-2.073-2.el9.noarc 27 MB/s | 214 kB 00:00 (231/307): perl-IPC-Open3-1.21-481.el9.noarch.r 2.6 MB/s | 21 kB 00:00 (232/307): perl-MIME-Base64-3.16-4.el9.x86_64.r 6.1 MB/s | 30 kB 00:00 (233/307): perl-Mozilla-CA-20200520-6.el9.noarc 2.7 MB/s | 12 kB 00:00 (234/307): perl-NDBM_File-1.15-481.el9.x86_64.r 4.8 MB/s | 21 kB 00:00 (235/307): perl-Net-SSLeay-1.94-1.el9.x86_64.rp 36 MB/s | 391 kB 00:00 (236/307): perl-POSIX-1.94-481.el9.x86_64.rpm 7.7 MB/s | 95 kB 00:00 (237/307): perl-PathTools-3.78-461.el9.x86_64.r 12 MB/s | 85 kB 00:00 (238/307): perl-Pod-Escapes-1.07-460.el9.noarch 3.0 MB/s | 20 kB 00:00 (239/307): perl-Pod-Perldoc-3.28.01-461.el9.noa 13 MB/s | 83 kB 00:00 (240/307): llvm-libs-18.1.8-3.el9.x86_64.rpm 32 MB/s | 26 MB 00:00 (241/307): perl-Pod-Usage-2.01-4.el9.noarch.rpm 269 kB/s | 40 kB 00:00 (242/307): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 (243/307): perl-Scalar-List-Utils-1.56-462.el9. 5.3 MB/s | 70 kB 00:00 (244/307): perl-SelectSaver-1.02-481.el9.noarch 1.0 MB/s | 10 kB 00:00 (245/307): perl-Storable-3.21-460.el9.x86_64.rp 15 MB/s | 95 kB 00:00 (246/307): perl-Symbol-1.08-481.el9.noarch.rpm 2.0 MB/s | 13 kB 00:00 (247/307): perl-Socket-2.031-4.el9.x86_64.rpm 4.4 MB/s | 54 kB 00:00 (248/307): perl-Term-ANSIColor-5.01-461.el9.noa 5.4 MB/s | 48 kB 00:00 (249/307): perl-Term-Cap-1.17-460.el9.noarch.rp 2.4 MB/s | 22 kB 00:00 (250/307): perl-TermReadKey-2.38-11.el9.x86_64. 4.5 MB/s | 36 kB 00:00 (251/307): perl-Text-ParseWords-3.30-460.el9.no 2.5 MB/s | 16 kB 00:00 (252/307): perl-Text-Tabs+Wrap-2013.0523-460.el 3.5 MB/s | 23 kB 00:00 (253/307): perl-Time-Local-1.300-7.el9.noarch.r 6.5 MB/s | 33 kB 00:00 (254/307): perl-base-2.27-481.el9.noarch.rpm 3.1 MB/s | 15 kB 00:00 (255/307): perl-constant-1.33-461.el9.noarch.rp 4.5 MB/s | 23 kB 00:00 (256/307): perl-URI-5.09-3.el9.noarch.rpm 7.5 MB/s | 108 kB 00:00 (257/307): perl-if-0.60.800-481.el9.noarch.rpm 1.5 MB/s | 13 kB 00:00 (258/307): perl-interpreter-5.32.1-481.el9.x86_ 7.4 MB/s | 70 kB 00:00 (259/307): perl-lib-0.65-481.el9.x86_64.rpm 1.8 MB/s | 13 kB 00:00 (260/307): perl-libnet-3.13-4.el9.noarch.rpm 11 MB/s | 125 kB 00:00 (261/307): perl-mro-1.23-481.el9.x86_64.rpm 3.6 MB/s | 27 kB 00:00 (262/307): perl-overload-1.31-481.el9.noarch.rp 7.6 MB/s | 44 kB 00:00 (263/307): perl-overloading-0.02-481.el9.noarch 2.1 MB/s | 11 kB 00:00 (264/307): perl-parent-0.238-460.el9.noarch.rpm 2.9 MB/s | 14 kB 00:00 (265/307): perl-podlators-4.14-460.el9.noarch.r 17 MB/s | 112 kB 00:00 (266/307): perl-subs-1.03-481.el9.noarch.rpm 1.6 MB/s | 10 kB 00:00 (267/307): perl-vars-1.05-481.el9.noarch.rpm 2.3 MB/s | 12 kB 00:00 (268/307): pipewire-1.0.1-1.el9.x86_64.rpm 16 MB/s | 101 kB 00:00 (269/307): pipewire-alsa-1.0.1-1.el9.x86_64.rpm 8.8 MB/s | 56 kB 00:00 (270/307): pipewire-jack-audio-connection-kit-1 1.8 MB/s | 8.1 kB 00:00 (271/307): pipewire-jack-audio-connection-kit-l 19 MB/s | 134 kB 00:00 (272/307): perl-libs-5.32.1-481.el9.x86_64.rpm 30 MB/s | 2.0 MB 00:00 (273/307): pipewire-pulseaudio-1.0.1-1.el9.x86_ 5.9 MB/s | 185 kB 00:00 (274/307): pixman-0.40.0-6.el9_3.x86_64.rpm 22 MB/s | 269 kB 00:00 (275/307): policycoreutils-python-utils-3.6-2.1 7.7 MB/s | 71 kB 00:00 (276/307): pipewire-libs-1.0.1-1.el9.x86_64.rpm 28 MB/s | 1.9 MB 00:00 (277/307): poppler-21.01.0-21.el9.x86_64.rpm 28 MB/s | 1.1 MB 00:00 (278/307): poppler-glib-21.01.0-21.el9.x86_64.r 8.3 MB/s | 151 kB 00:00 (279/307): pulseaudio-libs-15.0-2.el9.x86_64.rp 46 MB/s | 666 kB 00:00 (280/307): python3-audit-3.1.5-1.el9.x86_64.rpm 5.7 MB/s | 82 kB 00:00 (281/307): python3-distro-1.5.0-7.el9.noarch.rp 5.8 MB/s | 36 kB 00:00 (282/307): poppler-data-0.4.9-9.el9.0.1.noarch. 24 MB/s | 1.8 MB 00:00 (283/307): python3-libsemanage-3.6-2.1.el9_5.x8 3.3 MB/s | 78 kB 00:00 (284/307): python3-libselinux-3.6-1.el9.x86_64. 5.9 MB/s | 187 kB 00:00 (285/307): rtkit-0.11-29.el9.x86_64.rpm 6.9 MB/s | 55 kB 00:00 (286/307): sound-theme-freedesktop-0.8-17.el9.n 35 MB/s | 377 kB 00:00 (287/307): tcpdump-4.99.0-9.el9.x86_64.rpm 33 MB/s | 542 kB 00:00 (288/307): totem-pl-parser-3.26.6-2.el9.x86_64. 10 MB/s | 130 kB 00:00 (289/307): python3-policycoreutils-3.6-2.1.el9. 38 MB/s | 2.0 MB 00:00 (290/307): tracker-3.1.2-3.el9_1.x86_64.rpm 16 MB/s | 538 kB 00:00 (291/307): ttmkfdir-3.0.9-65.el9.x86_64.rpm 4.7 MB/s | 52 kB 00:00 (292/307): tzdata-java-2025a-1.el9.noarch.rpm 20 MB/s | 145 kB 00:00 (293/307): upower-0.99.13-2.el9.x86_64.rpm 20 MB/s | 165 kB 00:00 (294/307): tracker-miners-3.1.2-4.el9_3.x86_64. 16 MB/s | 888 kB 00:00 (295/307): vim-enhanced-8.2.2637-21.el9.x86_64. 46 MB/s | 1.7 MB 00:00 (296/307): webrtc-audio-processing-0.3.1-8.el9. 16 MB/s | 303 kB 00:00 (297/307): vim-common-8.2.2637-21.el9.x86_64.rp 58 MB/s | 6.6 MB 00:00 (298/307): wireplumber-0.4.14-1.el9.0.1.x86_64. 1.5 MB/s | 83 kB 00:00 (299/307): wireplumber-libs-0.4.14-1.el9.0.1.x8 32 MB/s | 338 kB 00:00 (300/307): xdg-dbus-proxy-0.1.3-1.el9.x86_64.rp 4.3 MB/s | 41 kB 00:00 (301/307): xdg-desktop-portal-1.12.6-1.el9.x86_ 31 MB/s | 367 kB 00:00 (302/307): xdg-desktop-portal-gtk-1.12.0-3.el9. 10 MB/s | 130 kB 00:00 (303/307): webkit2gtk3-jsc-2.46.6-1.el9_5.x86_6 27 MB/s | 4.4 MB 00:00 (304/307): xml-common-0.6.3-58.el9.noarch.rpm 714 kB/s | 31 kB 00:00 (305/307): xkeyboard-config-2.33-2.el9.noarch.r 13 MB/s | 779 kB 00:00 (306/307): xorg-x11-fonts-Type1-7.5-33.el9.noar 21 MB/s | 499 kB 00:00 (307/307): GConf2-3.2.6-34.el9.x86_64.rpm 29 MB/s | 979 kB 00:00 -------------------------------------------------------------------------------- Total 77 MB/s | 216 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch 1/1 Running scriptlet: java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86_64 1/1 Preparing : 1/1 Installing : libpng-2:1.6.37-12.el9.x86_64 1/307 Installing : nspr-4.35.0-17.el9_5.x86_64 2/307 Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 3/307 Installing : javapackages-filesystem-6.0.0-7.el9_5.noarch 4/307 Installing : json-glib-1.6.6-1.el9.x86_64 5/307 Installing : libogg-2:1.3.4-6.el9.x86_64 6/307 Installing : libvorbis-1:1.3.7-5.el9.x86_64 7/307 Installing : atk-2.36.0-5.el9.x86_64 8/307 Installing : alsa-lib-1.2.12-1.el9.x86_64 9/307 Installing : avahi-libs-0.8-21.el9.x86_64 10/307 Installing : nss-util-3.101.0-10.el9_5.x86_64 11/307 Installing : libwayland-client-1.21.0-1.el9.x86_64 12/307 Installing : polkit-libs-0.117-13.el9.x86_64 13/307 Installing : libicu-67.1-9.el9.x86_64 14/307 Installing : fonts-filesystem-1:2.0.5-7.el9.1.noarch 15/307 Installing : cups-libs-1:2.3.3op2-31.el9_5.x86_64 16/307 Installing : opus-1.3.1-10.el9.x86_64 17/307 Installing : libtool-ltdl-2.4.6-46.el9.x86_64 18/307 Installing : libstemmer-0-18.585svn.el9.x86_64 19/307 Installing : libX11-xcb-1.7.0-9.el9.x86_64 20/307 Installing : lcms2-2.12-3.el9.x86_64 21/307 Installing : gstreamer1-1.22.1-2.el9.x86_64 22/307 Installing : which-2.21-29.el9.x86_64 23/307 Installing : libtdb-1.4.10-1.el9.x86_64 24/307 Installing : hwdata-0.348-9.15.el9.noarch 25/307 Installing : dejavu-sans-fonts-2.37-18.el9.noarch 26/307 Running scriptlet: polkit-0.117-13.el9.x86_64 27/307 Installing : polkit-0.117-13.el9.x86_64 27/307 Running scriptlet: polkit-0.117-13.el9.x86_64 27/307 Installing : polkit-pkla-compat-0.1-21.el9.x86_64 28/307 Installing : libwayland-cursor-1.21.0-1.el9.x86_64 29/307 Installing : ant-lib-1.10.9-11.el9_5.noarch 30/307 Running scriptlet: xml-common-0.6.3-58.el9.noarch 31/307 Installing : xml-common-0.6.3-58.el9.noarch 31/307 Installing : python3-libselinux-3.6-1.el9.x86_64 32/307 Installing : pixman-0.40.0-6.el9_3.x86_64 33/307 Installing : libxshmfence-1.3-10.el9.x86_64 34/307 Installing : libwayland-server-1.21.0-1.el9.x86_64 35/307 Installing : libwayland-egl-1.21.0-1.el9.x86_64 36/307 Installing : libglvnd-1:1.3.4-1.el9.x86_64 37/307 Installing : libXau-1.0.9-8.el9.x86_64 38/307 Installing : libxcb-1.13.1-9.el9.x86_64 39/307 Installing : hicolor-icon-theme-0.17-13.el9.noarch 40/307 Installing : fribidi-1.0.10-6.el9.2.x86_64 41/307 Installing : dconf-0.40.0-6.el9.x86_64 42/307 Running scriptlet: dconf-0.40.0-6.el9.x86_64 42/307 Installing : libproxy-0.4.15-35.el9.x86_64 43/307 Installing : libgudev-237-1.el9.x86_64 44/307 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 45/307 Installing : libbrotli-1.0.9-7.el9_5.x86_64 46/307 Installing : fuse-libs-2.9.9-16.el9.x86_64 47/307 Installing : llvm-libs-18.1.8-3.el9.x86_64 48/307 Installing : python3-libsemanage-3.6-2.1.el9_5.x86_64 49/307 Installing : iso-codes-4.6.0-3.el9.noarch 50/307 Running scriptlet: rtkit-0.11-29.el9.x86_64 51/307 Installing : rtkit-0.11-29.el9.x86_64 51/307 Running scriptlet: rtkit-0.11-29.el9.x86_64 51/307 Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service. Installing : langpacks-core-font-en-3.0-16.el9.noarch 52/307 Installing : libpciaccess-0.16-7.el9.x86_64 53/307 Installing : libdrm-2.4.121-1.el9.x86_64 54/307 Installing : osinfo-db-20240701-2.el9.noarch 55/307 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 56/307 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 57/307 Installing : gsettings-desktop-schemas-40.0-6.el9.x86_64 58/307 Installing : webkit2gtk3-jsc-2.46.6-1.el9_5.x86_64 59/307 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 60/307 Installing : glib-networking-2.68.3-3.el9.x86_64 61/307 Installing : libsoup-2.72.0-8.el9_5.3.x86_64 62/307 Installing : osinfo-db-tools-1.10.0-1.el9.x86_64 63/307 Installing : nss-softokn-freebl-3.101.0-10.el9_5.x86_64 64/307 Installing : nss-softokn-3.101.0-10.el9_5.x86_64 65/307 Installing : nss-3.101.0-10.el9_5.x86_64 66/307 Running scriptlet: nss-3.101.0-10.el9_5.x86_64 66/307 Installing : nss-sysinit-3.101.0-10.el9_5.x86_64 67/307 Installing : avahi-glib-0.8-21.el9.x86_64 68/307 Installing : flac-libs-1.3.3-10.el9_2.1.x86_64 69/307 Installing : libtheora-1:1.1.1-31.el9.x86_64 70/307 Installing : hamcrest-2.2-9.el9_5.noarch 71/307 Installing : junit-1:4.13.1-7.el9_5.noarch 72/307 Installing : exiv2-libs-0.27.5-2.el9.x86_64 73/307 Installing : exiv2-0.27.5-2.el9.x86_64 74/307 Installing : libgexiv2-0.12.3-1.el9.x86_64 75/307 Installing : device-mapper-libs-9:1.02.198-2.el9.x86_64 76/307 Installing : device-mapper-9:1.02.198-2.el9.x86_64 77/307 Installing : cryptsetup-libs-2.7.2-3.el9_5.x86_64 78/307 Installing : xkeyboard-config-2.33-2.el9.noarch 79/307 Installing : libxkbcommon-1.0.3-4.el9.x86_64 80/307 Installing : xdg-dbus-proxy-0.1.3-1.el9.x86_64 81/307 Installing : webrtc-audio-processing-0.3.1-8.el9.0.1.x86_64 82/307 Installing : tzdata-java-2025a-1.el9.noarch 83/307 Installing : totem-pl-parser-3.26.6-2.el9.x86_64 84/307 Installing : sound-theme-freedesktop-0.8-17.el9.noarch 85/307 Running scriptlet: sound-theme-freedesktop-0.8-17.el9.noarch 85/307 Installing : python3-distro-1.5.0-7.el9.noarch 86/307 Installing : python3-audit-3.1.5-1.el9.x86_64 87/307 Installing : poppler-data-0.4.9-9.el9.0.1.noarch 88/307 Installing : p11-kit-server-0.25.3-3.el9_5.x86_64 89/307 Installing : orc-0.4.31-8.el9.x86_64 90/307 Installing : openjpeg2-2.4.0-7.el9.x86_64 91/307 Installing : mesa-filesystem-24.1.2-3.el9.x86_64 92/307 Installing : libglvnd-egl-1:1.3.4-1.el9.x86_64 93/307 Installing : mesa-libglapi-24.1.2-3.el9.x86_64 94/307 Installing : mesa-dri-drivers-24.1.2-3.el9.x86_64 95/307 Installing : mesa-libgbm-24.1.2-3.el9.x86_64 96/307 Installing : mesa-libEGL-24.1.2-3.el9.x86_64 97/307 Installing : lua-posix-35.0-8.el9.x86_64 98/307 Installing : lua-5.4.4-4.el9.x86_64 99/307 Installing : copy-jdk-configs-4.0-3.el9.noarch 100/307 Installing : low-memory-monitor-2.1-4.el9.x86_64 101/307 Running scriptlet: low-memory-monitor-2.1-4.el9.x86_64 101/307 Created symlink /etc/systemd/system/basic.target.wants/low-memory-monitor.service → /usr/lib/systemd/system/low-memory-monitor.service. Installing : libxslt-1.1.34-9.el9.x86_64 102/307 Installing : libosinfo-1.10.0-1.el9.x86_64 103/307 Installing : libwebp-1.2.0-8.el9.x86_64 104/307 Installing : libvisual-1:0.4.0-34.el9.x86_64 105/307 Installing : libsbc-1.4-9.el9.x86_64 106/307 Installing : libldac-2.0.2.3-10.el9.x86_64 107/307 Installing : libiptcdata-1.0.5-10.el9.x86_64 108/307 Installing : libfontenc-1.1.3-17.el9.x86_64 109/307 Installing : libexif-0.6.22-6.el9.x86_64 110/307 Installing : libepoxy-1.5.5-4.el9.x86_64 111/307 Installing : libdatrie-0.2.13-4.el9.x86_64 112/307 Installing : libthai-0.1.28-8.el9.x86_64 113/307 Installing : libasyncns-0.8-22.el9.x86_64 114/307 Installing : libX11-common-1.7.0-9.el9.noarch 115/307 Installing : libX11-1.7.0-9.el9.x86_64 116/307 Installing : libXext-1.3.4-8.el9.x86_64 117/307 Installing : libXrender-0.9.10-16.el9.x86_64 118/307 Installing : libXi-1.7.10-8.el9.x86_64 119/307 Installing : libXfixes-5.0.3-16.el9.x86_64 120/307 Installing : libXcomposite-0.4.5-7.el9.x86_64 121/307 Installing : libXcursor-1.2.0-7.el9.x86_64 122/307 Installing : libXdamage-1.1.5-7.el9.x86_64 123/307 Installing : libXtst-1.2.3-16.el9.x86_64 124/307 Installing : libXrandr-1.5.2-8.el9.x86_64 125/307 Installing : libXinerama-1.1.4-10.el9.x86_64 126/307 Installing : at-spi2-core-2.40.3-1.el9.x86_64 127/307 Installing : at-spi2-atk-2.38.0-4.el9.x86_64 128/307 Installing : libXv-1.0.11-16.el9.x86_64 129/307 Installing : libXxf86vm-1.1.4-18.el9.x86_64 130/307 Installing : libglvnd-glx-1:1.3.4-1.el9.x86_64 131/307 Installing : mesa-libGL-24.1.2-3.el9.x86_64 132/307 Installing : jbigkit-libs-2.1-23.el9.x86_64 133/307 Installing : libtiff-4.4.0-13.el9.x86_64 134/307 Installing : gsm-1.0.19-6.el9.x86_64 135/307 Installing : libsndfile-1.0.31-8.el9_5.2.x86_64 136/307 Installing : pulseaudio-libs-15.0-2.el9.x86_64 137/307 Installing : libcanberra-0.30-27.el9.x86_64 138/307 Running scriptlet: libcanberra-0.30-27.el9.x86_64 138/307 Installing : graphene-1.10.6-2.el9.x86_64 139/307 Installing : gpm-libs-1.20.7-29.el9.x86_64 140/307 Installing : giflib-5.2.1-9.el9.x86_64 141/307 Installing : flatpak-session-helper-1.12.9-3.el9_5.x86_64 142/307 Installing : fdk-aac-free-2.0.0-8.el9.x86_64 143/307 Installing : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 144/307 Installing : emacs-filesystem-1:27.2-11.el9_5.1.noarch 145/307 Installing : dbus-glib-0.110-13.el9.x86_64 146/307 Installing : composefs-libs-1.0.5-1.el9.x86_64 147/307 Installing : ostree-libs-2024.9-1.el9_5.x86_64 148/307 Installing : checkpolicy-3.6-1.el9.x86_64 149/307 Installing : adwaita-cursor-theme-40.1.1-3.el9.noarch 150/307 Installing : adwaita-icon-theme-40.1.1-3.el9.noarch 151/307 Installing : vim-filesystem-2:8.2.2637-21.el9.noarch 152/307 Installing : vim-common-2:8.2.2637-21.el9.x86_64 153/307 Installing : shared-mime-info-2.1-5.el9.x86_64 154/307 Running scriptlet: shared-mime-info-2.1-5.el9.x86_64 154/307 Installing : gdk-pixbuf2-2.42.6-4.el9_4.x86_64 155/307 Installing : gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 156/307 Installing : gtk-update-icon-cache-3.24.31-5.el9.x86_64 157/307 Installing : libappstream-glib-0.7.18-5.el9_4.x86_64 158/307 Installing : libgsf-1.14.47-5.el9.x86_64 159/307 Installing : libnotify-0.7.9-8.el9.x86_64 160/307 Installing : python3-setools-4.4.4-1.el9.x86_64 161/307 Installing : python3-policycoreutils-3.6-2.1.el9.noarch 162/307 Installing : policycoreutils-python-utils-3.6-2.1.el9.noarch 163/307 Installing : flatpak-selinux-1.12.9-3.el9_5.noarch 164/307 Running scriptlet: flatpak-selinux-1.12.9-3.el9_5.noarch 164/307 libsemanage.semanage_rename: WARNING: rename(/var/lib/selinux/targeted/active, /var/lib/selinux/targeted/previous) failed: Invalid cross-device link, fall back to non-atomic semanage_copy_dir_flags() Installing : procps-ng-3.3.17-14.el9.x86_64 165/307 Running scriptlet: openssh-8.7p1-43.el9.x86_64 166/307 Installing : openssh-8.7p1-43.el9.x86_64 166/307 Installing : ncurses-6.2-10.20210508.el9.x86_64 167/307 Installing : lksctp-tools-1.0.19-3.el9_4.x86_64 168/307 Installing : java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86 169/307 Running scriptlet: java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86 169/307 Installing : javapackages-tools-6.0.0-7.el9_5.noarch 170/307 Installing : libgusb-0.3.8-2.el9.x86_64 171/307 Installing : colord-libs-1.4.5-4.el9.x86_64 172/307 Installing : libcbor-0.7.0-5.el9.x86_64 173/307 Installing : kmod-28-10.el9.x86_64 174/307 Installing : kbd-misc-2.4.0-10.el9.noarch 175/307 Installing : kbd-legacy-2.4.0-10.el9.noarch 176/307 Installing : kbd-2.4.0-10.el9.x86_64 177/307 Installing : systemd-udev-252-46.el9_5.2.0.1.x86_64 178/307 Running scriptlet: systemd-udev-252-46.el9_5.2.0.1.x86_64 178/307 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-boot-update.service → /usr/lib/systemd/system/systemd-boot-update.service. Installing : libfido2-1.13.0-2.el9.x86_64 179/307 Installing : openssh-clients-8.7p1-43.el9.x86_64 180/307 Running scriptlet: openssh-clients-8.7p1-43.el9.x86_64 180/307 Installing : git-core-2.43.5-2.el9_5.x86_64 181/307 Installing : git-core-doc-2.43.5-2.el9_5.noarch 182/307 Installing : info-6.7-15.el9.x86_64 183/307 Installing : ed-1.14.2-12.el9.x86_64 184/307 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 185/307 Installing : groff-base-1.22.4-10.el9.x86_64 185/307 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 185/307 Installing : perl-Digest-1.19-4.el9.noarch 186/307 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 187/307 Installing : perl-B-1.80-481.el9.x86_64 188/307 Installing : perl-FileHandle-2.03-481.el9.noarch 189/307 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 190/307 Installing : perl-libnet-3.13-4.el9.noarch 191/307 Installing : perl-AutoLoader-5.74-481.el9.noarch 192/307 Installing : perl-base-2.27-481.el9.noarch 193/307 Installing : perl-URI-5.09-3.el9.noarch 194/307 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 195/307 Installing : perl-if-0.60.800-481.el9.noarch 196/307 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 197/307 Installing : perl-Time-Local-2:1.300-7.el9.noarch 198/307 Installing : perl-File-Path-2.18-4.el9.noarch 199/307 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 200/307 Installing : perl-Net-SSLeay-1.94-1.el9.x86_64 201/307 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 202/307 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 203/307 Installing : perl-Class-Struct-0.66-481.el9.noarch 204/307 Installing : perl-POSIX-1.94-481.el9.x86_64 205/307 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 206/307 Installing : perl-IPC-Open3-1.21-481.el9.noarch 207/307 Installing : perl-subs-1.03-481.el9.noarch 208/307 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 209/307 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 210/307 Installing : perl-Term-Cap-1.17-460.el9.noarch 211/307 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 212/307 Installing : perl-Socket-4:2.031-4.el9.x86_64 213/307 Installing : perl-SelectSaver-1.02-481.el9.noarch 214/307 Installing : perl-Symbol-1.08-481.el9.noarch 215/307 Installing : perl-File-stat-1.09-481.el9.noarch 216/307 Installing : perl-podlators-1:4.14-460.el9.noarch 217/307 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 218/307 Installing : perl-Fcntl-1.13-481.el9.x86_64 219/307 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 220/307 Installing : perl-mro-1.23-481.el9.x86_64 221/307 Installing : perl-IO-1.43-481.el9.x86_64 222/307 Installing : perl-overloading-0.02-481.el9.noarch 223/307 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 224/307 Installing : perl-Errno-1.30-481.el9.x86_64 225/307 Installing : perl-File-Basename-2.85-481.el9.noarch 226/307 Installing : perl-Getopt-Std-1.12-481.el9.noarch 227/307 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 228/307 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 229/307 Installing : perl-constant-1.33-461.el9.noarch 230/307 Installing : perl-Storable-1:3.21-460.el9.x86_64 231/307 Installing : perl-overload-1.31-481.el9.noarch 232/307 Installing : perl-parent-1:0.238-460.el9.noarch 233/307 Installing : perl-vars-1.05-481.el9.noarch 234/307 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 235/307 Installing : perl-Carp-1.50-460.el9.noarch 236/307 Installing : perl-Exporter-5.74-461.el9.noarch 237/307 Installing : perl-NDBM_File-1.15-481.el9.x86_64 238/307 Installing : perl-PathTools-3.78-461.el9.x86_64 239/307 Installing : perl-Encode-4:3.08-462.el9.x86_64 240/307 Installing : perl-libs-4:5.32.1-481.el9.x86_64 241/307 Installing : perl-interpreter-4:5.32.1-481.el9.x86_64 242/307 Installing : perl-DynaLoader-1.47-481.el9.x86_64 243/307 Installing : perl-TermReadKey-2.38-11.el9.x86_64 244/307 Installing : perl-Error-1:0.17029-7.el9.noarch 245/307 Installing : perl-File-Find-1.37-481.el9.noarch 246/307 Installing : perl-lib-0.65-481.el9.x86_64 247/307 Installing : perl-Git-2.43.5-2.el9_5.noarch 248/307 Installing : git-2.43.5-2.el9_5.x86_64 249/307 Installing : graphite2-1.3.14-9.el9.x86_64 250/307 Installing : harfbuzz-2.7.4-10.el9.x86_64 251/307 Installing : freetype-2.10.4-9.el9.x86_64 252/307 Installing : fontconfig-2.14.0-2.el9_1.x86_64 253/307 Running scriptlet: fontconfig-2.14.0-2.el9_1.x86_64 253/307 Installing : cairo-1.17.4-7.el9.x86_64 254/307 Installing : cairo-gobject-1.17.4-7.el9.x86_64 255/307 Installing : libgxps-0.3.2-3.el9.x86_64 256/307 Installing : libXft-2.3.3-8.el9.x86_64 257/307 Installing : pango-1.48.7-3.el9.x86_64 258/307 Installing : gstreamer1-plugins-base-1.22.1-3.el9_5.x86_64 259/307 Installing : librsvg2-2.50.7-3.el9.x86_64 260/307 Installing : poppler-21.01.0-21.el9.x86_64 261/307 Installing : poppler-glib-21.01.0-21.el9.x86_64 262/307 Installing : mkfontscale-1.2.1-3.el9.x86_64 263/307 Installing : ttmkfdir-3.0.9-65.el9.x86_64 264/307 Installing : xorg-x11-fonts-Type1-7.5-33.el9.noarch 265/307 Running scriptlet: xorg-x11-fonts-Type1-7.5-33.el9.noarch 265/307 Installing : gobject-introspection-1.68.0-11.el9.x86_64 266/307 Installing : upower-0.99.13-2.el9.x86_64 267/307 Running scriptlet: upower-0.99.13-2.el9.x86_64 267/307 Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service. Installing : fuse-common-3.10.2-9.el9.x86_64 268/307 Installing : fuse-2.9.9-16.el9.x86_64 269/307 Installing : bubblewrap-0.4.1-8.el9_5.x86_64 270/307 Installing : bluez-libs-5.72-2.el9.x86_64 271/307 Running scriptlet: pipewire-1.0.1-1.el9.x86_64 272/307 Installing : pipewire-1.0.1-1.el9.x86_64 272/307 Running scriptlet: pipewire-1.0.1-1.el9.x86_64 272/307 Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket. Installing : pipewire-libs-1.0.1-1.el9.x86_64 273/307 Installing : wireplumber-0.4.14-1.el9.0.1.x86_64 274/307 Installing : wireplumber-libs-0.4.14-1.el9.0.1.x86_64 275/307 Installing : pipewire-jack-audio-connection-kit-libs-1.0.1-1. 276/307 Installing : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 277/307 Running scriptlet: NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 277/307 Installing : libtracker-sparql-3.1.2-3.el9_1.x86_64 278/307 Installing : tracker-3.1.2-3.el9_1.x86_64 279/307 Running scriptlet: tracker-3.1.2-3.el9_1.x86_64 279/307 Installing : tracker-miners-3.1.2-4.el9_3.x86_64 280/307 Running scriptlet: tracker-miners-3.1.2-4.el9_3.x86_64 280/307 Installing : ModemManager-glib-1.20.2-1.el9.x86_64 281/307 Running scriptlet: geoclue2-2.6.0-7.el9.x86_64 282/307 Installing : geoclue2-2.6.0-7.el9.x86_64 282/307 Running scriptlet: geoclue2-2.6.0-7.el9.x86_64 282/307 Running scriptlet: flatpak-1.12.9-3.el9_5.x86_64 283/307 Installing : flatpak-1.12.9-3.el9_5.x86_64 283/307 Installing : xdg-desktop-portal-1.12.6-1.el9.x86_64 284/307 Running scriptlet: xdg-desktop-portal-1.12.6-1.el9.x86_64 284/307 Installing : libcanberra-gtk3-0.30-27.el9.x86_64 285/307 Installing : gtk3-3.24.31-5.el9.x86_64 286/307 Installing : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 287/307 Running scriptlet: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 287/307 Installing : java-17-openjdk-1:17.0.14.0.7-2.el9.x86_64 288/307 Running scriptlet: java-17-openjdk-1:17.0.14.0.7-2.el9.x86_64 288/307 Installing : java-17-openjdk-devel-1:17.0.14.0.7-2.el9.x86_64 289/307 Running scriptlet: java-17-openjdk-devel-1:17.0.14.0.7-2.el9.x86_64 289/307 Installing : ant-1.10.9-11.el9_5.noarch 290/307 Installing : ant-openjdk17-1.10.9-11.el9_5.noarch 291/307 Installing : gtk2-2.24.33-8.el9.x86_64 292/307 Installing : libcanberra-gtk2-0.30-27.el9.x86_64 293/307 Installing : ant-junit-1.10.9-11.el9_5.noarch 294/307 Installing : pipewire-jack-audio-connection-kit-1.0.1-1.el9.x 295/307 Installing : pipewire-alsa-1.0.1-1.el9.x86_64 296/307 Installing : pipewire-pulseaudio-1.0.1-1.el9.x86_64 297/307 Running scriptlet: pipewire-pulseaudio-1.0.1-1.el9.x86_64 297/307 Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket. Installing : vim-enhanced-2:8.2.2637-21.el9.x86_64 298/307 Installing : patch-2.7.6-16.el9.x86_64 299/307 Installing : GConf2-3.2.6-34.el9.x86_64 300/307 Running scriptlet: GConf2-3.2.6-34.el9.x86_64 300/307 Installing : libXpm-3.5.13-10.el9.x86_64 301/307 Running scriptlet: tcpdump-14:4.99.0-9.el9.x86_64 302/307 Installing : tcpdump-14:4.99.0-9.el9.x86_64 302/307 Installing : libffi-devel-3.4.2-8.el9.x86_64 303/307 Installing : ipmitool-1.8.18-27.el9.x86_64 304/307 Installing : unzip-6.0-57.el9.x86_64 305/307 Installing : sudo-1.9.5p2-10.el9_3.x86_64 306/307 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 306/307 Installing : bzip2-1.0.8-10.el9_5.x86_64 307/307 Running scriptlet: dconf-0.40.0-6.el9.x86_64 307/307 Running scriptlet: nss-3.101.0-10.el9_5.x86_64 307/307 Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch 307/307 Running scriptlet: java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86 307/307 Running scriptlet: fontconfig-2.14.0-2.el9_1.x86_64 307/307 Running scriptlet: wireplumber-0.4.14-1.el9.0.1.x86_64 307/307 Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service. Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service. Running scriptlet: java-17-openjdk-1:17.0.14.0.7-2.el9.x86_64 307/307 Running scriptlet: java-17-openjdk-devel-1:17.0.14.0.7-2.el9.x86_64 307/307 Running scriptlet: bzip2-1.0.8-10.el9_5.x86_64 307/307 Verifying : ModemManager-glib-1.20.2-1.el9.x86_64 1/307 Verifying : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 2/307 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 3/307 Verifying : avahi-libs-0.8-21.el9.x86_64 4/307 Verifying : bluez-libs-5.72-2.el9.x86_64 5/307 Verifying : bubblewrap-0.4.1-8.el9_5.x86_64 6/307 Verifying : bzip2-1.0.8-10.el9_5.x86_64 7/307 Verifying : cryptsetup-libs-2.7.2-3.el9_5.x86_64 8/307 Verifying : cups-libs-1:2.3.3op2-31.el9_5.x86_64 9/307 Verifying : dejavu-sans-fonts-2.37-18.el9.noarch 10/307 Verifying : device-mapper-9:1.02.198-2.el9.x86_64 11/307 Verifying : device-mapper-libs-9:1.02.198-2.el9.x86_64 12/307 Verifying : ed-1.14.2-12.el9.x86_64 13/307 Verifying : fonts-filesystem-1:2.0.5-7.el9.1.noarch 14/307 Verifying : freetype-2.10.4-9.el9.x86_64 15/307 Verifying : fuse-2.9.9-16.el9.x86_64 16/307 Verifying : fuse-common-3.10.2-9.el9.x86_64 17/307 Verifying : fuse-libs-2.9.9-16.el9.x86_64 18/307 Verifying : glib-networking-2.68.3-3.el9.x86_64 19/307 Verifying : gobject-introspection-1.68.0-11.el9.x86_64 20/307 Verifying : graphite2-1.3.14-9.el9.x86_64 21/307 Verifying : groff-base-1.22.4-10.el9.x86_64 22/307 Verifying : gsettings-desktop-schemas-40.0-6.el9.x86_64 23/307 Verifying : harfbuzz-2.7.4-10.el9.x86_64 24/307 Verifying : hwdata-0.348-9.15.el9.noarch 25/307 Verifying : info-6.7-15.el9.x86_64 26/307 Verifying : json-glib-1.6.6-1.el9.x86_64 27/307 Verifying : kbd-2.4.0-10.el9.x86_64 28/307 Verifying : kbd-legacy-2.4.0-10.el9.noarch 29/307 Verifying : kbd-misc-2.4.0-10.el9.noarch 30/307 Verifying : kmod-28-10.el9.x86_64 31/307 Verifying : libbrotli-1.0.9-7.el9_5.x86_64 32/307 Verifying : libcbor-0.7.0-5.el9.x86_64 33/307 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 34/307 Verifying : libfido2-1.13.0-2.el9.x86_64 35/307 Verifying : libgudev-237-1.el9.x86_64 36/307 Verifying : libgusb-0.3.8-2.el9.x86_64 37/307 Verifying : libicu-67.1-9.el9.x86_64 38/307 Verifying : libpciaccess-0.16-7.el9.x86_64 39/307 Verifying : libpng-2:1.6.37-12.el9.x86_64 40/307 Verifying : libproxy-0.4.15-35.el9.x86_64 41/307 Verifying : libtdb-1.4.10-1.el9.x86_64 42/307 Verifying : lksctp-tools-1.0.19-3.el9_4.x86_64 43/307 Verifying : ncurses-6.2-10.20210508.el9.x86_64 44/307 Verifying : openssh-8.7p1-43.el9.x86_64 45/307 Verifying : openssh-clients-8.7p1-43.el9.x86_64 46/307 Verifying : polkit-0.117-13.el9.x86_64 47/307 Verifying : polkit-libs-0.117-13.el9.x86_64 48/307 Verifying : polkit-pkla-compat-0.1-21.el9.x86_64 49/307 Verifying : procps-ng-3.3.17-14.el9.x86_64 50/307 Verifying : python3-setools-4.4.4-1.el9.x86_64 51/307 Verifying : shared-mime-info-2.1-5.el9.x86_64 52/307 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 53/307 Verifying : systemd-udev-252-46.el9_5.2.0.1.x86_64 54/307 Verifying : unzip-6.0-57.el9.x86_64 55/307 Verifying : vim-filesystem-2:8.2.2637-21.el9.noarch 56/307 Verifying : which-2.21-29.el9.x86_64 57/307 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 58/307 Verifying : adwaita-cursor-theme-40.1.1-3.el9.noarch 59/307 Verifying : adwaita-icon-theme-40.1.1-3.el9.noarch 60/307 Verifying : alsa-lib-1.2.12-1.el9.x86_64 61/307 Verifying : ant-1.10.9-11.el9_5.noarch 62/307 Verifying : ant-junit-1.10.9-11.el9_5.noarch 63/307 Verifying : ant-lib-1.10.9-11.el9_5.noarch 64/307 Verifying : ant-openjdk17-1.10.9-11.el9_5.noarch 65/307 Verifying : at-spi2-atk-2.38.0-4.el9.x86_64 66/307 Verifying : at-spi2-core-2.40.3-1.el9.x86_64 67/307 Verifying : atk-2.36.0-5.el9.x86_64 68/307 Verifying : avahi-glib-0.8-21.el9.x86_64 69/307 Verifying : cairo-1.17.4-7.el9.x86_64 70/307 Verifying : cairo-gobject-1.17.4-7.el9.x86_64 71/307 Verifying : checkpolicy-3.6-1.el9.x86_64 72/307 Verifying : colord-libs-1.4.5-4.el9.x86_64 73/307 Verifying : composefs-libs-1.0.5-1.el9.x86_64 74/307 Verifying : copy-jdk-configs-4.0-3.el9.noarch 75/307 Verifying : dbus-glib-0.110-13.el9.x86_64 76/307 Verifying : dconf-0.40.0-6.el9.x86_64 77/307 Verifying : emacs-filesystem-1:27.2-11.el9_5.1.noarch 78/307 Verifying : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 79/307 Verifying : exiv2-0.27.5-2.el9.x86_64 80/307 Verifying : exiv2-libs-0.27.5-2.el9.x86_64 81/307 Verifying : fdk-aac-free-2.0.0-8.el9.x86_64 82/307 Verifying : flac-libs-1.3.3-10.el9_2.1.x86_64 83/307 Verifying : flatpak-1.12.9-3.el9_5.x86_64 84/307 Verifying : flatpak-selinux-1.12.9-3.el9_5.noarch 85/307 Verifying : flatpak-session-helper-1.12.9-3.el9_5.x86_64 86/307 Verifying : fontconfig-2.14.0-2.el9_1.x86_64 87/307 Verifying : fribidi-1.0.10-6.el9.2.x86_64 88/307 Verifying : gdk-pixbuf2-2.42.6-4.el9_4.x86_64 89/307 Verifying : gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 90/307 Verifying : geoclue2-2.6.0-7.el9.x86_64 91/307 Verifying : giflib-5.2.1-9.el9.x86_64 92/307 Verifying : git-2.43.5-2.el9_5.x86_64 93/307 Verifying : git-core-2.43.5-2.el9_5.x86_64 94/307 Verifying : git-core-doc-2.43.5-2.el9_5.noarch 95/307 Verifying : gpm-libs-1.20.7-29.el9.x86_64 96/307 Verifying : graphene-1.10.6-2.el9.x86_64 97/307 Verifying : gsm-1.0.19-6.el9.x86_64 98/307 Verifying : gstreamer1-1.22.1-2.el9.x86_64 99/307 Verifying : gstreamer1-plugins-base-1.22.1-3.el9_5.x86_64 100/307 Verifying : gtk-update-icon-cache-3.24.31-5.el9.x86_64 101/307 Verifying : gtk2-2.24.33-8.el9.x86_64 102/307 Verifying : gtk3-3.24.31-5.el9.x86_64 103/307 Verifying : hamcrest-2.2-9.el9_5.noarch 104/307 Verifying : hicolor-icon-theme-0.17-13.el9.noarch 105/307 Verifying : ipmitool-1.8.18-27.el9.x86_64 106/307 Verifying : iso-codes-4.6.0-3.el9.noarch 107/307 Verifying : java-17-openjdk-1:17.0.14.0.7-2.el9.x86_64 108/307 Verifying : java-17-openjdk-devel-1:17.0.14.0.7-2.el9.x86_64 109/307 Verifying : java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86 110/307 Verifying : javapackages-filesystem-6.0.0-7.el9_5.noarch 111/307 Verifying : javapackages-tools-6.0.0-7.el9_5.noarch 112/307 Verifying : jbigkit-libs-2.1-23.el9.x86_64 113/307 Verifying : junit-1:4.13.1-7.el9_5.noarch 114/307 Verifying : langpacks-core-font-en-3.0-16.el9.noarch 115/307 Verifying : lcms2-2.12-3.el9.x86_64 116/307 Verifying : libX11-1.7.0-9.el9.x86_64 117/307 Verifying : libX11-common-1.7.0-9.el9.noarch 118/307 Verifying : libX11-xcb-1.7.0-9.el9.x86_64 119/307 Verifying : libXau-1.0.9-8.el9.x86_64 120/307 Verifying : libXcomposite-0.4.5-7.el9.x86_64 121/307 Verifying : libXcursor-1.2.0-7.el9.x86_64 122/307 Verifying : libXdamage-1.1.5-7.el9.x86_64 123/307 Verifying : libXext-1.3.4-8.el9.x86_64 124/307 Verifying : libXfixes-5.0.3-16.el9.x86_64 125/307 Verifying : libXft-2.3.3-8.el9.x86_64 126/307 Verifying : libXi-1.7.10-8.el9.x86_64 127/307 Verifying : libXinerama-1.1.4-10.el9.x86_64 128/307 Verifying : libXpm-3.5.13-10.el9.x86_64 129/307 Verifying : libXrandr-1.5.2-8.el9.x86_64 130/307 Verifying : libXrender-0.9.10-16.el9.x86_64 131/307 Verifying : libXtst-1.2.3-16.el9.x86_64 132/307 Verifying : libXv-1.0.11-16.el9.x86_64 133/307 Verifying : libXxf86vm-1.1.4-18.el9.x86_64 134/307 Verifying : libappstream-glib-0.7.18-5.el9_4.x86_64 135/307 Verifying : libasyncns-0.8-22.el9.x86_64 136/307 Verifying : libcanberra-0.30-27.el9.x86_64 137/307 Verifying : libcanberra-gtk2-0.30-27.el9.x86_64 138/307 Verifying : libcanberra-gtk3-0.30-27.el9.x86_64 139/307 Verifying : libdatrie-0.2.13-4.el9.x86_64 140/307 Verifying : libdrm-2.4.121-1.el9.x86_64 141/307 Verifying : libepoxy-1.5.5-4.el9.x86_64 142/307 Verifying : libexif-0.6.22-6.el9.x86_64 143/307 Verifying : libffi-devel-3.4.2-8.el9.x86_64 144/307 Verifying : libfontenc-1.1.3-17.el9.x86_64 145/307 Verifying : libgexiv2-0.12.3-1.el9.x86_64 146/307 Verifying : libglvnd-1:1.3.4-1.el9.x86_64 147/307 Verifying : libglvnd-egl-1:1.3.4-1.el9.x86_64 148/307 Verifying : libglvnd-glx-1:1.3.4-1.el9.x86_64 149/307 Verifying : libgsf-1.14.47-5.el9.x86_64 150/307 Verifying : libgxps-0.3.2-3.el9.x86_64 151/307 Verifying : libiptcdata-1.0.5-10.el9.x86_64 152/307 Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 153/307 Verifying : libldac-2.0.2.3-10.el9.x86_64 154/307 Verifying : libnotify-0.7.9-8.el9.x86_64 155/307 Verifying : libogg-2:1.3.4-6.el9.x86_64 156/307 Verifying : libosinfo-1.10.0-1.el9.x86_64 157/307 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 158/307 Verifying : librsvg2-2.50.7-3.el9.x86_64 159/307 Verifying : libsbc-1.4-9.el9.x86_64 160/307 Verifying : libsndfile-1.0.31-8.el9_5.2.x86_64 161/307 Verifying : libsoup-2.72.0-8.el9_5.3.x86_64 162/307 Verifying : libstemmer-0-18.585svn.el9.x86_64 163/307 Verifying : libthai-0.1.28-8.el9.x86_64 164/307 Verifying : libtheora-1:1.1.1-31.el9.x86_64 165/307 Verifying : libtiff-4.4.0-13.el9.x86_64 166/307 Verifying : libtool-ltdl-2.4.6-46.el9.x86_64 167/307 Verifying : libtracker-sparql-3.1.2-3.el9_1.x86_64 168/307 Verifying : libvisual-1:0.4.0-34.el9.x86_64 169/307 Verifying : libvorbis-1:1.3.7-5.el9.x86_64 170/307 Verifying : libwayland-client-1.21.0-1.el9.x86_64 171/307 Verifying : libwayland-cursor-1.21.0-1.el9.x86_64 172/307 Verifying : libwayland-egl-1.21.0-1.el9.x86_64 173/307 Verifying : libwayland-server-1.21.0-1.el9.x86_64 174/307 Verifying : libwebp-1.2.0-8.el9.x86_64 175/307 Verifying : libxcb-1.13.1-9.el9.x86_64 176/307 Verifying : libxkbcommon-1.0.3-4.el9.x86_64 177/307 Verifying : libxshmfence-1.3-10.el9.x86_64 178/307 Verifying : libxslt-1.1.34-9.el9.x86_64 179/307 Verifying : llvm-libs-18.1.8-3.el9.x86_64 180/307 Verifying : low-memory-monitor-2.1-4.el9.x86_64 181/307 Verifying : lua-5.4.4-4.el9.x86_64 182/307 Verifying : lua-posix-35.0-8.el9.x86_64 183/307 Verifying : mesa-dri-drivers-24.1.2-3.el9.x86_64 184/307 Verifying : mesa-filesystem-24.1.2-3.el9.x86_64 185/307 Verifying : mesa-libEGL-24.1.2-3.el9.x86_64 186/307 Verifying : mesa-libGL-24.1.2-3.el9.x86_64 187/307 Verifying : mesa-libgbm-24.1.2-3.el9.x86_64 188/307 Verifying : mesa-libglapi-24.1.2-3.el9.x86_64 189/307 Verifying : mkfontscale-1.2.1-3.el9.x86_64 190/307 Verifying : nspr-4.35.0-17.el9_5.x86_64 191/307 Verifying : nss-3.101.0-10.el9_5.x86_64 192/307 Verifying : nss-softokn-3.101.0-10.el9_5.x86_64 193/307 Verifying : nss-softokn-freebl-3.101.0-10.el9_5.x86_64 194/307 Verifying : nss-sysinit-3.101.0-10.el9_5.x86_64 195/307 Verifying : nss-util-3.101.0-10.el9_5.x86_64 196/307 Verifying : openjpeg2-2.4.0-7.el9.x86_64 197/307 Verifying : opus-1.3.1-10.el9.x86_64 198/307 Verifying : orc-0.4.31-8.el9.x86_64 199/307 Verifying : osinfo-db-20240701-2.el9.noarch 200/307 Verifying : osinfo-db-tools-1.10.0-1.el9.x86_64 201/307 Verifying : ostree-libs-2024.9-1.el9_5.x86_64 202/307 Verifying : p11-kit-server-0.25.3-3.el9_5.x86_64 203/307 Verifying : pango-1.48.7-3.el9.x86_64 204/307 Verifying : patch-2.7.6-16.el9.x86_64 205/307 Verifying : perl-AutoLoader-5.74-481.el9.noarch 206/307 Verifying : perl-B-1.80-481.el9.x86_64 207/307 Verifying : perl-Carp-1.50-460.el9.noarch 208/307 Verifying : perl-Class-Struct-0.66-481.el9.noarch 209/307 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 210/307 Verifying : perl-Digest-1.19-4.el9.noarch 211/307 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 212/307 Verifying : perl-DynaLoader-1.47-481.el9.x86_64 213/307 Verifying : perl-Encode-4:3.08-462.el9.x86_64 214/307 Verifying : perl-Errno-1.30-481.el9.x86_64 215/307 Verifying : perl-Error-1:0.17029-7.el9.noarch 216/307 Verifying : perl-Exporter-5.74-461.el9.noarch 217/307 Verifying : perl-Fcntl-1.13-481.el9.x86_64 218/307 Verifying : perl-File-Basename-2.85-481.el9.noarch 219/307 Verifying : perl-File-Find-1.37-481.el9.noarch 220/307 Verifying : perl-File-Path-2.18-4.el9.noarch 221/307 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 222/307 Verifying : perl-File-stat-1.09-481.el9.noarch 223/307 Verifying : perl-FileHandle-2.03-481.el9.noarch 224/307 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 225/307 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 226/307 Verifying : perl-Git-2.43.5-2.el9_5.noarch 227/307 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 228/307 Verifying : perl-IO-1.43-481.el9.x86_64 229/307 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 230/307 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 231/307 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 232/307 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 233/307 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 234/307 Verifying : perl-NDBM_File-1.15-481.el9.x86_64 235/307 Verifying : perl-Net-SSLeay-1.94-1.el9.x86_64 236/307 Verifying : perl-POSIX-1.94-481.el9.x86_64 237/307 Verifying : perl-PathTools-3.78-461.el9.x86_64 238/307 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 239/307 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 240/307 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 241/307 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 242/307 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 243/307 Verifying : perl-SelectSaver-1.02-481.el9.noarch 244/307 Verifying : perl-Socket-4:2.031-4.el9.x86_64 245/307 Verifying : perl-Storable-1:3.21-460.el9.x86_64 246/307 Verifying : perl-Symbol-1.08-481.el9.noarch 247/307 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 248/307 Verifying : perl-Term-Cap-1.17-460.el9.noarch 249/307 Verifying : perl-TermReadKey-2.38-11.el9.x86_64 250/307 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 251/307 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 252/307 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 253/307 Verifying : perl-URI-5.09-3.el9.noarch 254/307 Verifying : perl-base-2.27-481.el9.noarch 255/307 Verifying : perl-constant-1.33-461.el9.noarch 256/307 Verifying : perl-if-0.60.800-481.el9.noarch 257/307 Verifying : perl-interpreter-4:5.32.1-481.el9.x86_64 258/307 Verifying : perl-lib-0.65-481.el9.x86_64 259/307 Verifying : perl-libnet-3.13-4.el9.noarch 260/307 Verifying : perl-libs-4:5.32.1-481.el9.x86_64 261/307 Verifying : perl-mro-1.23-481.el9.x86_64 262/307 Verifying : perl-overload-1.31-481.el9.noarch 263/307 Verifying : perl-overloading-0.02-481.el9.noarch 264/307 Verifying : perl-parent-1:0.238-460.el9.noarch 265/307 Verifying : perl-podlators-1:4.14-460.el9.noarch 266/307 Verifying : perl-subs-1.03-481.el9.noarch 267/307 Verifying : perl-vars-1.05-481.el9.noarch 268/307 Verifying : pipewire-1.0.1-1.el9.x86_64 269/307 Verifying : pipewire-alsa-1.0.1-1.el9.x86_64 270/307 Verifying : pipewire-jack-audio-connection-kit-1.0.1-1.el9.x 271/307 Verifying : pipewire-jack-audio-connection-kit-libs-1.0.1-1. 272/307 Verifying : pipewire-libs-1.0.1-1.el9.x86_64 273/307 Verifying : pipewire-pulseaudio-1.0.1-1.el9.x86_64 274/307 Verifying : pixman-0.40.0-6.el9_3.x86_64 275/307 Verifying : policycoreutils-python-utils-3.6-2.1.el9.noarch 276/307 Verifying : poppler-21.01.0-21.el9.x86_64 277/307 Verifying : poppler-data-0.4.9-9.el9.0.1.noarch 278/307 Verifying : poppler-glib-21.01.0-21.el9.x86_64 279/307 Verifying : pulseaudio-libs-15.0-2.el9.x86_64 280/307 Verifying : python3-audit-3.1.5-1.el9.x86_64 281/307 Verifying : python3-distro-1.5.0-7.el9.noarch 282/307 Verifying : python3-libselinux-3.6-1.el9.x86_64 283/307 Verifying : python3-libsemanage-3.6-2.1.el9_5.x86_64 284/307 Verifying : python3-policycoreutils-3.6-2.1.el9.noarch 285/307 Verifying : rtkit-0.11-29.el9.x86_64 286/307 Verifying : sound-theme-freedesktop-0.8-17.el9.noarch 287/307 Verifying : tcpdump-14:4.99.0-9.el9.x86_64 288/307 Verifying : totem-pl-parser-3.26.6-2.el9.x86_64 289/307 Verifying : tracker-3.1.2-3.el9_1.x86_64 290/307 Verifying : tracker-miners-3.1.2-4.el9_3.x86_64 291/307 Verifying : ttmkfdir-3.0.9-65.el9.x86_64 292/307 Verifying : tzdata-java-2025a-1.el9.noarch 293/307 Verifying : upower-0.99.13-2.el9.x86_64 294/307 Verifying : vim-common-2:8.2.2637-21.el9.x86_64 295/307 Verifying : vim-enhanced-2:8.2.2637-21.el9.x86_64 296/307 Verifying : webkit2gtk3-jsc-2.46.6-1.el9_5.x86_64 297/307 Verifying : webrtc-audio-processing-0.3.1-8.el9.0.1.x86_64 298/307 Verifying : wireplumber-0.4.14-1.el9.0.1.x86_64 299/307 Verifying : wireplumber-libs-0.4.14-1.el9.0.1.x86_64 300/307 Verifying : xdg-dbus-proxy-0.1.3-1.el9.x86_64 301/307 Verifying : xdg-desktop-portal-1.12.6-1.el9.x86_64 302/307 Verifying : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 303/307 Verifying : xkeyboard-config-2.33-2.el9.noarch 304/307 Verifying : xml-common-0.6.3-58.el9.noarch 305/307 Verifying : xorg-x11-fonts-Type1-7.5-33.el9.noarch 306/307 Verifying : GConf2-3.2.6-34.el9.x86_64 307/307 Installed: GConf2-3.2.6-34.el9.x86_64 ModemManager-glib-1.20.2-1.el9.x86_64 NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 abattis-cantarell-fonts-0.301-4.el9.noarch adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch adwaita-cursor-theme-40.1.1-3.el9.noarch adwaita-icon-theme-40.1.1-3.el9.noarch alsa-lib-1.2.12-1.el9.x86_64 ant-1.10.9-11.el9_5.noarch ant-junit-1.10.9-11.el9_5.noarch ant-lib-1.10.9-11.el9_5.noarch ant-openjdk17-1.10.9-11.el9_5.noarch at-spi2-atk-2.38.0-4.el9.x86_64 at-spi2-core-2.40.3-1.el9.x86_64 atk-2.36.0-5.el9.x86_64 avahi-glib-0.8-21.el9.x86_64 avahi-libs-0.8-21.el9.x86_64 bluez-libs-5.72-2.el9.x86_64 bubblewrap-0.4.1-8.el9_5.x86_64 bzip2-1.0.8-10.el9_5.x86_64 cairo-1.17.4-7.el9.x86_64 cairo-gobject-1.17.4-7.el9.x86_64 checkpolicy-3.6-1.el9.x86_64 colord-libs-1.4.5-4.el9.x86_64 composefs-libs-1.0.5-1.el9.x86_64 copy-jdk-configs-4.0-3.el9.noarch cryptsetup-libs-2.7.2-3.el9_5.x86_64 cups-libs-1:2.3.3op2-31.el9_5.x86_64 dbus-glib-0.110-13.el9.x86_64 dconf-0.40.0-6.el9.x86_64 dejavu-sans-fonts-2.37-18.el9.noarch device-mapper-9:1.02.198-2.el9.x86_64 device-mapper-libs-9:1.02.198-2.el9.x86_64 ed-1.14.2-12.el9.x86_64 emacs-filesystem-1:27.2-11.el9_5.1.noarch exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 exiv2-0.27.5-2.el9.x86_64 exiv2-libs-0.27.5-2.el9.x86_64 fdk-aac-free-2.0.0-8.el9.x86_64 flac-libs-1.3.3-10.el9_2.1.x86_64 flatpak-1.12.9-3.el9_5.x86_64 flatpak-selinux-1.12.9-3.el9_5.noarch flatpak-session-helper-1.12.9-3.el9_5.x86_64 fontconfig-2.14.0-2.el9_1.x86_64 fonts-filesystem-1:2.0.5-7.el9.1.noarch freetype-2.10.4-9.el9.x86_64 fribidi-1.0.10-6.el9.2.x86_64 fuse-2.9.9-16.el9.x86_64 fuse-common-3.10.2-9.el9.x86_64 fuse-libs-2.9.9-16.el9.x86_64 gdk-pixbuf2-2.42.6-4.el9_4.x86_64 gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 geoclue2-2.6.0-7.el9.x86_64 giflib-5.2.1-9.el9.x86_64 git-2.43.5-2.el9_5.x86_64 git-core-2.43.5-2.el9_5.x86_64 git-core-doc-2.43.5-2.el9_5.noarch glib-networking-2.68.3-3.el9.x86_64 gobject-introspection-1.68.0-11.el9.x86_64 gpm-libs-1.20.7-29.el9.x86_64 graphene-1.10.6-2.el9.x86_64 graphite2-1.3.14-9.el9.x86_64 groff-base-1.22.4-10.el9.x86_64 gsettings-desktop-schemas-40.0-6.el9.x86_64 gsm-1.0.19-6.el9.x86_64 gstreamer1-1.22.1-2.el9.x86_64 gstreamer1-plugins-base-1.22.1-3.el9_5.x86_64 gtk-update-icon-cache-3.24.31-5.el9.x86_64 gtk2-2.24.33-8.el9.x86_64 gtk3-3.24.31-5.el9.x86_64 hamcrest-2.2-9.el9_5.noarch harfbuzz-2.7.4-10.el9.x86_64 hicolor-icon-theme-0.17-13.el9.noarch hwdata-0.348-9.15.el9.noarch info-6.7-15.el9.x86_64 ipmitool-1.8.18-27.el9.x86_64 iso-codes-4.6.0-3.el9.noarch java-17-openjdk-1:17.0.14.0.7-2.el9.x86_64 java-17-openjdk-devel-1:17.0.14.0.7-2.el9.x86_64 java-17-openjdk-headless-1:17.0.14.0.7-2.el9.x86_64 javapackages-filesystem-6.0.0-7.el9_5.noarch javapackages-tools-6.0.0-7.el9_5.noarch jbigkit-libs-2.1-23.el9.x86_64 json-glib-1.6.6-1.el9.x86_64 junit-1:4.13.1-7.el9_5.noarch kbd-2.4.0-10.el9.x86_64 kbd-legacy-2.4.0-10.el9.noarch kbd-misc-2.4.0-10.el9.noarch kmod-28-10.el9.x86_64 langpacks-core-font-en-3.0-16.el9.noarch lcms2-2.12-3.el9.x86_64 libX11-1.7.0-9.el9.x86_64 libX11-common-1.7.0-9.el9.noarch libX11-xcb-1.7.0-9.el9.x86_64 libXau-1.0.9-8.el9.x86_64 libXcomposite-0.4.5-7.el9.x86_64 libXcursor-1.2.0-7.el9.x86_64 libXdamage-1.1.5-7.el9.x86_64 libXext-1.3.4-8.el9.x86_64 libXfixes-5.0.3-16.el9.x86_64 libXft-2.3.3-8.el9.x86_64 libXi-1.7.10-8.el9.x86_64 libXinerama-1.1.4-10.el9.x86_64 libXpm-3.5.13-10.el9.x86_64 libXrandr-1.5.2-8.el9.x86_64 libXrender-0.9.10-16.el9.x86_64 libXtst-1.2.3-16.el9.x86_64 libXv-1.0.11-16.el9.x86_64 libXxf86vm-1.1.4-18.el9.x86_64 libappstream-glib-0.7.18-5.el9_4.x86_64 libasyncns-0.8-22.el9.x86_64 libbrotli-1.0.9-7.el9_5.x86_64 libcanberra-0.30-27.el9.x86_64 libcanberra-gtk2-0.30-27.el9.x86_64 libcanberra-gtk3-0.30-27.el9.x86_64 libcbor-0.7.0-5.el9.x86_64 libdatrie-0.2.13-4.el9.x86_64 libdrm-2.4.121-1.el9.x86_64 libedit-3.1-38.20210216cvs.el9.x86_64 libepoxy-1.5.5-4.el9.x86_64 libexif-0.6.22-6.el9.x86_64 libffi-devel-3.4.2-8.el9.x86_64 libfido2-1.13.0-2.el9.x86_64 libfontenc-1.1.3-17.el9.x86_64 libgexiv2-0.12.3-1.el9.x86_64 libglvnd-1:1.3.4-1.el9.x86_64 libglvnd-egl-1:1.3.4-1.el9.x86_64 libglvnd-glx-1:1.3.4-1.el9.x86_64 libgsf-1.14.47-5.el9.x86_64 libgudev-237-1.el9.x86_64 libgusb-0.3.8-2.el9.x86_64 libgxps-0.3.2-3.el9.x86_64 libicu-67.1-9.el9.x86_64 libiptcdata-1.0.5-10.el9.x86_64 libjpeg-turbo-2.0.90-7.el9.x86_64 libldac-2.0.2.3-10.el9.x86_64 libnotify-0.7.9-8.el9.x86_64 libogg-2:1.3.4-6.el9.x86_64 libosinfo-1.10.0-1.el9.x86_64 libpciaccess-0.16-7.el9.x86_64 libpng-2:1.6.37-12.el9.x86_64 libproxy-0.4.15-35.el9.x86_64 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 librsvg2-2.50.7-3.el9.x86_64 libsbc-1.4-9.el9.x86_64 libsndfile-1.0.31-8.el9_5.2.x86_64 libsoup-2.72.0-8.el9_5.3.x86_64 libstemmer-0-18.585svn.el9.x86_64 libtdb-1.4.10-1.el9.x86_64 libthai-0.1.28-8.el9.x86_64 libtheora-1:1.1.1-31.el9.x86_64 libtiff-4.4.0-13.el9.x86_64 libtool-ltdl-2.4.6-46.el9.x86_64 libtracker-sparql-3.1.2-3.el9_1.x86_64 libvisual-1:0.4.0-34.el9.x86_64 libvorbis-1:1.3.7-5.el9.x86_64 libwayland-client-1.21.0-1.el9.x86_64 libwayland-cursor-1.21.0-1.el9.x86_64 libwayland-egl-1.21.0-1.el9.x86_64 libwayland-server-1.21.0-1.el9.x86_64 libwebp-1.2.0-8.el9.x86_64 libxcb-1.13.1-9.el9.x86_64 libxkbcommon-1.0.3-4.el9.x86_64 libxshmfence-1.3-10.el9.x86_64 libxslt-1.1.34-9.el9.x86_64 lksctp-tools-1.0.19-3.el9_4.x86_64 llvm-libs-18.1.8-3.el9.x86_64 low-memory-monitor-2.1-4.el9.x86_64 lua-5.4.4-4.el9.x86_64 lua-posix-35.0-8.el9.x86_64 mesa-dri-drivers-24.1.2-3.el9.x86_64 mesa-filesystem-24.1.2-3.el9.x86_64 mesa-libEGL-24.1.2-3.el9.x86_64 mesa-libGL-24.1.2-3.el9.x86_64 mesa-libgbm-24.1.2-3.el9.x86_64 mesa-libglapi-24.1.2-3.el9.x86_64 mkfontscale-1.2.1-3.el9.x86_64 ncurses-6.2-10.20210508.el9.x86_64 nspr-4.35.0-17.el9_5.x86_64 nss-3.101.0-10.el9_5.x86_64 nss-softokn-3.101.0-10.el9_5.x86_64 nss-softokn-freebl-3.101.0-10.el9_5.x86_64 nss-sysinit-3.101.0-10.el9_5.x86_64 nss-util-3.101.0-10.el9_5.x86_64 openjpeg2-2.4.0-7.el9.x86_64 openssh-8.7p1-43.el9.x86_64 openssh-clients-8.7p1-43.el9.x86_64 opus-1.3.1-10.el9.x86_64 orc-0.4.31-8.el9.x86_64 osinfo-db-20240701-2.el9.noarch osinfo-db-tools-1.10.0-1.el9.x86_64 ostree-libs-2024.9-1.el9_5.x86_64 p11-kit-server-0.25.3-3.el9_5.x86_64 pango-1.48.7-3.el9.x86_64 patch-2.7.6-16.el9.x86_64 perl-AutoLoader-5.74-481.el9.noarch perl-B-1.80-481.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-481.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-DynaLoader-1.47-481.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-481.el9.x86_64 perl-Error-1:0.17029-7.el9.noarch perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-481.el9.x86_64 perl-File-Basename-2.85-481.el9.noarch perl-File-Find-1.37-481.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-481.el9.noarch perl-FileHandle-2.03-481.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-481.el9.noarch perl-Git-2.43.5-2.el9_5.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-481.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-481.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-481.el9.x86_64 perl-Net-SSLeay-1.94-1.el9.x86_64 perl-POSIX-1.94-481.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 perl-SelectSaver-1.02-481.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-481.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-TermReadKey-2.38-11.el9.x86_64 perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-481.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-481.el9.noarch perl-interpreter-4:5.32.1-481.el9.x86_64 perl-lib-0.65-481.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-481.el9.x86_64 perl-mro-1.23-481.el9.x86_64 perl-overload-1.31-481.el9.noarch perl-overloading-0.02-481.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-481.el9.noarch perl-vars-1.05-481.el9.noarch pipewire-1.0.1-1.el9.x86_64 pipewire-alsa-1.0.1-1.el9.x86_64 pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64 pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64 pipewire-libs-1.0.1-1.el9.x86_64 pipewire-pulseaudio-1.0.1-1.el9.x86_64 pixman-0.40.0-6.el9_3.x86_64 policycoreutils-python-utils-3.6-2.1.el9.noarch polkit-0.117-13.el9.x86_64 polkit-libs-0.117-13.el9.x86_64 polkit-pkla-compat-0.1-21.el9.x86_64 poppler-21.01.0-21.el9.x86_64 poppler-data-0.4.9-9.el9.0.1.noarch poppler-glib-21.01.0-21.el9.x86_64 procps-ng-3.3.17-14.el9.x86_64 pulseaudio-libs-15.0-2.el9.x86_64 python3-audit-3.1.5-1.el9.x86_64 python3-distro-1.5.0-7.el9.noarch python3-libselinux-3.6-1.el9.x86_64 python3-libsemanage-3.6-2.1.el9_5.x86_64 python3-policycoreutils-3.6-2.1.el9.noarch python3-setools-4.4.4-1.el9.x86_64 rtkit-0.11-29.el9.x86_64 shared-mime-info-2.1-5.el9.x86_64 sound-theme-freedesktop-0.8-17.el9.noarch sudo-1.9.5p2-10.el9_3.x86_64 systemd-udev-252-46.el9_5.2.0.1.x86_64 tcpdump-14:4.99.0-9.el9.x86_64 totem-pl-parser-3.26.6-2.el9.x86_64 tracker-3.1.2-3.el9_1.x86_64 tracker-miners-3.1.2-4.el9_3.x86_64 ttmkfdir-3.0.9-65.el9.x86_64 tzdata-java-2025a-1.el9.noarch unzip-6.0-57.el9.x86_64 upower-0.99.13-2.el9.x86_64 vim-common-2:8.2.2637-21.el9.x86_64 vim-enhanced-2:8.2.2637-21.el9.x86_64 vim-filesystem-2:8.2.2637-21.el9.noarch webkit2gtk3-jsc-2.46.6-1.el9_5.x86_64 webrtc-audio-processing-0.3.1-8.el9.0.1.x86_64 which-2.21-29.el9.x86_64 wireplumber-0.4.14-1.el9.0.1.x86_64 wireplumber-libs-0.4.14-1.el9.0.1.x86_64 xdg-dbus-proxy-0.1.3-1.el9.x86_64 xdg-desktop-portal-1.12.6-1.el9.x86_64 xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 xkeyboard-config-2.33-2.el9.noarch xml-common-0.6.3-58.el9.noarch xorg-x11-fonts-Type1-7.5-33.el9.noarch Complete! Last metadata expiration check: 0:00:51 ago on Mon 12 May 2025 10:45:21 AM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: sshpass x86_64 1.09-4.el9 tf-mirrors.ci_repos_yum9-appstream 27 k Transaction Summary ================================================================================ Install 1 Package Total download size: 27 k Installed size: 47 k Downloading Packages: sshpass-1.09-4.el9.x86_64.rpm 2.0 MB/s | 27 kB 00:00 -------------------------------------------------------------------------------- Total 1.9 MB/s | 27 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : sshpass-1.09-4.el9.x86_64 1/1 Running scriptlet: sshpass-1.09-4.el9.x86_64 1/1 Verifying : sshpass-1.09-4.el9.x86_64 1/1 Installed: sshpass-1.09-4.el9.x86_64 Complete! 80 files removed Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Ignoring fabric3: markers 'python_version < "3.9"' don't match your environment Ignoring gevent: markers 'python_version < "3.9"' don't match your environment Ignoring greenlet: markers 'python_version < "3.9" and platform_python_implementation == "CPython"' don't match your environment Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.9"' don't match your environment Collecting backports.ssl-match-hostname==3.5.0.1 (from -r /requirements_common.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/502/ad98707319f4a/backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-cinderclient==5.0.0 (from -r /requirements_common.txt (line 5)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d4b/0bd21a2d67d8a/python_cinderclient-5.0.0-py2.py3-none-any.whl (274 kB) Collecting python-glanceclient==2.17.0 (from -r /requirements_common.txt (line 6)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f28/c6dadd0c37404/python_glanceclient-2.17.0-py2.py3-none-any.whl (195 kB) Collecting python-heatclient==1.18.0 (from -r /requirements_common.txt (line 7)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bf1/f3cb2fd4ce4a3/python_heatclient-1.18.0-py2.py3-none-any.whl (213 kB) Collecting python-novaclient==16.0.0 (from -r /requirements_common.txt (line 8)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6ac/16cd41bce3057/python_novaclient-16.0.0-py2.py3-none-any.whl (330 kB) Collecting python-ironicclient==3.1.0 (from -r /requirements_common.txt (line 9)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a17/0d6ca5da54a6e/python_ironicclient-3.1.0-py2.py3-none-any.whl (233 kB) Collecting python-neutronclient==6.14.0 (from -r /requirements_common.txt (line 10)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de7/c866519931c85/python_neutronclient-6.14.0-py2.py3-none-any.whl (435 kB) Collecting python-keystoneclient==3.22.0 (from -r /requirements_common.txt (line 11)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b9f/9e74219a44be7/python_keystoneclient-3.22.0-py2.py3-none-any.whl (397 kB) Collecting python-swiftclient==3.9.0 (from -r /requirements_common.txt (line 12)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84 kB) Requirement already satisfied: setuptools!=58.5 in /usr/local/lib/python3.9/site-packages (from -r /requirements3.txt (line 2)) (80.3.1) Collecting adal==1.2.2 (from -r /requirements3.txt (line 4)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fd1/7e5661f60634d/adal-1.2.2-py2.py3-none-any.whl (53 kB) Collecting appdirs==1.4.3 (from -r /requirements3.txt (line 5)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d8b/24664561d0d34/appdirs-1.4.3-py2.py3-none-any.whl (12 kB) Collecting argparse==1.4.0 (from -r /requirements3.txt (line 6)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting attrs==19.3.0 (from -r /requirements3.txt (line 7)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting babel==2.9.1 (from -r /requirements3.txt (line 8)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 120.5 MB/s eta 0:00:00 Collecting bcrypt==3.1.7 (from -r /requirements3.txt (line 10)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c94/57fa5c121e94a/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) Collecting cachetools==3.1.1 (from -r /requirements3.txt (line 11)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/428/266a1c0d36dc5/cachetools-3.1.1-py2.py3-none-any.whl (11 kB) Collecting certifi==2019.11.28 (from -r /requirements3.txt (line 12)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/017/c25db2a153ce5/certifi-2019.11.28-py2.py3-none-any.whl (156 kB) Collecting cffi==1.14.0 (from -r /requirements3.txt (line 13)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2d3/84f4a127a15ba/cffi-1.14.0.tar.gz (463 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting chardet==3.0.4 (from -r /requirements3.txt (line 14)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting cliff==2.18.0 (from -r /requirements3.txt (line 15)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4a2/d5dd015d0051e/cliff-2.18.0-py2.py3-none-any.whl (79 kB) Collecting cmd2==0.8.9 (from -r /requirements3.txt (line 16)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53 kB) Collecting configparser==4.0.2 (from -r /requirements3.txt (line 17)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/254/c1d9c79f60c45/configparser-4.0.2-py2.py3-none-any.whl (22 kB) Collecting cryptography==3.3.2 (from -r /requirements3.txt (line 18)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a0f/0b96c572fc9f2/cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 106.6 MB/s eta 0:00:00 Collecting debtcollector==1.22.0 (from -r /requirements3.txt (line 19)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f0b/ccd85595fbca1/debtcollector-1.22.0-py2.py3-none-any.whl (23 kB) Collecting decorator==4.4.2 (from -r /requirements3.txt (line 20)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Collecting dictdiffer==0.8.1 (from -r /requirements3.txt (line 21)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d79/d9a39e459fe33/dictdiffer-0.8.1-py2.py3-none-any.whl (16 kB) Collecting discover==0.4.0 (from -r /requirements3.txt (line 22)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/05c/3fa9199e57d4b/discover-0.4.0.tar.gz (8.6 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dnspython==1.16.0 (from -r /requirements3.txt (line 23)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) Collecting dogpile.cache==0.9.0 (from -r /requirements3.txt (line 24)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b34/8835825c9dcd2/dogpile.cache-0.9.0.tar.gz (325 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dpkt==1.9.2 (from -r /requirements3.txt (line 25)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/472/c8fbf992f913c/dpkt-1.9.2-py3-none-any.whl (145 kB) Collecting easyprocess==0.2.10 (from -r /requirements3.txt (line 26)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0f6/2037295e5bdba/EasyProcess-0.2.10-py2.py3-none-any.whl (10 kB) Collecting eventlet==0.31.0 (from -r /requirements3.txt (line 27)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/27a/e41fad9deed9b/eventlet-0.31.0-py2.py3-none-any.whl (224 kB) Collecting fabric3 (from -r /requirements3.txt (line 31)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7c5/a5f2eb3079eb6/Fabric3-1.14.post1-py3-none-any.whl (92 kB) Collecting fixtures==3.0.0 (from -r /requirements3.txt (line 33)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) Collecting future==0.18.2 (from -r /requirements3.txt (line 34)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 45.7 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting gevent==23.9.1 (from -r /requirements3.txt (line 38)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7c2/8e38dcde327c2/gevent-23.9.1-cp39-cp39-manylinux_2_28_x86_64.whl (6.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 138.1 MB/s eta 0:00:00 Collecting google-auth==1.11.2 (from -r /requirements3.txt (line 39)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/28a/848d47c55075a/google_auth-1.11.2-py2.py3-none-any.whl (76 kB) Requirement already satisfied: greenlet>=2.0.0 in /usr/local/lib64/python3.9/site-packages (from -r /requirements3.txt (line 41)) (3.2.1) Collecting idna==2.8 (from -r /requirements3.txt (line 42)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ea8/b7f6188e6fa11/idna-2.8-py2.py3-none-any.whl (58 kB) Collecting ipaddress==1.0.23 (from -r /requirements3.txt (line 44)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6e0/f4a39e66cb5bb/ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) Collecting iso8601==0.1.12 (from -r /requirements3.txt (line 45)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/210/e0134677cc0d0/iso8601-0.1.12-py2.py3-none-any.whl (12 kB) Collecting jinja2==2.11.3 (from -r /requirements3.txt (line 46)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/03e/47ad063331dd6/Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting jmespath==0.9.5 (from -r /requirements3.txt (line 47)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/695/cb76fa78a1066/jmespath-0.9.5-py2.py3-none-any.whl (24 kB) Collecting jsonpatch==1.25 (from -r /requirements3.txt (line 48)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cc3/a7241010a1fd3/jsonpatch-1.25-py2.py3-none-any.whl (11 kB) Collecting jsonpointer==2.0 (from -r /requirements3.txt (line 49)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) Collecting jsonschema==3.2.0 (from -r /requirements3.txt (line 50)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting junitxml==0.7 (from -r /requirements3.txt (line 51)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a59/01127067ab7f3/junitxml-0.7.tar.gz (26 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting junos-eznc==2.3.0 (from -r /requirements3.txt (line 52)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e37/41b8d7c267c58/junos_eznc-2.3.0-py2.py3-none-any.whl (190 kB) Collecting jxmlease==1.0.1 (from -r /requirements3.txt (line 53)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c65/15c71295ba775/jxmlease-1.0.1-py2.py3-none-any.whl (37 kB) Collecting keystoneauth1==3.18.0 (from -r /requirements3.txt (line 54)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/341/046d2c758b949/keystoneauth1-3.18.0-py2.py3-none-any.whl (310 kB) Collecting kubernetes==21.7.0 (from -r /requirements3.txt (line 55)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/044/c20253f857749/kubernetes-21.7.0-py2.py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 88.0 MB/s eta 0:00:00 Collecting lxml==4.6.5 (from -r /requirements3.txt (line 56)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fcc/849b28f584ed1/lxml-4.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 165.4 MB/s eta 0:00:00 Collecting markupsafe==1.1.1 (from -r /requirements3.txt (line 57)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6f1/e273a34492834/MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB) Collecting monotonic==1.5 (from -r /requirements3.txt (line 58)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) Collecting msgpack==1.0.0 (from -r /requirements3.txt (line 59)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/953/4d5cc480d4aff/msgpack-1.0.0.tar.gz (232 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting munch==2.5.0 (from -r /requirements3.txt (line 60)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) Collecting ncclient==0.6.6 (from -r /requirements3.txt (line 61)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2b3/67354d1cd25b7/ncclient-0.6.6.tar.gz (89 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting netaddr==0.7.19 (from -r /requirements3.txt (line 62)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 70.1 MB/s eta 0:00:00 Collecting netifaces==0.10.9 (from -r /requirements3.txt (line 63)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2de/e9ffdd1629287/netifaces-0.10.9.tar.gz (28 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting oauthlib==3.1.0 (from -r /requirements3.txt (line 64)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) Collecting openstacksdk==0.43.0 (from -r /requirements3.txt (line 65)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/18e/c6af56892e4f1/openstacksdk-0.43.0-py2.py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 70.3 MB/s eta 0:00:00 Collecting os-client-config==2.0.0 (from -r /requirements3.txt (line 66)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dcb/817660f29602d/os_client_config-2.0.0-py2.py3-none-any.whl (31 kB) Collecting os-service-types==1.7.0 (from -r /requirements3.txt (line 67)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Collecting osc-lib==2.0.0 (from -r /requirements3.txt (line 68)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89 kB) Collecting oslo.config==7.0.0 (from -r /requirements3.txt (line 69)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/858/81b305971bab0/oslo.config-7.0.0-py2.py3-none-any.whl (125 kB) Collecting oslo.context==2.23.0 (from -r /requirements3.txt (line 70)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/38b/c91829be948c0/oslo.context-2.23.0-py2.py3-none-any.whl (19 kB) Collecting oslo.i18n==3.25.1 (from -r /requirements3.txt (line 71)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/04a/ebc4134e1144d/oslo.i18n-3.25.1-py2.py3-none-any.whl (47 kB) Collecting oslo.log==3.45.2 (from -r /requirements3.txt (line 72)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/18d/3acca90814e3d/oslo.log-3.45.2-py2.py3-none-any.whl (72 kB) Collecting oslo.serialization==2.29.2 (from -r /requirements3.txt (line 73)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0b9/bde3d03feab54/oslo.serialization-2.29.2-py2.py3-none-any.whl (28 kB) Collecting oslo.utils==3.42.1 (from -r /requirements3.txt (line 74)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4cb/60d091585715c/oslo.utils-3.42.1-py2.py3-none-any.whl (100 kB) Collecting paramiko==2.10.1 (from -r /requirements3.txt (line 75)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f6c/bd3e1204abfdb/paramiko-2.10.1-py2.py3-none-any.whl (211 kB) Collecting pbr==5.4.4 (from -r /requirements3.txt (line 76)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/61a/a52a0f18b71c5/pbr-5.4.4-py2.py3-none-any.whl (110 kB) Collecting pexpect==4.7.0 (from -r /requirements3.txt (line 77)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/209/4eefdfcf37a1f/pexpect-4.7.0-py2.py3-none-any.whl (58 kB) Collecting prettytable==0.7.2 (from -r /requirements3.txt (line 78)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/853/c116513625c73/prettytable-0.7.2.tar.bz2 (21 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ptyprocess==0.6.0 (from -r /requirements3.txt (line 79)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d7c/c528d76e76342/ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB) Collecting pyasn1-modules==0.2.8 (from -r /requirements3.txt (line 80)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting pyasn1==0.4.8 (from -r /requirements3.txt (line 81)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pycparser==2.20 (from -r /requirements3.txt (line 82)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting pycryptodome (from -r /requirements3.txt (line 83)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a00/92fd476701eee/pycryptodome-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 95.2 MB/s eta 0:00:00 Collecting pyinotify==0.9.6 (from -r /requirements3.txt (line 84)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyjwt==1.7.1 (from -r /requirements3.txt (line 85)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) Collecting pynacl==1.3.0 (from -r /requirements3.txt (line 86)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aab/b0c5232910a20/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 759.9/759.9 kB 44.7 MB/s eta 0:00:00 Collecting pyopenssl==19.1.0 (from -r /requirements3.txt (line 87)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) Collecting pyparsing==2.4.6 (from -r /requirements3.txt (line 88)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c34/2dccb5250c08d/pyparsing-2.4.6-py2.py3-none-any.whl (67 kB) Collecting pyperclip==1.7.0 (from -r /requirements3.txt (line 89)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/979/325468ccf6821/pyperclip-1.7.0.tar.gz (15 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyrsistent==0.15.7 (from -r /requirements3.txt (line 90)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cdc/7b5e3ed77bed6/pyrsistent-0.15.7.tar.gz (107 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyserial==3.4 (from -r /requirements3.txt (line 91)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e07/70fadba80c310/pyserial-3.4-py2.py3-none-any.whl (193 kB) Collecting python-dateutil==2.8.1 (from -r /requirements3.txt (line 92)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting python-string-utils==0.6.0 (from -r /requirements3.txt (line 93)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/05d/24a8d884b629b/python-string-utils-0.6.0.tar.gz (7.3 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-subunit==1.3.0 (from -r /requirements3.txt (line 94)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/693/f1bcb4fe4bd53/python_subunit-1.3.0-py2.py3-none-any.whl (104 kB) Collecting pytz==2019.3 (from -r /requirements3.txt (line 95)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509 kB) Collecting pyvirtualdisplay==0.2.5 (from -r /requirements3.txt (line 96)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cab/4ce130be34a9f/PyVirtualDisplay-0.2.5-py2.py3-none-any.whl (13 kB) Collecting pyvmomi==6.7.3 (from -r /requirements3.txt (line 97)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d63/9d09eb3c7b118/pyvmomi-6.7.3.tar.gz (576 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 576.8/576.8 kB 33.8 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml==5.4.1 (from -r /requirements3.txt (line 98)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/74c/1485f7707cf70/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.1/630.1 kB 27.5 MB/s eta 0:00:00 Collecting remote-pdb==2.0.0 (from -r /requirements3.txt (line 99)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2a1/602ac1ec42e4c/remote_pdb-2.0.0-py2.py3-none-any.whl (6.0 kB) Collecting requests-oauthlib==1.3.0 (from -r /requirements3.txt (line 100)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7f7/1572defaecd16/requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB) Collecting requests==2.22.0 (from -r /requirements3.txt (line 101)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9cf/5292fcd0f598c/requests-2.22.0-py2.py3-none-any.whl (57 kB) Collecting requestsexceptions==1.4.0 (from -r /requirements3.txt (line 102)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) Collecting rfc3986==1.3.2 (from -r /requirements3.txt (line 103)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df4/eba676077cefb/rfc3986-1.3.2-py2.py3-none-any.whl (31 kB) Collecting rsa==4.0 (from -r /requirements3.txt (line 104)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl (38 kB) Collecting ruamel.yaml==0.16.10 (from -r /requirements3.txt (line 106)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/096/2fd7999e064c4/ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) Collecting scp==0.13.2 (from -r /requirements3.txt (line 107)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/26c/0bbc7ea29c30e/scp-0.13.2-py2.py3-none-any.whl (9.5 kB) Collecting selectors2==2.0.1 (from -r /requirements3.txt (line 108)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ed3/b473edddb85d4/selectors2-2.0.1-py2.py3-none-any.whl (13 kB) Collecting selenium==2.53.6 (from -r /requirements3.txt (line 109)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/507/1f43daa2e698d/selenium-2.53.6-py2.py3-none-any.whl (884 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 884.6/884.6 kB 49.2 MB/s eta 0:00:00 Collecting simplejson==3.17.0 (from -r /requirements3.txt (line 110)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2b4/b2b738b3b9981/simplejson-3.17.0.tar.gz (83 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting stevedore==1.32.0 (from -r /requirements3.txt (line 111)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43 kB) Collecting tabulate==0.8.5 (from -r /requirements3.txt (line 112)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d00/97023658d4dea/tabulate-0.8.5.tar.gz (45 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting testrepository==0.0.20 (from -r /requirements3.txt (line 113)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting testresources==2.0.1 (from -r /requirements3.txt (line 114)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) Collecting testtools==2.3.0 (from -r /requirements3.txt (line 115)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a2b/e448869171b6e/testtools-2.3.0-py2.py3-none-any.whl (184 kB) Collecting traceback2==1.4.0 (from -r /requirements3.txt (line 116)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) Collecting transitions==0.7.2 (from -r /requirements3.txt (line 117)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/011/afaefa1244177/transitions-0.7.2-py2.py3-none-any.whl (55 kB) Collecting unittest2==1.1.0 (from -r /requirements3.txt (line 118)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) Collecting urllib3==1.25.11 (from -r /requirements3.txt (line 119)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f53/21fbe4bf3fefa/urllib3-1.25.11-py2.py3-none-any.whl (127 kB) Collecting warlock==1.3.3 (from -r /requirements3.txt (line 120)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a09/3c4d04b42b790/warlock-1.3.3.tar.gz (11 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth==0.1.8 (from -r /requirements3.txt (line 121)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8fd/29383f539be45/wcwidth-0.1.8-py2.py3-none-any.whl (17 kB) Collecting websocket-client==0.55.0 (from -r /requirements3.txt (line 122)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/47a/3ddf3ee7ecd4e/websocket_client-0.55.0-py2.py3-none-any.whl (200 kB) Collecting wrapt==1.12.1 (from -r /requirements3.txt (line 123)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/site-packages (from -r /requirements3.txt (line 124)) (0.12.0) Collecting yamlordereddictloader==0.4.0 (from -r /requirements3.txt (line 125)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7f3/0f0b99ea3f877/yamlordereddictloader-0.4.0.tar.gz (3.3 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting zipp==1.2.0 (from -r /requirements3.txt (line 126)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e0d/9e63797e483a3/zipp-1.2.0-py2.py3-none-any.whl (4.8 kB) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.9/site-packages (from python-cinderclient==5.0.0->-r /requirements_common.txt (line 5)) (1.17.0) Requirement already satisfied: zope.event in /usr/local/lib/python3.9/site-packages (from gevent==23.9.1->-r /requirements3.txt (line 38)) (5.0) Requirement already satisfied: zope.interface in /usr/local/lib64/python3.9/site-packages (from gevent==23.9.1->-r /requirements3.txt (line 38)) (7.2) Collecting extras (from python-subunit==1.3.0->-r /requirements3.txt (line 94)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) Collecting python-mimeparse (from testtools==2.3.0->-r /requirements3.txt (line 115)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/574/062a06f2e1d41/python_mimeparse-2.0.0-py3-none-any.whl (5.6 kB) Collecting linecache2 (from traceback2==1.4.0->-r /requirements3.txt (line 116)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) Building wheels for collected packages: backports.ssl-match-hostname, prettytable, warlock, cffi, discover, dogpile.cache, future, junitxml, msgpack, ncclient, netifaces, pyinotify, pyperclip, pyrsistent, python-string-utils, pyvmomi, simplejson, tabulate, testrepository, wrapt, yamlordereddictloader Building wheel for backports.ssl-match-hostname (pyproject.toml): started Building wheel for backports.ssl-match-hostname (pyproject.toml): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports_ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5229 sha256=c4dd19dac7546a7cf81811bb8d6f1672fd6ce4d6dbbc279cfa5586085c8a015b Stored in directory: /root/.cache/pip/wheels/79/c5/b5/2e251cd2eb3f999c6a9284c90226bd1fcd9d33ec30a2a79a7e Building wheel for prettytable (pyproject.toml): started Building wheel for prettytable (pyproject.toml): finished with status 'done' Created wheel for prettytable: filename=prettytable-0.7.2-py3-none-any.whl size=13761 sha256=ff31848288c87613820968b5a6ba91d1bf8fbf24229ba73b89b7d14a19a4e4c4 Stored in directory: /root/.cache/pip/wheels/d2/75/5c/e1cb0d2bef2899220fbee330a55173996026485911db3018dd Building wheel for warlock (pyproject.toml): started Building wheel for warlock (pyproject.toml): finished with status 'done' Created wheel for warlock: filename=warlock-1.3.3-py2.py3-none-any.whl size=9912 sha256=139fe957d886a17912f2cd36febe1fdeb4a4de3a8a5989561552476632187ed4 Stored in directory: /root/.cache/pip/wheels/62/fb/96/94738f258209f2ec408dddc7aed0ca1a4c2b48eaf32449fdf4 Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-1.14.0-cp39-cp39-linux_x86_64.whl size=377043 sha256=b15d4b0dfb20e5fdbded68dfd218a8ce85a7b0c65755b24d1b0a18620e2fe89b Stored in directory: /root/.cache/pip/wheels/8f/ca/31/250250d900e735283fbf19ae441dd1b61951ce444784e06e5c Building wheel for discover (pyproject.toml): started Building wheel for discover (pyproject.toml): finished with status 'done' Created wheel for discover: filename=discover-0.4.0-py3-none-any.whl size=9119 sha256=339e325b9dc994040beaefea0b1467a29e222d9b1f59deccffd950b4bb83a071 Stored in directory: /root/.cache/pip/wheels/3e/a1/87/ab22c502a43f93b0d894cf708171054bbd12aaa276c385a9e4 Building wheel for dogpile.cache (pyproject.toml): started Building wheel for dogpile.cache (pyproject.toml): finished with status 'done' Created wheel for dogpile.cache: filename=dogpile_cache-0.9.0-py2.py3-none-any.whl size=44900 sha256=a3fe3b9c338797c2ff837dd5ef8f6f5e36d2b107a58c7783b3756f7d830d3d4d Stored in directory: /root/.cache/pip/wheels/8e/7f/43/de90af2b6cc7e738a851b263c90cc0cb6369d4fd1e4ee9f683 Building wheel for future (pyproject.toml): started Building wheel for future (pyproject.toml): finished with status 'done' Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491150 sha256=f2993b2353ce501d5f0e5dde4da36a86c339faf965c6e0cb9c5a343b3535d052 Stored in directory: /root/.cache/pip/wheels/07/cc/40/edbf7b14590ce66bb36f59e76c019864caf3b2834b43c0a314 Building wheel for junitxml (pyproject.toml): started Building wheel for junitxml (pyproject.toml): finished with status 'done' Created wheel for junitxml: filename=junitxml-0.7-py3-none-any.whl size=16364 sha256=89fc3a71a0106e5d0fd6ca7e7dad924ec7c6e4442fcac5729be662cccf5dc7c8 Stored in directory: /root/.cache/pip/wheels/c5/63/3d/0f7ee8f443b0a7aa2b59a075a5858da2b29e7ee6c24cd19e8f Building wheel for msgpack (pyproject.toml): started Building wheel for msgpack (pyproject.toml): finished with status 'done' Created wheel for msgpack: filename=msgpack-1.0.0-cp39-cp39-linux_x86_64.whl size=15954 sha256=69bfc0e6cb275e08f8a100635b72df65e94edba78917d370ed22d5f51cce0e97 Stored in directory: /root/.cache/pip/wheels/b0/fe/da/6e549b5196d9fd18b009ba5f175ba3aa5ae05331da98a1d201 Building wheel for ncclient (pyproject.toml): started Building wheel for ncclient (pyproject.toml): finished with status 'done' Created wheel for ncclient: filename=ncclient-0.6.6-py2.py3-none-any.whl size=70971 sha256=102bb38883ea75b268afc9f6714c858cc80a26b0440a297eb4813468f70a4bf4 Stored in directory: /root/.cache/pip/wheels/3f/ff/da/c870932acb8316e1425e3b29fdc39ba36f13f003045f23f3cc Building wheel for netifaces (pyproject.toml): started Building wheel for netifaces (pyproject.toml): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.10.9-cp39-cp39-linux_x86_64.whl size=34349 sha256=1d774aa965a1688d4e0fe11b4afa041a824e1ef51428adbf1d8e4d54030ca404 Stored in directory: /root/.cache/pip/wheels/93/d1/f1/d1a67a4a16f50a1b794c990e1c55e94926147da9a81048794b Building wheel for pyinotify (pyproject.toml): started Building wheel for pyinotify (pyproject.toml): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25418 sha256=f23753477d9a3e8b7a3734f0426025a331cdb4ad7da9bf7f0bc7041f7d712962 Stored in directory: /root/.cache/pip/wheels/68/4f/6d/732e994c0df78664d6946bd6ccd2f00999cc436595c859ed2f Building wheel for pyperclip (pyproject.toml): started Building wheel for pyperclip (pyproject.toml): finished with status 'done' Created wheel for pyperclip: filename=pyperclip-1.7.0-py3-none-any.whl size=8393 sha256=6f90179747cf6a5d2b00217029169303f143d052cc00afbd8fea31b552d4c243 Stored in directory: /root/.cache/pip/wheels/e9/6b/b3/4bebf4025523a6b2cc09416c911557591c02a4ddbc2372d575 Building wheel for pyrsistent (pyproject.toml): started Building wheel for pyrsistent (pyproject.toml): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.15.7-cp39-cp39-linux_x86_64.whl size=105826 sha256=268cd0ff453be45cd6c2ee2578fcade3046fbd80ba47dd353789621d963ef55e Stored in directory: /root/.cache/pip/wheels/cb/c6/ff/9d6ec06e0b8baf84d225829581f1f8386911362b81f608d6a2 Building wheel for python-string-utils (pyproject.toml): started Building wheel for python-string-utils (pyproject.toml): finished with status 'done' Created wheel for python-string-utils: filename=python_string_utils-0.6.0-py3-none-any.whl size=8497 sha256=f2da323919f2fdef4bca4d2b4f1bd9702987f4b23f95a46d9344b6b8e1505d7a Stored in directory: /root/.cache/pip/wheels/4a/52/d8/26fca602b4d28257336b7e5f286b8be6b5fc49268bf7125cda Building wheel for pyvmomi (pyproject.toml): started Building wheel for pyvmomi (pyproject.toml): finished with status 'done' Created wheel for pyvmomi: filename=pyvmomi-6.7.3-py2.py3-none-any.whl size=244357 sha256=c1fbda557641c4f8a189f499798cef5ea74afb38b1f23d2e8b7fce7ab97633a7 Stored in directory: /root/.cache/pip/wheels/f6/3b/58/196036b6234f468a345acb30b71820bbb77d10c70c67410355 Building wheel for simplejson (pyproject.toml): started Building wheel for simplejson (pyproject.toml): finished with status 'done' Created wheel for simplejson: filename=simplejson-3.17.0-cp39-cp39-linux_x86_64.whl size=123126 sha256=396ecb858453cfebdb18a3072661fbcf35325e2ad77be9961ec5c271c48d686b Stored in directory: /root/.cache/pip/wheels/61/fb/9f/32703f682285e7e509bfebd6f6f8fcb9db7a1a675c43dc2964 Building wheel for tabulate (pyproject.toml): started Building wheel for tabulate (pyproject.toml): finished with status 'done' Created wheel for tabulate: filename=tabulate-0.8.5-py3-none-any.whl size=23331 sha256=67aff9d1c9bc9d70ea81730cfc7de9365acf4fa120734affe2759fe01a5823a7 Stored in directory: /root/.cache/pip/wheels/18/24/8d/f4cdc6c64063c66516a67ac952919f64240a521626b777ea02 Building wheel for testrepository (pyproject.toml): started Building wheel for testrepository (pyproject.toml): finished with status 'done' Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118793 sha256=ab35ac55091bd4b1f45e126651f4c92d9d8e4e8383aa577977c0c7de5cc3bf88 Stored in directory: /root/.cache/pip/wheels/51/44/a4/e5aa2cab608994f3fabf6154f5d4deaa9c65cfd52998ee3e9f Building wheel for wrapt (pyproject.toml): started Building wheel for wrapt (pyproject.toml): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.12.1-cp39-cp39-linux_x86_64.whl size=71712 sha256=f14fad78d41643a7c46ab28d27caef117bd308284de3aab57f21b9476365d99d Stored in directory: /root/.cache/pip/wheels/f5/e7/fc/a74fed2bed36bc358f6b3e65009f8267f58a2ba316635da371 Building wheel for yamlordereddictloader (pyproject.toml): started Building wheel for yamlordereddictloader (pyproject.toml): finished with status 'done' Created wheel for yamlordereddictloader: filename=yamlordereddictloader-0.4.0-py3-none-any.whl size=4143 sha256=df18a28229d5545593715f4e5f2bb41f579ebdc4d6618d7ad5641c8a8ec4cbde Stored in directory: /root/.cache/pip/wheels/c0/2e/66/5f4578bcb0cf9b8eae8172377746d281c0cd45185daa8dcedf Successfully built backports.ssl-match-hostname prettytable warlock cffi discover dogpile.cache future junitxml msgpack ncclient netifaces pyinotify pyperclip pyrsistent python-string-utils pyvmomi simplejson tabulate testrepository wrapt yamlordereddictloader Installing collected packages: wrapt, wcwidth, tabulate, selenium, selectors2, ruamel.yaml, rfc3986, requestsexceptions, pytz, python-string-utils, pyserial, pyperclip, pyjwt, pyinotify, pyasn1, ptyprocess, prettytable, pbr, netifaces, netaddr, msgpack, monotonic, linecache2, jxmlease, junitxml, jmespath, iso8601, ipaddress, extras, easyprocess, dpkt, discover, dictdiffer, chardet, certifi, cachetools, backports.ssl-match-hostname, argparse, appdirs, zipp, websocket-client, urllib3, transitions, traceback2, testresources, stevedore, simplejson, rsa, remote-pdb, pyyaml, pyvirtualdisplay, python-mimeparse, python-dateutil, pyrsistent, pyparsing, pycryptodome, pycparser, pyasn1-modules, pexpect, os-service-types, oauthlib, munch, markupsafe, lxml, jsonpointer, idna, future, dnspython, decorator, debtcollector, configparser, babel, attrs, yamlordereddictloader, unittest2, requests, oslo.i18n, oslo.context, jsonschema, jsonpatch, jinja2, google-auth, gevent, eventlet, dogpile.cache, cmd2, cffi, warlock, requests-oauthlib, pyvmomi, python-swiftclient, pynacl, oslo.utils, oslo.config, keystoneauth1, cryptography, cliff, bcrypt, python-cinderclient, pyopenssl, paramiko, oslo.serialization, openstacksdk, kubernetes, adal, scp, python-novaclient, python-keystoneclient, python-glanceclient, oslo.log, osc-lib, os-client-config, ncclient, fabric3, python-neutronclient, python-ironicclient, python-heatclient, junos-eznc, fixtures, testtools, python-subunit, testrepository Attempting uninstall: pbr Found existing installation: pbr 6.1.1 Uninstalling pbr-6.1.1: Successfully uninstalled pbr-6.1.1 Attempting uninstall: netaddr Found existing installation: netaddr 0.10.1 Uninstalling netaddr-0.10.1: Successfully uninstalled netaddr-0.10.1 Attempting uninstall: certifi Found existing installation: certifi 2025.4.26 Uninstalling certifi-2025.4.26: Successfully uninstalled certifi-2025.4.26 Attempting uninstall: urllib3 Found existing installation: urllib3 2.4.0 Uninstalling urllib3-2.4.0: Successfully uninstalled urllib3-2.4.0 Attempting uninstall: stevedore Found existing installation: stevedore 5.4.1 Uninstalling stevedore-5.4.1: Successfully uninstalled stevedore-5.4.1 Attempting uninstall: simplejson Found existing installation: simplejson 3.20.1 Uninstalling simplejson-3.20.1: Successfully uninstalled simplejson-3.20.1 Attempting uninstall: remote-pdb Found existing installation: remote-pdb 2.1.0 Uninstalling remote-pdb-2.1.0: Successfully uninstalled remote-pdb-2.1.0 Attempting uninstall: idna Found existing installation: idna 3.10 Uninstalling idna-3.10: Successfully uninstalled idna-3.10 Attempting uninstall: requests Found existing installation: requests 2.32.3 Uninstalling requests-2.32.3: Successfully uninstalled requests-2.32.3 Attempting uninstall: gevent Found existing installation: gevent 25.4.2 Uninstalling gevent-25.4.2: Successfully uninstalled gevent-25.4.2 Successfully installed adal-1.2.2 appdirs-1.4.3 argparse-1.4.0 attrs-19.3.0 babel-2.9.1 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 cachetools-3.1.1 certifi-2019.11.28 cffi-1.14.0 chardet-3.0.4 cliff-2.18.0 cmd2-0.8.9 configparser-4.0.2 cryptography-3.3.2 debtcollector-1.22.0 decorator-4.4.2 dictdiffer-0.8.1 discover-0.4.0 dnspython-1.16.0 dogpile.cache-0.9.0 dpkt-1.9.2 easyprocess-0.2.10 eventlet-0.31.0 extras-1.0.0 fabric3-1.14.post1 fixtures-3.0.0 future-0.18.2 gevent-23.9.1 google-auth-1.11.2 idna-2.8 ipaddress-1.0.23 iso8601-0.1.12 jinja2-2.11.3 jmespath-0.9.5 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 junitxml-0.7 junos-eznc-2.3.0 jxmlease-1.0.1 keystoneauth1-3.18.0 kubernetes-21.7.0 linecache2-1.0.0 lxml-4.6.5 markupsafe-1.1.1 monotonic-1.5 msgpack-1.0.0 munch-2.5.0 ncclient-0.6.6 netaddr-0.7.19 netifaces-0.10.9 oauthlib-3.1.0 openstacksdk-0.43.0 os-client-config-2.0.0 os-service-types-1.7.0 osc-lib-2.0.0 oslo.config-7.0.0 oslo.context-2.23.0 oslo.i18n-3.25.1 oslo.log-3.45.2 oslo.serialization-2.29.2 oslo.utils-3.42.1 paramiko-2.10.1 pbr-5.4.4 pexpect-4.7.0 prettytable-0.7.2 ptyprocess-0.6.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pycryptodome-3.22.0 pyinotify-0.9.6 pyjwt-1.7.1 pynacl-1.3.0 pyopenssl-19.1.0 pyparsing-2.4.6 pyperclip-1.7.0 pyrsistent-0.15.7 pyserial-3.4 python-cinderclient-5.0.0 python-dateutil-2.8.1 python-glanceclient-2.17.0 python-heatclient-1.18.0 python-ironicclient-3.1.0 python-keystoneclient-3.22.0 python-mimeparse-2.0.0 python-neutronclient-6.14.0 python-novaclient-16.0.0 python-string-utils-0.6.0 python-subunit-1.3.0 python-swiftclient-3.9.0 pytz-2019.3 pyvirtualdisplay-0.2.5 pyvmomi-6.7.3 pyyaml-5.4.1 remote-pdb-2.0.0 requests-2.22.0 requests-oauthlib-1.3.0 requestsexceptions-1.4.0 rfc3986-1.3.2 rsa-4.0 ruamel.yaml-0.16.10 scp-0.13.2 selectors2-2.0.1 selenium-2.53.6 simplejson-3.17.0 stevedore-1.32.0 tabulate-0.8.5 testrepository-0.0.20 testresources-2.0.1 testtools-2.3.0 traceback2-1.4.0 transitions-0.7.2 unittest2-1.1.0 urllib3-1.25.11 warlock-1.3.3 wcwidth-0.1.8 websocket-client-0.55.0 wrapt-1.12.1 yamlordereddictloader-0.4.0 zipp-1.2.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.  ---> Removed intermediate container 297945839d70 ---> 48ab83cf73dc Step 15/17 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 54f720dd107b ---> Removed intermediate container 54f720dd107b ---> a569ebf6b53f Step 16/17 : LABEL net.juniper.contrail=test ---> Running in 809bebb24d09 ---> Removed intermediate container 809bebb24d09 ---> c8db8f0eb444 Step 17/17 : LABEL net.juniper.node=test ---> Running in 56231ab6dafa ---> Removed intermediate container 56231ab6dafa ---> 3b89aa5dd14c Successfully built 3b89aa5dd14c Successfully tagged opensdn-test-test:master-1_0_8_7-7_0 Built test container opensdn-test-test:master-1_0_8_7-7_0 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-test-test] ccfe17e2b5fa: Preparing ec1adce5a84c: Preparing 869091335fb7: Preparing ce09f3d641bf: Preparing 7a29c80690d1: Preparing b66c3986ef9f: Preparing 4b1e8885ae63: Preparing 92f725125553: Preparing d45362e5cc67: Preparing 0fbfe17f67df: Preparing 800895612a93: Preparing 641d08bd8b94: Preparing 44343de3ea1d: Preparing 92f725125553: Waiting d45362e5cc67: Waiting 0fbfe17f67df: Waiting 800895612a93: Waiting 641d08bd8b94: Waiting 44343de3ea1d: Waiting b66c3986ef9f: Waiting 4b1e8885ae63: Waiting 7a29c80690d1: Layer already exists b66c3986ef9f: Layer already exists 4b1e8885ae63: Layer already exists ce09f3d641bf: Pushed 92f725125553: Layer already exists d45362e5cc67: Layer already exists 869091335fb7: Pushed 0fbfe17f67df: Layer already exists 800895612a93: Layer already exists 641d08bd8b94: Layer already exists 44343de3ea1d: Layer already exists ec1adce5a84c: Pushed ccfe17e2b5fa: Pushed master-1_0_8_7-7_0: digest: sha256:66989f129008ce84aae00cfde509e6d8d26ac22fbc710cac7744afb853b34f19 size: 3040 INFO: Build test container for train finished successfully