---> Running in 27251a38f114 ---> Removed intermediate container 27251a38f114 ---> 97247aa64c94 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 8370171ccfdd ---> Removed intermediate container 8370171ccfdd ---> 1f2f34aaa5ca Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 5c1134b41247 ---> Removed intermediate container 5c1134b41247 ---> 53696a72a0ed Step 7/19 : RUN mkdir /licenses ---> Running in 3cc5b7ace5a9 ---> Removed intermediate container 3cc5b7ace5a9 ---> ff4550810348 Step 8/19 : COPY licensing.txt /licenses ---> 583748c0f29d Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in d377ac41d519 ---> Removed intermediate container d377ac41d519 ---> 33ad100e00bc Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in a1c535feb5a0 ---> Removed intermediate container a1c535feb5a0 ---> 380110e49c8c Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in cdd1e9ea33b7 ---> Removed intermediate container cdd1e9ea33b7 ---> a6e4ced02b5e Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in 41aef647c5bb ---> Removed intermediate container 41aef647c5bb ---> 35c8725253e5 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 7826879dce3f ---> Removed intermediate container 7826879dce3f ---> 3a6bcff4a10d Step 14/19 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_GID=1999 CONTRAIL_UID=1999 CONTRAIL_USER=contrail CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG LC_ALL=$LC_ALL LANG=$LANG LANGUAGE=$LANGUAGE ---> Running in 495dc797482a ---> Removed intermediate container 495dc797482a ---> 87a390ed5b85 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 266bf73ae344 Step 16/19 : COPY pip.conf /etc/ ---> e67b3b5cae39 Step 17/19 : COPY *.sh / ---> b7847abb7b73 Step 18/19 : RUN source /etc/os-release && YUM_ENABLE_REPOS=$(echo $YUM_ENABLE_REPOS | tr -d '"') && if [[ -n "$YUM_ENABLE_REPOS" ]] ; then echo "INFO: contrail-general-base: enable repos $YUM_ENABLE_REPOS" && if ! type -p yum-config-manager ; then yum install -y yum-utils ; fi && yum-config-manager --enable $YUM_ENABLE_REPOS && yum clean metadata ; fi && yum update -y -x "redhat-release*" -x "coreutils*" && yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && pkgs="hostname iproute less wget openssl" && GENERAL_EXTRA_RPMS=$(echo $GENERAL_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$GENERAL_EXTRA_RPMS" ]] ; then pkgs+=" $GENERAL_EXTRA_RPMS" ; fi && if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then pkgs+=" yum-utils python2 glibc-langpack-en compat-openssl10" ; fi && yum install -y $pkgs && source /functions.sh && download_package https://bootstrap.pypa.io pip/2.7/get-pip.py /tmp/get-pip.py && python2 /tmp/get-pip.py 'pip==20.1' && type -p pip || alternatives --verbose --install /usr/bin/pip pip $(type -p pip2) 100 && type -p python || alternatives --verbose --set python /usr/bin/python2 && yum install -y python3 python3-setuptools && yum clean all -y && rm -rf /var/cache/yum && groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER && useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER ---> Running in 173dd22f7282 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package bash.x86_64 0:4.2.46-34.el7 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.15 will be an update ---> Package binutils.x86_64 0:2.27-44.base.el7 will be updated ---> Package binutils.x86_64 0:2.27-44.base.el7_9.1 will be an update ---> Package ca-certificates.noarch 0:2020.2.41-70.0.el7_8 will be updated ---> Package ca-certificates.noarch 0:2023.2.60_v7.0.306-72.el7_9 will be an update ---> Package centos-release.x86_64 0:7-9.2009.0.el7.centos will be updated ---> Package centos-release.x86_64 0:7-9.2009.1.el7.centos 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.2 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.170-6.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.170-6.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-5.el7 will be updated ---> Package diffutils.x86_64 0:3.3-6.el7_9 will be an update ---> Package expat.x86_64 0:2.1.0-12.el7 will be updated ---> Package expat.x86_64 0:2.1.0-15.el7_9 will be an update ---> Package geoipupdate.x86_64 0:2.5.0-1.el7 will be updated ---> Package geoipupdate.x86_64 0:2.5.0-2.el7 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-317.el7 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-317.el7 will be updated ---> Package glibc-common.x86_64 0:2.17-326.el7_9 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 kpartx.x86_64 0:0.4.9-133.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-50.el7 will be updated ---> Package krb5-libs.x86_64 0:1.15.1-55.el7_9 will be an update ---> Package libblkid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libblkid.x86_64 0:2.23.2-65.el7_9.1 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.2 will be an update ---> Package libmount.x86_64 0:2.23.2-65.el7 will be updated ---> Package libmount.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libsmartcols.x86_64 0:2.23.2-65.el7 will be updated ---> Package libsmartcols.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libssh2.x86_64 0:1.8.0-4.el7 will be updated ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update ---> Package libuuid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libuuid.x86_64 0:2.23.2-65.el7_9.1 will be an update ---> Package libxml2.x86_64 0:2.9.1-6.el7.5 will be updated ---> Package libxml2.x86_64 0:2.9.1-6.el7_9.6 will be an update ---> Package libxml2-python.x86_64 0:2.9.1-6.el7.5 will be updated ---> Package libxml2-python.x86_64 0:2.9.1-6.el7_9.6 will be an update ---> Package nspr.x86_64 0:4.25.0-2.el7_9 will be updated ---> Package nspr.x86_64 0:4.35.0-1.el7_9 will be an update ---> Package nss.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss.x86_64 0:3.90.0-2.el7_9 will be an update ---> Package nss-pem.x86_64 0:1.0.3-7.el7 will be updated ---> Package nss-pem.x86_64 0:1.0.3-7.el7_9.1 will be an update ---> Package nss-softokn.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn.x86_64 0:3.90.0-6.el7_9 will be an update ---> Package nss-softokn-freebl.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.90.0-6.el7_9 will be an update ---> Package nss-sysinit.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-sysinit.x86_64 0:3.90.0-2.el7_9 will be an update ---> Package nss-tools.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-tools.x86_64 0:3.90.0-2.el7_9 will be an update ---> Package nss-util.x86_64 0:3.53.1-1.el7_9 will be updated ---> Package nss-util.x86_64 0:3.90.0-1.el7_9 will be an update ---> Package openldap.x86_64 0:2.4.44-22.el7 will be updated ---> Package openldap.x86_64 0:2.4.44-25.el7_9 will be an update ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated ---> Package openssl-libs.x86_64 1:1.0.2k-26.el7_9 will be an update ---> Package python.x86_64 0:2.7.5-89.el7 will be updated ---> Package python.x86_64 0:2.7.5-94.el7_9 will be an update ---> Package python-chardet.noarch 0:2.2.1-3.el7 will be obsoleted ---> Package python-libs.x86_64 0:2.7.5-89.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update ---> Package python2-chardet.noarch 0:3.0.4-7.el7 will be obsoleting ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update ---> Package systemd.x86_64 0:219-78.el7 will be updated ---> Package systemd.x86_64 0:219-78.el7_9.9 will be an update ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated ---> Package systemd-libs.x86_64 0:219-78.el7_9.9 will be an update ---> Package tzdata.noarch 0:2020d-2.el7 will be updated ---> Package tzdata.noarch 0:2024a-1.el7 will be an update ---> Package util-linux.x86_64 0:2.23.2-65.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 zlib.x86_64 0:1.2.7-18.el7 will be updated ---> Package zlib.x86_64 0:1.2.7-21.el7_9 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python2-chardet noarch 3.0.4-7.el7 contrail-tpc 186 k replacing python-chardet.noarch 2.2.1-3.el7 Updating: bash x86_64 4.2.46-35.el7_9 tf-mirrors.ci_repos_yum7-updates 1.0 M bind-license noarch 32:9.11.4-26.P2.el7_9.15 tf-mirrors.ci_repos_yum7-updates 92 k binutils x86_64 2.27-44.base.el7_9.1 tf-mirrors.ci_repos_yum7-updates 5.9 M ca-certificates noarch 2023.2.60_v7.0.306-72.el7_9 tf-mirrors.ci_repos_yum7-updates 923 k centos-release x86_64 7-9.2009.1.el7.centos tf-mirrors.ci_repos_yum7-updates 27 k curl x86_64 7.29.0-59.el7_9.2 tf-mirrors.ci_repos_yum7-updates 271 k cyrus-sasl-lib x86_64 2.1.26-24.el7_9 tf-mirrors.ci_repos_yum7-updates 156 k device-mapper x86_64 7:1.02.170-6.el7_9.5 tf-mirrors.ci_repos_yum7-updates 297 k device-mapper-libs x86_64 7:1.02.170-6.el7_9.5 tf-mirrors.ci_repos_yum7-updates 325 k diffutils x86_64 3.3-6.el7_9 tf-mirrors.ci_repos_yum7-updates 322 k expat x86_64 2.1.0-15.el7_9 tf-mirrors.ci_repos_yum7-updates 83 k geoipupdate x86_64 2.5.0-2.el7 tf-mirrors.ci_repos_yum7-updates 35 k glib2 x86_64 2.56.1-9.el7_9 tf-mirrors.ci_repos_yum7-updates 2.5 M glibc x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 3.6 M glibc-common x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 12 M gzip x86_64 1.5-11.el7_9 tf-mirrors.ci_repos_yum7-updates 130 k kpartx x86_64 0.4.9-136.el7_9 tf-mirrors.ci_repos_yum7-updates 81 k krb5-libs x86_64 1.15.1-55.el7_9 tf-mirrors.ci_repos_yum7-updates 810 k libblkid x86_64 2.23.2-65.el7_9.1 tf-mirrors.ci_repos_yum7-updates 183 k libcurl x86_64 7.29.0-59.el7_9.2 tf-mirrors.ci_repos_yum7-updates 223 k libmount x86_64 2.23.2-65.el7_9.1 tf-mirrors.ci_repos_yum7-updates 185 k libsmartcols x86_64 2.23.2-65.el7_9.1 tf-mirrors.ci_repos_yum7-updates 143 k libssh2 x86_64 1.8.0-4.el7_9.1 tf-mirrors.ci_repos_yum7-updates 88 k libuuid x86_64 2.23.2-65.el7_9.1 tf-mirrors.ci_repos_yum7-updates 84 k libxml2 x86_64 2.9.1-6.el7_9.6 tf-mirrors.ci_repos_yum7-updates 668 k libxml2-python x86_64 2.9.1-6.el7_9.6 tf-mirrors.ci_repos_yum7-updates 247 k nspr x86_64 4.35.0-1.el7_9 tf-mirrors.ci_repos_yum7-updates 128 k nss x86_64 3.90.0-2.el7_9 tf-mirrors.ci_repos_yum7-updates 905 k nss-pem x86_64 1.0.3-7.el7_9.1 tf-mirrors.ci_repos_yum7-updates 75 k nss-softokn x86_64 3.90.0-6.el7_9 tf-mirrors.ci_repos_yum7-updates 383 k nss-softokn-freebl x86_64 3.90.0-6.el7_9 tf-mirrors.ci_repos_yum7-updates 321 k nss-sysinit x86_64 3.90.0-2.el7_9 tf-mirrors.ci_repos_yum7-updates 67 k nss-tools x86_64 3.90.0-2.el7_9 tf-mirrors.ci_repos_yum7-updates 557 k nss-util x86_64 3.90.0-1.el7_9 tf-mirrors.ci_repos_yum7-updates 80 k openldap x86_64 2.4.44-25.el7_9 tf-mirrors.ci_repos_yum7-updates 356 k openssl-libs x86_64 1:1.0.2k-26.el7_9 tf-mirrors.ci_repos_yum7-updates 1.2 M python x86_64 2.7.5-94.el7_9 tf-mirrors.ci_repos_yum7-updates 97 k python-libs x86_64 2.7.5-94.el7_9 tf-mirrors.ci_repos_yum7-updates 5.6 M rpm x86_64 4.11.3-48.el7_9 tf-mirrors.ci_repos_yum7-updates 1.2 M rpm-build-libs x86_64 4.11.3-48.el7_9 tf-mirrors.ci_repos_yum7-updates 108 k rpm-libs x86_64 4.11.3-48.el7_9 tf-mirrors.ci_repos_yum7-updates 279 k rpm-python x86_64 4.11.3-48.el7_9 tf-mirrors.ci_repos_yum7-updates 84 k systemd x86_64 219-78.el7_9.9 tf-mirrors.ci_repos_yum7-updates 5.1 M systemd-libs x86_64 219-78.el7_9.9 tf-mirrors.ci_repos_yum7-updates 419 k tzdata noarch 2024a-1.el7 tf-mirrors.ci_repos_yum7-updates 497 k util-linux x86_64 2.23.2-65.el7_9.1 tf-mirrors.ci_repos_yum7-updates 2.0 M vim-minimal x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 443 k xz x86_64 5.2.2-2.el7_9 tf-mirrors.ci_repos_yum7-updates 229 k xz-libs x86_64 5.2.2-2.el7_9 tf-mirrors.ci_repos_yum7-updates 103 k zlib x86_64 1.2.7-21.el7_9 tf-mirrors.ci_repos_yum7-updates 90 k Transaction Summary ================================================================================ Install 1 Package Upgrade 50 Packages Total download size: 50 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 76 MB/s | 50 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : tzdata-2024a-1.el7.noarch 1/102 Updating : bash-4.2.46-35.el7_9.x86_64 2/102 Updating : glibc-common-2.17-326.el7_9.x86_64 3/102 Updating : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 4/102 Updating : glibc-2.17-326.el7_9.x86_64 5/102 Updating : nspr-4.35.0-1.el7_9.x86_64 6/102 Updating : nss-util-3.90.0-1.el7_9.x86_64 7/102 Updating : zlib-1.2.7-21.el7_9.x86_64 8/102 Updating : xz-libs-5.2.2-2.el7_9.x86_64 9/102 Updating : systemd-libs-219-78.el7_9.9.x86_64 10/102 Updating : libuuid-2.23.2-65.el7_9.1.x86_64 11/102 Updating : libblkid-2.23.2-65.el7_9.1.x86_64 12/102 Updating : libmount-2.23.2-65.el7_9.1.x86_64 13/102 Updating : nss-softokn-3.90.0-6.el7_9.x86_64 14/102 Updating : nss-pem-1.0.3-7.el7_9.1.x86_64 15/102 Updating : nss-sysinit-3.90.0-2.el7_9.x86_64 16/102 Updating : nss-3.90.0-2.el7_9.x86_64 17/102 Updating : nss-tools-3.90.0-2.el7_9.x86_64 18/102 Updating : libxml2-2.9.1-6.el7_9.6.x86_64 19/102 Updating : libsmartcols-2.23.2-65.el7_9.1.x86_64 20/102 Updating : util-linux-2.23.2-65.el7_9.1.x86_64 21/102 Updating : diffutils-3.3-6.el7_9.x86_64 22/102 install-info: No such file or directory for /usr/share/info/diffutils.info Updating : expat-2.1.0-15.el7_9.x86_64 23/102 Updating : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 24/102 Updating : 1:openssl-libs-1.0.2k-26.el7_9.x86_64 25/102 Updating : krb5-libs-1.15.1-55.el7_9.x86_64 26/102 Updating : python-libs-2.7.5-94.el7_9.x86_64 27/102 Updating : python-2.7.5-94.el7_9.x86_64 28/102 Updating : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 29/102 Updating : libssh2-1.8.0-4.el7_9.1.x86_64 30/102 Updating : libcurl-7.29.0-59.el7_9.2.x86_64 31/102 Updating : curl-7.29.0-59.el7_9.2.x86_64 32/102 Updating : rpm-libs-4.11.3-48.el7_9.x86_64 33/102 Updating : rpm-4.11.3-48.el7_9.x86_64 34/102 Updating : openldap-2.4.44-25.el7_9.x86_64 35/102 Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 36/102 Updating : centos-release-7-9.2009.1.el7.centos.x86_64 37/102 Updating : systemd-219-78.el7_9.9.x86_64 38/102 Failed to get D-Bus connection: Operation not permitted Updating : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 39/102 Updating : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 40/102 Updating : kpartx-0.4.9-136.el7_9.x86_64 41/102 Updating : rpm-python-4.11.3-48.el7_9.x86_64 42/102 Updating : geoipupdate-2.5.0-2.el7.x86_64 43/102 Updating : libxml2-python-2.9.1-6.el7_9.6.x86_64 44/102 Installing : python2-chardet-3.0.4-7.el7.noarch 45/102 Updating : glib2-2.56.1-9.el7_9.x86_64 46/102 Updating : xz-5.2.2-2.el7_9.x86_64 47/102 Updating : binutils-2.27-44.base.el7_9.1.x86_64 48/102 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 : 2:vim-minimal-7.4.629-8.el7_9.x86_64 49/102 Updating : gzip-1.5-11.el7_9.x86_64 50/102 Updating : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 51/102 Cleanup : rpm-python-4.11.3-45.el7.x86_64 52/102 Cleanup : libxml2-python-2.9.1-6.el7.5.x86_64 53/102 Erasing : python-chardet-2.2.1-3.el7.noarch 54/102 Cleanup : rpm-build-libs-4.11.3-45.el7.x86_64 55/102 Cleanup : glib2-2.56.1-7.el7.x86_64 56/102 Cleanup : python-2.7.5-89.el7.x86_64 57/102 Cleanup : python-libs-2.7.5-89.el7.x86_64 58/102 Cleanup : libxml2-2.9.1-6.el7.5.x86_64 59/102 Cleanup : xz-5.2.2-1.el7.x86_64 60/102 Cleanup : binutils-2.27-44.base.el7.x86_64 61/102 Cleanup : geoipupdate-2.5.0-1.el7.x86_64 62/102 Cleanup : kpartx-0.4.9-133.el7.x86_64 63/102 Cleanup : 7:device-mapper-libs-1.02.170-6.el7.x86_64 64/102 Cleanup : 7:device-mapper-1.02.170-6.el7.x86_64 65/102 Cleanup : systemd-219-78.el7.x86_64 66/102 Cleanup : curl-7.29.0-59.el7.x86_64 67/102 Cleanup : libcurl-7.29.0-59.el7.x86_64 68/102 Cleanup : openldap-2.4.44-22.el7.x86_64 69/102 Cleanup : rpm-libs-4.11.3-45.el7.x86_64 70/102 Cleanup : rpm-4.11.3-45.el7.x86_64 71/102 Cleanup : nss-tools-3.53.1-3.el7_9.x86_64 72/102 Cleanup : nss-sysinit-3.53.1-3.el7_9.x86_64 73/102 Cleanup : nss-3.53.1-3.el7_9.x86_64 74/102 Cleanup : nss-pem-1.0.3-7.el7.x86_64 75/102 Cleanup : util-linux-2.23.2-65.el7.x86_64 76/102 Cleanup : nss-softokn-3.53.1-6.el7_9.x86_64 77/102 Cleanup : libmount-2.23.2-65.el7.x86_64 78/102 Cleanup : libblkid-2.23.2-65.el7.x86_64 79/102 Cleanup : libssh2-1.8.0-4.el7.x86_64 80/102 Cleanup : systemd-libs-219-78.el7.x86_64 81/102 Cleanup : cyrus-sasl-lib-2.1.26-23.el7.x86_64 82/102 Cleanup : krb5-libs-1.15.1-50.el7.x86_64 83/102 Cleanup : 1:openssl-libs-1.0.2k-19.el7.x86_64 84/102 Cleanup : diffutils-3.3-5.el7.x86_64 85/102 Cleanup : gzip-1.5-10.el7.x86_64 86/102 Cleanup : ca-certificates-2020.2.41-70.0.el7_8.noarch 87/102 Cleanup : zlib-1.2.7-18.el7.x86_64 88/102 Cleanup : xz-libs-5.2.2-1.el7.x86_64 89/102 Cleanup : libuuid-2.23.2-65.el7.x86_64 90/102 Cleanup : libsmartcols-2.23.2-65.el7.x86_64 91/102 Cleanup : expat-2.1.0-12.el7.x86_64 92/102 Cleanup : 2:vim-minimal-7.4.629-7.el7.x86_64 93/102 Cleanup : centos-release-7-9.2009.0.el7.centos.x86_64 94/102 Cleanup : 32:bind-license-9.11.4-26.P2.el7.noarch 95/102 Cleanup : glibc-common-2.17-317.el7.x86_64 96/102 Cleanup : bash-4.2.46-34.el7.x86_64 97/102 Cleanup : nspr-4.25.0-2.el7_9.x86_64 98/102 Cleanup : nss-util-3.53.1-1.el7_9.x86_64 99/102 Cleanup : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 100/102 Cleanup : glibc-2.17-317.el7.x86_64 101/102 Cleanup : tzdata-2020d-2.el7.noarch 102/102 Verifying : libblkid-2.23.2-65.el7_9.1.x86_64 1/102 Verifying : libcurl-7.29.0-59.el7_9.2.x86_64 2/102 Verifying : centos-release-7-9.2009.1.el7.centos.x86_64 3/102 Verifying : libsmartcols-2.23.2-65.el7_9.1.x86_64 4/102 Verifying : nss-softokn-3.90.0-6.el7_9.x86_64 5/102 Verifying : openldap-2.4.44-25.el7_9.x86_64 6/102 Verifying : libxml2-python-2.9.1-6.el7_9.6.x86_64 7/102 Verifying : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 8/102 Verifying : python2-chardet-3.0.4-7.el7.noarch 9/102 Verifying : libxml2-2.9.1-6.el7_9.6.x86_64 10/102 Verifying : glibc-2.17-326.el7_9.x86_64 11/102 Verifying : libmount-2.23.2-65.el7_9.1.x86_64 12/102 Verifying : zlib-1.2.7-21.el7_9.x86_64 13/102 Verifying : tzdata-2024a-1.el7.noarch 14/102 Verifying : libssh2-1.8.0-4.el7_9.1.x86_64 15/102 Verifying : geoipupdate-2.5.0-2.el7.x86_64 16/102 Verifying : 1:openssl-libs-1.0.2k-26.el7_9.x86_64 17/102 Verifying : nss-pem-1.0.3-7.el7_9.1.x86_64 18/102 Verifying : util-linux-2.23.2-65.el7_9.1.x86_64 19/102 Verifying : binutils-2.27-44.base.el7_9.1.x86_64 20/102 Verifying : bash-4.2.46-35.el7_9.x86_64 21/102 Verifying : python-2.7.5-94.el7_9.x86_64 22/102 Verifying : nss-tools-3.90.0-2.el7_9.x86_64 23/102 Verifying : systemd-219-78.el7_9.9.x86_64 24/102 Verifying : 2:vim-minimal-7.4.629-8.el7_9.x86_64 25/102 Verifying : nss-sysinit-3.90.0-2.el7_9.x86_64 26/102 Verifying : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 27/102 Verifying : python-libs-2.7.5-94.el7_9.x86_64 28/102 Verifying : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 29/102 Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 30/102 Verifying : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 31/102 Verifying : kpartx-0.4.9-136.el7_9.x86_64 32/102 Verifying : krb5-libs-1.15.1-55.el7_9.x86_64 33/102 Verifying : rpm-4.11.3-48.el7_9.x86_64 34/102 Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 35/102 Verifying : systemd-libs-219-78.el7_9.9.x86_64 36/102 Verifying : nss-util-3.90.0-1.el7_9.x86_64 37/102 Verifying : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 38/102 Verifying : libuuid-2.23.2-65.el7_9.1.x86_64 39/102 Verifying : xz-libs-5.2.2-2.el7_9.x86_64 40/102 Verifying : diffutils-3.3-6.el7_9.x86_64 41/102 Verifying : nss-3.90.0-2.el7_9.x86_64 42/102 Verifying : expat-2.1.0-15.el7_9.x86_64 43/102 Verifying : glib2-2.56.1-9.el7_9.x86_64 44/102 Verifying : curl-7.29.0-59.el7_9.2.x86_64 45/102 Verifying : gzip-1.5-11.el7_9.x86_64 46/102 Verifying : glibc-common-2.17-326.el7_9.x86_64 47/102 Verifying : rpm-python-4.11.3-48.el7_9.x86_64 48/102 Verifying : nspr-4.35.0-1.el7_9.x86_64 49/102 Verifying : xz-5.2.2-2.el7_9.x86_64 50/102 Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 51/102 Verifying : rpm-4.11.3-45.el7.x86_64 52/102 Verifying : nss-tools-3.53.1-3.el7_9.x86_64 53/102 Verifying : glibc-common-2.17-317.el7.x86_64 54/102 Verifying : ca-certificates-2020.2.41-70.0.el7_8.noarch 55/102 Verifying : nss-softokn-3.53.1-6.el7_9.x86_64 56/102 Verifying : nss-util-3.53.1-1.el7_9.x86_64 57/102 Verifying : glib2-2.56.1-7.el7.x86_64 58/102 Verifying : libssh2-1.8.0-4.el7.x86_64 59/102 Verifying : nspr-4.25.0-2.el7_9.x86_64 60/102 Verifying : nss-pem-1.0.3-7.el7.x86_64 61/102 Verifying : systemd-219-78.el7.x86_64 62/102 Verifying : 7:device-mapper-1.02.170-6.el7.x86_64 63/102 Verifying : libblkid-2.23.2-65.el7.x86_64 64/102 Verifying : rpm-libs-4.11.3-45.el7.x86_64 65/102 Verifying : 1:openssl-libs-1.0.2k-19.el7.x86_64 66/102 Verifying : libxml2-python-2.9.1-6.el7.5.x86_64 67/102 Verifying : tzdata-2020d-2.el7.noarch 68/102 Verifying : libuuid-2.23.2-65.el7.x86_64 69/102 Verifying : 2:vim-minimal-7.4.629-7.el7.x86_64 70/102 Verifying : geoipupdate-2.5.0-1.el7.x86_64 71/102 Verifying : nss-sysinit-3.53.1-3.el7_9.x86_64 72/102 Verifying : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 73/102 Verifying : rpm-python-4.11.3-45.el7.x86_64 74/102 Verifying : libcurl-7.29.0-59.el7.x86_64 75/102 Verifying : curl-7.29.0-59.el7.x86_64 76/102 Verifying : krb5-libs-1.15.1-50.el7.x86_64 77/102 Verifying : rpm-build-libs-4.11.3-45.el7.x86_64 78/102 Verifying : gzip-1.5-10.el7.x86_64 79/102 Verifying : binutils-2.27-44.base.el7.x86_64 80/102 Verifying : nss-3.53.1-3.el7_9.x86_64 81/102 Verifying : zlib-1.2.7-18.el7.x86_64 82/102 Verifying : libxml2-2.9.1-6.el7.5.x86_64 83/102 Verifying : centos-release-7-9.2009.0.el7.centos.x86_64 84/102 Verifying : systemd-libs-219-78.el7.x86_64 85/102 Verifying : diffutils-3.3-5.el7.x86_64 86/102 Verifying : openldap-2.4.44-22.el7.x86_64 87/102 Verifying : 7:device-mapper-libs-1.02.170-6.el7.x86_64 88/102 Verifying : util-linux-2.23.2-65.el7.x86_64 89/102 Verifying : xz-libs-5.2.2-1.el7.x86_64 90/102 Verifying : python-2.7.5-89.el7.x86_64 91/102 Verifying : python-chardet-2.2.1-3.el7.noarch 92/102 Verifying : expat-2.1.0-12.el7.x86_64 93/102 Verifying : glibc-2.17-317.el7.x86_64 94/102 Verifying : bash-4.2.46-34.el7.x86_64 95/102 Verifying : kpartx-0.4.9-133.el7.x86_64 96/102 Verifying : 32:bind-license-9.11.4-26.P2.el7.noarch 97/102 Verifying : python-libs-2.7.5-89.el7.x86_64 98/102 Verifying : xz-5.2.2-1.el7.x86_64 99/102 Verifying : libsmartcols-2.23.2-65.el7.x86_64 100/102 Verifying : cyrus-sasl-lib-2.1.26-23.el7.x86_64 101/102 Verifying : libmount-2.23.2-65.el7.x86_64 102/102 Installed: python2-chardet.noarch 0:3.0.4-7.el7 Updated: bash.x86_64 0:4.2.46-35.el7_9 bind-license.noarch 32:9.11.4-26.P2.el7_9.15 binutils.x86_64 0:2.27-44.base.el7_9.1 ca-certificates.noarch 0:2023.2.60_v7.0.306-72.el7_9 centos-release.x86_64 0:7-9.2009.1.el7.centos curl.x86_64 0:7.29.0-59.el7_9.2 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-6.el7_9 expat.x86_64 0:2.1.0-15.el7_9 geoipupdate.x86_64 0:2.5.0-2.el7 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 gzip.x86_64 0:1.5-11.el7_9 kpartx.x86_64 0:0.4.9-136.el7_9 krb5-libs.x86_64 0:1.15.1-55.el7_9 libblkid.x86_64 0:2.23.2-65.el7_9.1 libcurl.x86_64 0:7.29.0-59.el7_9.2 libmount.x86_64 0:2.23.2-65.el7_9.1 libsmartcols.x86_64 0:2.23.2-65.el7_9.1 libssh2.x86_64 0:1.8.0-4.el7_9.1 libuuid.x86_64 0:2.23.2-65.el7_9.1 libxml2.x86_64 0:2.9.1-6.el7_9.6 libxml2-python.x86_64 0:2.9.1-6.el7_9.6 nspr.x86_64 0:4.35.0-1.el7_9 nss.x86_64 0:3.90.0-2.el7_9 nss-pem.x86_64 0:1.0.3-7.el7_9.1 nss-softokn.x86_64 0:3.90.0-6.el7_9 nss-softokn-freebl.x86_64 0:3.90.0-6.el7_9 nss-sysinit.x86_64 0:3.90.0-2.el7_9 nss-tools.x86_64 0:3.90.0-2.el7_9 nss-util.x86_64 0:3.90.0-1.el7_9 openldap.x86_64 0:2.4.44-25.el7_9 openssl-libs.x86_64 1:1.0.2k-26.el7_9 python.x86_64 0:2.7.5-94.el7_9 python-libs.x86_64 0:2.7.5-94.el7_9 rpm.x86_64 0:4.11.3-48.el7_9 rpm-build-libs.x86_64 0:4.11.3-48.el7_9 rpm-libs.x86_64 0:4.11.3-48.el7_9 rpm-python.x86_64 0:4.11.3-48.el7_9 systemd.x86_64 0:219-78.el7_9.9 systemd-libs.x86_64 0:219-78.el7_9.9 tzdata.noarch 0:2024a-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 zlib.x86_64 0:1.2.7-21.el7_9 Replaced: python-chardet.noarch 0:2.2.1-3.el7 Complete! Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile No Packages marked for minimal Update Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Package hostname-3.13-3.el7_7.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-30.el7.x86_64 --> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-30.el7.x86_64 --> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-30.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 openssl.x86_64 1:1.0.2k-26.el7_9 will be installed --> Processing Dependency: make for package: 1:openssl-1.0.2k-26.el7_9.x86_64 ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed --> Running transaction check ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64 ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed ---> Package make.x86_64 1:3.82-24.el7 will be installed --> Running transaction check ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: iproute x86_64 4.11.0-30.el7 tf-mirrors.ci_repos_yum7-base 805 k less x86_64 458-9.el7 tf-mirrors.ci_repos_yum7-base 120 k openssl x86_64 1:1.0.2k-26.el7_9 tf-mirrors.ci_repos_yum7-updates 494 k wget x86_64 1.14-18.el7_6.1 tf-mirrors.ci_repos_yum7-base 547 k Installing for dependencies: groff-base x86_64 1.22.2-8.el7 tf-mirrors.ci_repos_yum7-base 942 k iptables x86_64 1.4.21-35.el7 tf-mirrors.ci_repos_yum7-base 432 k libmnl x86_64 1.0.3-7.el7 tf-mirrors.ci_repos_yum7-base 23 k libnetfilter_conntrack x86_64 1.0.6-1.el7_3 tf-mirrors.ci_repos_yum7-base 55 k libnfnetlink x86_64 1.0.1-4.el7 tf-mirrors.ci_repos_yum7-base 26 k make x86_64 1:3.82-24.el7 tf-mirrors.ci_repos_yum7-base 421 k Transaction Summary ================================================================================ Install 4 Packages (+6 Dependent packages) Total download size: 3.8 M Installed size: 11 M Downloading packages: -------------------------------------------------------------------------------- Total 19 MB/s | 3.8 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libnfnetlink-1.0.1-4.el7.x86_64 1/10 Installing : libmnl-1.0.3-7.el7.x86_64 2/10 Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 3/10 Installing : iptables-1.4.21-35.el7.x86_64 4/10 Installing : groff-base-1.22.2-8.el7.x86_64 5/10 Installing : 1:make-3.82-24.el7.x86_64 6/10 Installing : 1:openssl-1.0.2k-26.el7_9.x86_64 7/10 Installing : less-458-9.el7.x86_64 8/10 Installing : iproute-4.11.0-30.el7.x86_64 9/10 Installing : wget-1.14-18.el7_6.1.x86_64 10/10 install-info: No such file or directory for /usr/share/info/wget.info.gz Verifying : 1:make-3.82-24.el7.x86_64 1/10 Verifying : libmnl-1.0.3-7.el7.x86_64 2/10 Verifying : iproute-4.11.0-30.el7.x86_64 3/10 Verifying : groff-base-1.22.2-8.el7.x86_64 4/10 Verifying : 1:openssl-1.0.2k-26.el7_9.x86_64 5/10 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 6/10 Verifying : wget-1.14-18.el7_6.1.x86_64 7/10 Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 8/10 Verifying : iptables-1.4.21-35.el7.x86_64 9/10 Verifying : less-458-9.el7.x86_64 10/10 Installed: iproute.x86_64 0:4.11.0-30.el7 less.x86_64 0:458-9.el7 openssl.x86_64 1:1.0.2k-26.el7_9 wget.x86_64 0:1.14-18.el7_6.1 Dependency Installed: groff-base.x86_64 0:1.22.2-8.el7 iptables.x86_64 0:1.4.21-35.el7 libmnl.x86_64 0:1.0.3-7.el7 libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 libnfnetlink.x86_64 0:1.0.1-4.el7 make.x86_64 1:3.82-24.el7 Complete! 2025-01-06 01:20:38 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/pip/2.7/get-pip.py [1908226/1908226] -> "/tmp/get-pip.py" [1] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting pip==20.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4fd/c7fd2db763677/pip-20.1-py2.py3-none-any.whl (1.5 MB) Collecting setuptools<45 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/27a/714c09253134e/setuptools-44.1.1-py2.py3-none-any.whl (583 kB) Collecting wheel Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4bd/cd7d840138086/wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: pip, setuptools, wheel Successfully installed pip-20.1 setuptools-44.1.1 wheel-0.37.1 WARNING: You are using pip version 20.1; however, version 20.3.4 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command. /usr/bin/pip /usr/bin/python Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed --> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64 --> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64 ---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed --> Running transaction check ---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed --> Processing Dependency: libtirpc.so.1()(64bit) for package: python3-libs-3.6.8-21.el7_9.x86_64 ---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed --> Running transaction check ---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python3 x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 71 k python3-setuptools noarch 39.2.0-10.el7 tf-mirrors.ci_repos_yum7-base 629 k Installing for dependencies: libtirpc x86_64 0.2.4-0.16.el7 tf-mirrors.ci_repos_yum7-base 89 k python3-libs x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 7.0 M python3-pip noarch 9.0.3-8.el7 tf-mirrors.ci_repos_yum7-base 1.6 M Transaction Summary ================================================================================ Install 2 Packages (+3 Dependent packages) Total download size: 9.3 M Installed size: 48 M Downloading packages: -------------------------------------------------------------------------------- Total 44 MB/s | 9.3 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libtirpc-0.2.4-0.16.el7.x86_64 1/5 Installing : python3-setuptools-39.2.0-10.el7.noarch 2/5 Installing : python3-pip-9.0.3-8.el7.noarch 3/5 Installing : python3-3.6.8-21.el7_9.x86_64 4/5 Installing : python3-libs-3.6.8-21.el7_9.x86_64 5/5 Verifying : libtirpc-0.2.4-0.16.el7.x86_64 1/5 Verifying : python3-libs-3.6.8-21.el7_9.x86_64 2/5 Verifying : python3-3.6.8-21.el7_9.x86_64 3/5 Verifying : python3-setuptools-39.2.0-10.el7.noarch 4/5 Verifying : python3-pip-9.0.3-8.el7.noarch 5/5 Installed: python3.x86_64 0:3.6.8-21.el7_9 python3-setuptools.noarch 0:39.2.0-10.el7 Dependency Installed: libtirpc.x86_64 0:0.2.4-0.16.el7 python3-libs.x86_64 0:3.6.8-21.el7_9 python3-pip.noarch 0:9.0.3-8.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates Cleaning up list of fastest mirrors ---> Removed intermediate container 173dd22f7282 ---> 779f7e8b6ade Step 19/19 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in d887f58cfab8 ---> Removed intermediate container d887f58cfab8 ---> 9ab941625d75 [Warning] One or more build-args [BASE_EXTRA_RPMS CONTAINER_NAME CONTRAIL_REGISTRY LINUX_DISTR LINUX_DISTR_VER UBUNTU_DISTR UBUNTU_DISTR_VERSION] were not consumed Successfully built 9ab941625d75 Successfully tagged nexus.gz1.opensdn.io:5102/contrail-general-base:nightly-r24.1-centos Successfully tagged nexus.gz1.opensdn.io:5102/tf-general-base:nightly-r24.1-centos 2025-01-06 01:20:59,055: INFO: Docker build duration: 75 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-general-base] e8218465bcaf: Preparing 3d617e59a154: Preparing b906c784efc9: Preparing a749d24fa246: Preparing 819723bebc6c: Preparing cd1ef7d0c887: Preparing 174f56854903: Preparing cd1ef7d0c887: Waiting 174f56854903: Waiting 819723bebc6c: Pushed 3d617e59a154: Pushed b906c784efc9: Pushed a749d24fa246: Pushed 174f56854903: Layer already exists cd1ef7d0c887: Pushed e8218465bcaf: Pushed nightly-r24.1-centos: digest: sha256:a778cc7e4c4057a1c123dd5142f95aba9ea98ac85a229fd5f8de80ca61c2a5cb size: 1778 The push refers to repository [nexus.gz1.opensdn.io:5102/tf-general-base] e8218465bcaf: Preparing 3d617e59a154: Preparing b906c784efc9: Preparing a749d24fa246: Preparing 819723bebc6c: Preparing cd1ef7d0c887: Preparing 174f56854903: Preparing cd1ef7d0c887: Waiting 174f56854903: Waiting b906c784efc9: Layer already exists 819723bebc6c: Layer already exists 3d617e59a154: Layer already exists a749d24fa246: Layer already exists e8218465bcaf: Layer already exists cd1ef7d0c887: Layer already exists 174f56854903: Layer already exists nightly-r24.1-centos: digest: sha256:a778cc7e4c4057a1c123dd5142f95aba9ea98ac85a229fd5f8de80ca61c2a5cb size: 1778 2025-01-06 01:21:12,988: INFO: Building contrail-general-base finished successfully, duration: 88 seconds