2025-05-12 15:37:28,958: INFO: Building opensdn-external-zookeeper 2025-05-12 15:37:29,057: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_6_8_3-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-external-zookeeper --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 45.06 kB Step 1/17 : ARG CONTRAIL_REGISTRY Step 2/17 : ARG CONTRAIL_CONTAINER_TAG Step 3/17 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> dbef537909b7 Step 4/17 : ARG SITE_MIRROR ---> Running in 64002cd79e6b ---> Removed intermediate container 64002cd79e6b ---> 85abbe7004eb Step 5/17 : ARG CONTAINER_NAME ---> Running in d97caa8e7799 ---> Removed intermediate container d97caa8e7799 ---> 5342bc51aedf Step 6/17 : ENV SERVICE_NAME=zookeeper CONTAINER_NAME=$CONTAINER_NAME ---> Running in 24f09fc91c1f ---> Removed intermediate container 24f09fc91c1f ---> ea20e6c2b157 Step 7/17 : LABEL name=$CONTAINER_NAME summary="Contrail Zookeeper" description="Contrail uses the Apache ZooKeeper process to maintain synchronization of Contrail configuration, analytics and database running on the different instances of controllers." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in c30d85510aae ---> Removed intermediate container c30d85510aae ---> 1fff33b63abf Step 8/17 : ARG ZOO_VERSION="3.7.1" ---> Running in f6397deae771 ---> Removed intermediate container f6397deae771 ---> a93e621ef7d3 Step 9/17 : ARG ZOO_DISTRO_NAME="apache-zookeeper-${ZOO_VERSION}-bin" ---> Running in 59e0cab2d8c0 ---> Removed intermediate container 59e0cab2d8c0 ---> 05c387a7f4d7 Step 10/17 : ENV ZOO_CONF_DIR=/conf ZOO_DATA_DIR=/data ZOO_DATA_LOG_DIR=/datalog ZOO_LOG_DIR=/logs ZOO_TICK_TIME=2000 ZOO_INIT_LIMIT=5 ZOO_SYNC_LIMIT=2 ZOO_AUTOPURGE_PURGEINTERVAL=0 ZOO_AUTOPURGE_SNAPRETAINCOUNT=3 ZOO_MAX_CLIENT_CNXNS=60 ZOO_USER="zookeeper" ZOO_GROUP="zookeeper" PATH=$PATH:/${ZOO_DISTRO_NAME}/bin ZOOCFGDIR=/conf ---> Running in c30974dbb610 ---> Removed intermediate container c30974dbb610 ---> 9cd2fb531990 Step 11/17 : COPY *.sh / ---> 7c5890fb8cea Step 12/17 : RUN set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y java java-1.8.0-openjdk nmap-ncat && groupadd -f -g 1000 $ZOO_GROUP && adduser -u 1000 -M -g $ZOO_GROUP $ZOO_USER && usermod -a -G $CONTRAIL_GID $ZOO_USER && mkdir -p "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR" && chown -R ${ZOO_USER}:${ZOO_GROUP} "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR" && source /functions.sh && download_package https://archive.apache.org dist/zookeeper/zookeeper-${ZOO_VERSION}/${ZOO_DISTRO_NAME}.tar.gz ${ZOO_DISTRO_NAME}.tar.gz && tar -xzvf $ZOO_DISTRO_NAME.tar.gz && rm -rf $ZOO_DISTRO_NAME.tar.gz && mv "${ZOO_DISTRO_NAME}/conf/"* "$ZOO_CONF_DIR" && chown -R ${ZOO_USER}:${ZOO_GROUP} $ZOO_DISTRO_NAME && yum clean all -y && rm -rf /var/cache/yum ---> Running in aaefa91f0953 ++ ls /__common.sh /__contrail-functions.sh + for item in '`ls /__*`' + mv /__common.sh /common.sh + for item in '`ls /__*`' + mv /__contrail-functions.sh /contrail-functions.sh + yum install -y java java-1.8.0-openjdk nmap-ncat Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.442.b06-2.el9 will be installed --> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.442.b06-2.el9 for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libm.so.6(GLIBC_2.29)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.34)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.442.b06-2.el9.x86_64 ---> Package java-17-openjdk.x86_64 1:17.0.14.0.7-2.el9 will be installed --> Processing Dependency: java-17-openjdk-headless(x86-64) = 1:17.0.14.0.7-2.el9 for package: 1:java-17-openjdk-17.0.14.0.7-2.el9.x86_64 --> Processing Dependency: libjava.so()(64bit) for package: 1:java-17-openjdk-17.0.14.0.7-2.el9.x86_64 ---> Package nmap-ncat.x86_64 3:7.92-3.el9 will be installed --> Processing Dependency: libcrypto.so.3(OPENSSL_3.0.0)(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libssl.so.3(OPENSSL_3.0.0)(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libcrypto.so.3()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libpcap.so.1()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libssl.so.3()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Running transaction check ---> Package alsa-lib.x86_64 0:1.2.12-1.el9 will be installed ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: freetype >= 2.9.1-6 for package: fontconfig-2.14.0-2.el9_1.x86_64 --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package paratype-pt-sans-caption-fonts is obsoleted by pt-sans-fonts, but obsoleting package does not provide for requirements --> Processing Dependency: fonts-filesystem for package: fontconfig-2.14.0-2.el9_1.x86_64 --> Processing Dependency: freetype for package: fontconfig-2.14.0-2.el9_1.x86_64 --> Processing Dependency: xml-common for package: fontconfig-2.14.0-2.el9_1.x86_64 --> Processing Dependency: xml-common for package: fontconfig-2.14.0-2.el9_1.x86_64 --> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.14.0-2.el9_1.x86_64 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: util-linux-2.23.2-65.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: cyrus-sasl-lib-2.1.26-23.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: 2:shadow-utils-4.6-5.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: systemd-219-78.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: libuser-0.60-9.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: pam-1.1.8-23.el7.x86_64 --> Processing Dependency: libcrypt.so.1()(64bit) for package: python-libs-2.7.5-89.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: util-linux-2.23.2-65.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: 2:shadow-utils-4.6-5.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: systemd-219-78.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: libuser-0.60-9.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: pam-1.1.8-23.el7.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: python-libs-2.7.5-89.el7.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: hostname-3.13-3.el7_7.1.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: pam-1.1.8-23.el7.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: gnupg2-2.0.22-5.el7_5.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: python-libs-2.7.5-89.el7.x86_64 --> Processing Dependency: libnsl.so.1(GLIBC_2.2.5)(64bit) for package: hostname-3.13-3.el7_7.1.x86_64 --> Processing Dependency: libnsl.so.1(GLIBC_2.2.5)(64bit) for package: pam-1.1.8-23.el7.x86_64 --> Processing Dependency: libnsl.so.1(GLIBC_2.2.5)(64bit) for package: python-libs-2.7.5-89.el7.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: glibc-langpack = 2.34-125.el9_5.1 for package: glibc-2.34-125.el9_5.1.x86_64 --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.442.b06-2.el9 will be installed --> Processing Dependency: copy-jdk-configs >= 4.0 for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: tzdata-java >= 2024a for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: crypto-policies for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: cups-libs for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: javapackages-filesystem for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.442.b06-2.el9.x86_64 ---> Package java-17-openjdk-headless.x86_64 1:17.0.14.0.7-2.el9 will be installed ---> Package libX11.x86_64 0:1.7.0-9.el9 will be installed --> Processing Dependency: libX11-common >= 1.7.0-9.el9 for package: libX11-1.7.0-9.el9.x86_64 --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.7.0-9.el9.x86_64 ---> Package libXcomposite.x86_64 0:0.4.5-7.el9 will be installed ---> Package libXext.x86_64 0:1.3.4-8.el9 will be installed ---> Package libXi.x86_64 0:1.7.10-8.el9 will be installed ---> Package libXrender.x86_64 0:0.9.10-16.el9 will be installed ---> Package libXtst.x86_64 0:1.2.3-16.el9 will be installed ---> Package libpcap.x86_64 14:1.10.0-4.el9 will be installed --> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: 14:libpcap-1.10.0-4.el9.x86_64 --> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: 14:libpcap-1.10.0-4.el9.x86_64 --> Processing Dependency: libibverbs.so.1()(64bit) for package: 14:libpcap-1.10.0-4.el9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: iputils-20160308-10.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: krb5-libs-1.15.1-50.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: openldap-2.4.44-22.el7.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: openldap-2.4.44-22.el7.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: iputils-20160308-10.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: krb5-libs-1.15.1-50.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: openldap-2.4.44-22.el7.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: openldap-2.4.44-22.el7.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: krb5-libs-1.15.1-50.el7.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: openldap-2.4.44-22.el7.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: krb5-libs-1.15.1-50.el7.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package openssl-libs.x86_64 1:3.2.2-6.el9_5.1 will be an update ---> Package xorg-x11-fonts-Type1.noarch 0:7.5-33.el9 will be installed --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-33.el9.noarch --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-33.el9.noarch --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-33.el9.noarch --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-33.el9.noarch --> Running transaction check ---> Package copy-jdk-configs.noarch 0:4.0-3.el9 will be installed --> Processing Dependency: lua-posix for package: copy-jdk-configs-4.0-3.el9.noarch ---> Package coreutils.x86_64 0:8.22-24.el7 will be obsoleted ---> Package coreutils.x86_64 0:8.22-24.el7 will be updated ---> Package coreutils.x86_64 0:8.32-36.el9 will be obsoleting --> Processing Dependency: libselinux.so.1(LIBSELINUX_1.0)(64bit) for package: coreutils-8.32-36.el9.x86_64 ---> Package coreutils-common.x86_64 0:8.32-36.el9 will be obsoleting ---> Package crypto-policies.noarch 0:20240828-2.git626aa59.el9_5 will be installed ---> Package cups-libs.x86_64 1:2.3.3op2-31.el9_5 will be installed --> Processing Dependency: libgnutls.so.30(GNUTLS_3_4)(64bit) for package: 1:cups-libs-2.3.3op2-31.el9_5.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-2.3.3op2-31.el9_5.x86_64 --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-2.3.3op2-31.el9_5.x86_64 --> Processing Dependency: libgnutls.so.30()(64bit) for package: 1:cups-libs-2.3.3op2-31.el9_5.x86_64 ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-23.el7 will be updated ---> Package cyrus-sasl-lib.x86_64 0:2.1.27-21.el9 will be an update --> Processing Dependency: libcrypt.so.2()(64bit) for package: cyrus-sasl-lib-2.1.27-21.el9.x86_64 --> Processing Dependency: libgdbm.so.6()(64bit) for package: cyrus-sasl-lib-2.1.27-21.el9.x86_64 ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package fonts-filesystem.noarch 1:2.0.5-7.el9.1 will be installed ---> Package freetype.x86_64 0:2.10.4-9.el9 will be installed --> Processing Dependency: libpng16.so.16(PNG16_0)(64bit) for package: freetype-2.10.4-9.el9.x86_64 --> Processing Dependency: libbrotlidec.so.1()(64bit) for package: freetype-2.10.4-9.el9.x86_64 --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: freetype-2.10.4-9.el9.x86_64 --> Processing Dependency: libpng16.so.16()(64bit) for package: freetype-2.10.4-9.el9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated ---> Package glibc-common.x86_64 0:2.34-125.el9_5.1 will be an update ---> Package glibc-langpack-zu.x86_64 0:2.34-125.el9_5.1 will be installed ---> Package gnupg2.x86_64 0:2.0.22-5.el7_5 will be updated ---> Package gnupg2.x86_64 0:2.3.3-4.el9 will be an update --> Processing Dependency: libgcrypt >= 1.7.0 for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libgpg-error >= 1.38 for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libgcrypt.so.20(GCRYPT_1.6)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libksba.so.8(KSBA_0.9)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libnpth.so.0(NPTH_1.0)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libgcrypt.so.20()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libksba.so.8()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libnpth.so.0()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libreadline.so.8()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 ---> Package hostname.x86_64 0:3.13-3.el7_7.1 will be updated ---> Package hostname.x86_64 0:3.23-6.el9 will be an update ---> Package iputils.x86_64 0:20160308-10.el7 will be updated ---> Package iputils.x86_64 0:20210202-10.el9_5 will be an update --> Processing Dependency: libidn2.so.0(IDN2_0.0.0)(64bit) for package: iputils-20210202-10.el9_5.x86_64 --> Processing Dependency: libidn2.so.0()(64bit) for package: iputils-20210202-10.el9_5.x86_64 ---> Package javapackages-filesystem.noarch 0:6.0.0-7.el9_5 will be installed ---> Package krb5-libs.x86_64 0:1.15.1-50.el7 will be updated ---> Package krb5-libs.x86_64 0:1.21.1-4.el9_5 will be an update ---> Package libX11-common.noarch 0:1.7.0-9.el9 will be installed ---> Package libibverbs.x86_64 0:51.0-1.el9 will be installed --> Processing Dependency: libnl-3.so.200(libnl_3)(64bit) for package: libibverbs-51.0-1.el9.x86_64 --> Processing Dependency: libnl-route-3.so.200(libnl_3)(64bit) for package: libibverbs-51.0-1.el9.x86_64 --> Processing Dependency: libnl-3.so.200()(64bit) for package: libibverbs-51.0-1.el9.x86_64 --> Processing Dependency: libnl-route-3.so.200()(64bit) for package: libibverbs-51.0-1.el9.x86_64 ---> Package libssh2.x86_64 0:1.8.0-4.el7 will be updated ---> Package libssh2.x86_64 0:1.11.0-1.el9 will be an update ---> Package libuser.x86_64 0:0.60-9.el7 will be updated ---> Package libuser.x86_64 0:0.63-15.el9 will be an update ---> Package libxcb.x86_64 0:1.13.1-9.el9 will be installed --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13.1-9.el9.x86_64 ---> Package libxcrypt-compat.x86_64 0:4.4.18-3.el9 will be installed ---> Package lksctp-tools.x86_64 0:1.0.19-3.el9_4 will be installed ---> Package openldap.x86_64 0:2.4.44-22.el7 will be updated --> Processing Dependency: liblber-2.4.so.2()(64bit) for package: libcurl-7.29.0-59.el7.x86_64 --> Processing Dependency: libldap-2.4.so.2()(64bit) for package: libcurl-7.29.0-59.el7.x86_64 ---> Package openldap.x86_64 0:2.6.6-3.el9 will be an update --> Processing Dependency: libevent-2.1.so.7()(64bit) for package: openldap-2.6.6-3.el9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package pam.x86_64 0:1.1.8-23.el7 will be updated ---> Package pam.x86_64 0:1.5.1-22.el9_5 will be an update --> Processing Dependency: libeconf >= 0.3.5 for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: openssl >= 3.0.0 for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: libeconf.so.0(LIBECONF_0.2)(64bit) for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: libeconf.so.0()(64bit) for package: pam-1.5.1-22.el9_5.x86_64 ---> Package python-libs.x86_64 0:2.7.5-89.el7 will be updated --> Processing Dependency: python-libs(x86-64) = 2.7.5-89.el7 for package: python-2.7.5-89.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-89.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libnsl.so.1(GLIBC_2.2.5)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package shadow-utils.x86_64 2:4.6-5.el7 will be updated ---> Package shadow-utils.x86_64 2:4.9-10.el9_5 will be an update --> Processing Dependency: libsemanage.so.2(LIBSEMANAGE_1.0)(64bit) for package: 2:shadow-utils-4.9-10.el9_5.x86_64 --> Processing Dependency: libsemanage.so.2()(64bit) for package: 2:shadow-utils-4.9-10.el9_5.x86_64 ---> Package systemd.x86_64 0:219-78.el7 will be updated ---> Package systemd.x86_64 0:219-78.el7 will be obsoleted ---> Package systemd.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting --> Processing Dependency: systemd-libs = 252-46.el9_5.2.0.1 for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: systemd-pam = 252-46.el9_5.2.0.1 for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: systemd-rpm-macros = 252-46.el9_5.2.0.1 for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libblkid.so.1(BLKID_2.30)(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libfdisk.so.1(FDISK_2.26)(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libmount.so.1(MOUNT_2.26)(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libp11-kit.so.0(LIBP11_KIT_1.0)(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libselinux-utils for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: pcre2(x86-64) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: policycoreutils for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: selinux-policy for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libfdisk.so.1()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libseccomp.so.2()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libzstd.so.1()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 ---> Package systemd-container.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting ---> Package systemd-udev.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting --> Processing Dependency: kbd for package: systemd-udev-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.4)(64bit) for package: systemd-udev-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: tpm2-tss(x86-64) for package: systemd-udev-252-46.el9_5.2.0.1.x86_64 ---> Package ttmkfdir.x86_64 0:3.0.9-65.el9 will be installed --> Processing Dependency: libstdc++.so.6(CXXABI_1.3.8)(64bit) for package: ttmkfdir-3.0.9-65.el9.x86_64 --> Processing Dependency: libstdc++.so.6(CXXABI_1.3.9)(64bit) for package: ttmkfdir-3.0.9-65.el9.x86_64 --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) for package: ttmkfdir-3.0.9-65.el9.x86_64 ---> Package tzdata-java.noarch 0:2025a-1.el9 will be installed ---> Package util-linux.x86_64 0:2.23.2-65.el7 will be updated ---> Package util-linux.x86_64 0:2.37.4-20.el9 will be an update --> Processing Dependency: libsmartcols = 2.37.4-20.el9 for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: libuuid = 2.37.4-20.el9 for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: util-linux-core = 2.37.4-20.el9 for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.34)(64bit) for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: libuuid.so.1(UUID_2.31)(64bit) for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: libncursesw.so.6()(64bit) for package: util-linux-2.37.4-20.el9.x86_64 --> Processing Dependency: libtinfo.so.6()(64bit) for package: util-linux-2.37.4-20.el9.x86_64 ---> Package xml-common.noarch 0:0.6.3-58.el9 will be installed ---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64 --> Running transaction check ---> Package avahi-libs.x86_64 0:0.8-21.el9 will be installed ---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be updated ---> Package cryptsetup-libs.x86_64 0:2.7.2-3.el9_5 will be an update --> Processing Dependency: libdevmapper.so.1.02(DM_1_02_197)(64bit) for package: cryptsetup-libs-2.7.2-3.el9_5.x86_64 --> Processing Dependency: libjson-c.so.5(JSONC_0.14)(64bit) for package: cryptsetup-libs-2.7.2-3.el9_5.x86_64 --> Processing Dependency: libjson-c.so.5()(64bit) for package: cryptsetup-libs-2.7.2-3.el9_5.x86_64 ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package gdbm-libs.x86_64 1:1.23-1.el9 will be obsoleting ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package gnutls.x86_64 0:3.8.3-4.el9_4 will be installed --> Processing Dependency: nettle >= 3.9.1 for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libhogweed.so.6(HOGWEED_6)(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libnettle.so.8(NETTLE_8)(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libhogweed.so.6()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libnettle.so.8()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libunistring.so.2()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 ---> Package hardlink.x86_64 1:1.0-19.el7 will be obsoleted ---> Package harfbuzz.x86_64 0:2.7.4-10.el9 will be installed --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-2.7.4-10.el9.x86_64 ---> Package kbd.x86_64 0:2.4.0-10.el9 will be installed --> Processing Dependency: kbd-legacy = 2.4.0-10.el9 for package: kbd-2.4.0-10.el9.x86_64 --> Processing Dependency: kbd-misc = 2.4.0-10.el9 for package: kbd-2.4.0-10.el9.x86_64 ---> Package libXau.x86_64 0:1.0.9-8.el9 will be installed ---> Package libblkid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libblkid.x86_64 0:2.37.4-20.el9 will be an update ---> Package libbrotli.x86_64 0:1.0.9-7.el9_5 will be installed ---> Package libcurl.x86_64 0:7.29.0-59.el7 will be updated --> Processing Dependency: libcurl = 7.29.0-59.el7 for package: curl-7.29.0-59.el7.x86_64 ---> Package libcurl.x86_64 0:7.76.1-31.el9 will be an update --> Processing Dependency: libpsl(x86-64) >= 0.21.1 for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh(x86-64) >= 0.10.4 for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4(LIBSSH_4_5_0)(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4(LIBSSH_4_8_1)(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libnghttp2.so.14()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libpsl.so.5()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 ---> Package libeconf.x86_64 0:0.4.1-4.el9 will be installed ---> Package libevent.x86_64 0:2.1.12-8.el9_4 will be installed ---> Package libfdisk.x86_64 0:2.37.4-20.el9 will be installed ---> Package libfontenc.x86_64 0:1.1.3-17.el9 will be installed ---> Package libgcrypt.x86_64 0:1.5.3-14.el7 will be updated ---> Package libgcrypt.x86_64 0:1.10.0-11.el9 will be an update ---> Package libgpg-error.x86_64 0:1.12-3.el7 will be updated ---> Package libgpg-error.x86_64 0:1.42-5.el9 will be an update ---> Package libidn2.x86_64 0:2.3.0-7.el9 will be installed ---> Package libksba.x86_64 0:1.5.1-7.el9 will be installed ---> Package libmount.x86_64 0:2.23.2-65.el7 will be updated ---> Package libmount.x86_64 0:2.37.4-20.el9 will be an update ---> Package libnl3.x86_64 0:3.9.0-1.el9 will be installed ---> Package libnsl.x86_64 0:2.34-125.el9_5.1 will be installed ---> Package libpng.x86_64 2:1.6.37-12.el9 will be installed --> Processing Dependency: libz.so.1(ZLIB_1.2.9)(64bit) for package: 2:libpng-1.6.37-12.el9.x86_64 ---> Package libseccomp.x86_64 0:2.5.2-2.el9 will be installed ---> Package libselinux.x86_64 0:2.5-15.el7 will be updated ---> Package libselinux.x86_64 0:3.6-1.el9 will be an update --> Processing Dependency: libsepol(x86-64) >= 3.6-1 for package: libselinux-3.6-1.el9.x86_64 ---> Package libselinux-utils.x86_64 0:3.6-1.el9 will be installed ---> Package libsemanage.x86_64 0:2.5-14.el7 will be updated ---> Package libsemanage.x86_64 0:3.6-2.1.el9_5 will be an update ---> Package libsmartcols.x86_64 0:2.23.2-65.el7 will be updated ---> Package libsmartcols.x86_64 0:2.37.4-20.el9 will be an update ---> Package libstdc++.x86_64 0:4.8.5-44.el7 will be updated ---> Package libstdc++.x86_64 0:11.5.0-5.el9_5 will be an update ---> Package libuuid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libuuid.x86_64 0:2.37.4-20.el9 will be an update ---> Package libxcrypt.x86_64 0:4.4.18-3.el9 will be installed ---> Package libzstd.x86_64 0:1.5.1-2.el9 will be installed ---> Package lua-posix.x86_64 0:35.0-8.el9 will be installed --> Processing Dependency: lua(abi) = 5.4 for package: lua-posix-35.0-8.el9.x86_64 ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncurses.so.5()(64bit) for package: bc-1.06.95-13.el7.x86_64 --> Processing Dependency: libncurses.so.5()(64bit) for package: procps-ng-3.3.10-28.el7.x86_64 --> Processing Dependency: libncurses.so.5()(64bit) for package: lua-5.1.4-15.el7.x86_64 --> Processing Dependency: libncurses.so.5()(64bit) for package: sqlite-3.7.17-8.el7_7.1.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: procps-ng-3.3.10-28.el7.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: pinentry-0.8.1-17.el7.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtic.so.5()(64bit) for package: ncurses-5.9-14.20130511.el7_4.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: bash-4.2.46-34.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: pinentry-0.8.1-17.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: sqlite-3.7.17-8.el7_7.1.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: procps-ng-3.3.10-28.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: bc-1.06.95-13.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: ncurses-5.9-14.20130511.el7_4.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: 2:vim-minimal-7.4.629-7.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: lua-5.1.4-15.el7.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: info-5.1-5.el7.x86_64 --> Processing Dependency: ncurses-libs(x86-64) = 5.9-14.20130511.el7_4 for package: ncurses-5.9-14.20130511.el7_4.x86_64 ---> Package ncurses-libs.x86_64 0:6.2-10.20210508.el9 will be an update --> Processing Dependency: ncurses-base = 6.2-10.20210508.el9 for package: ncurses-libs-6.2-10.20210508.el9.x86_64 ---> Package npth.x86_64 0:1.6-8.el9 will be installed ---> Package openssl.x86_64 1:3.2.2-6.el9_5.1 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package p11-kit.x86_64 0:0.23.5-3.el7 will be updated --> Processing Dependency: p11-kit(x86-64) = 0.23.5-3.el7 for package: p11-kit-trust-0.23.5-3.el7.x86_64 ---> Package p11-kit.x86_64 0:0.25.3-3.el9_5 will be an update --> Processing Dependency: libffi.so.8(LIBFFI_BASE_8.0)(64bit) for package: p11-kit-0.25.3-3.el9_5.x86_64 --> Processing Dependency: libffi.so.8(LIBFFI_CLOSURE_8.0)(64bit) for package: p11-kit-0.25.3-3.el9_5.x86_64 --> Processing Dependency: libffi.so.8()(64bit) for package: p11-kit-0.25.3-3.el9_5.x86_64 ---> Package pcre2.x86_64 0:10.40-6.el9 will be installed --> Processing Dependency: pcre2-syntax = 10.40-6.el9 for package: pcre2-10.40-6.el9.x86_64 ---> Package policycoreutils.x86_64 0:3.6-2.1.el9 will be installed ---> Package python.x86_64 0:2.7.5-89.el7 will be updated ---> Package python.x86_64 0:2.7.5-94.el7_9 will be an update ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:8.1-4.el9 will be an update ---> Package selinux-policy.noarch 0:38.1.45-3.el9_5 will be installed --> Processing Dependency: selinux-policy-any = 38.1.45-3.el9_5 for package: selinux-policy-38.1.45-3.el9_5.noarch --> Processing Dependency: rpm-plugin-selinux for package: selinux-policy-38.1.45-3.el9_5.noarch ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated ---> Package systemd-libs.x86_64 0:252-46.el9_5.2.0.1 will be an update ---> Package systemd-pam.x86_64 0:252-46.el9_5.2.0.1 will be installed ---> Package systemd-rpm-macros.noarch 0:252-46.el9_5.2.0.1 will be installed ---> Package tpm2-tss.x86_64 0:3.2.3-1.el9 will be installed ---> Package util-linux-core.x86_64 0:2.37.4-20.el9 will be obsoleting --> Running transaction check ---> Package bash.x86_64 0:4.2.46-34.el7 will be updated ---> Package bash.x86_64 0:5.1.8-9.el9 will be an update ---> Package bc.x86_64 0:1.06.95-13.el7 will be updated ---> Package bc.x86_64 0:1.07.1-14.el9 will be an update ---> Package curl.x86_64 0:7.29.0-59.el7 will be updated ---> Package curl.x86_64 0:7.76.1-31.el9 will be an update ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated --> Processing Dependency: device-mapper-libs = 7:1.02.170-6.el7 for package: 7:device-mapper-1.02.170-6.el7.x86_64 ---> Package device-mapper-libs.x86_64 9:1.02.198-2.el9 will be an update ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package graphite2.x86_64 0:1.3.14-9.el9 will be installed ---> Package info.x86_64 0:5.1-5.el7 will be updated ---> Package info.x86_64 0:6.7-15.el9 will be an update ---> Package json-c.x86_64 0:0.11-4.el7_0 will be updated ---> Package json-c.x86_64 0:0.14-11.el9 will be an update ---> Package kbd-legacy.noarch 0:2.4.0-10.el9 will be installed ---> Package kbd-misc.noarch 0:2.4.0-10.el9 will be installed ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated ---> Package libffi.x86_64 0:3.4.2-8.el9 will be an update ---> Package libffi3.1.x86_64 0:3.1-36.el9 will be installed ---> Package libnghttp2.x86_64 0:1.43.0-6.el9 will be installed ---> Package libpsl.x86_64 0:0.21.1-5.el9 will be installed --> Processing Dependency: publicsuffix-list-dafsa for package: libpsl-0.21.1-5.el9.x86_64 ---> Package libsepol.x86_64 0:2.5-10.el7 will be updated --> Processing Dependency: libsepol.so.1()(64bit) for package: chkconfig-1.7.6-1.el7.x86_64 ---> Package libsepol.x86_64 0:3.6-1.el9 will be an update ---> Package libssh.x86_64 0:0.10.4-13.el9 will be installed --> Processing Dependency: libssh-config = 0.10.4-13.el9 for package: libssh-0.10.4-13.el9.x86_64 ---> Package libunistring.x86_64 0:0.9.10-15.el9 will be installed ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-4.11.3-45.el7.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-build-libs-4.11.3-45.el7.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-libs-4.11.3-45.el7.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-45.el7.x86_64 ---> Package lua.x86_64 0:5.4.4-4.el9 will be an update ---> Package lua-libs.x86_64 0:5.4.4-4.el9 will be installed ---> Package ncurses.x86_64 0:5.9-14.20130511.el7_4 will be updated ---> Package ncurses.x86_64 0:6.2-10.20210508.el9 will be an update ---> Package ncurses-base.noarch 0:5.9-14.20130511.el7_4 will be updated ---> Package ncurses-base.noarch 0:6.2-10.20210508.el9 will be an update ---> Package ncurses-compat-libs.x86_64 0:6.2-8.20210508.1.el9 will be installed ---> Package nettle.x86_64 0:3.9.1-1.el9 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package p11-kit-trust.x86_64 0:0.23.5-3.el7 will be updated ---> Package p11-kit-trust.x86_64 0:0.25.3-3.el9_5 will be an update --> Processing Dependency: /usr/sbin/alternatives for package: p11-kit-trust-0.25.3-3.el9_5.x86_64 --> Processing Dependency: /usr/sbin/alternatives for package: p11-kit-trust-0.25.3-3.el9_5.x86_64 ---> Package pcre2-syntax.noarch 0:10.40-6.el9 will be installed ---> Package pinentry.x86_64 0:0.8.1-17.el7 will be updated ---> Package pinentry.x86_64 0:1.1.1-8.el9 will be an update --> Processing Dependency: libsecret-1.so.0()(64bit) for package: pinentry-1.1.1-8.el9.x86_64 ---> Package procps-ng.x86_64 0:3.3.10-28.el7 will be updated ---> Package procps-ng.x86_64 0:3.3.17-14.el9 will be an update ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-plugin-selinux.x86_64 0:4.16.1.3-34.el9.0.1 will be installed ---> Package selinux-policy-targeted.noarch 0:38.1.45-3.el9_5 will be installed ---> Package sqlite.x86_64 0:3.7.17-8.el7_7.1 will be obsoleted ---> Package sqlite.x86_64 0:3.7.17-8.el7_7.1 will be updated ---> Package sqlite.x86_64 0:3.34.1-7.el9_3 will be obsoleting ---> Package sqlite-libs.x86_64 0:3.34.1-7.el9_3 will be obsoleting ---> Package vim-minimal.x86_64 2:7.4.629-7.el7 will be updated ---> Package vim-minimal.x86_64 2:8.2.2637-21.el9 will be an update ---> Package zlib.x86_64 0:1.2.7-18.el7 will be updated ---> Package zlib.x86_64 0:1.2.11-40.el9 will be an update --> Running transaction check ---> Package alternatives.x86_64 0:1.24-1.el9_5.1 will be installed ---> Package chkconfig.x86_64 0:1.7.6-1.el7 will be updated ---> Package chkconfig.x86_64 0:1.24-1.el9_5.1 will be an update ---> Package compat-lua-libs.x86_64 0:5.1.5-20.el9 will be installed ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated ---> Package device-mapper.x86_64 9:1.02.198-2.el9 will be an update ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package libsecret.x86_64 0:0.20.4-4.el9 will be installed ---> Package libssh-config.noarch 0:0.10.4-13.el9 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package publicsuffix-list-dafsa.noarch 0:20210518-3.el9 will be installed ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm.x86_64 0:4.16.1.3-34.el9.0.1 will be an update --> Processing Dependency: libarchive.so.13()(64bit) for package: rpm-4.16.1.3-34.el9.0.1.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.16.1.3-34.el9.0.1 will be an update --> Processing Dependency: libdw.so.1(ELFUTILS_0.177)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_2.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_4.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(OMP_1.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.16.1.3-34.el9.0.1 will be an update --> Processing Dependency: liblzma.so.5(XZ_5.2)(64bit) for package: rpm-libs-4.16.1.3-34.el9.0.1.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package elfutils-libs.x86_64 0:0.176-5.el7 will be updated ---> Package elfutils-libs.x86_64 0:0.191-4.el9 will be an update --> Processing Dependency: elfutils-libelf(x86-64) = 0.191-4.el9 for package: elfutils-libs-0.191-4.el9.x86_64 ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package libarchive.x86_64 0:3.5.3-4.el9.0.1 will be installed ---> Package libgomp.x86_64 0:11.5.0-5.el9_5 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be updated --> Processing Dependency: liblzma.so.5(XZ_5.1.2alpha)(64bit) for package: xz-5.2.2-1.el7.x86_64 --> Processing Dependency: liblzma.so.5(XZ_5.2.2)(64bit) for package: xz-5.2.2-1.el7.x86_64 --> Processing Dependency: xz-libs = 5.2.2-1.el7 for package: xz-5.2.2-1.el7.x86_64 ---> Package xz-libs.x86_64 0:5.2.5-8.el9_0 will be an update --> Running transaction check ---> Package elfutils-libelf.x86_64 0:0.176-5.el7 will be updated ---> Package elfutils-libelf.x86_64 0:0.191-4.el9 will be an update ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package xz.x86_64 0:5.2.2-1.el7 will be updated ---> Package xz.x86_64 0:5.2.5-8.el9_0 will be an update --> Processing Dependency: grep >= 2.20-5 for package: xz-5.2.5-8.el9_0.x86_64 --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package grep.x86_64 0:2.20-3.el7 will be updated ---> Package grep.x86_64 0:3.6-5.el9 will be an update --> Processing Dependency: libsigsegv.so.2()(64bit) for package: grep-3.6-5.el9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package libsigsegv.x86_64 0:2.13-4.el9 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Conflict: crypto-policies-20240828-2.git626aa59.el9_5.noarch conflicts nss < 3.90.0 --> Restarting Dependency Resolution with new changes. --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package nss.x86_64 0:3.53.1-3.el7_9 will be updated --> Processing Dependency: nss = 3.53.1-3.el7_9 for package: nss-sysinit-3.53.1-3.el7_9.x86_64 --> Processing Dependency: nss(x86-64) = 3.53.1-3.el7_9 for package: nss-tools-3.53.1-3.el7_9.x86_64 ---> Package nss.x86_64 0:3.101.0-10.el9_5 will be an update --> Processing Dependency: nspr >= 4.35.0 for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: nss-softokn(x86-64) >= 3.101.0 for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: nss-util >= 3.101.0 for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: /usr/bin/update-crypto-policies for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: libnssutil3.so(NSSUTIL_3.101)(64bit) for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: libnssutil3.so(NSSUTIL_3.59)(64bit) for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: libnssutil3.so(NSSUTIL_3.82)(64bit) for package: nss-3.101.0-10.el9_5.x86_64 --> Processing Dependency: libnssutil3.so(NSSUTIL_3.94)(64bit) for package: nss-3.101.0-10.el9_5.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package crypto-policies-scripts.noarch 0:20240828-2.git626aa59.el9_5 will be installed --> Processing Dependency: /usr/bin/python3 for package: crypto-policies-scripts-20240828-2.git626aa59.el9_5.noarch ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package nspr.x86_64 0:4.25.0-2.el7_9 will be updated ---> Package nspr.x86_64 0:4.35.0-17.el9_5 will be an update ---> Package nss-softokn.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn.x86_64 0:3.101.0-10.el9_5 will be an update --> Processing Dependency: nss-softokn-freebl(x86-64) >= 3.101.0-10.el9_5 for package: nss-softokn-3.101.0-10.el9_5.x86_64 ---> Package nss-sysinit.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-sysinit.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-tools.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-tools.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-util.x86_64 0:3.53.1-1.el7_9 will be updated ---> Package nss-util.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package nss-softokn-freebl.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3.x86_64 0:3.9.21-1.el9_5 will be installed --> Processing Dependency: python3-libs(x86-64) = 3.9.21-1.el9_5 for package: python3-3.9.21-1.el9_5.x86_64 --> Processing Dependency: libpython3.9.so.1.0()(64bit) for package: python3-3.9.21-1.el9_5.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3-libs.x86_64 0:3.9.21-1.el9_5 will be installed --> Processing Dependency: python3-pip-wheel >= 21.2.3-4 for package: python3-libs-3.9.21-1.el9_5.x86_64 --> Processing Dependency: python3-setuptools-wheel >= 53.0.0-7 for package: python3-libs-3.9.21-1.el9_5.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package fontconfig.x86_64 0:2.14.0-2.el9_1 will be installed --> Processing Dependency: font(:lang=en) for package: fontconfig-2.14.0-2.el9_1.x86_64 Package vlgothic-fonts is obsoleted by vl-gothic-fonts, but obsoleting package does not provide for requirements ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3-pip-wheel.noarch 0:21.3.1-1.el9 will be installed ---> Package python3-setuptools-wheel.noarch 0:53.0.0-13.el9 will be installed ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Conflict: python3-libs-3.9.21-1.el9_5.x86_64 conflicts python-libs < 3 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmio.so.3()(64bit) Removing: rpm-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmio.so.3()(64bit) Updated By: rpm-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpmio.so.9()(64bit) Available: rpm-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmio.so.3()(64bit) Available: rpm-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmio.so.3()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libgdbm.so.4()(64bit) Removing: gdbm-1.10-8.el7.x86_64 (@CentOS) libgdbm.so.4()(64bit) Obsoleted By: 1:gdbm-libs-1.23-1.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libgdbm.so.6()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3(OPENSSL_3.0.0)(64bit) ~libcrypto.so.3(OPENSSL_3.0.1)(64bit) ~libcrypto.so.3(OPENSSL_3.0.3)(64bit) ~libcrypto.so.3(OPENSSL_3.0.8)(64bit) ~libcrypto.so.3(OPENSSL_3.0.9)(64bit) ~libcrypto.so.3(OPENSSL_3.1.0)(64bit) ~libcrypto.so.3(OPENSSL_3.2.0)(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libreadline.so.6()(64bit) Removing: readline-6.2-11.el7.x86_64 (@CentOS) libreadline.so.6()(64bit) Updated By: readline-8.1-4.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libreadline.so.8()(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: rpm = 4.11.3-48.el7_9 Removing: rpm-4.11.3-45.el7.x86_64 (@CentOS) rpm = 4.11.3-45.el7 Updated By: rpm-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) rpm = 4.16.1.3-34.el9.0.1 Available: rpm-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) rpm = 4.11.3-46.el7_9 Available: rpm-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) rpm = 4.11.3-48.el7_9 Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(libcrypto.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libssl.so.10(libssl.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libssl.so.10(libssl.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libssl.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libssl.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libssl.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Error: Package: fontconfig-2.14.0-2.el9_1.x86_64 (tf-mirrors.ci_repos_yum9-appstream) Requires: font(:lang=en) Available: abattis-cantarell-fonts-0.0.25-1.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bitmap-console-fonts-0.3-21.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bitmap-fangsongti-fonts-0.3-21.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bitmap-fixed-fonts-0.3-21.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bpg-mrgvlovani-fonts-1.002-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bpg-nateli-caps-fonts-2.003-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bpg-nateli-condenced-fonts-2.003-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: bpg-nateli-fonts-2.003-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-lgc-sans-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-lgc-serif-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-sans-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-sans-mono-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: dejavu-serif-fonts-2.33-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: gnu-free-mono-fonts-20120503-8.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: gnu-free-sans-fonts-20120503-8.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: gnu-free-serif-fonts-20120503-8.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-cjk-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-japanese-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-korean-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-sans-ui-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-noto-serif-fonts-20141117-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch (tf-mirrors.ci_repos_centos-openstack-queens) font(:lang=en) Available: ipa-gothic-fonts-003.03-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: ipa-mincho-fonts-003.03-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: ipa-pgothic-fonts-003.03-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: ipa-pmincho-fonts-003.03-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: jomolhari-fonts-0.003-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-base-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-battambang-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-bokor-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-handwritten-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-metal-chrieng-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-muol-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: khmeros-siemreap-fonts-5.0-17.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: langpacks-core-font-en-3.0-16.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) font(:lang=en) Available: lato-fonts-2.015-1.el7.noarch (tf-mirrors.ci_repos_centos-openstack-queens) font(:lang=en) Available: 1:liberation-mono-fonts-1.07.2-16.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: 1:liberation-narrow-fonts-1.07.2-16.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: 1:liberation-sans-fonts-1.07.2-16.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: 1:liberation-serif-fonts-1.07.2-16.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: open-sans-fonts-1.10-1.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: overpass-fonts-2.1-1.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: paktype-naqsh-fonts-4.1-2.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: paktype-naskh-basic-fonts-4.1-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: paktype-tehreer-fonts-4.1-2.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: paratype-pt-sans-caption-fonts-20101909-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: paratype-pt-sans-fonts-20101909-3.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: sil-abyssinica-fonts-1.200-6.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: stix-fonts-1.1.0-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: stix-math-fonts-1.1.0-5.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-garuda-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-loma-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-norasi-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-purisa-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-umpush-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: thai-scalable-waree-fonts-0.5.0-7.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: tibetan-machine-uni-fonts-1.901-12.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-bookman-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-c059-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-d050000l-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-gothic-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-p052-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: urw-base35-z003-fonts-20170801-10.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: vlgothic-fonts-20130607-2.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: vlgothic-p-fonts-20130607-2.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: wqy-unibit-fonts-1.1.0-13.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: wqy-zenhei-fonts-0.9.46-11.el7.noarch (tf-mirrors.ci_repos_yum7-base) font(:lang=en) Available: abattis-cantarell-fonts-0.301-4.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: bitmap-fangsongti-fonts-0.3-40.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: dejavu-lgc-sans-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: dejavu-lgc-sans-mono-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: dejavu-lgc-serif-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: dejavu-sans-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-baseos) Not found Available: dejavu-sans-mono-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-baseos) Not found Available: dejavu-serif-fonts-2.37-18.el9.noarch (tf-mirrors.ci_repos_yum9-baseos) Not found Available: gnu-free-mono-fonts-20120503-25.el9.noarch (tf-mirrors.ci_repos_epel9.repo) Not found Available: gnu-free-sans-fonts-20120503-25.el9.noarch (tf-mirrors.ci_repos_epel9.repo) Not found Available: gnu-free-serif-fonts-20120503-25.el9.noarch (tf-mirrors.ci_repos_epel9.repo) Not found Available: 1:google-crosextra-caladea-fonts-1.002-0.15.20130214.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: google-noto-sans-fonts-20201206-4.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: google-noto-serif-fonts-20201206-4.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: google-roboto-slab-fonts-1.100263-0.17.20150923git.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: jomolhari-fonts-0.003-34.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: lato-fonts-2.015-14.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: 1:liberation-mono-fonts-2.1.3-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: 2:liberation-narrow-fonts-1.07.6-9.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: 1:liberation-sans-fonts-2.1.3-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: 1:liberation-serif-fonts-2.1.3-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: open-sans-fonts-1.10-16.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: overpass-fonts-3.0.4-8.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: paktype-naqsh-fonts-5.0-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: paktype-naskh-basic-fonts-5.0-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: paktype-tehreer-fonts-5.0-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: sil-abyssinica-fonts-1.200-23.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: stix-fonts-2.0.2-11.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-garuda-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-kinnari-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-loma-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-norasi-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-purisa-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-sawasdee-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-tlwgmono-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-tlwgtypewriter-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-tlwgtypist-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-tlwgtypo-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-umpush-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: thai-scalable-waree-fonts-0.7.2-5.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-bookman-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-c059-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-d050000l-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-gothic-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-p052-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Available: urw-base35-z003-fonts-20200910-6.el9.noarch (tf-mirrors.ci_repos_yum9-appstream) Not found Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmbuild.so.3()(64bit) Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmbuild.so.3()(64bit) Updated By: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpmbuild.so.9()(64bit) Available: rpm-build-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmbuild.so.3()(64bit) Available: rpm-build-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmbuild.so.3()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Error: Package: glibc-2.34-125.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Requires: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) Error: python3-libs conflicts with python-libs-2.7.5-94.el7_9.x86_64 Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmsign.so.1()(64bit) Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmsign.so.1()(64bit) Updated By: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: rpm-build-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmsign.so.1()(64bit) Available: rpm-build-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmsign.so.1()(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpm.so.3()(64bit) Removing: rpm-libs-4.11.3-45.el7.x86_64 (@CentOS) librpm.so.3()(64bit) Updated By: rpm-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpm.so.9()(64bit) Available: rpm-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpm.so.3()(64bit) Available: rpm-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpm.so.3()(64bit)  You could try running: rpm -Va --nofiles --nodigest The command '/bin/sh -c set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y java java-1.8.0-openjdk nmap-ncat && groupadd -f -g 1000 $ZOO_GROUP && adduser -u 1000 -M -g $ZOO_GROUP $ZOO_USER && usermod -a -G $CONTRAIL_GID $ZOO_USER && mkdir -p "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR" && chown -R ${ZOO_USER}:${ZOO_GROUP} "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR" && source /functions.sh && download_package https://archive.apache.org dist/zookeeper/zookeeper-${ZOO_VERSION}/${ZOO_DISTRO_NAME}.tar.gz ${ZOO_DISTRO_NAME}.tar.gz && tar -xzvf $ZOO_DISTRO_NAME.tar.gz && rm -rf $ZOO_DISTRO_NAME.tar.gz && mv "${ZOO_DISTRO_NAME}/conf/"* "$ZOO_CONF_DIR" && chown -R ${ZOO_USER}:${ZOO_GROUP} $ZOO_DISTRO_NAME && yum clean all -y && rm -rf /var/cache/yum' returned a non-zero code: 1 2025-05-12 15:38:36,393: INFO: Docker build duration: 68 seconds 2025-05-12 15:38:36,401: ERROR: Building opensdn-external-zookeeper failed, duration: 68 seconds