Running: docker build /localdisk/loadbuild/jenkins/master-containers/20230207T025358Z/std/build-images/loci --build-arg PROJECT=horizon --build-arg PROJECT_REPO=https://opendev.org/openstack/horizon.git --build-arg FROM=docker.io/starlingx/stx-centos:master-stable-20230207T025358Z --build-arg WHEELS=/opt/loci/stx-wheels/stx-centos-stable-wheels.tar --build-arg PROJECT_REF=stable/ussuri --build-arg PIP_PACKAGES=pycrypto python-ceilometerclient coverage pyudev ldap pylint --build-arg PROFILES=fluent horizon apache --build-arg SPICE_REPO=https://github.com/freedesktop/spice-html5.git --no-cache --tag jenkins/stx-horizon:master-centos-stable-build Sending build context to Docker daemon 158.8MB Step 1/36 : ARG FROM=ubuntu:focal Step 2/36 : FROM ${FROM} ---> fa96157e825c Step 3/36 : ENV PATH=/var/lib/openstack/bin:$PATH ---> Running in f38ac11c246b Removing intermediate container f38ac11c246b ---> 32ab26da9682 Step 4/36 : ARG PROJECT ---> Running in 124600b02127 Removing intermediate container 124600b02127 ---> a4a82158af76 Step 5/36 : ARG WHEELS=loci/requirements:master-ubuntu ---> Running in 961e0eaf46cc Removing intermediate container 961e0eaf46cc ---> 814b34a4305c Step 6/36 : ARG PROJECT_REPO=https://opendev.org/openstack/${PROJECT} ---> Running in a3d462ec0290 Removing intermediate container a3d462ec0290 ---> b87673efcd23 Step 7/36 : ARG PROJECT_REF=master ---> Running in c96523e65b81 Removing intermediate container c96523e65b81 ---> b3c495d96c9e Step 8/36 : ARG PROJECT_RELEASE=master ---> Running in df116a2d4bc3 Removing intermediate container df116a2d4bc3 ---> c4d4a5890c68 Step 9/36 : ARG DISTRO ---> Running in 1c6a091d8d94 Removing intermediate container 1c6a091d8d94 ---> 281a630d32c3 Step 10/36 : ARG PROFILES ---> Running in de13f608ea2f Removing intermediate container de13f608ea2f ---> 41c17573bfea Step 11/36 : ARG PIP_PACKAGES="" ---> Running in b5e046c4f00f Removing intermediate container b5e046c4f00f ---> 1917164b4838 Step 12/36 : ARG PIP_ARGS="" ---> Running in b1f11b47dceb Removing intermediate container b1f11b47dceb ---> 69843f2905db Step 13/36 : ARG PIP_WHEEL_ARGS=$PIP_ARGS ---> Running in c5b0aa0482d6 Removing intermediate container c5b0aa0482d6 ---> 12559df4a4c3 Step 14/36 : ARG UPGRADE_PIP_PACKAGES="" ---> Running in dab010234758 Removing intermediate container dab010234758 ---> c738e5b53724 Step 15/36 : ARG DIST_PACKAGES="" ---> Running in 8a185d43dd14 Removing intermediate container 8a185d43dd14 ---> d30fc5edcdfd Step 16/36 : ARG PLUGIN=no ---> Running in ad929423a0e8 Removing intermediate container ad929423a0e8 ---> 9c2bbde5508b Step 17/36 : ARG PYTHON3=indeed ---> Running in 638fb877feaf Removing intermediate container 638fb877feaf ---> 7ab9f9a6eabf Step 18/36 : ARG EXTRA_BINDEP="" ---> Running in 887d3cb986e8 Removing intermediate container 887d3cb986e8 ---> b733a3f83a8e Step 19/36 : ARG EXTRA_PYDEP="" ---> Running in ff8bbe3157da Removing intermediate container ff8bbe3157da ---> 26f5e922add1 Step 20/36 : ARG REGISTRY_PROTOCOL="detect" ---> Running in 1b1125727a5e Removing intermediate container 1b1125727a5e ---> 612bbe8af3f3 Step 21/36 : ARG REGISTRY_INSECURE="False" ---> Running in dccd825b67ef Removing intermediate container dccd825b67ef ---> eb168c4b7f50 Step 22/36 : ARG KEEP_ALL_WHEELS="False" ---> Running in 81e31c6ef63f Removing intermediate container 81e31c6ef63f ---> 30278f8ddb09 Step 23/36 : ARG UPDATE_SYSTEM_ACCOUNT="no" ---> Running in 348ecbc271b9 Removing intermediate container 348ecbc271b9 ---> 4c7bc52452a9 Step 24/36 : ARG NON_UNIQUE_SYSTEM_ACCOUNT="no" ---> Running in 0c8226547e49 Removing intermediate container 0c8226547e49 ---> 113e0435e8ba Step 25/36 : ARG UID=42424 ---> Running in 0c1847a41923 Removing intermediate container 0c1847a41923 ---> 88f799cef4a2 Step 26/36 : ARG GID=42424 ---> Running in 4fa46313157a Removing intermediate container 4fa46313157a ---> 0198394d29a3 Step 27/36 : ARG NOVNC_REPO=${NOVNC_REPO:-https://github.com/novnc/novnc} ---> Running in e5f34970dca5 Removing intermediate container e5f34970dca5 ---> 0ec2356de117 Step 28/36 : ARG NOVNC_REF=${NOVNC_REF:-v1.0.0} ---> Running in c5c4e70372da Removing intermediate container c5c4e70372da ---> 8d118b3a6d17 Step 29/36 : ARG SPICE_REPO=${SPICE_REPO:-https://gitlab.freedesktop.org/spice/spice-html5.git} ---> Running in e3f3c99ee547 Removing intermediate container e3f3c99ee547 ---> 6ce7bfda9c96 Step 30/36 : ARG SPICE_REF=${SPICE_REF:-spice-html5-0.1.6} ---> Running in e2450765c584 Removing intermediate container e2450765c584 ---> 582c6c1996b1 Step 31/36 : COPY scripts /opt/loci/scripts ---> 931d69f7723f Step 32/36 : ADD bindep.txt pydep.txt $EXTRA_BINDEP $EXTRA_PYDEP /opt/loci/ ---> ea5c4de70b4e Step 33/36 : ARG DIST_REPOS ---> Running in b96b3b3334d6 Removing intermediate container b96b3b3334d6 ---> 44f47526f432 Step 34/36 : COPY stx-scripts /opt/loci/stx-scripts ---> b53f2c61d18c Step 35/36 : COPY stx-wheels /opt/loci/stx-wheels ---> 83765b4dcfcb Step 36/36 : RUN /opt/loci/stx-scripts/install.sh ---> Running in 58fd74fa5725 + LOCI_DIR=/opt/loci + /opt/loci/stx-scripts/setup-package-repos.sh + [[ -n '' ]] + /opt/loci/scripts/install.sh ++ awk -F= '/^ID=/ {gsub(/\"/, "", $2); print $2}' /etc/centos-release /etc/os-release /etc/redhat-release /etc/system-release + distro=centos + export distro=centos + distro=centos + [[ indeed == \n\o ]] + dpkg_python_packages=("python3" "python3-virtualenv") + rpm_python_packages=("python3") + python3=python3 + python_version=3 + case ${distro} in + export LC_CTYPE=en_US.UTF-8 + LC_CTYPE=en_US.UTF-8 + yum upgrade -y Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.netelligent.ca * extras: centos.mirror.netelligent.ca * updates: centos.mirror.globo.tech http://mirror.starlingx.cengn.ca:80//mirror/starlingx/master/centos/containers/20230207T025358Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Resolving Dependencies --> Running transaction check ---> Package acl.x86_64 0:2.2.51-14.el7 will be updated ---> Package acl.x86_64 0:2.2.51-15.el7 will be an update ---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be updated ---> Package apr.x86_64 0:1.4.8-7.el7 will be an update ---> Package audit-libs.x86_64 0:2.8.4-4.el7 will be updated ---> Package audit-libs.x86_64 0:2.8.5-4.el7 will be an update ---> Package audit-libs-python.x86_64 0:2.8.4-4.el7 will be updated ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be an update ---> Package bash.x86_64 0:4.2.46-34.el7.tis.10 will be updated ---> Package bash.x86_64 0:4.2.46-35.el7_9 will be an update ---> Package bind-license.noarch 32:9.11.4-26.P2.el7 will be updated ---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.13 will be an update ---> Package binutils.x86_64 0:2.27-41.base.el7 will be updated ---> Package binutils.x86_64 0:2.27-44.base.el7_9.1 will be an update ---> Package centos-release.x86_64 0:7-6.1810.2.el7.centos will be updated ---> Package centos-release.x86_64 0:7-9.2009.1.el7.centos will be an update ---> Package chkconfig.x86_64 0:1.7.4-1.el7 will be updated ---> Package chkconfig.x86_64 0:1.7.6-1.el7 will be an update ---> Package coreutils.x86_64 0:8.22-23.el7 will be updated ---> Package coreutils.x86_64 0:8.22-24.el7_9.2 will be an update ---> Package cpio.x86_64 0:2.11-27.el7 will be updated ---> Package cpio.x86_64 0:2.11-28.el7 will be an update ---> Package cryptsetup-libs.x86_64 0:2.0.3-3.el7 will be updated ---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be an update ---> Package curl.x86_64 0:7.29.0-59.el7 will be updated ---> Package curl.x86_64 0:7.29.0-59.el7_9.1 will be an update ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-23.el7 will be updated ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-24.el7_9 will be an update ---> Package device-mapper.x86_64 7:1.02.146-4.el7 will be updated ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update ---> Package device-mapper-libs.x86_64 7:1.02.146-4.el7 will be updated ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update ---> Package diffutils.x86_64 0:3.3-4.el7 will be updated ---> Package diffutils.x86_64 0:3.3-5.el7 will be an update ---> Package dracut.x86_64 0:033-554.el7 will be updated ---> Package dracut.x86_64 0:033-572.el7 will be an update ---> Package elfutils-default-yama-scope.noarch 0:0.176-2.el7 will be updated ---> Package elfutils-default-yama-scope.noarch 0:0.176-5.el7 will be an update ---> Package elfutils-libelf.x86_64 0:0.176-2.el7 will be updated ---> Package elfutils-libelf.x86_64 0:0.176-5.el7 will be an update ---> Package elfutils-libs.x86_64 0:0.176-2.el7 will be updated ---> Package elfutils-libs.x86_64 0:0.176-5.el7 will be an update ---> Package expat.x86_64 0:2.1.0-14.el7_9.tis.1 will be updated ---> Package expat.x86_64 0:2.1.0-15.el7_9 will be an update ---> Package glib2.x86_64 0:2.56.1-7.el7 will be updated ---> Package glib2.x86_64 0:2.56.1-9.el7_9 will be an update ---> Package glibc.x86_64 0:2.17-323.el7_9 will be updated ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update ---> Package glibc-common.x86_64 0:2.17-323.el7_9 will be updated ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update ---> Package gnutls.x86_64 0:3.3.29-8.el7 will be updated ---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be an update ---> Package gzip.x86_64 0:1.5-10.el7 will be updated ---> Package gzip.x86_64 0:1.5-11.el7_9 will be an update ---> Package hostname.x86_64 0:3.13-3.el7 will be updated ---> Package hostname.x86_64 0:3.13-3.el7_7.1 will be an update ---> Package ima-evm-utils.x86_64 0:1.1-2.el7 will be updated ---> Package ima-evm-utils.x86_64 0:1.1-3.el7 will be an update ---> Package kmod.x86_64 0:20-23.el7 will be updated ---> Package kmod.x86_64 0:20-28.el7 will be an update ---> Package kmod-libs.x86_64 0:20-23.el7 will be updated ---> Package kmod-libs.x86_64 0:20-28.el7 will be an update ---> Package kpartx.x86_64 0:0.4.9-119.el7 will be updated ---> Package kpartx.x86_64 0:0.4.9-136.el7_9 will be an update ---> Package krb5-libs.x86_64 0:1.15.1-34.el7 will be updated ---> Package krb5-libs.x86_64 0:1.15.1-55.el7_9 will be an update ---> Package libacl.x86_64 0:2.2.51-14.el7 will be updated ---> Package libacl.x86_64 0:2.2.51-15.el7 will be an update ---> Package libblkid.x86_64 0:2.23.2-59.el7 will be updated ---> Package libblkid.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libcap.x86_64 0:2.22-9.el7 will be updated ---> Package libcap.x86_64 0:2.22-11.el7 will be an update ---> Package libcom_err.x86_64 0:1.42.9-13.el7 will be updated ---> Package libcom_err.x86_64 0:1.42.9-19.el7 will be an update ---> Package libcurl.x86_64 0:7.29.0-59.el7 will be updated ---> Package libcurl.x86_64 0:7.29.0-59.el7_9.1 will be an update ---> Package libdb.x86_64 0:5.3.21-24.el7 will be updated ---> Package libdb.x86_64 0:5.3.21-25.el7 will be an update ---> Package libdb-utils.x86_64 0:5.3.21-24.el7 will be updated ---> Package libdb-utils.x86_64 0:5.3.21-25.el7 will be an update ---> Package libffi.x86_64 0:3.0.13-18.el7 will be updated ---> Package libffi.x86_64 0:3.0.13-19.el7 will be an update ---> Package libgcc.x86_64 0:4.8.5-36.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-44.el7 will be an update ---> Package libmount.x86_64 0:2.23.2-59.el7 will be updated ---> Package libmount.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libselinux.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux.x86_64 0:2.5-15.el7 will be an update ---> Package libselinux-python.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be an update ---> Package libselinux-utils.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be an update ---> Package libsmartcols.x86_64 0:2.23.2-59.el7 will be updated ---> Package libsmartcols.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libstdc++.x86_64 0:4.8.5-36.el7 will be updated ---> Package libstdc++.x86_64 0:4.8.5-44.el7 will be an update ---> Package libtirpc.x86_64 0:0.2.4-0.15.el7 will be updated ---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be an update ---> Package libuuid.x86_64 0:2.23.2-59.el7 will be updated ---> Package libuuid.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package lz4.x86_64 0:1.7.5-2.el7 will be updated ---> Package lz4.x86_64 0:1.8.3-1.el7 will be an update ---> Package nettle.x86_64 0:2.7.1-8.el7 will be updated ---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be an update ---> Package nspr.x86_64 0:4.32.0-1.el7_9 will be updated ---> Package nspr.x86_64 0:4.34.0-3.1.el7_9 will be an update ---> Package nss.x86_64 0:3.67.0-4.el7_9 will be updated ---> Package nss.x86_64 0:3.79.0-4.el7_9 will be an update ---> Package nss-pem.x86_64 0:1.0.3-5.el7 will be updated ---> Package nss-pem.x86_64 0:1.0.3-7.el7 will be an update ---> Package nss-softokn.x86_64 0:3.67.0-3.el7_9 will be updated ---> Package nss-softokn.x86_64 0:3.79.0-4.el7_9 will be an update ---> Package nss-softokn-freebl.x86_64 0:3.67.0-3.el7_9 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.79.0-4.el7_9 will be an update ---> Package nss-sysinit.x86_64 0:3.67.0-4.el7_9 will be updated ---> Package nss-sysinit.x86_64 0:3.79.0-4.el7_9 will be an update ---> Package nss-tools.x86_64 0:3.67.0-4.el7_9 will be updated ---> Package nss-tools.x86_64 0:3.79.0-4.el7_9 will be an update ---> Package nss-util.x86_64 0:3.67.0-1.el7_9 will be updated ---> Package nss-util.x86_64 0:3.79.0-1.el7_9 will be an update ---> Package openldap.x86_64 0:2.4.44-20.el7.tis.15 will be updated ---> Package openldap.x86_64 0:2.4.44-25.el7_9 will be an update ---> Package openssh.x86_64 0:7.4p1-21.el7_4.tis.9 will be updated ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be an update ---> Package openssh-clients.x86_64 0:7.4p1-21.el7_4.tis.9 will be updated ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be an update ---> Package openssl-libs.x86_64 1:1.0.2k-16.el7 will be updated ---> Package openssl-libs.x86_64 1:1.0.2k-25.el7_9 will be an update ---> Package pam.x86_64 0:1.1.8-22.el7 will be updated ---> Package pam.x86_64 0:1.1.8-23.el7 will be an update ---> Package passwd.x86_64 0:0.79-4.el7 will be updated ---> Package passwd.x86_64 0:0.79-6.el7 will be an update ---> Package policycoreutils.x86_64 0:2.5-29.el7 will be updated ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be an update ---> Package policycoreutils-python.x86_64 0:2.5-29.el7 will be updated ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be an update ---> Package python-urlgrabber.noarch 0:3.10-9.el7 will be updated ---> Package python-urlgrabber.noarch 0:3.10-10.el7 will be an update ---> Package python3.x86_64 0:3.6.8-10.el7 will be updated ---> Package python3.x86_64 0:3.6.8-18.el7 will be an update ---> Package python3-libs.x86_64 0:3.6.8-10.el7 will be updated ---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be an update ---> Package python3-pip.noarch 0:9.0.3-5.el7 will be updated ---> Package python3-pip.noarch 0:9.0.3-8.el7 will be an update ---> Package python3-wheel.noarch 0:0.31.1-4.el7 will be updated ---> Package python3-wheel.noarch 0:0.31.1-5.el7_7 will be an update ---> Package readline.x86_64 0:6.2-10.el7 will be updated ---> Package readline.x86_64 0:6.2-11.el7 will be an update ---> Package sed.x86_64 0:4.2.2-5.el7 will be updated ---> Package sed.x86_64 0:4.2.2-7.el7 will be an update ---> Package setup.noarch 0:2.8.71-10.el7.tis.11 will be updated ---> Package setup.noarch 0:2.8.71-11.el7 will be an update ---> Package shadow-utils.x86_64 2:4.1.5.1-25.el7 will be updated ---> Package shadow-utils.x86_64 2:4.6-5.el7 will be an update ---> Package shared-mime-info.x86_64 0:1.8-4.el7 will be updated ---> Package shared-mime-info.x86_64 0:1.8-5.el7 will be an update ---> Package systemd.x86_64 0:219-78.el7_9.3.tis.22 will be updated ---> Package systemd.x86_64 0:219-78.el7_9.7 will be an update ---> Package systemd-libs.x86_64 0:219-78.el7_9.3.tis.22 will be updated ---> Package systemd-libs.x86_64 0:219-78.el7_9.7 will be an update ---> Package tzdata.noarch 0:2022a-1.el7.tis.2 will be updated ---> Package tzdata.noarch 0:2022g-1.el7 will be an update ---> Package util-linux.x86_64 0:2.23.2-59.el7 will be updated ---> Package util-linux.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package vim-minimal.x86_64 2:7.4.629-7.el7 will be updated ---> Package vim-minimal.x86_64 2:7.4.629-8.el7_9 will be an update ---> Package xz.x86_64 0:5.2.2-1.el7 will be updated ---> Package xz.x86_64 0:5.2.2-2.el7_9 will be an update ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be updated ---> Package xz-libs.x86_64 0:5.2.2-2.el7_9 will be an update ---> Package yum.noarch 0:3.4.3-161.el7.centos will be updated ---> Package yum.noarch 0:3.4.3-168.el7.centos will be an update ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-50.el7 will be updated ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8 will be an update ---> Package yum-plugin-ovl.noarch 0:1.1.31-45.el7 will be updated ---> Package yum-plugin-ovl.noarch 0:1.1.31-54.el7_8 will be an update ---> Package yum-utils.noarch 0:1.1.31-50.el7 will be updated ---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be an update ---> Package zlib.x86_64 0:1.2.7-18.el7 will be updated ---> Package zlib.x86_64 0:1.2.7-20.el7_9 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: acl x86_64 2.2.51-15.el7 base 81 k apr x86_64 1.4.8-7.el7 base 104 k audit-libs x86_64 2.8.5-4.el7 base 102 k audit-libs-python x86_64 2.8.5-4.el7 base 76 k bash x86_64 4.2.46-35.el7_9 updates 1.0 M bind-license noarch 32:9.11.4-26.P2.el7_9.13 updates 92 k binutils x86_64 2.27-44.base.el7_9.1 updates 5.9 M centos-release x86_64 7-9.2009.1.el7.centos updates 27 k chkconfig x86_64 1.7.6-1.el7 base 182 k coreutils x86_64 8.22-24.el7_9.2 updates 3.3 M cpio x86_64 2.11-28.el7 base 211 k cryptsetup-libs x86_64 2.0.3-6.el7 base 339 k curl x86_64 7.29.0-59.el7_9.1 updates 271 k cyrus-sasl-lib x86_64 2.1.26-24.el7_9 updates 156 k device-mapper x86_64 7:1.02.170-6.el7_9.5 updates 297 k device-mapper-libs x86_64 7:1.02.170-6.el7_9.5 updates 325 k diffutils x86_64 3.3-5.el7 base 322 k dracut x86_64 033-572.el7 base 329 k elfutils-default-yama-scope noarch 0.176-5.el7 base 33 k elfutils-libelf x86_64 0.176-5.el7 base 195 k elfutils-libs x86_64 0.176-5.el7 base 291 k expat x86_64 2.1.0-15.el7_9 updates 83 k glib2 x86_64 2.56.1-9.el7_9 updates 2.5 M glibc x86_64 2.17-326.el7_9 updates 3.6 M glibc-common x86_64 2.17-326.el7_9 updates 12 M gnutls x86_64 3.3.29-9.el7_6 base 680 k gzip x86_64 1.5-11.el7_9 updates 130 k hostname x86_64 3.13-3.el7_7.1 base 17 k ima-evm-utils x86_64 1.1-3.el7 base 46 k kmod x86_64 20-28.el7 base 123 k kmod-libs x86_64 20-28.el7 base 51 k kpartx x86_64 0.4.9-136.el7_9 updates 81 k krb5-libs x86_64 1.15.1-55.el7_9 updates 810 k libacl x86_64 2.2.51-15.el7 base 27 k libblkid x86_64 2.23.2-65.el7_9.1 updates 183 k libcap x86_64 2.22-11.el7 base 47 k libcom_err x86_64 1.42.9-19.el7 base 42 k libcurl x86_64 7.29.0-59.el7_9.1 updates 223 k libdb x86_64 5.3.21-25.el7 base 720 k libdb-utils x86_64 5.3.21-25.el7 base 132 k libffi x86_64 3.0.13-19.el7 base 30 k libgcc x86_64 4.8.5-44.el7 base 103 k libmount x86_64 2.23.2-65.el7_9.1 updates 185 k libselinux x86_64 2.5-15.el7 base 162 k libselinux-python x86_64 2.5-15.el7 base 236 k libselinux-utils x86_64 2.5-15.el7 base 151 k libsmartcols x86_64 2.23.2-65.el7_9.1 updates 143 k libstdc++ x86_64 4.8.5-44.el7 base 306 k libtirpc x86_64 0.2.4-0.16.el7 base 89 k libuuid x86_64 2.23.2-65.el7_9.1 updates 84 k lz4 x86_64 1.8.3-1.el7 base 85 k nettle x86_64 2.7.1-9.el7_9 updates 328 k nspr x86_64 4.34.0-3.1.el7_9 updates 128 k nss x86_64 3.79.0-4.el7_9 updates 895 k nss-pem x86_64 1.0.3-7.el7 base 74 k nss-softokn x86_64 3.79.0-4.el7_9 updates 379 k nss-softokn-freebl x86_64 3.79.0-4.el7_9 updates 337 k nss-sysinit x86_64 3.79.0-4.el7_9 updates 66 k nss-tools x86_64 3.79.0-4.el7_9 updates 555 k nss-util x86_64 3.79.0-1.el7_9 updates 80 k openldap x86_64 2.4.44-25.el7_9 updates 356 k openssh x86_64 7.4p1-22.el7_9 updates 510 k openssh-clients x86_64 7.4p1-22.el7_9 updates 655 k openssl-libs x86_64 1:1.0.2k-25.el7_9 updates 1.2 M pam x86_64 1.1.8-23.el7 base 721 k passwd x86_64 0.79-6.el7 base 106 k policycoreutils x86_64 2.5-34.el7 base 917 k policycoreutils-python x86_64 2.5-34.el7 base 457 k python-urlgrabber noarch 3.10-10.el7 base 108 k python3 x86_64 3.6.8-18.el7 updates 70 k python3-libs x86_64 3.6.8-18.el7 updates 6.9 M python3-pip noarch 9.0.3-8.el7 base 1.6 M python3-wheel noarch 0.31.1-5.el7_7 base 63 k readline x86_64 6.2-11.el7 base 193 k sed x86_64 4.2.2-7.el7 base 231 k setup noarch 2.8.71-11.el7 base 166 k shadow-utils x86_64 2:4.6-5.el7 base 1.2 M shared-mime-info x86_64 1.8-5.el7 base 312 k systemd x86_64 219-78.el7_9.7 updates 5.1 M systemd-libs x86_64 219-78.el7_9.7 updates 419 k tzdata noarch 2022g-1.el7 updates 490 k util-linux x86_64 2.23.2-65.el7_9.1 updates 2.0 M vim-minimal x86_64 2:7.4.629-8.el7_9 updates 443 k xz x86_64 5.2.2-2.el7_9 updates 229 k xz-libs x86_64 5.2.2-2.el7_9 updates 103 k yum noarch 3.4.3-168.el7.centos base 1.2 M yum-plugin-fastestmirror noarch 1.1.31-54.el7_8 base 34 k yum-plugin-ovl noarch 1.1.31-54.el7_8 base 28 k yum-utils noarch 1.1.31-54.el7_8 base 122 k zlib x86_64 1.2.7-20.el7_9 updates 90 k Transaction Summary ================================================================================ Upgrade 90 Packages Total download size: 65 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 30 MB/s | 65 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-44.el7.x86_64 1/180 Updating : centos-release-7-9.2009.1.el7.centos.x86_64 2/180 Updating : setup-2.8.71-11.el7.noarch 3/180 warning: /etc/group created as /etc/group.rpmnew warning: /etc/gshadow created as /etc/gshadow.rpmnew warning: /etc/passwd created as /etc/passwd.rpmnew warning: /etc/shadow created as /etc/shadow.rpmnew Updating : python-urlgrabber-3.10-10.el7.noarch 4/180 Updating : tzdata-2022g-1.el7.noarch 5/180 Updating : bash-4.2.46-35.el7_9.x86_64 6/180 Updating : nss-softokn-freebl-3.79.0-4.el7_9.x86_64 7/180 Updating : glibc-common-2.17-326.el7_9.x86_64 8/180 Updating : glibc-2.17-326.el7_9.x86_64 9/180 Updating : libselinux-2.5-15.el7.x86_64 10/180 Updating : nspr-4.34.0-3.1.el7_9.x86_64 11/180 Updating : nss-util-3.79.0-1.el7_9.x86_64 12/180 Updating : zlib-1.2.7-20.el7_9.x86_64 13/180 Updating : audit-libs-2.8.5-4.el7.x86_64 14/180 Updating : xz-libs-5.2.2-2.el7_9.x86_64 15/180 Updating : libcom_err-1.42.9-19.el7.x86_64 16/180 Updating : sed-4.2.2-7.el7.x86_64 17/180 install-info: No such file or directory for /usr/share/info/sed.info.gz Updating : libacl-2.2.51-15.el7.x86_64 18/180 Updating : libuuid-2.23.2-65.el7_9.1.x86_64 19/180 Updating : diffutils-3.3-5.el7.x86_64 20/180 install-info: No such file or directory for /usr/share/info/diffutils.info Updating : libcap-2.22-11.el7.x86_64 21/180 Updating : 1:openssl-libs-1.0.2k-25.el7_9.x86_64 22/180 Updating : coreutils-8.22-24.el7_9.2.x86_64 23/180 Updating : krb5-libs-1.15.1-55.el7_9.x86_64 24/180 Updating : libblkid-2.23.2-65.el7_9.1.x86_64 25/180 Updating : libmount-2.23.2-65.el7_9.1.x86_64 26/180 Updating : libdb-5.3.21-25.el7.x86_64 27/180 Updating : pam-1.1.8-23.el7.x86_64 28/180 Updating : cpio-2.11-28.el7.x86_64 29/180 Updating : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 30/180 Updating : yum-3.4.3-168.el7.centos.noarch 31/180 Updating : gzip-1.5-11.el7_9.x86_64 32/180 Updating : xz-5.2.2-2.el7_9.x86_64 33/180 Updating : elfutils-libelf-0.176-5.el7.x86_64 34/180 Updating : nss-softokn-3.79.0-4.el7_9.x86_64 35/180 Updating : chkconfig-1.7.6-1.el7.x86_64 36/180 Updating : nss-pem-1.0.3-7.el7.x86_64 37/180 Updating : nss-3.79.0-4.el7_9.x86_64 38/180 Updating : nss-sysinit-3.79.0-4.el7_9.x86_64 39/180 Updating : lz4-1.8.3-1.el7.x86_64 40/180 Updating : libffi-3.0.13-19.el7.x86_64 41/180 Updating : glib2-2.56.1-9.el7_9.x86_64 42/180 Updating : shared-mime-info-1.8-5.el7.x86_64 43/180 Updating : nss-tools-3.79.0-4.el7_9.x86_64 44/180 Updating : binutils-2.27-44.base.el7_9.1.x86_64 45/180 install-info: No such file or directory for /usr/share/info/as.info.gz install-info: No such file or directory for /usr/share/info/binutils.info.gz install-info: No such file or directory for /usr/share/info/gprof.info.gz install-info: No such file or directory for /usr/share/info/ld.info.gz install-info: No such file or directory for /usr/share/info/standards.info.gz Updating : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 46/180 Updating : openldap-2.4.44-25.el7_9.x86_64 47/180 Updating : libcurl-7.29.0-59.el7_9.1.x86_64 48/180 Updating : libtirpc-0.2.4-0.16.el7.x86_64 49/180 Updating : 2:shadow-utils-4.6-5.el7.x86_64 50/180 Updating : acl-2.2.51-15.el7.x86_64 51/180 Updating : kmod-libs-20-28.el7.x86_64 52/180 Updating : audit-libs-python-2.8.5-4.el7.x86_64 53/180 Updating : libselinux-utils-2.5-15.el7.x86_64 54/180 Updating : libselinux-python-2.5-15.el7.x86_64 55/180 Updating : readline-6.2-11.el7.x86_64 56/180 Updating : libsmartcols-2.23.2-65.el7_9.1.x86_64 57/180 Updating : util-linux-2.23.2-65.el7_9.1.x86_64 58/180 Updating : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 59/180 Updating : kpartx-0.4.9-136.el7_9.x86_64 60/180 Updating : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 61/180 Updating : cryptsetup-libs-2.0.3-6.el7.x86_64 62/180 Updating : dracut-033-572.el7.x86_64 63/180 Updating : kmod-20-28.el7.x86_64 64/180 Updating : systemd-libs-219-78.el7_9.7.x86_64 65/180 Updating : elfutils-libs-0.176-5.el7.x86_64 66/180 Updating : systemd-219-78.el7_9.7.x86_64 67/180 Failed to get D-Bus connection: Operation not permitted Updating : elfutils-default-yama-scope-0.176-5.el7.noarch 68/180 Updating : policycoreutils-2.5-34.el7.x86_64 69/180 Updating : openssh-7.4p1-22.el7_9.x86_64 70/180 Updating : nettle-2.7.1-9.el7_9.x86_64 71/180 install-info: No such file or directory for /usr/share/info/nettle.info Updating : expat-2.1.0-15.el7_9.x86_64 72/180 Updating : python3-pip-9.0.3-8.el7.noarch 73/180 Updating : python3-3.6.8-18.el7.x86_64 74/180 Updating : python3-libs-3.6.8-18.el7.x86_64 75/180 Updating : python3-wheel-0.31.1-5.el7_7.noarch 76/180 Updating : gnutls-3.3.29-9.el7_6.x86_64 77/180 Updating : openssh-clients-7.4p1-22.el7_9.x86_64 78/180 Updating : policycoreutils-python-2.5-34.el7.x86_64 79/180 Updating : curl-7.29.0-59.el7_9.1.x86_64 80/180 Updating : passwd-0.79-6.el7.x86_64 81/180 Updating : yum-plugin-ovl-1.1.31-54.el7_8.noarch 82/180 Updating : yum-utils-1.1.31-54.el7_8.noarch 83/180 Updating : libdb-utils-5.3.21-25.el7.x86_64 84/180 Updating : ima-evm-utils-1.1-3.el7.x86_64 85/180 Updating : apr-1.4.8-7.el7.x86_64 86/180 Updating : 2:vim-minimal-7.4.629-8.el7_9.x86_64 87/180 Updating : libstdc++-4.8.5-44.el7.x86_64 88/180 Updating : hostname-3.13-3.el7_7.1.x86_64 89/180 Updating : 32:bind-license-9.11.4-26.P2.el7_9.13.noarch 90/180 Cleanup : openssh-clients-7.4p1-21.el7_4.tis.9.x86_64 91/180 Cleanup : openssh-7.4p1-21.el7_4.tis.9.x86_64 92/180 Cleanup : dracut-033-554.el7.x86_64 93/180 Cleanup : apr-1.4.8-3.el7_4.1.x86_64 94/180 Cleanup : curl-7.29.0-59.el7.x86_64 95/180 Cleanup : passwd-0.79-4.el7.x86_64 96/180 Cleanup : glib2-2.56.1-7.el7.x86_64 97/180 Cleanup : libstdc++-4.8.5-36.el7.x86_64 98/180 Cleanup : gnutls-3.3.29-8.el7.x86_64 99/180 Cleanup : ima-evm-utils-1.1-2.el7.x86_64 100/180 Cleanup : 2:vim-minimal-7.4.629-7.el7.x86_64 101/180 Cleanup : policycoreutils-python-2.5-29.el7.x86_64 102/180 Cleanup : policycoreutils-2.5-29.el7.x86_64 103/180 Cleanup : libdb-utils-5.3.21-24.el7.x86_64 104/180 Cleanup : python3-wheel-0.31.1-4.el7.noarch 105/180 Cleanup : yum-utils-1.1.31-50.el7.noarch 106/180 Cleanup : yum-plugin-ovl-1.1.31-45.el7.noarch 107/180 Cleanup : yum-3.4.3-161.el7.centos.noarch 108/180 Cleanup : yum-plugin-fastestmirror-1.1.31-50.el7.noarch 109/180 Cleanup : python-urlgrabber-3.10-9.el7.noarch 110/180 Cleanup : 32:bind-license-9.11.4-26.P2.el7.noarch 111/180 Cleanup : python3-3.6.8-10.el7.x86_64 112/180 Cleanup : python3-libs-3.6.8-10.el7.x86_64 113/180 Cleanup : libtirpc-0.2.4-0.15.el7.x86_64 114/180 Cleanup : readline-6.2-10.el7.x86_64 115/180 Cleanup : kpartx-0.4.9-119.el7.x86_64 116/180 Cleanup : util-linux-2.23.2-59.el7.x86_64 117/180 Cleanup : cryptsetup-libs-2.0.3-3.el7.x86_64 118/180 Cleanup : systemd-libs-219-78.el7_9.3.tis.22.x86_64 119/180 Cleanup : 7:device-mapper-libs-1.02.146-4.el7.x86_64 120/180 Cleanup : 7:device-mapper-1.02.146-4.el7.x86_64 121/180 Cleanup : elfutils-libs-0.176-2.el7.x86_64 122/180 Cleanup : elfutils-default-yama-scope-0.176-2.el7.noarch 123/180 Cleanup : systemd-219-78.el7_9.3.tis.22.x86_64 124/180 Cleanup : libcurl-7.29.0-59.el7.x86_64 125/180 Cleanup : openldap-2.4.44-20.el7.tis.15.x86_64 126/180 Cleanup : nss-tools-3.67.0-4.el7_9.x86_64 127/180 Cleanup : nss-sysinit-3.67.0-4.el7_9.x86_64 128/180 Cleanup : nss-3.67.0-4.el7_9.x86_64 129/180 Cleanup : nss-pem-1.0.3-5.el7.x86_64 130/180 Cleanup : pam-1.1.8-22.el7.x86_64 131/180 Cleanup : nss-softokn-3.67.0-3.el7_9.x86_64 132/180 Cleanup : libmount-2.23.2-59.el7.x86_64 133/180 Cleanup : kmod-20-23.el7.x86_64 134/180 Cleanup : binutils-2.27-41.base.el7.x86_64 135/180 Cleanup : cyrus-sasl-lib-2.1.26-23.el7.x86_64 136/180 Cleanup : krb5-libs-1.15.1-34.el7.x86_64 137/180 Cleanup : 2:shadow-utils-4.1.5.1-25.el7.x86_64 138/180 Cleanup : xz-5.2.2-1.el7.x86_64 139/180 Cleanup : libblkid-2.23.2-59.el7.x86_64 140/180 Cleanup : kmod-libs-20-23.el7.x86_64 141/180 Cleanup : libdb-5.3.21-24.el7.x86_64 142/180 Cleanup : libsmartcols-2.23.2-59.el7.x86_64 143/180 Cleanup : gzip-1.5-10.el7.x86_64 144/180 Cleanup : xz-libs-5.2.2-1.el7.x86_64 145/180 Cleanup : elfutils-libelf-0.176-2.el7.x86_64 146/180 Cleanup : sed-4.2.2-5.el7.x86_64 147/180 Cleanup : cpio-2.11-27.el7.x86_64 148/180 Cleanup : diffutils-3.3-4.el7.x86_64 149/180 Cleanup : libuuid-2.23.2-59.el7.x86_64 150/180 Cleanup : chkconfig-1.7.4-1.el7.x86_64 151/180 Cleanup : acl-2.2.51-14.el7.x86_64 152/180 Cleanup : audit-libs-python-2.8.4-4.el7.x86_64 153/180 Cleanup : audit-libs-2.8.4-4.el7.x86_64 154/180 Cleanup : libselinux-python-2.5-14.1.el7.x86_64 155/180 Cleanup : nettle-2.7.1-8.el7.x86_64 156/180 Cleanup : lz4-1.7.5-2.el7.x86_64 157/180 Cleanup : expat-2.1.0-14.el7_9.tis.1.x86_64 158/180 Cleanup : libffi-3.0.13-18.el7.x86_64 159/180 Cleanup : shared-mime-info-1.8-4.el7.x86_64 160/180 Cleanup : hostname-3.13-3.el7.x86_64 161/180 Cleanup : libselinux-utils-2.5-14.1.el7.x86_64 162/180 Cleanup : setup-2.8.71-10.el7.tis.11.noarch 163/180 Cleanup : centos-release-7-6.1810.2.el7.centos.x86_64 164/180 Cleanup : python3-pip-9.0.3-5.el7.noarch 165/180 Cleanup : coreutils-8.22-23.el7.x86_64 166/180 Cleanup : 1:openssl-libs-1.0.2k-16.el7.x86_64 167/180 Cleanup : libcom_err-1.42.9-13.el7.x86_64 168/180 Cleanup : libcap-2.22-9.el7.x86_64 169/180 Cleanup : libacl-2.2.51-14.el7.x86_64 170/180 Cleanup : zlib-1.2.7-18.el7.x86_64 171/180 Cleanup : libselinux-2.5-14.1.el7.x86_64 172/180 Cleanup : glibc-common-2.17-323.el7_9.x86_64 173/180 Cleanup : bash-4.2.46-34.el7.tis.10.x86_64 174/180 Cleanup : nspr-4.32.0-1.el7_9.x86_64 175/180 Cleanup : nss-util-3.67.0-1.el7_9.x86_64 176/180 Cleanup : nss-softokn-freebl-3.67.0-3.el7_9.x86_64 177/180 Cleanup : glibc-2.17-323.el7_9.x86_64 178/180 Cleanup : tzdata-2022a-1.el7.tis.2.noarch 179/180 Cleanup : libgcc-4.8.5-36.el7.x86_64 180/180 Verifying : acl-2.2.51-15.el7.x86_64 1/180 Verifying : libblkid-2.23.2-65.el7_9.1.x86_64 2/180 Verifying : libacl-2.2.51-15.el7.x86_64 3/180 Verifying : libdb-utils-5.3.21-25.el7.x86_64 4/180 Verifying : readline-6.2-11.el7.x86_64 5/180 Verifying : centos-release-7-9.2009.1.el7.centos.x86_64 6/180 Verifying : libsmartcols-2.23.2-65.el7_9.1.x86_64 7/180 Verifying : nss-pem-1.0.3-7.el7.x86_64 8/180 Verifying : openldap-2.4.44-25.el7_9.x86_64 9/180 Verifying : libselinux-2.5-15.el7.x86_64 10/180 Verifying : kmod-libs-20-28.el7.x86_64 11/180 Verifying : libcurl-7.29.0-59.el7_9.1.x86_64 12/180 Verifying : tzdata-2022g-1.el7.noarch 13/180 Verifying : libcap-2.22-11.el7.x86_64 14/180 Verifying : nss-tools-3.79.0-4.el7_9.x86_64 15/180 Verifying : bash-4.2.46-35.el7_9.x86_64 16/180 Verifying : libstdc++-4.8.5-44.el7.x86_64 17/180 Verifying : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 18/180 Verifying : libgcc-4.8.5-44.el7.x86_64 19/180 Verifying : systemd-libs-219-78.el7_9.7.x86_64 20/180 Verifying : glibc-2.17-326.el7_9.x86_64 21/180 Verifying : systemd-219-78.el7_9.7.x86_64 22/180 Verifying : chkconfig-1.7.6-1.el7.x86_64 23/180 Verifying : pam-1.1.8-23.el7.x86_64 24/180 Verifying : elfutils-default-yama-scope-0.176-5.el7.noarch 25/180 Verifying : python3-3.6.8-18.el7.x86_64 26/180 Verifying : python-urlgrabber-3.10-10.el7.noarch 27/180 Verifying : dracut-033-572.el7.x86_64 28/180 Verifying : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 29/180 Verifying : cryptsetup-libs-2.0.3-6.el7.x86_64 30/180 Verifying : apr-1.4.8-7.el7.x86_64 31/180 Verifying : util-linux-2.23.2-65.el7_9.1.x86_64 32/180 Verifying : nss-sysinit-3.79.0-4.el7_9.x86_64 33/180 Verifying : gnutls-3.3.29-9.el7_6.x86_64 34/180 Verifying : setup-2.8.71-11.el7.noarch 35/180 Verifying : binutils-2.27-44.base.el7_9.1.x86_64 36/180 Verifying : yum-plugin-ovl-1.1.31-54.el7_8.noarch 37/180 Verifying : zlib-1.2.7-20.el7_9.x86_64 38/180 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 39/180 Verifying : python3-wheel-0.31.1-5.el7_7.noarch 40/180 Verifying : curl-7.29.0-59.el7_9.1.x86_64 41/180 Verifying : nettle-2.7.1-9.el7_9.x86_64 42/180 Verifying : 32:bind-license-9.11.4-26.P2.el7_9.13.noarch 43/180 Verifying : 2:vim-minimal-7.4.629-8.el7_9.x86_64 44/180 Verifying : nss-3.79.0-4.el7_9.x86_64 45/180 Verifying : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 46/180 Verifying : 2:shadow-utils-4.6-5.el7.x86_64 47/180 Verifying : openssh-clients-7.4p1-22.el7_9.x86_64 48/180 Verifying : nspr-4.34.0-3.1.el7_9.x86_64 49/180 Verifying : ima-evm-utils-1.1-3.el7.x86_64 50/180 Verifying : python3-pip-9.0.3-8.el7.noarch 51/180 Verifying : nss-softokn-3.79.0-4.el7_9.x86_64 52/180 Verifying : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 53/180 Verifying : audit-libs-2.8.5-4.el7.x86_64 54/180 Verifying : policycoreutils-2.5-34.el7.x86_64 55/180 Verifying : policycoreutils-python-2.5-34.el7.x86_64 56/180 Verifying : kmod-20-28.el7.x86_64 57/180 Verifying : diffutils-3.3-5.el7.x86_64 58/180 Verifying : xz-libs-5.2.2-2.el7_9.x86_64 59/180 Verifying : hostname-3.13-3.el7_7.1.x86_64 60/180 Verifying : libdb-5.3.21-25.el7.x86_64 61/180 Verifying : python3-libs-3.6.8-18.el7.x86_64 62/180 Verifying : nss-util-3.79.0-1.el7_9.x86_64 63/180 Verifying : coreutils-8.22-24.el7_9.2.x86_64 64/180 Verifying : elfutils-libelf-0.176-5.el7.x86_64 65/180 Verifying : libuuid-2.23.2-65.el7_9.1.x86_64 66/180 Verifying : nss-softokn-freebl-3.79.0-4.el7_9.x86_64 67/180 Verifying : libtirpc-0.2.4-0.16.el7.x86_64 68/180 Verifying : kpartx-0.4.9-136.el7_9.x86_64 69/180 Verifying : lz4-1.8.3-1.el7.x86_64 70/180 Verifying : passwd-0.79-6.el7.x86_64 71/180 Verifying : expat-2.1.0-15.el7_9.x86_64 72/180 Verifying : libmount-2.23.2-65.el7_9.1.x86_64 73/180 Verifying : openssh-7.4p1-22.el7_9.x86_64 74/180 Verifying : glib2-2.56.1-9.el7_9.x86_64 75/180 Verifying : libcom_err-1.42.9-19.el7.x86_64 76/180 Verifying : shared-mime-info-1.8-5.el7.x86_64 77/180 Verifying : libselinux-utils-2.5-15.el7.x86_64 78/180 Verifying : krb5-libs-1.15.1-55.el7_9.x86_64 79/180 Verifying : yum-utils-1.1.31-54.el7_8.noarch 80/180 Verifying : 1:openssl-libs-1.0.2k-25.el7_9.x86_64 81/180 Verifying : libselinux-python-2.5-15.el7.x86_64 82/180 Verifying : sed-4.2.2-7.el7.x86_64 83/180 Verifying : cpio-2.11-28.el7.x86_64 84/180 Verifying : gzip-1.5-11.el7_9.x86_64 85/180 Verifying : glibc-common-2.17-326.el7_9.x86_64 86/180 Verifying : yum-3.4.3-168.el7.centos.noarch 87/180 Verifying : libffi-3.0.13-19.el7.x86_64 88/180 Verifying : xz-5.2.2-2.el7_9.x86_64 89/180 Verifying : elfutils-libs-0.176-5.el7.x86_64 90/180 Verifying : ima-evm-utils-1.1-2.el7.x86_64 91/180 Verifying : libgcc-4.8.5-36.el7.x86_64 92/180 Verifying : openssh-clients-7.4p1-21.el7_4.tis.9.x86_64 93/180 Verifying : elfutils-default-yama-scope-0.176-2.el7.noarch 94/180 Verifying : nettle-2.7.1-8.el7.x86_64 95/180 Verifying : acl-2.2.51-14.el7.x86_64 96/180 Verifying : libstdc++-4.8.5-36.el7.x86_64 97/180 Verifying : cryptsetup-libs-2.0.3-3.el7.x86_64 98/180 Verifying : zlib-1.2.7-18.el7.x86_64 99/180 Verifying : audit-libs-python-2.8.4-4.el7.x86_64 100/180 Verifying : policycoreutils-2.5-29.el7.x86_64 101/180 Verifying : glibc-common-2.17-323.el7_9.x86_64 102/180 Verifying : 2:shadow-utils-4.1.5.1-25.el7.x86_64 103/180 Verifying : nss-3.67.0-4.el7_9.x86_64 104/180 Verifying : python3-libs-3.6.8-10.el7.x86_64 105/180 Verifying : libsmartcols-2.23.2-59.el7.x86_64 106/180 Verifying : apr-1.4.8-3.el7_4.1.x86_64 107/180 Verifying : libselinux-python-2.5-14.1.el7.x86_64 108/180 Verifying : nspr-4.32.0-1.el7_9.x86_64 109/180 Verifying : krb5-libs-1.15.1-34.el7.x86_64 110/180 Verifying : 7:device-mapper-1.02.146-4.el7.x86_64 111/180 Verifying : policycoreutils-python-2.5-29.el7.x86_64 112/180 Verifying : nss-util-3.67.0-1.el7_9.x86_64 113/180 Verifying : readline-6.2-10.el7.x86_64 114/180 Verifying : chkconfig-1.7.4-1.el7.x86_64 115/180 Verifying : 7:device-mapper-libs-1.02.146-4.el7.x86_64 116/180 Verifying : libffi-3.0.13-18.el7.x86_64 117/180 Verifying : 2:vim-minimal-7.4.629-7.el7.x86_64 118/180 Verifying : yum-plugin-ovl-1.1.31-45.el7.noarch 119/180 Verifying : python3-wheel-0.31.1-4.el7.noarch 120/180 Verifying : python3-pip-9.0.3-5.el7.noarch 121/180 Verifying : nss-softokn-freebl-3.67.0-3.el7_9.x86_64 122/180 Verifying : glibc-2.17-323.el7_9.x86_64 123/180 Verifying : libuuid-2.23.2-59.el7.x86_64 124/180 Verifying : pam-1.1.8-22.el7.x86_64 125/180 Verifying : coreutils-8.22-23.el7.x86_64 126/180 Verifying : lz4-1.7.5-2.el7.x86_64 127/180 Verifying : util-linux-2.23.2-59.el7.x86_64 128/180 Verifying : libcurl-7.29.0-59.el7.x86_64 129/180 Verifying : systemd-219-78.el7_9.3.tis.22.x86_64 130/180 Verifying : yum-utils-1.1.31-50.el7.noarch 131/180 Verifying : curl-7.29.0-59.el7.x86_64 132/180 Verifying : elfutils-libs-0.176-2.el7.x86_64 133/180 Verifying : shared-mime-info-1.8-4.el7.x86_64 134/180 Verifying : centos-release-7-6.1810.2.el7.centos.x86_64 135/180 Verifying : nss-softokn-3.67.0-3.el7_9.x86_64 136/180 Verifying : yum-3.4.3-161.el7.centos.noarch 137/180 Verifying : libselinux-2.5-14.1.el7.x86_64 138/180 Verifying : libblkid-2.23.2-59.el7.x86_64 139/180 Verifying : gzip-1.5-10.el7.x86_64 140/180 Verifying : libdb-utils-5.3.21-24.el7.x86_64 141/180 Verifying : gnutls-3.3.29-8.el7.x86_64 142/180 Verifying : dracut-033-554.el7.x86_64 143/180 Verifying : cpio-2.11-27.el7.x86_64 144/180 Verifying : passwd-0.79-4.el7.x86_64 145/180 Verifying : python-urlgrabber-3.10-9.el7.noarch 146/180 Verifying : kmod-libs-20-23.el7.x86_64 147/180 Verifying : setup-2.8.71-10.el7.tis.11.noarch 148/180 Verifying : libdb-5.3.21-24.el7.x86_64 149/180 Verifying : kmod-20-23.el7.x86_64 150/180 Verifying : libmount-2.23.2-59.el7.x86_64 151/180 Verifying : nss-tools-3.67.0-4.el7_9.x86_64 152/180 Verifying : bash-4.2.46-34.el7.tis.10.x86_64 153/180 Verifying : xz-libs-5.2.2-1.el7.x86_64 154/180 Verifying : systemd-libs-219-78.el7_9.3.tis.22.x86_64 155/180 Verifying : glib2-2.56.1-7.el7.x86_64 156/180 Verifying : hostname-3.13-3.el7.x86_64 157/180 Verifying : libselinux-utils-2.5-14.1.el7.x86_64 158/180 Verifying : python3-3.6.8-10.el7.x86_64 159/180 Verifying : binutils-2.27-41.base.el7.x86_64 160/180 Verifying : expat-2.1.0-14.el7_9.tis.1.x86_64 161/180 Verifying : libtirpc-0.2.4-0.15.el7.x86_64 162/180 Verifying : cyrus-sasl-lib-2.1.26-23.el7.x86_64 163/180 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 164/180 Verifying : kpartx-0.4.9-119.el7.x86_64 165/180 Verifying : audit-libs-2.8.4-4.el7.x86_64 166/180 Verifying : 32:bind-license-9.11.4-26.P2.el7.noarch 167/180 Verifying : nss-pem-1.0.3-5.el7.x86_64 168/180 Verifying : yum-plugin-fastestmirror-1.1.31-50.el7.noarch 169/180 Verifying : openssh-7.4p1-21.el7_4.tis.9.x86_64 170/180 Verifying : tzdata-2022a-1.el7.tis.2.noarch 171/180 Verifying : libcom_err-1.42.9-13.el7.x86_64 172/180 Verifying : libcap-2.22-9.el7.x86_64 173/180 Verifying : xz-5.2.2-1.el7.x86_64 174/180 Verifying : libacl-2.2.51-14.el7.x86_64 175/180 Verifying : openldap-2.4.44-20.el7.tis.15.x86_64 176/180 Verifying : sed-4.2.2-5.el7.x86_64 177/180 Verifying : nss-sysinit-3.67.0-4.el7_9.x86_64 178/180 Verifying : elfutils-libelf-0.176-2.el7.x86_64 179/180 Verifying : diffutils-3.3-4.el7.x86_64 180/180 Updated: acl.x86_64 0:2.2.51-15.el7 apr.x86_64 0:1.4.8-7.el7 audit-libs.x86_64 0:2.8.5-4.el7 audit-libs-python.x86_64 0:2.8.5-4.el7 bash.x86_64 0:4.2.46-35.el7_9 bind-license.noarch 32:9.11.4-26.P2.el7_9.13 binutils.x86_64 0:2.27-44.base.el7_9.1 centos-release.x86_64 0:7-9.2009.1.el7.centos chkconfig.x86_64 0:1.7.6-1.el7 coreutils.x86_64 0:8.22-24.el7_9.2 cpio.x86_64 0:2.11-28.el7 cryptsetup-libs.x86_64 0:2.0.3-6.el7 curl.x86_64 0:7.29.0-59.el7_9.1 cyrus-sasl-lib.x86_64 0:2.1.26-24.el7_9 device-mapper.x86_64 7:1.02.170-6.el7_9.5 device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 diffutils.x86_64 0:3.3-5.el7 dracut.x86_64 0:033-572.el7 elfutils-default-yama-scope.noarch 0:0.176-5.el7 elfutils-libelf.x86_64 0:0.176-5.el7 elfutils-libs.x86_64 0:0.176-5.el7 expat.x86_64 0:2.1.0-15.el7_9 glib2.x86_64 0:2.56.1-9.el7_9 glibc.x86_64 0:2.17-326.el7_9 glibc-common.x86_64 0:2.17-326.el7_9 gnutls.x86_64 0:3.3.29-9.el7_6 gzip.x86_64 0:1.5-11.el7_9 hostname.x86_64 0:3.13-3.el7_7.1 ima-evm-utils.x86_64 0:1.1-3.el7 kmod.x86_64 0:20-28.el7 kmod-libs.x86_64 0:20-28.el7 kpartx.x86_64 0:0.4.9-136.el7_9 krb5-libs.x86_64 0:1.15.1-55.el7_9 libacl.x86_64 0:2.2.51-15.el7 libblkid.x86_64 0:2.23.2-65.el7_9.1 libcap.x86_64 0:2.22-11.el7 libcom_err.x86_64 0:1.42.9-19.el7 libcurl.x86_64 0:7.29.0-59.el7_9.1 libdb.x86_64 0:5.3.21-25.el7 libdb-utils.x86_64 0:5.3.21-25.el7 libffi.x86_64 0:3.0.13-19.el7 libgcc.x86_64 0:4.8.5-44.el7 libmount.x86_64 0:2.23.2-65.el7_9.1 libselinux.x86_64 0:2.5-15.el7 libselinux-python.x86_64 0:2.5-15.el7 libselinux-utils.x86_64 0:2.5-15.el7 libsmartcols.x86_64 0:2.23.2-65.el7_9.1 libstdc++.x86_64 0:4.8.5-44.el7 libtirpc.x86_64 0:0.2.4-0.16.el7 libuuid.x86_64 0:2.23.2-65.el7_9.1 lz4.x86_64 0:1.8.3-1.el7 nettle.x86_64 0:2.7.1-9.el7_9 nspr.x86_64 0:4.34.0-3.1.el7_9 nss.x86_64 0:3.79.0-4.el7_9 nss-pem.x86_64 0:1.0.3-7.el7 nss-softokn.x86_64 0:3.79.0-4.el7_9 nss-softokn-freebl.x86_64 0:3.79.0-4.el7_9 nss-sysinit.x86_64 0:3.79.0-4.el7_9 nss-tools.x86_64 0:3.79.0-4.el7_9 nss-util.x86_64 0:3.79.0-1.el7_9 openldap.x86_64 0:2.4.44-25.el7_9 openssh.x86_64 0:7.4p1-22.el7_9 openssh-clients.x86_64 0:7.4p1-22.el7_9 openssl-libs.x86_64 1:1.0.2k-25.el7_9 pam.x86_64 0:1.1.8-23.el7 passwd.x86_64 0:0.79-6.el7 policycoreutils.x86_64 0:2.5-34.el7 policycoreutils-python.x86_64 0:2.5-34.el7 python-urlgrabber.noarch 0:3.10-10.el7 python3.x86_64 0:3.6.8-18.el7 python3-libs.x86_64 0:3.6.8-18.el7 python3-pip.noarch 0:9.0.3-8.el7 python3-wheel.noarch 0:0.31.1-5.el7_7 readline.x86_64 0:6.2-11.el7 sed.x86_64 0:4.2.2-7.el7 setup.noarch 0:2.8.71-11.el7 shadow-utils.x86_64 2:4.6-5.el7 shared-mime-info.x86_64 0:1.8-5.el7 systemd.x86_64 0:219-78.el7_9.7 systemd-libs.x86_64 0:219-78.el7_9.7 tzdata.noarch 0:2022g-1.el7 util-linux.x86_64 0:2.23.2-65.el7_9.1 vim-minimal.x86_64 2:7.4.629-8.el7_9 xz.x86_64 0:5.2.2-2.el7_9 xz-libs.x86_64 0:5.2.2-2.el7_9 yum.noarch 0:3.4.3-168.el7.centos yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8 yum-plugin-ovl.noarch 0:1.1.31-54.el7_8 yum-utils.noarch 0:1.1.31-54.el7_8 zlib.x86_64 0:1.2.7-20.el7_9 Complete! + yum install -y --setopt=skip_missing_names_on_install=False git patch redhat-lsb-core sudo python3 Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.netelligent.ca * extras: centos.mirror.netelligent.ca * updates: centos.mirror.globo.tech http://mirror.starlingx.cengn.ca:80//mirror/starlingx/master/centos/containers/20230207T025358Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Package python3-3.6.8-18.el7.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(vars) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(strict) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(lib) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-23.el7_8.x86_64 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 will be installed --> Processing Dependency: redhat-lsb-submod-security(x86-64) = 4.1-27.el7.centos.1 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: spax for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/sbin/sendmail for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/sbin/fuser for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/time for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/msgfmt for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/man for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/make for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/m4 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/lpr for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/lp for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/killall for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/gettext for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/file for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/crontab for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/bc for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/batch for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/at for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /sbin/pidof for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /bin/mailx for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /bin/ed for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 ---> Package sudo.x86_64 0:1.8.23-10.el7_9.3 will be installed --> Running transaction check ---> Package at.x86_64 0:3.1.13-25.el7_9 will be installed ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed ---> Package cronie.x86_64 0:1.4.11-24.el7_9 will be installed --> Processing Dependency: dailyjobs for package: cronie-1.4.11-24.el7_9.x86_64 ---> Package cups-client.x86_64 1:1.6.3-51.el7 will be installed --> Processing Dependency: cups-libs(x86-64) = 1:1.6.3-51.el7 for package: 1:cups-client-1.6.3-51.el7.x86_64 --> Processing Dependency: libcups.so.2()(64bit) for package: 1:cups-client-1.6.3-51.el7.x86_64 --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-client-1.6.3-51.el7.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-client-1.6.3-51.el7.x86_64 ---> Package ed.x86_64 0:1.9-4.el7 will be installed ---> Package file.x86_64 0:5.11-37.el7 will be installed ---> Package gettext.x86_64 0:0.19.8.1-3.el7 will be installed --> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-3.el7 for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 ---> Package less.x86_64 0:458-9.el7 will be installed --> Processing Dependency: groff-base for package: less-458-9.el7.x86_64 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed ---> Package mailx.x86_64 0:12.5-19.el7 will be installed ---> Package make.x86_64 1:3.82-24.el7 will be installed ---> Package man-db.x86_64 0:2.6.3-11.el7 will be installed --> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-11.el7.x86_64 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package psmisc.x86_64 0:22.20-17.el7 will be installed ---> Package redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 will be installed ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed ---> Package spax.x86_64 0:1.5.2-13.el7 will be installed ---> Package ssmtp.x86_64 0:2.64-14.el7 will be installed ---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed ---> Package time.x86_64 0:1.7-45.el7 will be installed --> Running transaction check ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed ---> Package cronie-anacron.x86_64 0:1.4.11-24.el7_9 will be installed --> Processing Dependency: crontabs for package: cronie-anacron-1.4.11-24.el7_9.x86_64 ---> Package cups-libs.x86_64 1:1.6.3-51.el7 will be installed ---> Package gettext-libs.x86_64 0:0.19.8.1-3.el7 will be installed ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package libcroco.x86_64 0:0.6.12-6.el7_9 will be installed ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed ---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed ---> Package libunistring.x86_64 0:0.9.3-9.el7 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package crontabs.noarch 0:1.11-6.20121102git.el7 will be installed ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: git x86_64 1.8.3.1-23.el7_8 base 4.4 M patch x86_64 2.7.1-12.el7_7 base 111 k redhat-lsb-core x86_64 4.1-27.el7.centos.1 base 38 k sudo x86_64 1.8.23-10.el7_9.3 updates 844 k Installing for dependencies: at x86_64 3.1.13-25.el7_9 updates 51 k avahi-libs x86_64 0.6.31-20.el7 base 62 k bc x86_64 1.06.95-13.el7 base 115 k cronie x86_64 1.4.11-24.el7_9 updates 92 k cronie-anacron x86_64 1.4.11-24.el7_9 updates 36 k crontabs noarch 1.11-6.20121102git.el7 base 13 k cups-client x86_64 1:1.6.3-51.el7 base 153 k cups-libs x86_64 1:1.6.3-51.el7 base 359 k ed x86_64 1.9-4.el7 base 72 k file x86_64 5.11-37.el7 base 57 k gettext x86_64 0.19.8.1-3.el7 base 1.0 M gettext-libs x86_64 0.19.8.1-3.el7 base 502 k groff-base x86_64 1.22.2-8.el7 base 942 k less x86_64 458-9.el7 base 120 k libcroco x86_64 0.6.12-6.el7_9 updates 105 k libgomp x86_64 4.8.5-44.el7 base 159 k libpipeline x86_64 1.2.3-3.el7 base 53 k libunistring x86_64 0.9.3-9.el7 base 293 k m4 x86_64 1.4.16-10.el7 base 256 k mailx x86_64 12.5-19.el7 base 245 k make x86_64 1:3.82-24.el7 base 421 k man-db x86_64 2.6.3-11.el7 base 832 k perl x86_64 4:5.16.3-299.el7_9 stx-mirror-distro 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Error noarch 1:0.17020-2.el7 base 32 k perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-3.el7 base 56 k perl-Git noarch 1.8.3.1-23.el7_8 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 stx-mirror-distro 52 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-5.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-TermReadKey x86_64 2.30-20.el7 base 31 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-299.el7_9 stx-mirror-distro 690 k perl-macros x86_64 4:5.16.3-299.el7_9 stx-mirror-distro 44 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k psmisc x86_64 22.20-17.el7 base 141 k redhat-lsb-submod-security x86_64 4.1-27.el7.centos.1 base 15 k rsync x86_64 3.1.2-12.el7_9 updates 408 k spax x86_64 1.5.2-13.el7 base 260 k ssmtp x86_64 2.64-14.el7 stx-mirror-distro 50 k sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k time x86_64 1.7-45.el7 base 30 k Transaction Summary ================================================================================ Install 4 Packages (+59 Dependent packages) Total download size: 24 M Installed size: 81 M Downloading packages: -------------------------------------------------------------------------------- Total 29 MB/s | 24 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : cronie-anacron-1.4.11-24.el7_9.x86_64 1/63 Installing : cronie-1.4.11-24.el7_9.x86_64 2/63 Installing : crontabs-1.11-6.20121102git.el7.noarch 3/63 Installing : groff-base-1.22.2-8.el7.x86_64 4/63 Installing : less-458-9.el7.x86_64 5/63 Installing : avahi-libs-0.6.31-20.el7.x86_64 6/63 Installing : libgomp-4.8.5-44.el7.x86_64 7/63 Installing : libunistring-0.9.3-9.el7.x86_64 8/63 Installing : libcroco-0.6.12-6.el7_9.x86_64 9/63 Installing : gettext-libs-0.19.8.1-3.el7.x86_64 10/63 Installing : gettext-0.19.8.1-3.el7.x86_64 11/63 install-info: No such file or directory for /usr/share/info/gettext.info.gz Installing : 1:cups-libs-1.6.3-51.el7.x86_64 12/63 Installing : 1:cups-client-1.6.3-51.el7.x86_64 13/63 Installing : 1:perl-parent-0.225-244.el7.noarch 14/63 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 15/63 Installing : perl-podlators-2.5.1-3.el7.noarch 16/63 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 17/63 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 18/63 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 19/63 Installing : perl-Encode-2.51-7.el7.x86_64 20/63 Installing : perl-Pod-Usage-1.63-3.el7.noarch 21/63 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 22/63 Installing : perl-Storable-2.45-3.el7.x86_64 23/63 Installing : perl-Exporter-5.68-3.el7.noarch 24/63 Installing : perl-Socket-2.010-5.el7.x86_64 25/63 Installing : perl-Carp-1.26-244.el7.noarch 26/63 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 27/63 Installing : perl-PathTools-3.40-5.el7.x86_64 28/63 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 29/63 Installing : perl-Time-Local-1.2300-2.el7.noarch 30/63 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 31/63 Installing : perl-constant-1.27-2.el7.noarch 32/63 Installing : perl-File-Temp-0.23.01-3.el7.noarch 33/63 Installing : perl-File-Path-2.09-2.el7.noarch 34/63 Installing : perl-threads-shared-1.43-6.el7.x86_64 35/63 Installing : perl-threads-1.87-4.el7.x86_64 36/63 Installing : perl-Filter-1.49-3.el7.x86_64 37/63 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 38/63 Installing : perl-Getopt-Long-2.40-3.el7.noarch 39/63 Installing : 4:perl-5.16.3-299.el7_9.x86_64 40/63 Installing : 1:perl-Error-0.17020-2.el7.noarch 41/63 Installing : perl-TermReadKey-2.30-20.el7.x86_64 42/63 Installing : psmisc-22.20-17.el7.x86_64 43/63 Installing : mailx-12.5-19.el7.x86_64 44/63 Installing : ssmtp-2.64-14.el7.x86_64 45/63 Installing : spax-1.5.2-13.el7.x86_64 46/63 Installing : time-1.7-45.el7.x86_64 47/63 Installing : at-3.1.13-25.el7_9.x86_64 48/63 Installing : patch-2.7.1-12.el7_7.x86_64 49/63 Installing : ed-1.9-4.el7.x86_64 50/63 install-info: No such file or directory for /usr/share/info/ed.info.gz Installing : 1:make-3.82-24.el7.x86_64 51/63 Installing : libpipeline-1.2.3-3.el7.x86_64 52/63 Installing : man-db-2.6.3-11.el7.x86_64 53/63 Installing : bc-1.06.95-13.el7.x86_64 54/63 Installing : m4-1.4.16-10.el7.x86_64 55/63 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 56/63 Installing : rsync-3.1.2-12.el7_9.x86_64 57/63 Installing : perl-Git-1.8.3.1-23.el7_8.noarch 58/63 Installing : git-1.8.3.1-23.el7_8.x86_64 59/63 Installing : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 60/63 Installing : file-5.11-37.el7.x86_64 61/63 Installing : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 62/63 Installing : sudo-1.8.23-10.el7_9.3.x86_64 63/63 Verifying : file-5.11-37.el7.x86_64 1/63 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/63 Verifying : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 3/63 Verifying : rsync-3.1.2-12.el7_9.x86_64 4/63 Verifying : perl-threads-shared-1.43-6.el7.x86_64 5/63 Verifying : perl-Storable-2.45-3.el7.x86_64 6/63 Verifying : perl-Exporter-5.68-3.el7.noarch 7/63 Verifying : gettext-libs-0.19.8.1-3.el7.x86_64 8/63 Verifying : perl-PathTools-3.40-5.el7.x86_64 9/63 Verifying : cronie-1.4.11-24.el7_9.x86_64 10/63 Verifying : cronie-anacron-1.4.11-24.el7_9.x86_64 11/63 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 12/63 Verifying : m4-1.4.16-10.el7.x86_64 13/63 Verifying : perl-Socket-2.010-5.el7.x86_64 14/63 Verifying : bc-1.06.95-13.el7.x86_64 15/63 Verifying : 1:cups-client-1.6.3-51.el7.x86_64 16/63 Verifying : git-1.8.3.1-23.el7_8.x86_64 17/63 Verifying : 1:perl-parent-0.225-244.el7.noarch 18/63 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 19/63 Verifying : libpipeline-1.2.3-3.el7.x86_64 20/63 Verifying : libcroco-0.6.12-6.el7_9.x86_64 21/63 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 22/63 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 23/63 Verifying : groff-base-1.22.2-8.el7.x86_64 24/63 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 25/63 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 26/63 Verifying : perl-Time-Local-1.2300-2.el7.noarch 27/63 Verifying : 1:make-3.82-24.el7.x86_64 28/63 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 29/63 Verifying : ed-1.9-4.el7.x86_64 30/63 Verifying : man-db-2.6.3-11.el7.x86_64 31/63 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 32/63 Verifying : patch-2.7.1-12.el7_7.x86_64 33/63 Verifying : 1:cups-libs-1.6.3-51.el7.x86_64 34/63 Verifying : perl-Carp-1.26-244.el7.noarch 35/63 Verifying : sudo-1.8.23-10.el7_9.3.x86_64 36/63 Verifying : crontabs-1.11-6.20121102git.el7.noarch 37/63 Verifying : 1:perl-Error-0.17020-2.el7.noarch 38/63 Verifying : at-3.1.13-25.el7_9.x86_64 39/63 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 40/63 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 41/63 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 42/63 Verifying : perl-Encode-2.51-7.el7.x86_64 43/63 Verifying : libunistring-0.9.3-9.el7.x86_64 44/63 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 45/63 Verifying : perl-podlators-2.5.1-3.el7.noarch 46/63 Verifying : perl-constant-1.27-2.el7.noarch 47/63 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 48/63 Verifying : perl-File-Path-2.09-2.el7.noarch 49/63 Verifying : time-1.7-45.el7.x86_64 50/63 Verifying : perl-threads-1.87-4.el7.x86_64 51/63 Verifying : spax-1.5.2-13.el7.x86_64 52/63 Verifying : gettext-0.19.8.1-3.el7.x86_64 53/63 Verifying : perl-Filter-1.49-3.el7.x86_64 54/63 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 55/63 Verifying : ssmtp-2.64-14.el7.x86_64 56/63 Verifying : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 57/63 Verifying : mailx-12.5-19.el7.x86_64 58/63 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 59/63 Verifying : psmisc-22.20-17.el7.x86_64 60/63 Verifying : libgomp-4.8.5-44.el7.x86_64 61/63 Verifying : less-458-9.el7.x86_64 62/63 Verifying : avahi-libs-0.6.31-20.el7.x86_64 63/63 Installed: git.x86_64 0:1.8.3.1-23.el7_8 patch.x86_64 0:2.7.1-12.el7_7 redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 sudo.x86_64 0:1.8.23-10.el7_9.3 Dependency Installed: at.x86_64 0:3.1.13-25.el7_9 avahi-libs.x86_64 0:0.6.31-20.el7 bc.x86_64 0:1.06.95-13.el7 cronie.x86_64 0:1.4.11-24.el7_9 cronie-anacron.x86_64 0:1.4.11-24.el7_9 crontabs.noarch 0:1.11-6.20121102git.el7 cups-client.x86_64 1:1.6.3-51.el7 cups-libs.x86_64 1:1.6.3-51.el7 ed.x86_64 0:1.9-4.el7 file.x86_64 0:5.11-37.el7 gettext.x86_64 0:0.19.8.1-3.el7 gettext-libs.x86_64 0:0.19.8.1-3.el7 groff-base.x86_64 0:1.22.2-8.el7 less.x86_64 0:458-9.el7 libcroco.x86_64 0:0.6.12-6.el7_9 libgomp.x86_64 0:4.8.5-44.el7 libpipeline.x86_64 0:1.2.3-3.el7 libunistring.x86_64 0:0.9.3-9.el7 m4.x86_64 0:1.4.16-10.el7 mailx.x86_64 0:12.5-19.el7 make.x86_64 1:3.82-24.el7 man-db.x86_64 0:2.6.3-11.el7 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-Git.noarch 0:1.8.3.1-23.el7_8 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 psmisc.x86_64 0:22.20-17.el7 redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 rsync.x86_64 0:3.1.2-12.el7_9 spax.x86_64 0:1.5.2-13.el7 ssmtp.x86_64 0:2.64-14.el7 sysvinit-tools.x86_64 0:2.88-14.dsf.el7 time.x86_64 0:1.7-45.el7 Complete! + [[ indeed != \n\o ]] + pip3 install virtualenv WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. Collecting virtualenv Downloading https://files.pythonhosted.org/packages/18/a2/7931d40ecb02b5236a34ac53770f2f6931e3082b7a7dafe915d892d749d6/virtualenv-20.17.1-py3-none-any.whl (8.8MB) Collecting platformdirs<3,>=2.4 (from virtualenv) Downloading https://files.pythonhosted.org/packages/b1/78/dcfd84d3aabd46a9c77260fb47ea5d244806e4daef83aa6fe5d83adb182c/platformdirs-2.4.0-py3-none-any.whl Collecting importlib-resources>=5.4; python_version < "3.7" (from virtualenv) Downloading https://files.pythonhosted.org/packages/24/1b/33e489669a94da3ef4562938cd306e8fa915e13939d7b8277cb5569cb405/importlib_resources-5.4.0-py3-none-any.whl Collecting filelock<4,>=3.4.1 (from virtualenv) Downloading https://files.pythonhosted.org/packages/84/ce/8916d10ef537f3f3b046843255f9799504aa41862bfa87844b9bdc5361cd/filelock-3.4.1-py3-none-any.whl Collecting importlib-metadata>=4.8.3; python_version < "3.8" (from virtualenv) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting distlib<1,>=0.3.6 (from virtualenv) Downloading https://files.pythonhosted.org/packages/76/cb/6bbd2b10170ed991cf64e8c8b85e01f2fb38f95d1bc77617569e0b0b26ac/distlib-0.3.6-py2.py3-none-any.whl (468kB) Collecting zipp>=3.1.0; python_version < "3.10" (from importlib-resources>=5.4; python_version < "3.7"->virtualenv) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=4.8.3; python_version < "3.8"->virtualenv) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Installing collected packages: platformdirs, zipp, importlib-resources, filelock, typing-extensions, importlib-metadata, distlib, virtualenv Successfully installed distlib-0.3.6 filelock-3.4.1 importlib-metadata-4.8.3 importlib-resources-5.4.0 platformdirs-2.4.0 typing-extensions-4.1.1 virtualenv-20.17.1 zipp-3.6.0 + [[ horizon == \r\e\q\u\i\r\e\m\e\n\t\s ]] + '[' False '!=' False ']' ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/fetch_wheels.sh + [[ indeed == \n\o ]] + python=python3 ++ dirname /opt/loci/scripts/fetch_wheels.sh + python3 /opt/loci/scripts/fetch_wheels.py + mkdir -p /tmp/wheels/ + tar xf /tmp/wheels.tar.gz '--exclude=.*' -C /tmp/wheels/ + sed -i '/^horizon===/d' /tmp/wheels/upper-constraints.txt + [[ horizon == \i\n\f\r\a ]] + [[ no == \n\o ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/create_user.sh + [[ no == \y\e\s ]] ++ getent group horizon + grent= + echo '## group horizon: creating gid=' ## group horizon: creating gid= + groupadd -g 42424 horizon ++ getent passwd horizon + pwent= + echo '## user horizon: creating uid=42424 gid=42424 home=/var/lib/horizon' ## user horizon: creating uid=42424 gid=42424 home=/var/lib/horizon + useradd -u 42424 -g horizon -M -d /var/lib/horizon -s /usr/sbin/nologin -c 'horizon user' horizon + mkdir -p /etc/horizon /var/log/horizon /var/lib/horizon /var/cache/horizon + chown horizon:horizon /etc/horizon /var/log/horizon /var/lib/horizon /var/cache/horizon ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/setup_pip.sh + [[ indeed == \n\o ]] + TMP_VIRTUALENV='python3 -m virtualenv --python=python3' ++ python3 -m virtualenv --python=python3 --version ++ grep -Po '[0-9]+\.[0-9]+\.[0-9]+' ++ cut -d. -f1 + (( 20 >= 14 )) + SETUPTOOLS=--no-setuptools ++ python3 -m virtualenv --python=python3 --version ++ grep -Po '[0-9]+\.[0-9]+\.[0-9]+' ++ cut -d. -f1 + (( 20 >= 20 )) + SETUPTOOLS='--seed pip --download' + PIPBOOTSTRAP=/var/lib/pipbootstrap + python3 -m virtualenv --python=python3 --seed pip --download /var/lib/pipbootstrap created virtual environment CPython3.6.8.final.0-64 in 5275ms creator CPython3Posix(dest=/var/lib/pipbootstrap, clear=False, no_vcs_ignore=False, global=False) seeder PipInvoke(download=True, pip=bundle, setuptools=bundle, wheel=bundle) added seed packages: pip==21.3.1, setuptools==59.6.0, wheel==0.37.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator + source /var/lib/pipbootstrap/bin/activate ++ '[' /var/lib/pipbootstrap/bin/activate = /opt/loci/scripts/setup_pip.sh ']' ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/var/lib/pipbootstrap ++ '[' linux-gnu = cygwin ']' ++ '[' linux-gnu = msys ']' ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/var/lib/pipbootstrap/bin:/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /var/lib/pipbootstrap ++ PS1='(pipbootstrap) ' ++ export PS1 ++ alias pydoc ++ true ++ hash -r + pip install --upgrade setuptools Requirement already satisfied: setuptools in /var/lib/pipbootstrap/lib/python3.6/site-packages (59.6.0) + pip install --upgrade virtualenv==20.7.2 Collecting virtualenv==20.7.2 Downloading virtualenv-20.7.2-py2.py3-none-any.whl (5.3 MB) Collecting importlib-metadata>=0.12 Using cached importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting platformdirs<3,>=2 Using cached platformdirs-2.4.0-py3-none-any.whl (14 kB) Collecting filelock<4,>=3.0.0 Using cached filelock-3.4.1-py3-none-any.whl (9.9 kB) Collecting six<2,>=1.9.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting backports.entry-points-selectable>=1.0.4 Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB) Collecting distlib<1,>=0.3.1 Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) Collecting importlib-resources>=1.0 Using cached importlib_resources-5.4.0-py3-none-any.whl (28 kB) Collecting zipp>=0.5 Using cached zipp-3.6.0-py3-none-any.whl (5.3 kB) Collecting typing-extensions>=3.6.4 Using cached typing_extensions-4.1.1-py3-none-any.whl (26 kB) Installing collected packages: zipp, typing-extensions, importlib-metadata, six, platformdirs, importlib-resources, filelock, distlib, backports.entry-points-selectable, virtualenv Successfully installed backports.entry-points-selectable-1.1.1 distlib-0.3.6 filelock-3.4.1 importlib-metadata-4.8.3 importlib-resources-5.4.0 platformdirs-2.4.0 six-1.16.0 typing-extensions-4.1.1 virtualenv-20.7.2 zipp-3.6.0 + hash -r + virtualenv --seed pip --download /var/lib/openstack created virtual environment CPython3.6.8.final.0-64 in 5603ms creator CPython3Posix(dest=/var/lib/openstack, clear=False, no_vcs_ignore=False, global=False) seeder PipInvoke(download=True, pip=bundle, setuptools=bundle, wheel=bundle) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator + deactivate + unset -f pydoc + '[' -z _ ']' + PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + unset _OLD_VIRTUAL_PATH + '[' -z '' ']' + hash -r + '[' -z _ ']' + PS1= + export PS1 + unset _OLD_VIRTUAL_PS1 + unset VIRTUAL_ENV + '[' '!' '' = nondestructive ']' + unset -f deactivate + source /var/lib/openstack/bin/activate ++ '[' /var/lib/openstack/bin/activate = /opt/loci/scripts/setup_pip.sh ']' ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/var/lib/openstack ++ '[' linux-gnu = cygwin ']' ++ '[' linux-gnu = msys ']' ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/var/lib/openstack/bin:/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /var/lib/openstack ++ PS1='(openstack) ' ++ export PS1 ++ alias pydoc ++ true ++ hash -r ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh bindep + packages=bindep + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ bindep Looking in links: /tmp/wheels/ Collecting bindep Downloading bindep-2.11.0-py2.py3-none-any.whl (34 kB) Collecting packaging Downloading packaging-20.3-py2.py3-none-any.whl (37 kB) Collecting bindep Downloading bindep-2.10.2-py2.py3-none-any.whl (33 kB) Collecting distro Downloading distro-1.5.0-py2.py3-none-any.whl (18 kB) Collecting Parsley Downloading Parsley-1.3-py2.py3-none-any.whl (88 kB) Collecting pbr>=2.0.0 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB) Collecting six Downloading six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Installing collected packages: six, pyparsing, pbr, Parsley, packaging, distro, bindep Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.5.0 packaging-20.3 pbr-5.4.5 pyparsing-2.4.7 six-1.14.0 WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available. You should consider upgrading via the '/var/lib/openstack/bin/python -m pip install --upgrade pip' command. + for file in '/opt/loci/pydep*' + PYDEP_PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROJECT_RELEASE} ${PROFILES} ${python3} || :)) ++ bindep -f /opt/loci/pydep.txt -b -l newline horizon master fluent horizon apache python3 ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh cryptography fluent-logger pymysql python-memcached uwsgi + packages='cryptography fluent-logger pymysql python-memcached uwsgi' + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ cryptography fluent-logger pymysql python-memcached uwsgi Looking in links: /tmp/wheels/ Collecting cryptography Downloading cryptography-2.9-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB) Collecting fluent-logger Downloading fluent_logger-0.10.0-py2.py3-none-any.whl (12 kB) Collecting pymysql Downloading PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) Collecting python-memcached Downloading python_memcached-1.59-py2.py3-none-any.whl (16 kB) Processing /tmp/wheels/uWSGI-2.0.17.1-cp36-cp36m-linux_x86_64.whl Requirement already satisfied: six>=1.4.1 in /var/lib/openstack/lib/python3.6/site-packages (from cryptography) (1.14.0) Collecting cffi!=1.11.3,>=1.8 Downloading cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (399 kB) Collecting fluent-logger Downloading fluent_logger-0.9.6-py2.py3-none-any.whl (12 kB) Collecting msgpack<1.0.0 Downloading msgpack-0.6.2-cp36-cp36m-manylinux1_x86_64.whl (249 kB) Collecting pycparser Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Installing collected packages: pycparser, msgpack, cffi, uwsgi, python-memcached, pymysql, fluent-logger, cryptography Successfully installed cffi-1.14.0 cryptography-2.9 fluent-logger-0.9.6 msgpack-0.6.2 pycparser-2.20 pymysql-0.9.3 python-memcached-1.59 uwsgi-2.0.17.1 WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available. You should consider upgrading via the '/var/lib/openstack/bin/python -m pip install --upgrade pip' command. + [[ horizon == \n\o\v\a ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/clone_project.sh + git clone https://opendev.org/openstack/horizon.git /tmp/horizon Cloning into '/tmp/horizon'... + pushd /tmp/horizon /tmp/horizon / + git fetch https://opendev.org/openstack/horizon.git stable/ussuri From https://opendev.org/openstack/horizon * branch stable/ussuri -> FETCH_HEAD + git checkout FETCH_HEAD Note: checking out 'FETCH_HEAD'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at e6f3952... Merge "Modified the image page to use CSS class" into stable/ussuri + popd / ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/install_packages.sh + [[ indeed != \n\o ]] + python3=python3 + for file in '/opt/loci/bindep*' + PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROFILES} ${python3} || :)) ++ bindep -f /opt/loci/bindep.txt -b -l newline horizon fluent horizon apache python3 + [[ ! -z gettext ]] + case ${distro} in + yum -y --setopt=skip_missing_names_on_install=False install gettext httpd libxml2 mod_ssl mod_wsgi rh-python36-mod_wsgi Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.netelligent.ca * extras: centos.mirror.netelligent.ca * updates: centos.mirror.globo.tech http://mirror.starlingx.cengn.ca:80//mirror/starlingx/master/centos/containers/20230207T025358Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Package gettext-0.19.8.1-3.el7.x86_64 already installed and latest version Package libxml2-2.9.1-6.el7_9.6.x86_64 already installed and latest version Package rh-python36-mod_wsgi-4.5.18-1.el7.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package httpd.x86_64 0:2.4.6-98.el7.centos.6 will be installed --> Processing Dependency: httpd-tools = 2.4.6-98.el7.centos.6 for package: httpd-2.4.6-98.el7.centos.6.x86_64 ---> Package mod_ssl.x86_64 1:2.4.6-98.el7.centos.6 will be installed --> Processing Dependency: openssl for package: 1:mod_ssl-2.4.6-98.el7.centos.6.x86_64 ---> Package mod_wsgi.x86_64 0:3.4-18.el7 will be installed --> Running transaction check ---> Package httpd-tools.x86_64 0:2.4.6-98.el7.centos.6 will be installed ---> Package openssl.x86_64 1:1.0.2k-25.el7_9 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: httpd x86_64 2.4.6-98.el7.centos.6 updates 2.7 M mod_ssl x86_64 1:2.4.6-98.el7.centos.6 updates 116 k mod_wsgi x86_64 3.4-18.el7 base 77 k Installing for dependencies: httpd-tools x86_64 2.4.6-98.el7.centos.6 updates 94 k openssl x86_64 1:1.0.2k-25.el7_9 updates 494 k Transaction Summary ================================================================================ Install 3 Packages (+2 Dependent packages) Total download size: 3.5 M Installed size: 11 M Downloading packages: -------------------------------------------------------------------------------- Total 12 MB/s | 3.5 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : 1:openssl-1.0.2k-25.el7_9.x86_64 1/5 Installing : httpd-tools-2.4.6-98.el7.centos.6.x86_64 2/5 Installing : httpd-2.4.6-98.el7.centos.6.x86_64 3/5 Installing : mod_wsgi-3.4-18.el7.x86_64 4/5 Installing : 1:mod_ssl-2.4.6-98.el7.centos.6.x86_64 5/5 Verifying : httpd-tools-2.4.6-98.el7.centos.6.x86_64 1/5 Verifying : mod_wsgi-3.4-18.el7.x86_64 2/5 Verifying : httpd-2.4.6-98.el7.centos.6.x86_64 3/5 Verifying : 1:openssl-1.0.2k-25.el7_9.x86_64 4/5 Verifying : 1:mod_ssl-2.4.6-98.el7.centos.6.x86_64 5/5 Installed: httpd.x86_64 0:2.4.6-98.el7.centos.6 mod_ssl.x86_64 1:2.4.6-98.el7.centos.6 mod_wsgi.x86_64 0:3.4-18.el7 Dependency Installed: httpd-tools.x86_64 0:2.4.6-98.el7.centos.6 openssl.x86_64 1:1.0.2k-25.el7_9 Complete! + [[ -n '' ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh /tmp/horizon pycrypto python-ceilometerclient coverage pyudev ldap pylint + packages='/tmp/horizon pycrypto python-ceilometerclient coverage pyudev ldap pylint' + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ /tmp/horizon pycrypto python-ceilometerclient coverage pyudev ldap pylint Looking in links: /tmp/wheels/ Processing /tmp/horizon  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. Processing /tmp/wheels/pycrypto-2.6.1-cp36-cp36m-linux_x86_64.whl Collecting python-ceilometerclient Downloading python_ceilometerclient-2.9.0-py2.py3-none-any.whl (113 kB) Collecting coverage Downloading coverage-5.0.4-cp36-cp36m-manylinux1_x86_64.whl (227 kB) Processing /tmp/wheels/pyudev-0.22.0-py3-none-any.whl Collecting ldap Downloading ldap-1.0.2-py2.py3-none-any.whl (6.9 kB) Collecting pylint Downloading pylint-2.13.9-py3-none-any.whl (438 kB) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /var/lib/openstack/lib/python3.6/site-packages (from horizon==18.3.6.dev18) (5.4.5) Collecting Babel!=2.4.0,>=2.3.4 Downloading Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) Collecting debtcollector>=1.2.0 Downloading debtcollector-2.0.1-py3-none-any.whl (23 kB) Collecting Django<3.0,>=2.2 Downloading Django-2.2.12-py3-none-any.whl (7.5 MB) Collecting django-compressor>=2.0 Downloading django_compressor-2.4-py2.py3-none-any.whl (126 kB) Collecting django-debreach>=1.4.2 Downloading django_debreach-2.0.1-py3-none-any.whl (6.7 kB) Processing /tmp/wheels/django_pyscss-2.0.2-py3-none-any.whl Collecting futurist>=1.2.0 Downloading futurist-2.1.1-py3-none-any.whl (37 kB) Collecting iso8601>=0.1.11 Downloading iso8601-0.1.12-py3-none-any.whl (12 kB) Collecting keystoneauth1>=3.4.0 Downloading keystoneauth1-4.0.0-py3-none-any.whl (310 kB) Collecting netaddr>=0.7.18 Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6 MB) Collecting oslo.concurrency>=3.26.0 Downloading oslo.concurrency-4.0.3-py3-none-any.whl (47 kB) Collecting oslo.config>=5.2.0 Downloading oslo.config-8.0.5-py3-none-any.whl (125 kB) Collecting oslo.i18n>=3.15.3 Downloading oslo.i18n-4.0.1-py3-none-any.whl (47 kB) Collecting oslo.policy>=1.30.0 Downloading oslo.policy-3.1.2-py3-none-any.whl (79 kB) Collecting oslo.serialization!=2.19.1,>=2.18.0 Downloading oslo.serialization-3.1.2-py3-none-any.whl (28 kB) Collecting oslo.upgradecheck>=0.1.1 Downloading oslo.upgradecheck-1.0.1-py3-none-any.whl (11 kB) Collecting oslo.utils>=3.33.0 Downloading oslo.utils-4.1.2-py3-none-any.whl (95 kB) Collecting osprofiler>=2.3.0 Downloading osprofiler-3.1.0-py3-none-any.whl (89 kB) Collecting pymongo!=3.1,>=3.0.2 Downloading pymongo-3.10.1-cp36-cp36m-manylinux2014_x86_64.whl (460 kB) Processing /tmp/wheels/pyScss-1.3.7-cp36-cp36m-linux_x86_64.whl Collecting python-cinderclient>=5.0.0 Downloading python_cinderclient-7.0.0-py3-none-any.whl (275 kB) Collecting python-glanceclient>=2.8.0 Downloading python_glanceclient-3.1.2-py3-none-any.whl (191 kB) Collecting python-keystoneclient>=3.22.0 Downloading python_keystoneclient-4.0.0-py3-none-any.whl (397 kB) Collecting python-neutronclient>=6.7.0 Downloading python_neutronclient-7.1.1-py3-none-any.whl (436 kB) Collecting python-novaclient>=9.1.0 Downloading python_novaclient-17.0.1-py3-none-any.whl (330 kB) Collecting python-swiftclient>=3.2.0 Downloading python_swiftclient-3.9.1-py2.py3-none-any.whl (84 kB) Collecting pytz>=2013.6 Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB) Processing /tmp/wheels/PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl Collecting requests>=2.14.2 Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB) Collecting semantic-version>=2.3.1 Downloading semantic_version-2.8.4-py2.py3-none-any.whl (15 kB) Processing /tmp/wheels/XStatic-1.0.2-py3-none-any.whl Collecting XStatic-Angular>=1.5.8.0 Downloading XStatic_Angular-1.5.8.0-py2.py3-none-any.whl (821 kB) Collecting XStatic-Angular-Bootstrap>=2.2.0.0 Downloading XStatic_Angular_Bootstrap-2.5.0.0-py2.py3-none-any.whl (61 kB) Processing /tmp/wheels/XStatic_Angular_FileUpload-12.0.4.0-py3-none-any.whl Collecting XStatic-Angular-Gettext>=2.3.8.0 Downloading XStatic_Angular_Gettext-2.4.1.0-py2.py3-none-any.whl (12 kB) Collecting XStatic-Angular-lrdragndrop>=1.0.2.2 Downloading XStatic_Angular_lrdragndrop-1.0.2.4-py2.py3-none-any.whl (6.4 kB) Processing /tmp/wheels/XStatic_Angular_Schema_Form-0.8.13.0-py3-none-any.whl Collecting XStatic-Bootstrap-Datepicker>=1.3.1.0 Downloading XStatic_Bootstrap_Datepicker-1.4.0.0-py3-none-any.whl (67 kB) Collecting XStatic-Bootstrap-SCSS>=3.3.7.1 Downloading XStatic_Bootstrap_SCSS-3.4.1.0-py2.py3-none-any.whl (250 kB) Collecting XStatic-bootswatch>=3.3.7.0 Downloading XStatic_bootswatch-3.3.7.0-py2.py3-none-any.whl (1.6 MB) Collecting XStatic-D3>=3.5.17.0 Downloading XStatic_D3-3.5.17.0-py2.py3-none-any.whl (78 kB) Collecting XStatic-Hogan>=2.0.0.2 Downloading XStatic_Hogan-2.0.0.3-py3-none-any.whl (7.8 kB) Collecting XStatic-Font-Awesome>=4.7.0.0 Downloading XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl (675 kB) Collecting XStatic-Jasmine>=2.4.1.1 Downloading XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl (41 kB) Processing /tmp/wheels/XStatic_jQuery-1.12.4.1-py3-none-any.whl Collecting XStatic-JQuery-Migrate>=1.2.1.1 Downloading XStatic_JQuery_Migrate-1.2.1.2-py3-none-any.whl (12 kB) Collecting XStatic-JQuery.quicksearch>=2.0.3.1 Downloading XStatic_JQuery.quicksearch-2.0.3.2-py3-none-any.whl (8.3 kB) Collecting XStatic-JQuery.TableSorter>=2.14.5.1 Downloading XStatic_JQuery.TableSorter-2.14.5.2-py3-none-any.whl (20 kB) Processing /tmp/wheels/XStatic_jquery_ui-1.12.1.1-py3-none-any.whl Collecting XStatic-JSEncrypt>=2.3.1.1 Downloading XStatic_JSEncrypt-2.3.1.1-py2.py3-none-any.whl (35 kB) Collecting XStatic-mdi>=1.6.50.2 Downloading XStatic_mdi-1.6.50.2-py2.py3-none-any.whl (786 kB) Processing /tmp/wheels/XStatic_objectpath-1.2.1.0-py3-none-any.whl Collecting XStatic-Rickshaw>=1.5.0.0 Downloading XStatic_Rickshaw-1.5.1.0-py3-none-any.whl (28 kB) Collecting XStatic-roboto-fontface>=0.5.0.0 Downloading XStatic_roboto_fontface-0.5.0.0-py2.py3-none-any.whl (5.5 MB) Collecting XStatic-smart-table>=1.4.13.2 Downloading XStatic_smart_table-1.4.13.2-py2.py3-none-any.whl (14 kB) Collecting XStatic-Spin>=1.2.5.2 Downloading XStatic_Spin-1.2.5.3-py3-none-any.whl (5.9 kB) Processing /tmp/wheels/XStatic_term.js-0.0.7.0-py3-none-any.whl Processing /tmp/wheels/XStatic_tv4-1.2.7.0-py3-none-any.whl Collecting enmerkar>=0.7.1 Downloading enmerkar-0.7.1-py3-none-any.whl (12 kB) Requirement already satisfied: six>=1.9.0 in /var/lib/openstack/lib/python3.6/site-packages (from python-ceilometerclient) (1.14.0) Processing /tmp/wheels/prettytable-0.7.2-py3-none-any.whl Collecting stevedore>=1.10.0 Downloading stevedore-1.32.0-py2.py3-none-any.whl (43 kB) Collecting ldap3 Downloading ldap3-2.7-py2.py3-none-any.whl (420 kB) Collecting pylint Downloading pylint-2.13.8-py3-none-any.whl (438 kB) Downloading pylint-2.13.7-py3-none-any.whl (437 kB) Downloading pylint-2.13.6-py3-none-any.whl (437 kB) Downloading pylint-2.13.5-py3-none-any.whl (437 kB) Downloading pylint-2.13.4-py3-none-any.whl (437 kB) Downloading pylint-2.13.3-py3-none-any.whl (437 kB) Downloading pylint-2.13.2-py3-none-any.whl (437 kB) Downloading pylint-2.13.1-py3-none-any.whl (436 kB) Downloading pylint-2.13.0-py3-none-any.whl (436 kB) Downloading pylint-2.12.2-py3-none-any.whl (414 kB) Downloading pylint-2.12.1-py3-none-any.whl (413 kB) Downloading pylint-2.12.0-py3-none-any.whl (413 kB) Downloading pylint-2.11.1-py3-none-any.whl (392 kB) Downloading pylint-2.11.0-py3-none-any.whl (391 kB) Downloading pylint-2.10.2-py3-none-any.whl (392 kB) Collecting astroid<2.8,>=2.7.2 Downloading astroid-2.7.3-py3-none-any.whl (240 kB) Collecting mccabe<0.7,>=0.6 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting platformdirs>=2.2.0 Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB) Collecting isort<6,>=4.2.5 Downloading isort-5.10.1-py3-none-any.whl (103 kB) Collecting toml>=0.7.1 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting typed-ast<1.5,>=1.4.0 Downloading typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (737 kB) Processing /tmp/wheels/wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl Collecting lazy-object-proxy>=1.4.0 Downloading lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (57 kB) Collecting typing-extensions>=3.7.4 Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB) Requirement already satisfied: setuptools>=20.0 in /var/lib/openstack/lib/python3.6/site-packages (from astroid<2.8,>=2.7.2->pylint) (57.4.0) Collecting sqlparse Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB) Collecting rjsmin==1.1.0 Downloading rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl (23 kB) Collecting django-appconf>=1.0.3 Downloading django_appconf-1.0.4-py2.py3-none-any.whl (6.3 kB) Processing /tmp/wheels/rcssmin-1.0.6-cp36-cp36m-linux_x86_64.whl Collecting os-service-types>=1.2.0 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Collecting fasteners>=0.7.0 Downloading fasteners-0.14.1-py2.py3-none-any.whl (20 kB) Collecting monotonic>=0.1 Downloading monotonic-1.5-py2.py3-none-any.whl (5.3 kB) Collecting rfc3986>=1.2.0 Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) Collecting oslo.context>=2.22.0 Downloading oslo.context-3.0.3-py3-none-any.whl (19 kB) Requirement already satisfied: msgpack>=0.5.2 in /var/lib/openstack/lib64/python3.6/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->horizon==18.3.6.dev18) (0.6.2) Requirement already satisfied: pyparsing>=2.1.0 in /var/lib/openstack/lib/python3.6/site-packages (from oslo.utils>=3.33.0->horizon==18.3.6.dev18) (2.4.7) Collecting netifaces>=0.10.4 Downloading netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) Collecting WebOb>=1.7.1 Downloading WebOb-1.8.6-py2.py3-none-any.whl (114 kB) Processing /tmp/wheels/simplejson-3.17.0-cp36-cp36m-linux_x86_64.whl Processing /tmp/wheels/warlock-1.3.3-py2.py3-none-any.whl Collecting pyOpenSSL>=17.1.0 Downloading pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) Requirement already satisfied: cryptography>=2.8 in /var/lib/openstack/lib64/python3.6/site-packages (from pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==18.3.6.dev18) (2.9) Requirement already satisfied: cffi!=1.11.3,>=1.8 in /var/lib/openstack/lib64/python3.6/site-packages (from cryptography>=2.8->pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==18.3.6.dev18) (1.14.0) Requirement already satisfied: pycparser in /var/lib/openstack/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.8->pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==18.3.6.dev18) (2.20) Collecting osc-lib>=1.8.0 Downloading osc_lib-2.0.0-py2.py3-none-any.whl (89 kB) Collecting oslo.log>=3.36.0 Downloading oslo.log-4.1.3-py3-none-any.whl (71 kB) Collecting os-client-config>=1.28.0 Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) Collecting cliff!=2.9.0,>=2.8.0 Downloading cliff-3.2.0-py3-none-any.whl (80 kB) Collecting cmd2!=0.8.3,<0.9.0,>=0.8.0 Downloading cmd2-0.8.9-py2.py3-none-any.whl (53 kB) Collecting wcwidth Downloading wcwidth-0.1.9-py2.py3-none-any.whl (19 kB) Processing /tmp/wheels/pyperclip-1.8.0-py3-none-any.whl Collecting openstacksdk>=0.13.0 Downloading openstacksdk-0.46.1-py3-none-any.whl (1.3 MB) Collecting decorator>=4.4.1 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Processing /tmp/wheels/dogpile.cache-0.9.0-py2.py3-none-any.whl Collecting requestsexceptions>=1.2.0 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) Collecting appdirs>=1.3.0 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) Collecting jsonpatch!=1.20,>=1.16 Downloading jsonpatch-1.25-py2.py3-none-any.whl (11 kB) Collecting munch>=2.1.0 Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) Collecting jmespath>=0.9.0 Downloading jmespath-0.9.5-py2.py3-none-any.whl (24 kB) Collecting jsonpointer>=1.9 Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) Processing /tmp/wheels/pyinotify-0.9.6-py3-none-any.whl Collecting python-dateutil>=2.7.0 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB) Collecting chardet<4,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting idna<3,>=2.5 Downloading idna-2.9-py2.py3-none-any.whl (58 kB) Collecting certifi>=2017.4.17 Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) Collecting jsonschema<4,>=0.7 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Processing /tmp/wheels/pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl Collecting importlib-metadata Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB) Collecting zipp>=0.5 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) Collecting pyasn1>=0.1.8 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Building wheels for collected packages: horizon Building wheel for horizon (setup.py): started Building wheel for horizon (setup.py): finished with status 'done' Created wheel for horizon: filename=horizon-18.3.6.dev18-py3-none-any.whl size=5085010 sha256=9cb252baffdd913909d34a5ab050d2437de74ab57d0ee21a6ef1614e69b28073 Stored in directory: /tmp/pip-ephem-wheel-cache-r4ktee8v/wheels/f6/0b/00/9154c8200fb88593b0f96aeacb39c788a58b00011c7f392664 Successfully built horizon Installing collected packages: pytz, wrapt, urllib3, idna, chardet, certifi, Babel, zipp, wcwidth, stevedore, requests, pyperclip, oslo.i18n, os-service-types, netifaces, netaddr, jsonpointer, iso8601, decorator, debtcollector, sqlparse, rfc3986, requestsexceptions, PyYAML, pyrsistent, PrettyTable, oslo.utils, munch, monotonic, keystoneauth1, jsonpatch, jmespath, importlib-metadata, dogpile.cache, cmd2, attrs, appdirs, simplejson, python-dateutil, pyinotify, oslo.serialization, oslo.context, oslo.config, openstacksdk, jsonschema, fasteners, Django, cliff, XStatic-jQuery, WebOb, warlock, typing-extensions, typed-ast, rjsmin, rcssmin, python-keystoneclient, pyScss, pyOpenSSL, pyasn1, oslo.log, oslo.concurrency, osc-lib, os-client-config, lazy-object-proxy, django-appconf, XStatic-tv4, XStatic-term.js, XStatic-Spin, XStatic-smart-table, XStatic-roboto-fontface, XStatic-Rickshaw, XStatic-objectpath, XStatic-mdi, XStatic-JSEncrypt, XStatic-jquery-ui, XStatic-JQuery.TableSorter, XStatic-JQuery.quicksearch, XStatic-JQuery-Migrate, XStatic-Jasmine, XStatic-Hogan, XStatic-Font-Awesome, XStatic-D3, XStatic-bootswatch, XStatic-Bootstrap-SCSS, XStatic-Bootstrap-Datepicker, XStatic-Angular-Schema-Form, XStatic-Angular-lrdragndrop, XStatic-Angular-Gettext, XStatic-Angular-FileUpload, XStatic-Angular-Bootstrap, XStatic-Angular, XStatic, toml, semantic-version, python-swiftclient, python-novaclient, python-neutronclient, python-glanceclient, python-cinderclient, pymongo, platformdirs, osprofiler, oslo.upgradecheck, oslo.policy, mccabe, ldap3, isort, futurist, enmerkar, django-pyscss, django-debreach, django-compressor, astroid, pyudev, python-ceilometerclient, pylint, pycrypto, ldap, horizon, coverage Successfully installed Babel-2.8.0 Django-2.2.12 PrettyTable-0.7.2 PyYAML-5.3.1 WebOb-1.8.6 XStatic-1.0.2 XStatic-Angular-1.5.8.0 XStatic-Angular-Bootstrap-2.5.0.0 XStatic-Angular-FileUpload-12.0.4.0 XStatic-Angular-Gettext-2.4.1.0 XStatic-Angular-Schema-Form-0.8.13.0 XStatic-Angular-lrdragndrop-1.0.2.4 XStatic-Bootstrap-Datepicker-1.4.0.0 XStatic-Bootstrap-SCSS-3.4.1.0 XStatic-D3-3.5.17.0 XStatic-Font-Awesome-4.7.0.0 XStatic-Hogan-2.0.0.3 XStatic-JQuery-Migrate-1.2.1.2 XStatic-JQuery.TableSorter-2.14.5.2 XStatic-JQuery.quicksearch-2.0.3.2 XStatic-JSEncrypt-2.3.1.1 XStatic-Jasmine-2.4.1.2 XStatic-Rickshaw-1.5.1.0 XStatic-Spin-1.2.5.3 XStatic-bootswatch-3.3.7.0 XStatic-jQuery-1.12.4.1 XStatic-jquery-ui-1.12.1.1 XStatic-mdi-1.6.50.2 XStatic-objectpath-1.2.1.0 XStatic-roboto-fontface-0.5.0.0 XStatic-smart-table-1.4.13.2 XStatic-term.js-0.0.7.0 XStatic-tv4-1.2.7.0 appdirs-1.4.3 astroid-2.7.3 attrs-19.3.0 certifi-2021.10.8 chardet-3.0.4 cliff-3.2.0 cmd2-0.8.9 coverage-5.0.4 debtcollector-2.0.1 decorator-4.4.2 django-appconf-1.0.4 django-compressor-2.4 django-debreach-2.0.1 django-pyscss-2.0.2 dogpile.cache-0.9.0 enmerkar-0.7.1 fasteners-0.14.1 futurist-2.1.1 horizon-18.3.6.dev18 idna-2.9 importlib-metadata-1.6.0 iso8601-0.1.12 isort-5.10.1 jmespath-0.9.5 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.0.0 lazy-object-proxy-1.7.1 ldap-1.0.2 ldap3-2.7 mccabe-0.6.1 monotonic-1.5 munch-2.5.0 netaddr-0.7.19 netifaces-0.10.9 openstacksdk-0.46.1 os-client-config-2.1.0 os-service-types-1.7.0 osc-lib-2.0.0 oslo.concurrency-4.0.3 oslo.config-8.0.5 oslo.context-3.0.3 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.policy-3.1.2 oslo.serialization-3.1.2 oslo.upgradecheck-1.0.1 oslo.utils-4.1.2 osprofiler-3.1.0 platformdirs-2.4.0 pyOpenSSL-19.1.0 pyScss-1.3.7 pyasn1-0.4.8 pycrypto-2.6.1 pyinotify-0.9.6 pylint-2.10.2 pymongo-3.10.1 pyperclip-1.8.0 pyrsistent-0.16.0 python-ceilometerclient-2.9.0 python-cinderclient-7.0.0 python-dateutil-2.8.1 python-glanceclient-3.1.2 python-keystoneclient-4.0.0 python-neutronclient-7.1.1 python-novaclient-17.0.1 python-swiftclient-3.9.1 pytz-2019.3 pyudev-0.22.0 rcssmin-1.0.6 requests-2.23.0 requestsexceptions-1.4.0 rfc3986-1.4.0 rjsmin-1.1.0 semantic-version-2.8.4 simplejson-3.17.0 sqlparse-0.3.1 stevedore-1.32.0 toml-0.10.2 typed-ast-1.4.1 typing-extensions-3.7.4.2 urllib3-1.25.8 warlock-1.3.3 wcwidth-0.1.9 wrapt-1.12.1 zipp-3.1.0 WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available. You should consider upgrading via the '/var/lib/openstack/bin/python -m pip install --upgrade pip' command. ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/collect_info.sh + INFO_DIR=/etc/image_info + mkdir -p /etc/image_info + PACKAGES_INFO=/etc/image_info/packages.txt + PIP_INFO=/etc/image_info/pip.txt + case ${distro} in + yum list installed + pip freeze ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/cleanup.sh + case ${distro} in + yum -y autoremove git python-virtualenv python3-virtualenv Loaded plugins: fastestmirror, ovl No Match for argument: python-virtualenv No Match for argument: python3-virtualenv Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be erased --> Processing Dependency: git = 1.8.3.1-23.el7_8 for package: perl-Git-1.8.3.1-23.el7_8.noarch --> Running transaction check ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be erased --> Finished Dependency Resolution --> Finding unneeded leftover dependencies ---> Marking perl to be removed - no longer needed by git ---> Marking perl-PathTools to be removed - no longer needed by git ---> Marking rsync to be removed - no longer needed by git ---> Marking perl-Getopt-Long to be removed - no longer needed by git ---> Marking perl-File-Path to be removed - no longer needed by git ---> Marking perl-Exporter to be removed - no longer needed by git ---> Marking perl-File-Temp to be removed - no longer needed by git ---> Marking perl-Error to be removed - no longer needed by git ---> Marking perl-TermReadKey to be removed - no longer needed by git ---> Marking perl-Carp to be removed - no longer needed by perl-Git ---> Marking perl-Time-Local to be removed - no longer needed by perl-Git ---> Marking perl-libs to be removed - no longer needed by perl ---> Marking perl-Scalar-List-Utils to be removed - no longer needed by perl ---> Marking perl-threads-shared to be removed - no longer needed by perl ---> Marking perl-Storable to be removed - no longer needed by perl ---> Marking perl-Filter to be removed - no longer needed by perl ---> Marking perl-Time-HiRes to be removed - no longer needed by perl ---> Marking perl-Socket to be removed - no longer needed by perl ---> Marking perl-threads to be removed - no longer needed by perl ---> Marking perl-Pod-Simple to be removed - no longer needed by perl ---> Marking perl-constant to be removed - no longer needed by perl ---> Marking perl-Text-ParseWords to be removed - no longer needed by perl-Getopt-Long ---> Marking perl-Pod-Usage to be removed - no longer needed by perl-Getopt-Long ---> Marking perl-Pod-Escapes to be removed - no longer needed by perl-Pod-Simple ---> Marking perl-Encode to be removed - no longer needed by perl-Pod-Simple ---> Marking perl-Pod-Perldoc to be removed - no longer needed by perl-Pod-Usage ---> Marking perl-podlators to be removed - no longer needed by perl-Pod-Usage ---> Marking perl-HTTP-Tiny to be removed - no longer needed by perl-Pod-Perldoc ---> Marking perl-parent to be removed - no longer needed by perl-Pod-Perldoc Found and removing 29 unneeded dependencies --> Running transaction check ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be erased --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-macros-5.16.3-299.el7_9.x86_64 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be erased ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be erased ---> Package perl-Error.noarch 1:0.17020-2.el7 will be erased ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be erased ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be erased ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be erased ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be erased ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be erased ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be erased ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be erased ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be erased ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be erased ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be erased ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be erased ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be erased ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be erased ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be erased ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be erased ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be erased ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be erased ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be erased ---> Package perl-constant.noarch 0:1.27-2.el7 will be erased ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be erased ---> Package perl-parent.noarch 1:0.225-244.el7 will be erased ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be erased ---> Package perl-threads.x86_64 0:1.87-4.el7 will be erased ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be erased ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be erased --> Running transaction check ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: git x86_64 1.8.3.1-23.el7_8 @base 22 M Removing for dependencies: perl x86_64 4:5.16.3-299.el7_9 @stx-mirror-distro 22 M perl-Carp noarch 1.26-244.el7 @base 28 k perl-Encode x86_64 2.51-7.el7 @base 9.7 M perl-Error noarch 1:0.17020-2.el7 @base 49 k perl-Exporter noarch 5.68-3.el7 @base 55 k perl-File-Path noarch 2.09-2.el7 @base 49 k perl-File-Temp noarch 0.23.01-3.el7 @base 155 k perl-Filter x86_64 1.49-3.el7 @base 145 k perl-Getopt-Long noarch 2.40-3.el7 @base 132 k perl-Git noarch 1.8.3.1-23.el7_8 @base 57 k perl-HTTP-Tiny noarch 0.033-3.el7 @base 95 k perl-PathTools x86_64 3.40-5.el7 @base 170 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 @stx-mirror-distro 21 k perl-Pod-Perldoc noarch 3.20-4.el7 @base 163 k perl-Pod-Simple noarch 1:3.28-4.el7 @base 526 k perl-Pod-Usage noarch 1.63-3.el7 @base 44 k perl-Scalar-List-Utils x86_64 1.27-248.el7 @base 66 k perl-Socket x86_64 2.010-5.el7 @base 112 k perl-Storable x86_64 2.45-3.el7 @base 177 k perl-TermReadKey x86_64 2.30-20.el7 @base 59 k perl-Text-ParseWords noarch 3.29-4.el7 @base 16 k perl-Time-HiRes x86_64 4:1.9725-3.el7 @base 92 k perl-Time-Local noarch 1.2300-2.el7 @base 43 k perl-constant noarch 1.27-2.el7 @base 26 k perl-libs x86_64 4:5.16.3-299.el7_9 @stx-mirror-distro 1.6 M perl-macros x86_64 4:5.16.3-299.el7_9 @stx-mirror-distro 5.0 k perl-parent noarch 1:0.225-244.el7 @base 8.0 k perl-podlators noarch 2.5.1-3.el7 @base 281 k perl-threads x86_64 1.87-4.el7 @base 96 k perl-threads-shared x86_64 1.43-6.el7 @base 72 k rsync x86_64 3.1.2-12.el7_9 @updates 820 k Transaction Summary ================================================================================ Remove 1 Package (+31 Dependent packages) Installed size: 59 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : git-1.8.3.1-23.el7_8.x86_64 1/32 Erasing : perl-Git-1.8.3.1-23.el7_8.noarch 2/32 Erasing : 1:perl-Error-0.17020-2.el7.noarch 3/32 Erasing : perl-TermReadKey-2.30-20.el7.x86_64 4/32 Erasing : perl-Filter-1.49-3.el7.x86_64 5/32 Erasing : perl-File-Path-2.09-2.el7.noarch 6/32 Erasing : perl-File-Temp-0.23.01-3.el7.noarch 7/32 Erasing : perl-Encode-2.51-7.el7.x86_64 8/32 Erasing : perl-PathTools-3.40-5.el7.x86_64 9/32 Erasing : perl-podlators-2.5.1-3.el7.noarch 10/32 Erasing : 1:perl-parent-0.225-244.el7.noarch 11/32 Erasing : perl-Pod-Perldoc-3.20-4.el7.noarch 12/32 Erasing : perl-HTTP-Tiny-0.033-3.el7.noarch 13/32 Erasing : perl-Pod-Usage-1.63-3.el7.noarch 14/32 Erasing : perl-Text-ParseWords-3.29-4.el7.noarch 15/32 Erasing : perl-Getopt-Long-2.40-3.el7.noarch 16/32 Erasing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 17/32 Erasing : 1:perl-Pod-Simple-3.28-4.el7.noarch 18/32 Erasing : perl-Socket-2.010-5.el7.x86_64 19/32 Erasing : perl-Storable-2.45-3.el7.x86_64 20/32 Erasing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/32 Erasing : perl-Time-Local-1.2300-2.el7.noarch 22/32 Erasing : perl-constant-1.27-2.el7.noarch 23/32 Erasing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/32 Erasing : perl-Exporter-5.68-3.el7.noarch 25/32 Erasing : perl-Carp-1.26-244.el7.noarch 26/32 Erasing : perl-threads-1.87-4.el7.x86_64 27/32 Erasing : perl-threads-shared-1.43-6.el7.x86_64 28/32 Erasing : 4:perl-macros-5.16.3-299.el7_9.x86_64 29/32 Erasing : 4:perl-5.16.3-299.el7_9.x86_64 30/32 Erasing : 4:perl-libs-5.16.3-299.el7_9.x86_64 31/32 Erasing : rsync-3.1.2-12.el7_9.x86_64 32/32 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/32 Verifying : rsync-3.1.2-12.el7_9.x86_64 2/32 Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/32 Verifying : perl-Storable-2.45-3.el7.x86_64 4/32 Verifying : perl-Exporter-5.68-3.el7.noarch 5/32 Verifying : perl-constant-1.27-2.el7.noarch 6/32 Verifying : perl-PathTools-3.40-5.el7.x86_64 7/32 Verifying : perl-Socket-2.010-5.el7.x86_64 8/32 Verifying : git-1.8.3.1-23.el7_8.x86_64 9/32 Verifying : 1:perl-parent-0.225-244.el7.noarch 10/32 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 11/32 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 12/32 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 13/32 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 14/32 Verifying : perl-Time-Local-1.2300-2.el7.noarch 15/32 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 16/32 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 17/32 Verifying : perl-Carp-1.26-244.el7.noarch 18/32 Verifying : 1:perl-Error-0.17020-2.el7.noarch 19/32 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 20/32 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 21/32 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 22/32 Verifying : perl-Encode-2.51-7.el7.x86_64 23/32 Verifying : perl-podlators-2.5.1-3.el7.noarch 24/32 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 25/32 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 26/32 Verifying : perl-File-Path-2.09-2.el7.noarch 27/32 Verifying : perl-threads-1.87-4.el7.x86_64 28/32 Verifying : perl-Filter-1.49-3.el7.x86_64 29/32 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 30/32 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 31/32 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 32/32 Removed: git.x86_64 0:1.8.3.1-23.el7_8 Dependency Removed: perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-Git.noarch 0:1.8.3.1-23.el7_8 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 rsync.x86_64 0:3.1.2-12.el7_9 Complete! + yum clean all Loaded plugins: fastestmirror, ovl Cleaning repos: base extras stx-local-build stx-mirror-distro updates : ussuri-wsgi Cleaning up list of fastest mirrors + sed -i 's/\(include-system-site-packages\).*/\1 = true/g' /var/lib/openstack/pyvenv.cfg + rm -rf /tmp/cacert.pem /tmp/horizon /tmp/wheels /tmp/wheels.tar.gz /root/.cache /etc/machine-id + find /usr/ /var/ '(' -name '*.pyc' -o -name __pycache__ ')' -delete + /opt/loci/stx-scripts/cleanup.sh + rm -rf /opt/loci/stx-wheels/stx-centos-stable-wheels-py2.tar /opt/loci/stx-wheels/stx-centos-stable-wheels.tar Removing intermediate container 58fd74fa5725 ---> 7696a93f31ab Successfully built 7696a93f31ab Successfully tagged jenkins/stx-horizon:master-centos-stable-build