---> Running in 992323922f27 ---> Removed intermediate container 992323922f27 ---> a0aa1dffb1b7 Step 8/19 : COPY licensing.txt /licenses ---> 6938aa13b119 Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in b658c82f6916 ---> Removed intermediate container b658c82f6916 ---> f61a0bc5af1a Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in 4ebdf5540ade ---> Removed intermediate container 4ebdf5540ade ---> 4e727d74a7bf Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in 9c7d38388949 ---> Removed intermediate container 9c7d38388949 ---> 692d663a4126 Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in c4fd3ef9fa62 ---> Removed intermediate container c4fd3ef9fa62 ---> f0c23ab923f7 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 371c77257508 ---> Removed intermediate container 371c77257508 ---> cac3033c7671 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 4a5c547b19a1 ---> Removed intermediate container 4a5c547b19a1 ---> dfa0bbf02331 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 1108f2f2451f Step 16/19 : COPY pip.conf /etc/ ---> f2968edbcae3 Step 17/19 : COPY *.sh / ---> f8fe9b578be9 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 dd0d1473f38b 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-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 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 ================================================================================ 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 ================================================================================ Upgrade 50 Packages Total download size: 50 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 66 MB/s | 50 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : tzdata-2024a-1.el7.noarch 1/100 Updating : bash-4.2.46-35.el7_9.x86_64 2/100 Updating : glibc-common-2.17-326.el7_9.x86_64 3/100 Updating : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 4/100 Updating : glibc-2.17-326.el7_9.x86_64 5/100 Updating : nspr-4.35.0-1.el7_9.x86_64 6/100 Updating : nss-util-3.90.0-1.el7_9.x86_64 7/100 Updating : zlib-1.2.7-21.el7_9.x86_64 8/100 Updating : xz-libs-5.2.2-2.el7_9.x86_64 9/100 Updating : systemd-libs-219-78.el7_9.9.x86_64 10/100 Updating : libuuid-2.23.2-65.el7_9.1.x86_64 11/100 Updating : libblkid-2.23.2-65.el7_9.1.x86_64 12/100 Updating : libmount-2.23.2-65.el7_9.1.x86_64 13/100 Updating : nss-softokn-3.90.0-6.el7_9.x86_64 14/100 Updating : nss-pem-1.0.3-7.el7_9.1.x86_64 15/100 Updating : nss-sysinit-3.90.0-2.el7_9.x86_64 16/100 Updating : nss-3.90.0-2.el7_9.x86_64 17/100 Updating : nss-tools-3.90.0-2.el7_9.x86_64 18/100 Updating : libxml2-2.9.1-6.el7_9.6.x86_64 19/100 Updating : libsmartcols-2.23.2-65.el7_9.1.x86_64 20/100 Updating : util-linux-2.23.2-65.el7_9.1.x86_64 21/100 Updating : diffutils-3.3-6.el7_9.x86_64 22/100 install-info: No such file or directory for /usr/share/info/diffutils.info Updating : expat-2.1.0-15.el7_9.x86_64 23/100 Updating : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 24/100 Updating : 1:openssl-libs-1.0.2k-26.el7_9.x86_64 25/100 Updating : krb5-libs-1.15.1-55.el7_9.x86_64 26/100 Updating : python-libs-2.7.5-94.el7_9.x86_64 27/100 Updating : python-2.7.5-94.el7_9.x86_64 28/100 Updating : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 29/100 Updating : libssh2-1.8.0-4.el7_9.1.x86_64 30/100 Updating : libcurl-7.29.0-59.el7_9.2.x86_64 31/100 Updating : curl-7.29.0-59.el7_9.2.x86_64 32/100 Updating : rpm-libs-4.11.3-48.el7_9.x86_64 33/100 Updating : rpm-4.11.3-48.el7_9.x86_64 34/100 Updating : openldap-2.4.44-25.el7_9.x86_64 35/100 Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 36/100 Updating : centos-release-7-9.2009.1.el7.centos.x86_64 37/100 Updating : systemd-219-78.el7_9.9.x86_64 38/100 Failed to get D-Bus connection: Operation not permitted Updating : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 39/100 Updating : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 40/100 Updating : kpartx-0.4.9-136.el7_9.x86_64 41/100 Updating : rpm-python-4.11.3-48.el7_9.x86_64 42/100 Updating : geoipupdate-2.5.0-2.el7.x86_64 43/100 Updating : libxml2-python-2.9.1-6.el7_9.6.x86_64 44/100 Updating : glib2-2.56.1-9.el7_9.x86_64 45/100 Updating : xz-5.2.2-2.el7_9.x86_64 46/100 Updating : binutils-2.27-44.base.el7_9.1.x86_64 47/100 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 48/100 Updating : gzip-1.5-11.el7_9.x86_64 49/100 Updating : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 50/100 Cleanup : rpm-python-4.11.3-45.el7.x86_64 51/100 Cleanup : libxml2-python-2.9.1-6.el7.5.x86_64 52/100 Cleanup : rpm-build-libs-4.11.3-45.el7.x86_64 53/100 Cleanup : glib2-2.56.1-7.el7.x86_64 54/100 Cleanup : python-2.7.5-89.el7.x86_64 55/100 Cleanup : python-libs-2.7.5-89.el7.x86_64 56/100 Cleanup : libxml2-2.9.1-6.el7.5.x86_64 57/100 Cleanup : xz-5.2.2-1.el7.x86_64 58/100 Cleanup : binutils-2.27-44.base.el7.x86_64 59/100 Cleanup : geoipupdate-2.5.0-1.el7.x86_64 60/100 Cleanup : kpartx-0.4.9-133.el7.x86_64 61/100 Cleanup : 7:device-mapper-libs-1.02.170-6.el7.x86_64 62/100 Cleanup : 7:device-mapper-1.02.170-6.el7.x86_64 63/100 Cleanup : systemd-219-78.el7.x86_64 64/100 Cleanup : curl-7.29.0-59.el7.x86_64 65/100 Cleanup : libcurl-7.29.0-59.el7.x86_64 66/100 Cleanup : openldap-2.4.44-22.el7.x86_64 67/100 Cleanup : rpm-libs-4.11.3-45.el7.x86_64 68/100 Cleanup : rpm-4.11.3-45.el7.x86_64 69/100 Cleanup : nss-tools-3.53.1-3.el7_9.x86_64 70/100 Cleanup : nss-sysinit-3.53.1-3.el7_9.x86_64 71/100 Cleanup : nss-3.53.1-3.el7_9.x86_64 72/100 Cleanup : nss-pem-1.0.3-7.el7.x86_64 73/100 Cleanup : util-linux-2.23.2-65.el7.x86_64 74/100 Cleanup : nss-softokn-3.53.1-6.el7_9.x86_64 75/100 Cleanup : libmount-2.23.2-65.el7.x86_64 76/100 Cleanup : libblkid-2.23.2-65.el7.x86_64 77/100 Cleanup : libssh2-1.8.0-4.el7.x86_64 78/100 Cleanup : systemd-libs-219-78.el7.x86_64 79/100 Cleanup : cyrus-sasl-lib-2.1.26-23.el7.x86_64 80/100 Cleanup : krb5-libs-1.15.1-50.el7.x86_64 81/100 Cleanup : 1:openssl-libs-1.0.2k-19.el7.x86_64 82/100 Cleanup : diffutils-3.3-5.el7.x86_64 83/100 Cleanup : gzip-1.5-10.el7.x86_64 84/100 Cleanup : ca-certificates-2020.2.41-70.0.el7_8.noarch 85/100 Cleanup : zlib-1.2.7-18.el7.x86_64 86/100 Cleanup : xz-libs-5.2.2-1.el7.x86_64 87/100 Cleanup : libuuid-2.23.2-65.el7.x86_64 88/100 Cleanup : libsmartcols-2.23.2-65.el7.x86_64 89/100 Cleanup : expat-2.1.0-12.el7.x86_64 90/100 Cleanup : 2:vim-minimal-7.4.629-7.el7.x86_64 91/100 Cleanup : centos-release-7-9.2009.0.el7.centos.x86_64 92/100 Cleanup : 32:bind-license-9.11.4-26.P2.el7.noarch 93/100 Cleanup : glibc-common-2.17-317.el7.x86_64 94/100 Cleanup : bash-4.2.46-34.el7.x86_64 95/100 Cleanup : nspr-4.25.0-2.el7_9.x86_64 96/100 Cleanup : nss-util-3.53.1-1.el7_9.x86_64 97/100 Cleanup : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 98/100 Cleanup : glibc-2.17-317.el7.x86_64 99/100 Cleanup : tzdata-2020d-2.el7.noarch 100/100 Verifying : libblkid-2.23.2-65.el7_9.1.x86_64 1/100 Verifying : libcurl-7.29.0-59.el7_9.2.x86_64 2/100 Verifying : centos-release-7-9.2009.1.el7.centos.x86_64 3/100 Verifying : libsmartcols-2.23.2-65.el7_9.1.x86_64 4/100 Verifying : nss-softokn-3.90.0-6.el7_9.x86_64 5/100 Verifying : openldap-2.4.44-25.el7_9.x86_64 6/100 Verifying : libxml2-python-2.9.1-6.el7_9.6.x86_64 7/100 Verifying : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 8/100 Verifying : libxml2-2.9.1-6.el7_9.6.x86_64 9/100 Verifying : glibc-2.17-326.el7_9.x86_64 10/100 Verifying : libmount-2.23.2-65.el7_9.1.x86_64 11/100 Verifying : zlib-1.2.7-21.el7_9.x86_64 12/100 Verifying : tzdata-2024a-1.el7.noarch 13/100 Verifying : libssh2-1.8.0-4.el7_9.1.x86_64 14/100 Verifying : geoipupdate-2.5.0-2.el7.x86_64 15/100 Verifying : 1:openssl-libs-1.0.2k-26.el7_9.x86_64 16/100 Verifying : nss-pem-1.0.3-7.el7_9.1.x86_64 17/100 Verifying : util-linux-2.23.2-65.el7_9.1.x86_64 18/100 Verifying : binutils-2.27-44.base.el7_9.1.x86_64 19/100 Verifying : bash-4.2.46-35.el7_9.x86_64 20/100 Verifying : python-2.7.5-94.el7_9.x86_64 21/100 Verifying : nss-tools-3.90.0-2.el7_9.x86_64 22/100 Verifying : systemd-219-78.el7_9.9.x86_64 23/100 Verifying : 2:vim-minimal-7.4.629-8.el7_9.x86_64 24/100 Verifying : nss-sysinit-3.90.0-2.el7_9.x86_64 25/100 Verifying : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 26/100 Verifying : python-libs-2.7.5-94.el7_9.x86_64 27/100 Verifying : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 28/100 Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 29/100 Verifying : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 30/100 Verifying : kpartx-0.4.9-136.el7_9.x86_64 31/100 Verifying : krb5-libs-1.15.1-55.el7_9.x86_64 32/100 Verifying : rpm-4.11.3-48.el7_9.x86_64 33/100 Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 34/100 Verifying : systemd-libs-219-78.el7_9.9.x86_64 35/100 Verifying : nss-util-3.90.0-1.el7_9.x86_64 36/100 Verifying : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 37/100 Verifying : libuuid-2.23.2-65.el7_9.1.x86_64 38/100 Verifying : xz-libs-5.2.2-2.el7_9.x86_64 39/100 Verifying : diffutils-3.3-6.el7_9.x86_64 40/100 Verifying : nss-3.90.0-2.el7_9.x86_64 41/100 Verifying : expat-2.1.0-15.el7_9.x86_64 42/100 Verifying : glib2-2.56.1-9.el7_9.x86_64 43/100 Verifying : curl-7.29.0-59.el7_9.2.x86_64 44/100 Verifying : gzip-1.5-11.el7_9.x86_64 45/100 Verifying : glibc-common-2.17-326.el7_9.x86_64 46/100 Verifying : rpm-python-4.11.3-48.el7_9.x86_64 47/100 Verifying : nspr-4.35.0-1.el7_9.x86_64 48/100 Verifying : xz-5.2.2-2.el7_9.x86_64 49/100 Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 50/100 Verifying : rpm-4.11.3-45.el7.x86_64 51/100 Verifying : nss-tools-3.53.1-3.el7_9.x86_64 52/100 Verifying : glibc-common-2.17-317.el7.x86_64 53/100 Verifying : ca-certificates-2020.2.41-70.0.el7_8.noarch 54/100 Verifying : nss-softokn-3.53.1-6.el7_9.x86_64 55/100 Verifying : nss-util-3.53.1-1.el7_9.x86_64 56/100 Verifying : glib2-2.56.1-7.el7.x86_64 57/100 Verifying : libssh2-1.8.0-4.el7.x86_64 58/100 Verifying : nspr-4.25.0-2.el7_9.x86_64 59/100 Verifying : nss-pem-1.0.3-7.el7.x86_64 60/100 Verifying : systemd-219-78.el7.x86_64 61/100 Verifying : 7:device-mapper-1.02.170-6.el7.x86_64 62/100 Verifying : libblkid-2.23.2-65.el7.x86_64 63/100 Verifying : rpm-libs-4.11.3-45.el7.x86_64 64/100 Verifying : 1:openssl-libs-1.0.2k-19.el7.x86_64 65/100 Verifying : libxml2-python-2.9.1-6.el7.5.x86_64 66/100 Verifying : tzdata-2020d-2.el7.noarch 67/100 Verifying : libuuid-2.23.2-65.el7.x86_64 68/100 Verifying : 2:vim-minimal-7.4.629-7.el7.x86_64 69/100 Verifying : geoipupdate-2.5.0-1.el7.x86_64 70/100 Verifying : nss-sysinit-3.53.1-3.el7_9.x86_64 71/100 Verifying : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 72/100 Verifying : rpm-python-4.11.3-45.el7.x86_64 73/100 Verifying : libcurl-7.29.0-59.el7.x86_64 74/100 Verifying : curl-7.29.0-59.el7.x86_64 75/100 Verifying : krb5-libs-1.15.1-50.el7.x86_64 76/100 Verifying : rpm-build-libs-4.11.3-45.el7.x86_64 77/100 Verifying : gzip-1.5-10.el7.x86_64 78/100 Verifying : binutils-2.27-44.base.el7.x86_64 79/100 Verifying : nss-3.53.1-3.el7_9.x86_64 80/100 Verifying : zlib-1.2.7-18.el7.x86_64 81/100 Verifying : libxml2-2.9.1-6.el7.5.x86_64 82/100 Verifying : centos-release-7-9.2009.0.el7.centos.x86_64 83/100 Verifying : systemd-libs-219-78.el7.x86_64 84/100 Verifying : diffutils-3.3-5.el7.x86_64 85/100 Verifying : openldap-2.4.44-22.el7.x86_64 86/100 Verifying : 7:device-mapper-libs-1.02.170-6.el7.x86_64 87/100 Verifying : util-linux-2.23.2-65.el7.x86_64 88/100 Verifying : xz-libs-5.2.2-1.el7.x86_64 89/100 Verifying : python-2.7.5-89.el7.x86_64 90/100 Verifying : expat-2.1.0-12.el7.x86_64 91/100 Verifying : glibc-2.17-317.el7.x86_64 92/100 Verifying : bash-4.2.46-34.el7.x86_64 93/100 Verifying : kpartx-0.4.9-133.el7.x86_64 94/100 Verifying : 32:bind-license-9.11.4-26.P2.el7.noarch 95/100 Verifying : python-libs-2.7.5-89.el7.x86_64 96/100 Verifying : xz-5.2.2-1.el7.x86_64 97/100 Verifying : libsmartcols-2.23.2-65.el7.x86_64 98/100 Verifying : cyrus-sasl-lib-2.1.26-23.el7.x86_64 99/100 Verifying : libmount-2.23.2-65.el7.x86_64 100/100 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 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 20 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! 2024-08-22 07:57:21 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 32 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 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 dd0d1473f38b ---> 9727371dfc17 Step 19/19 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in c53fce334d42 ---> Removed intermediate container c53fce334d42 ---> 73bbf3f938aa [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 73bbf3f938aa Successfully tagged nexus.gz1.opensdn.io:5101/contrail-general-base:master-9_1_4-3 Successfully tagged nexus.gz1.opensdn.io:5101/tf-general-base:master-9_1_4-3 2024-08-22 07:57:46,755: INFO: Docker build duration: 81 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-general-base] e1a651cb4689: Preparing 4db3952c1f93: Preparing b70598701f7f: Preparing c5f77eb88960: Preparing 7464620bd03a: Preparing 72e37ad4f62a: Preparing 174f56854903: Preparing 72e37ad4f62a: Waiting 174f56854903: Waiting c5f77eb88960: Pushed b70598701f7f: Pushed 4db3952c1f93: Pushed 7464620bd03a: Pushed 174f56854903: Layer already exists 72e37ad4f62a: Pushed e1a651cb4689: Pushed master-9_1_4-3: digest: sha256:d5946485c62a6f78153682be08bdf86d719f253c57b385353fd51edd8a16648f size: 1778 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-general-base] e1a651cb4689: Preparing 4db3952c1f93: Preparing b70598701f7f: Preparing c5f77eb88960: Preparing 7464620bd03a: Preparing 72e37ad4f62a: Preparing 174f56854903: Preparing 72e37ad4f62a: Waiting 174f56854903: Waiting 7464620bd03a: Layer already exists c5f77eb88960: Layer already exists e1a651cb4689: Layer already exists 4db3952c1f93: Layer already exists b70598701f7f: Layer already exists 72e37ad4f62a: Layer already exists 174f56854903: Layer already exists master-9_1_4-3: digest: sha256:d5946485c62a6f78153682be08bdf86d719f253c57b385353fd51edd8a16648f size: 1778 2024-08-22 07:58:01,033: INFO: Building contrail-general-base finished successfully, duration: 96 seconds