2024-09-06 12:56:56,306: INFO: Building contrail-base 2024-09-06 12:56:56,317: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-9_7_8-5 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 49.66 kB Step 1/6 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-9_7_8-5 ---> 556bfcbe9835 Step 2/6 : ARG BASE_EXTRA_RPMS="" ---> Running in e3e6483af8a4 ---> Removed intermediate container e3e6483af8a4 ---> 1fe39ef1cbca Step 3/6 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; fi && python2 -m pip install --no-compile remote-pdb && source /etc/os-release && if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then python2 -m pip install --no-compile "gevent==1.1.2" "greenlet<2.0.0" && yum install -y python-kazoo python2-requests ; fi && yum install -y nc gcc-c++ gcc python3-devel contrail-lib contrail-setup contrail-utils python-contrail python3-contrail && python3 -m pip install --no-compile "future==0.18.2" "six==1.13.0" remote-pdb && yum clean all -y && rm -rf /var/cache/yum && ldconfig ---> Running in 63a6af8bfc24 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 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting remote-pdb Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl (6.3 kB) Installing collected packages: remote-pdb Successfully installed remote-pdb-2.1.0 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. Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-lib.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 will be installed ---> Package contrail-setup.noarch 0:master.9.7.8.5-master_9_7_8_5.el7 will be installed --> Processing Dependency: python-netifaces for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: python-netaddr for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: python-devel for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: openstack-utils for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: net-tools for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: gdb for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch --> Processing Dependency: crudini for package: contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch ---> Package contrail-utils.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 will be installed --> Processing Dependency: python2-requests >= 2.20.0 for package: contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-lxml >= 2.3.2 for package: contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python2-future for package: contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-configparser for package: contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: lsof for package: contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64 ---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed --> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-19.el7.x86_64 ---> Package python-contrail.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 will be installed --> Processing Dependency: python-greenlet < 2.0.0 for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python2-bottle >= 0.11.6 for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-gevent >= 1.0 for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python2-six for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python2-futures for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python2-bitarray for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-stevedore for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-simplejson for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-kombu for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-fysom for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: python-attrdict for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: consistent_hash for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 --> Processing Dependency: Cython for package: python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 ---> Package python3-contrail.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 will be installed ---> Package python3-devel.x86_64 0:3.6.8-21.el7_9 will be installed --> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Running transaction check ---> Package consistent_hash.noarch 0:1.0-0contrail0.el7 will be installed ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed ---> Package crudini.noarch 0:0.9-2.el7 will be installed ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package lsof.x86_64 0:4.87-6.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed ---> Package openstack-utils.noarch 0:2017.1-1.el7 will be installed ---> Package python-attrdict.noarch 0:2.0.0-0 will be installed ---> Package python-configparser.noarch 0:3.5.3-0 will be installed --> Processing Dependency: python2-setuptools for package: python-configparser-3.5.3-0.noarch ---> Package python-devel.x86_64 0:2.7.5-94.el7_9 will be installed --> Processing Dependency: python2-rpm-macros > 3-30 for package: python-devel-2.7.5-94.el7_9.x86_64 ---> Package python-fysom.noarch 0:1.0.8-0 will be installed ---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.9)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.26)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.2)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libxslt.so.1()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 --> Processing Dependency: libexslt.so.0()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 ---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed ---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed --> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-34.el7.noarch ---> Package python-simplejson.x86_64 0:3.5.3-5.el7 will be installed ---> Package python2-Cython.x86_64 0:0.25.2-3.el7 will be installed ---> Package python2-bitarray.x86_64 0:0.8.1-4.el7 will be installed ---> Package python2-bottle.noarch 0:0.12.13-1.el7 will be installed ---> Package python2-future.noarch 0:0.16.0-15.20181019gitbee0f3b.el7.contrail will be installed ---> Package python2-futures.noarch 0:3.1.1-5.el7 will be installed ---> Package python2-gevent.x86_64 0:1.1.2-2.el7 will be installed --> Processing Dependency: libev.so.4()(64bit) for package: python2-gevent-1.1.2-2.el7.x86_64 --> Processing Dependency: libcares.so.2()(64bit) for package: python2-gevent-1.1.2-2.el7.x86_64 ---> Package python2-greenlet.x86_64 0:0.4.12-1.el7 will be installed ---> Package python2-kombu.noarch 1:4.0.2-5.el7 will be installed --> Processing Dependency: python-anyjson >= 0.3.3 for package: 1:python2-kombu-4.0.2-5.el7.noarch --> Processing Dependency: python-amqp >= 2.1.4 for package: 1:python2-kombu-4.0.2-5.el7.noarch --> Processing Dependency: python2-vine for package: 1:python2-kombu-4.0.2-5.el7.noarch ---> Package python2-netaddr.noarch 0:0.7.19-5.el7 will be installed ---> Package python2-requests.noarch 0:2.21.0-3.el7 will be installed --> Processing Dependency: python2-urllib3 >= 1.21.1 for package: python2-requests-2.21.0-3.el7.noarch --> Processing Dependency: python2-idna for package: python2-requests-2.21.0-3.el7.noarch ---> Package python2-six.noarch 0:1.12.0-1.el7 will be installed ---> Package python2-stevedore.noarch 0:1.28.0-1.el7 will be installed --> Processing Dependency: python2-pbr for package: python2-stevedore-1.28.0-1.el7.noarch ---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed ---> Package python3-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl(Getopt::Long) for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: /usr/bin/perl for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Running transaction check ---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64 ---> Package libev.x86_64 0:4.15-7.el7 will be installed ---> Package libxslt.x86_64 0:1.1.28-6.el7 will be installed ---> 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(Socket) >= 1.3 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-macros 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(threads::shared) 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(constant) 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(Time::HiRes) 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(Socket) 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(Pod::Simple::XHTML) 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(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Cwd) 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: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 ---> 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-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package python-anyjson.noarch 0:0.3.3-3.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed ---> Package python2-amqp.noarch 0:2.1.4-3.el7 will be installed ---> Package python2-idna.noarch 0:2.5-1.el7 will be installed ---> Package python2-pbr.noarch 0:3.1.1-8.el7 will be installed ---> Package python2-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package python2-setuptools.noarch 0:22.0.5-1.el7 will be installed ---> Package python2-urllib3.noarch 0:1.24.1-3.el7 will be installed --> Processing Dependency: python2-pysocks for package: python2-urllib3-1.24.1-3.el7.noarch --> Processing Dependency: python2-ipaddress for package: python2-urllib3-1.24.1-3.el7.noarch --> Processing Dependency: python-backports-ssl_match_hostname for package: python2-urllib3-1.24.1-3.el7.noarch ---> Package python2-vine.noarch 0:1.1.3-2.el7 will be installed ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 will be installed ---> Package perl-Carp.noarch 0:1.26-244.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-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.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 ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch ---> Package python2-ipaddress.noarch 0:1.0.18-5.el7 will be installed ---> Package python2-pysocks.noarch 0:1.5.6-3.el7 will be installed --> Running transaction check ---> 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 ---> Package python-backports.x86_64 0:1.0-8.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: contrail-lib x86_64 master.9.7.8.5-master_9_7_8_5.el7 contrail 1.3 M contrail-setup noarch master.9.7.8.5-master_9_7_8_5.el7 contrail 121 k contrail-utils x86_64 master.9.7.8.5-master_9_7_8_5.el7 contrail 10 k gcc x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 16 M gcc-c++ x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 7.2 M nmap-ncat x86_64 2:6.40-19.el7 tf-mirrors.ci_repos_yum7-base 206 k python-contrail x86_64 master.9.7.8.5-master_9_7_8_5.el7 contrail 2.2 M python3-contrail x86_64 master.9.7.8.5-master_9_7_8_5.el7 contrail 2.3 M python3-devel x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 217 k Installing for dependencies: c-ares x86_64 1.10.0-3.el7_9.1 tf-mirrors.ci_repos_yum7-updates 78 k consistent_hash noarch 1.0-0contrail0.el7 contrail-tpc 9.3 k cpp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 5.9 M crudini noarch 0.9-2.el7 tf-mirrors.ci_repos_centos-openstack-queens 24 k dwz x86_64 0.11-3.el7 tf-mirrors.ci_repos_yum7-base 99 k gdb x86_64 7.6.1-120.el7 tf-mirrors.ci_repos_yum7-base 2.4 M glibc-devel x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M glibc-headers x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 691 k kernel-headers x86_64 3.10.0-1160.108.1.el7 tf-mirrors.ci_repos_yum7-updates 9.1 M libev x86_64 4.15-7.el7 tf-mirrors.ci_repos_yum7-extras 44 k libgomp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 159 k libmpc x86_64 1.0.1-3.el7 tf-mirrors.ci_repos_yum7-base 51 k libpcap x86_64 14:1.5.3-13.el7_9 tf-mirrors.ci_repos_yum7-updates 139 k libstdc++-devel x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 1.5 M libxslt x86_64 1.1.28-6.el7 tf-mirrors.ci_repos_yum7-base 242 k lsof x86_64 4.87-6.el7 tf-mirrors.ci_repos_yum7-base 331 k mpfr x86_64 3.1.1-4.el7 tf-mirrors.ci_repos_yum7-base 203 k net-tools x86_64 2.0-0.25.20131004git.el7 tf-mirrors.ci_repos_yum7-base 306 k openstack-utils noarch 2017.1-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 18 k perl x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 8.0 M perl-Carp noarch 1.26-244.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-Encode x86_64 2.51-7.el7 tf-mirrors.ci_repos_yum7-base 1.5 M perl-Exporter noarch 5.68-3.el7 tf-mirrors.ci_repos_yum7-base 28 k perl-File-Path noarch 2.09-2.el7 tf-mirrors.ci_repos_yum7-base 26 k perl-File-Temp noarch 0.23.01-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-Filter x86_64 1.49-3.el7 tf-mirrors.ci_repos_yum7-base 76 k perl-Getopt-Long noarch 2.40-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 tf-mirrors.ci_repos_yum7-base 38 k perl-PathTools x86_64 3.40-5.el7 tf-mirrors.ci_repos_yum7-base 82 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 tf-mirrors.ci_repos_yum7-updates 52 k perl-Pod-Perldoc noarch 3.20-4.el7 tf-mirrors.ci_repos_yum7-base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 tf-mirrors.ci_repos_yum7-base 216 k perl-Pod-Usage noarch 1.63-3.el7 tf-mirrors.ci_repos_yum7-base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 tf-mirrors.ci_repos_yum7-base 36 k perl-Socket x86_64 2.010-5.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-Storable x86_64 2.45-3.el7 tf-mirrors.ci_repos_yum7-base 77 k perl-Text-ParseWords noarch 3.29-4.el7 tf-mirrors.ci_repos_yum7-base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 tf-mirrors.ci_repos_yum7-base 45 k perl-Time-Local noarch 1.2300-2.el7 tf-mirrors.ci_repos_yum7-base 24 k perl-constant noarch 1.27-2.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-libs x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 690 k perl-macros x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 44 k perl-parent noarch 1:0.225-244.el7 tf-mirrors.ci_repos_yum7-base 12 k perl-podlators noarch 2.5.1-3.el7 tf-mirrors.ci_repos_yum7-base 112 k perl-srpm-macros noarch 1-8.el7 tf-mirrors.ci_repos_yum7-base 4.6 k perl-threads x86_64 1.87-4.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-threads-shared x86_64 1.43-6.el7 tf-mirrors.ci_repos_yum7-base 39 k python-anyjson noarch 0.3.3-3.el7 tf-mirrors.ci_repos_centos-openstack-queens 12 k python-attrdict noarch 2.0.0-0 contrail-tpc 17 k python-backports x86_64 1.0-8.el7 tf-mirrors.ci_repos_yum7-base 5.8 k python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 13 k python-configparser noarch 3.5.3-0 contrail-tpc 34 k python-devel x86_64 2.7.5-94.el7_9 tf-mirrors.ci_repos_yum7-updates 399 k python-fysom noarch 1.0.8-0 contrail-tpc 10 k python-lxml x86_64 3.2.1-4.el7 tf-mirrors.ci_repos_yum7-base 758 k python-netifaces x86_64 0.10.4-3.el7 tf-mirrors.ci_repos_yum7-base 17 k python-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 9.1 k python-simplejson x86_64 3.5.3-5.el7 tf-mirrors.ci_repos_centos-openstack-queens 185 k python-srpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.8 k python2-Cython x86_64 0.25.2-3.el7 tf-mirrors.ci_repos_centos-openstack-queens 2.9 M python2-amqp noarch 2.1.4-3.el7 tf-mirrors.ci_repos_centos-openstack-queens 80 k python2-bitarray x86_64 0.8.1-4.el7 contrail-tpc 63 k python2-bottle noarch 0.12.13-1.el7 contrail-tpc 91 k python2-future noarch 0.16.0-15.20181019gitbee0f3b.el7.contrail contrail-tpc 798 k python2-futures noarch 3.1.1-5.el7 tf-mirrors.ci_repos_yum7-base 29 k python2-gevent x86_64 1.1.2-2.el7 contrail-tpc 443 k python2-greenlet x86_64 0.4.12-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 25 k python2-idna noarch 2.5-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 94 k python2-ipaddress noarch 1.0.18-5.el7 contrail-tpc 35 k python2-kombu noarch 1:4.0.2-5.el7 tf-mirrors.ci_repos_centos-openstack-queens 341 k python2-netaddr noarch 0.7.19-5.el7 tf-mirrors.ci_repos_centos-openstack-queens 1.5 M python2-pbr noarch 3.1.1-8.el7 tf-mirrors.ci_repos_centos-openstack-queens 268 k python2-pysocks noarch 1.5.6-3.el7 tf-mirrors.ci_repos_centos-openstack-queens 20 k python2-requests noarch 2.21.0-3.el7 contrail-tpc 119 k python2-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.1 k python2-setuptools noarch 22.0.5-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 485 k python2-six noarch 1.12.0-1.el7 contrail-tpc 33 k python2-stevedore noarch 1.28.0-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 56 k python2-urllib3 noarch 1.24.1-3.el7 contrail-tpc 169 k python2-vine noarch 1.1.3-2.el7 tf-mirrors.ci_repos_centos-openstack-queens 26 k python3-rpm-generators noarch 6-2.el7 tf-mirrors.ci_repos_yum7-base 20 k python3-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.1 k redhat-rpm-config noarch 9.1.0-88.el7.centos tf-mirrors.ci_repos_yum7-base 81 k zip x86_64 3.0-11.el7 tf-mirrors.ci_repos_yum7-base 260 k Transaction Summary ================================================================================ Install 9 Packages (+84 Dependent packages) Total download size: 73 M Installed size: 234 M Downloading packages: -------------------------------------------------------------------------------- Total 73 MB/s | 73 MB 00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : mpfr-3.1.1-4.el7.x86_64 1/93 Installing : python2-six-1.12.0-1.el7.noarch 2/93 Installing : libmpc-1.0.1-3.el7.x86_64 3/93 Installing : crudini-0.9-2.el7.noarch 4/93 Installing : python2-greenlet-0.4.12-1.el7.x86_64 5/93 Installing : python2-vine-1.1.3-2.el7.noarch 6/93 Installing : python2-future-0.16.0-15.20181019gitbee0f3b.el7.contrail 7/93 Installing : python2-ipaddress-1.0.18-5.el7.noarch 8/93 Installing : python-srpm-macros-3-34.el7.noarch 9/93 Installing : python-rpm-macros-3-34.el7.noarch 10/93 Installing : python2-amqp-2.1.4-3.el7.noarch 11/93 Installing : openstack-utils-2017.1-1.el7.noarch 12/93 Installing : cpp-4.8.5-44.el7.x86_64 13/93 Installing : python-attrdict-2.0.0-0.noarch 14/93 Installing : 1:perl-parent-0.225-244.el7.noarch 15/93 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 16/93 Installing : perl-podlators-2.5.1-3.el7.noarch 17/93 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 18/93 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 19/93 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 20/93 Installing : perl-Encode-2.51-7.el7.x86_64 21/93 Installing : perl-Pod-Usage-1.63-3.el7.noarch 22/93 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/93 Installing : perl-threads-1.87-4.el7.x86_64 24/93 Installing : perl-Storable-2.45-3.el7.x86_64 25/93 Installing : perl-Carp-1.26-244.el7.noarch 26/93 Installing : perl-Filter-1.49-3.el7.x86_64 27/93 Installing : perl-Exporter-5.68-3.el7.noarch 28/93 Installing : perl-constant-1.27-2.el7.noarch 29/93 Installing : perl-Socket-2.010-5.el7.x86_64 30/93 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 31/93 Installing : perl-Time-Local-1.2300-2.el7.noarch 32/93 Installing : perl-threads-shared-1.43-6.el7.x86_64 33/93 Installing : perl-File-Path-2.09-2.el7.noarch 34/93 Installing : perl-File-Temp-0.23.01-3.el7.noarch 35/93 Installing : perl-PathTools-3.40-5.el7.x86_64 36/93 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 37/93 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 38/93 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 39/93 Installing : perl-Getopt-Long-2.40-3.el7.noarch 40/93 Installing : 4:perl-5.16.3-299.el7_9.x86_64 41/93 Installing : python2-Cython-0.25.2-3.el7.x86_64 42/93 Installing : python3-rpm-macros-3-34.el7.noarch 43/93 Installing : libstdc++-devel-4.8.5-44.el7.x86_64 44/93 Installing : python2-idna-2.5-1.el7.noarch 45/93 Installing : zip-3.0-11.el7.x86_64 46/93 Installing : libxslt-1.1.28-6.el7.x86_64 47/93 Installing : python-lxml-3.2.1-4.el7.x86_64 48/93 Installing : 14:libpcap-1.5.3-13.el7_9.x86_64 49/93 Installing : python-simplejson-3.5.3-5.el7.x86_64 50/93 Installing : python2-pysocks-1.5.6-3.el7.noarch 51/93 Installing : python2-futures-3.1.1-5.el7.noarch 52/93 Installing : lsof-4.87-6.el7.x86_64 53/93 Installing : consistent_hash-1.0-0contrail0.el7.noarch 54/93 Installing : dwz-0.11-3.el7.x86_64 55/93 Installing : python-netifaces-0.10.4-3.el7.x86_64 56/93 Installing : python2-netaddr-0.7.19-5.el7.noarch 57/93 Installing : python2-bitarray-0.8.1-4.el7.x86_64 58/93 Installing : python-fysom-1.0.8-0.noarch 59/93 Installing : perl-srpm-macros-1-8.el7.noarch 60/93 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 61/93 Installing : python-anyjson-0.3.3-3.el7.noarch 62/93 Installing : 1:python2-kombu-4.0.2-5.el7.noarch 63/93 Installing : python3-rpm-generators-6-2.el7.noarch 64/93 Installing : libgomp-4.8.5-44.el7.x86_64 65/93 Installing : python2-setuptools-22.0.5-1.el7.noarch 66/93 Installing : python-configparser-3.5.3-0.noarch 67/93 Installing : gdb-7.6.1-120.el7.x86_64 68/93 Installing : c-ares-1.10.0-3.el7_9.1.x86_64 69/93 Installing : kernel-headers-3.10.0-1160.108.1.el7.x86_64 70/93 Installing : glibc-headers-2.17-326.el7_9.x86_64 71/93 Installing : glibc-devel-2.17-326.el7_9.x86_64 72/93 Installing : gcc-4.8.5-44.el7.x86_64 73/93 Installing : python2-rpm-macros-3-34.el7.noarch 74/93 Installing : python-devel-2.7.5-94.el7_9.x86_64 75/93 Installing : python2-bottle-0.12.13-1.el7.noarch 76/93 Installing : libev-4.15-7.el7.x86_64 77/93 Installing : python2-gevent-1.1.2-2.el7.x86_64 78/93 Installing : python2-pbr-3.1.1-8.el7.noarch 79/93 Installing : python2-stevedore-1.28.0-1.el7.noarch 80/93 Installing : python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 81/93 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 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting cassandra-driver<3.27,>=3.16 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/425/338478c143247/cassandra-driver-3.26.0.tar.gz (287 kB) Requirement already satisfied: six>=1.9 in /usr/lib/python2.7/site-packages (from cassandra-driver<3.27,>=3.16) (1.12.0) Collecting geomet<0.3,>=0.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/91d/754f7c298cbfc/geomet-0.2.1.post1.tar.gz (19 kB) Collecting click Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) Building wheels for collected packages: cassandra-driver, geomet Building wheel for cassandra-driver (setup.py): started Building wheel for cassandra-driver (setup.py): still running... Building wheel for cassandra-driver (setup.py): still running... Building wheel for cassandra-driver (setup.py): still running... Building wheel for cassandra-driver (setup.py): finished with status 'done' Created wheel for cassandra-driver: filename=cassandra_driver-3.26.0-cp27-cp27mu-linux_x86_64.whl size=12049286 sha256=6c20b90543260f9e8cd66af35d62a385ce7acb06a61cb583ce2ce275e75fc0f1 Stored in directory: /root/.cache/pip/wheels/d5/20/ee/0e93f823a0503768083a90498182c271c508c2ab5e90786aed Building wheel for geomet (setup.py): started Building wheel for geomet (setup.py): finished with status 'done' Created wheel for geomet: filename=geomet-0.2.1.post1-py2-none-any.whl size=21861 sha256=0c3cae9b150b14b3a3a1710d8d3fe3b4f60a514d33790d531211a4ab2cf7a022 Stored in directory: /root/.cache/pip/wheels/d5/d7/cb/6c53f2c7e6fd5a3ee68a1e6d2b7f3baf838462bc51d5a07e78 Successfully built cassandra-driver geomet ERROR: contrail-config-common 0.1.dev0 requires kazoo, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires requests, which is not installed. Installing collected packages: click, geomet, cassandra-driver Successfully installed cassandra-driver-3.26.0 click-7.1.2 geomet-0.2.1.post1 WARNING: You are using pip version 20.1; however, version 20.3.4 is available. You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command. Installing : python-backports-1.0-8.el7.x86_64 82/93 Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 83/93 Installing : python2-urllib3-1.24.1-3.el7.noarch 84/93 Installing : python2-requests-2.21.0-3.el7.noarch 85/93 Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 86/93 Installing : contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch 87/93 utils/ utils/.stestr.conf utils/MANIFEST.in utils/SConscript utils/add_route_target.py utils/cass-db-restore.sh utils/chmod.py utils/chmod2.py utils/chownproj.py utils/cmd_wrapper.py utils/config_db_obj_name_validate.py utils/config_db_obj_name_validate.sh utils/contrail utils/contrail-config.py utils/contrail-diff-docs.py utils/contrail-version utils/contrail_alarm.py utils/contrail_utils.py utils/contrail_veth_port.py utils/create_floating_pool.py utils/del_projects.py utils/del_route_target.py utils/delete_fips/ utils/delete_fips/delete_fips.py utils/delete_fips/requirements.txt utils/demo_cfg.py utils/demo_cmds.sh utils/encap.py utils/fabric_vpg_validator.py utils/issu_process.sh utils/ist.py utils/multi_tenancy.py utils/net_policy_join.py utils/provision.py utils/provision_alarm.py utils/provision_analytics_alarm_node.py utils/provision_analytics_node.py utils/provision_analytics_snmp_node.py utils/provision_bgp.py utils/provision_config_database_node.py utils/provision_config_node.py utils/provision_control.py utils/provision_database_node.py utils/provision_devicemgr_node.py utils/provision_encap.py utils/provision_forwarding_mode.py utils/provision_global_vrouter_config.py utils/provision_issu.py utils/provision_linklocal.py utils/provision_mx.py utils/provision_physical_device.py utils/provision_physical_router.py utils/provision_pnf_servicechain.ini utils/provision_pnf_servicechain.py utils/provision_pre_issu.py utils/provision_static_route.py utils/provision_sub_cluster.py utils/provision_user_defined_log_statistics.py utils/provision_vgw_interface.py utils/provision_vrouter.py utils/provision_webui_node.py utils/qosmap.py utils/rbacutil.py utils/requirements.txt utils/service-instance.py utils/service-policy.py utils/service-template.py utils/service_appliance.py utils/service_appliance_set.py utils/service_instance.py utils/service_policy.py utils/service_template.py utils/setup.py utils/slo.py utils/slo_rules.py utils/test-requirements.txt utils/tests/ utils/tests/__init__.py utils/tests/test_case.py utils/tests/test_provision_vrouter.py utils/tox.ini utils/update_default_global_qos_config.py utils/use_floating_pool.py utils/vnc_admin_api.py utils/vncop.py utils/vncop2.py utils/vrouter_agent_debug_tool.py utils/vrouter_ipam.py add_virtual_dns.py add_virtual_dns_record.py associate_virtual_dns.py del_virtual_dns.py del_virtual_dns_record.py disassociate_virtual_dns.py dns_add_cmds.sh dns_del_cmds.sh provision_dns.py SConscript set_dns_nameserver.py Installing : contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 88/93 Installing : gcc-c++-4.8.5-44.el7.x86_64 89/93 Installing : python3-devel-3.6.8-21.el7_9.x86_64 90/93 Installing : 2:nmap-ncat-6.40-19.el7.x86_64 91/93 Installing : python3-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_6 92/93 Installing : contrail-lib-master.9.7.8.5-master_9_7_8_5.el7.x86_64 93/93 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/93 Verifying : gcc-c++-4.8.5-44.el7.x86_64 2/93 Verifying : python2-requests-2.21.0-3.el7.noarch 3/93 Verifying : python2-urllib3-1.24.1-3.el7.noarch 4/93 Verifying : python-lxml-3.2.1-4.el7.x86_64 5/93 Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 6/93 Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 7/93 Verifying : cpp-4.8.5-44.el7.x86_64 8/93 Verifying : python2-stevedore-1.28.0-1.el7.noarch 9/93 Verifying : python-backports-1.0-8.el7.x86_64 10/93 Verifying : python2-pbr-3.1.1-8.el7.noarch 11/93 Verifying : libev-4.15-7.el7.x86_64 12/93 Verifying : contrail-setup-master.9.7.8.5-master_9_7_8_5.el7.noarch 13/93 Verifying : python2-bottle-0.12.13-1.el7.noarch 14/93 Verifying : python2-rpm-macros-3-34.el7.noarch 15/93 Verifying : python-attrdict-2.0.0-0.noarch 16/93 Verifying : perl-File-Path-2.09-2.el7.noarch 17/93 Verifying : contrail-lib-master.9.7.8.5-master_9_7_8_5.el7.x86_64 18/93 Verifying : python-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_64 19/93 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 20/93 Verifying : python-srpm-macros-3-34.el7.noarch 21/93 Verifying : 1:python2-kombu-4.0.2-5.el7.noarch 22/93 Verifying : kernel-headers-3.10.0-1160.108.1.el7.x86_64 23/93 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 24/93 Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 25/93 Verifying : gdb-7.6.1-120.el7.x86_64 26/93 Verifying : openstack-utils-2017.1-1.el7.noarch 27/93 Verifying : python2-setuptools-22.0.5-1.el7.noarch 28/93 Verifying : libmpc-1.0.1-3.el7.x86_64 29/93 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 30/93 Verifying : perl-Encode-2.51-7.el7.x86_64 31/93 Verifying : python2-ipaddress-1.0.18-5.el7.noarch 32/93 Verifying : python2-six-1.12.0-1.el7.noarch 33/93 Verifying : perl-threads-1.87-4.el7.x86_64 34/93 Verifying : glibc-devel-2.17-326.el7_9.x86_64 35/93 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 36/93 Verifying : libgomp-4.8.5-44.el7.x86_64 37/93 Verifying : python2-gevent-1.1.2-2.el7.x86_64 38/93 Verifying : python3-rpm-generators-6-2.el7.noarch 39/93 Verifying : python-anyjson-0.3.3-3.el7.noarch 40/93 Verifying : perl-threads-shared-1.43-6.el7.x86_64 41/93 Verifying : perl-Storable-2.45-3.el7.x86_64 42/93 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 43/93 Verifying : 1:perl-parent-0.225-244.el7.noarch 44/93 Verifying : python-devel-2.7.5-94.el7_9.x86_64 45/93 Verifying : perl-srpm-macros-1-8.el7.noarch 46/93 Verifying : python-rpm-macros-3-34.el7.noarch 47/93 Verifying : python-fysom-1.0.8-0.noarch 48/93 Verifying : contrail-utils-master.9.7.8.5-master_9_7_8_5.el7.x86_64 49/93 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 50/93 Verifying : perl-Carp-1.26-244.el7.noarch 51/93 Verifying : python2-amqp-2.1.4-3.el7.noarch 52/93 Verifying : python2-bitarray-0.8.1-4.el7.x86_64 53/93 Verifying : python3-devel-3.6.8-21.el7_9.x86_64 54/93 Verifying : python2-netaddr-0.7.19-5.el7.noarch 55/93 Verifying : python-netifaces-0.10.4-3.el7.x86_64 56/93 Verifying : gcc-4.8.5-44.el7.x86_64 57/93 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 58/93 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 59/93 Verifying : mpfr-3.1.1-4.el7.x86_64 60/93 Verifying : perl-Filter-1.49-3.el7.x86_64 61/93 Verifying : dwz-0.11-3.el7.x86_64 62/93 Verifying : consistent_hash-1.0-0contrail0.el7.noarch 63/93 Verifying : python3-contrail-master.9.7.8.5-master_9_7_8_5.el7.x86_6 64/93 Verifying : lsof-4.87-6.el7.x86_64 65/93 Verifying : perl-Exporter-5.68-3.el7.noarch 66/93 Verifying : perl-constant-1.27-2.el7.noarch 67/93 Verifying : perl-PathTools-3.40-5.el7.x86_64 68/93 Verifying : python2-future-0.16.0-15.20181019gitbee0f3b.el7.contrail 69/93 Verifying : python2-futures-3.1.1-5.el7.noarch 70/93 Verifying : perl-Socket-2.010-5.el7.x86_64 71/93 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 72/93 Verifying : python2-pysocks-1.5.6-3.el7.noarch 73/93 Verifying : glibc-headers-2.17-326.el7_9.x86_64 74/93 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 75/93 Verifying : perl-Time-Local-1.2300-2.el7.noarch 76/93 Verifying : python2-vine-1.1.3-2.el7.noarch 77/93 Verifying : python-simplejson-3.5.3-5.el7.x86_64 78/93 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 79/93 Verifying : python-configparser-3.5.3-0.noarch 80/93 Verifying : 14:libpcap-1.5.3-13.el7_9.x86_64 81/93 Verifying : perl-podlators-2.5.1-3.el7.noarch 82/93 Verifying : libxslt-1.1.28-6.el7.x86_64 83/93 Verifying : zip-3.0-11.el7.x86_64 84/93 Verifying : python2-greenlet-0.4.12-1.el7.x86_64 85/93 Verifying : python2-idna-2.5-1.el7.noarch 86/93 Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 87/93 Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 88/93 Verifying : python3-rpm-macros-3-34.el7.noarch 89/93 Verifying : python2-Cython-0.25.2-3.el7.x86_64 90/93 Verifying : crudini-0.9-2.el7.noarch 91/93 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 92/93 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 93/93 Installed: contrail-lib.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 contrail-setup.noarch 0:master.9.7.8.5-master_9_7_8_5.el7 contrail-utils.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 gcc.x86_64 0:4.8.5-44.el7 gcc-c++.x86_64 0:4.8.5-44.el7 nmap-ncat.x86_64 2:6.40-19.el7 python-contrail.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 python3-contrail.x86_64 0:master.9.7.8.5-master_9_7_8_5.el7 python3-devel.x86_64 0:3.6.8-21.el7_9 Dependency Installed: c-ares.x86_64 0:1.10.0-3.el7_9.1 consistent_hash.noarch 0:1.0-0contrail0.el7 cpp.x86_64 0:4.8.5-44.el7 crudini.noarch 0:0.9-2.el7 dwz.x86_64 0:0.11-3.el7 gdb.x86_64 0:7.6.1-120.el7 glibc-devel.x86_64 0:2.17-326.el7_9 glibc-headers.x86_64 0:2.17-326.el7_9 kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 libev.x86_64 0:4.15-7.el7 libgomp.x86_64 0:4.8.5-44.el7 libmpc.x86_64 0:1.0.1-3.el7 libpcap.x86_64 14:1.5.3-13.el7_9 libstdc++-devel.x86_64 0:4.8.5-44.el7 libxslt.x86_64 0:1.1.28-6.el7 lsof.x86_64 0:4.87-6.el7 mpfr.x86_64 0:3.1.1-4.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 openstack-utils.noarch 0:2017.1-1.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-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-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-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-srpm-macros.noarch 0:1-8.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 python-anyjson.noarch 0:0.3.3-3.el7 python-attrdict.noarch 0:2.0.0-0 python-backports.x86_64 0:1.0-8.el7 python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 python-configparser.noarch 0:3.5.3-0 python-devel.x86_64 0:2.7.5-94.el7_9 python-fysom.noarch 0:1.0.8-0 python-lxml.x86_64 0:3.2.1-4.el7 python-netifaces.x86_64 0:0.10.4-3.el7 python-rpm-macros.noarch 0:3-34.el7 python-simplejson.x86_64 0:3.5.3-5.el7 python-srpm-macros.noarch 0:3-34.el7 python2-Cython.x86_64 0:0.25.2-3.el7 python2-amqp.noarch 0:2.1.4-3.el7 python2-bitarray.x86_64 0:0.8.1-4.el7 python2-bottle.noarch 0:0.12.13-1.el7 python2-future.noarch 0:0.16.0-15.20181019gitbee0f3b.el7.contrail python2-futures.noarch 0:3.1.1-5.el7 python2-gevent.x86_64 0:1.1.2-2.el7 python2-greenlet.x86_64 0:0.4.12-1.el7 python2-idna.noarch 0:2.5-1.el7 python2-ipaddress.noarch 0:1.0.18-5.el7 python2-kombu.noarch 1:4.0.2-5.el7 python2-netaddr.noarch 0:0.7.19-5.el7 python2-pbr.noarch 0:3.1.1-8.el7 python2-pysocks.noarch 0:1.5.6-3.el7 python2-requests.noarch 0:2.21.0-3.el7 python2-rpm-macros.noarch 0:3-34.el7 python2-setuptools.noarch 0:22.0.5-1.el7 python2-six.noarch 0:1.12.0-1.el7 python2-stevedore.noarch 0:1.28.0-1.el7 python2-urllib3.noarch 0:1.24.1-3.el7 python2-vine.noarch 0:1.1.3-2.el7 python3-rpm-generators.noarch 0:6-2.el7 python3-rpm-macros.noarch 0:3-34.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos zip.x86_64 0:3.0-11.el7 Complete! WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting future==0.18.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829kB) Collecting six==1.13.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1f1/b7d42e254082a/six-1.13.0-py2.py3-none-any.whl Collecting remote-pdb Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl Installing collected packages: future, six, remote-pdb Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Successfully installed future-0.18.2 remote-pdb-2.1.0 six-1.13.0 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 63a6af8bfc24 ---> d6d3b1ccace7 Step 4/6 : COPY *.sh / ---> a7386075ad17 Step 5/6 : ENV PS1="033[1m($(printenv NODE_TYPE)-$(printenv SERVICE_NAME))033[m017[$(id -un)@$(hostname -s) $(pwd)]$ " ---> Running in 42b6b1e4767d ---> Removed intermediate container 42b6b1e4767d ---> 2d4502870cf9 Step 6/6 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in e34ecf721e94 ---> Removed intermediate container e34ecf721e94 ---> ec89165e58c9 [Warning] One or more build-args [CONTAINER_NAME CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built ec89165e58c9 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-base:master-9_7_8-5 Successfully tagged nexus.gz1.opensdn.io:5101/tf-base:master-9_7_8-5 2024-09-06 13:01:18,690: INFO: Docker build duration: 262 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-base] 081453a75e13: Preparing ac8dc7d73ad3: Preparing 49f0aeebd751: Preparing 1d3a75d56770: Preparing 002752219e69: Preparing 98ade30586c7: Preparing 299d59b6397e: Preparing ce902b829a02: Preparing 174f56854903: Preparing 98ade30586c7: Waiting ce902b829a02: Waiting 299d59b6397e: Waiting 174f56854903: Waiting 002752219e69: Layer already exists 1d3a75d56770: Layer already exists 49f0aeebd751: Layer already exists 98ade30586c7: Layer already exists 299d59b6397e: Layer already exists ce902b829a02: Layer already exists 174f56854903: Layer already exists 081453a75e13: Pushed ac8dc7d73ad3: Pushed master-9_7_8-5: digest: sha256:fcda9b49c4f270bf0719ba541768ee89806de139d44babd0c0f0dfc2fdba82c2 size: 2200 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-base] 081453a75e13: Preparing ac8dc7d73ad3: Preparing 49f0aeebd751: Preparing 1d3a75d56770: Preparing 002752219e69: Preparing 98ade30586c7: Preparing 299d59b6397e: Preparing ce902b829a02: Preparing 174f56854903: Preparing 98ade30586c7: Waiting 299d59b6397e: Waiting ce902b829a02: Waiting 174f56854903: Waiting 002752219e69: Layer already exists 081453a75e13: Layer already exists 1d3a75d56770: Layer already exists ac8dc7d73ad3: Layer already exists 49f0aeebd751: Layer already exists 98ade30586c7: Layer already exists 299d59b6397e: Layer already exists 174f56854903: Layer already exists ce902b829a02: Layer already exists master-9_7_8-5: digest: sha256:fcda9b49c4f270bf0719ba541768ee89806de139d44babd0c0f0dfc2fdba82c2 size: 2200 2024-09-06 13:01:35,640: INFO: Building contrail-base finished successfully, duration: 279 seconds