2024-08-27 07:53:02,967: INFO: Building contrail-openstack-neutron-ml2-init 2024-08-27 07:53:03,044: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly-r24.1-centos --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-openstack-neutron-ml2-init --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 7.168 kB Step 1/7 : FROM nexus.gz1.opensdn.io:5102/contrail-general-base:nightly-r24.1-centos ---> 3f2237f2c13c Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> 689d20bb585b Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in afeedb463482 ---> Removed intermediate container afeedb463482 ---> ad4820dcff51 Step 4/7 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack neutron-server with ml2 driver" description="Sidecar container with libraries for neutron-server with ml2 driver." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 17527f92c2a0 ---> Removed intermediate container 17527f92c2a0 ---> b801d4ba6361 Step 5/7 : COPY *.sh / ---> 6d24a24eface Step 6/7 : RUN mkdir -p /opt/contrail/site-packages && python2 -m pip install --no-compile --target=/opt/contrail/site-packages future && python2 -m pip install 'pbr>=2.0' && rpm -Uvh --nodeps $(repoquery -q --location python-contrail) && yum install -y git && for i in {1..3} ; do res=0 && rm -rf networking-opencontrail && git clone --depth=1 --single-branch -b stable/queens https://opendev.org/x/networking-opencontrail.git && cd networking-opencontrail && python2 setup.py install --root=/opt/contrail/ --no-compile && break ; res=1 ; done && [[ "$res" == 0 ]] && cp -rf /usr/lib/python2.7/site-packages/vnc_api* /opt/contrail/site-packages && cp -rf /usr/lib/python2.7/site-packages/cfgm_common* /opt/contrail/site-packages && yum autoremove -y git python-contrail tf-neutron-ml2-plugin && yum clean all -y && rm -rf networking-opencontrail /var/cache/yum ---> Running in 75967d35dd75 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 future Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bd2/968309307861e/future-1.0.0.tar.gz (1.2 MB) Building wheels for collected packages: future Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-1.0.0-py2-none-any.whl size=502835 sha256=af1abe3e7ce8d06747841d9a90e749383c2d05998665c4cc24757722a2fd5486 Stored in directory: /root/.cache/pip/wheels/2d/db/56/c63769d7b683794aa180c914d4b50c3bfdda2db627dff58aad Successfully built future Installing collected packages: future Successfully installed future-1.0.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. 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 pbr>=2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4a7/317d5e3b17a3d/pbr-6.0.0-py2.py3-none-any.whl (107 kB) Installing collected packages: pbr Successfully installed pbr-6.0.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. Retrieving http://localhost:6667/x86_64/python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64.rpm Preparing... ######################################## Updating / installing... python-contrail-nightly.r24.1.centos-n######################################## 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) Collecting six>=1.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 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): finished with status 'done' Created wheel for cassandra-driver: filename=cassandra_driver-3.26.0-cp27-cp27mu-linux_x86_64.whl size=330682 sha256=9fc6fb1921ccb3ecfe9b52c52cc8772a5c56538c5c3526c0bbee69964cbdeac6 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=21883 sha256=a87acd685dcacb320b8803614cc62a9fa13d4a7f3482d1f10c89605e53195d6b Stored in directory: /root/.cache/pip/wheels/d5/d7/cb/6c53f2c7e6fd5a3ee68a1e6d2b7f3baf838462bc51d5a07e78 Successfully built cassandra-driver geomet ERROR: sandesh 0.1.dev0 requires bottle, which is not installed. ERROR: sandesh 0.1.dev0 requires future, which is not installed. ERROR: sandesh 0.1.dev0 requires fysom, which is not installed. ERROR: sandesh 0.1.dev0 requires gevent, which is not installed. ERROR: sandesh 0.1.dev0 requires netaddr<1, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires bitarray, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires bottle, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires future, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires gevent, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires greenlet, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires kazoo, which is not installed. Installing collected packages: six, click, geomet, cassandra-driver ERROR: contrail-config-common 0.1.dev0 requires requests, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires simplejson, which is not installed. ERROR: contrail-config-common 0.1.dev0 requires stevedore, which is not installed. Successfully installed cassandra-driver-3.26.0 click-7.1.2 geomet-0.2.1.post1 six-1.16.0 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. Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(vars) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(strict) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(lib) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-25.el7_9.x86_64 --> Running transaction check ---> Package openssh-clients.x86_64 0:7.4p1-23.el7_9 will be installed --> Processing Dependency: openssh = 7.4p1-23.el7_9 for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(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(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-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed --> Running transaction check ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package openssh.x86_64 0:7.4p1-23.el7_9 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: git x86_64 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 4.4 M Installing for dependencies: fipscheck x86_64 1.4.1-6.el7 tf-mirrors.ci_repos_yum7-base 21 k fipscheck-lib x86_64 1.4.1-6.el7 tf-mirrors.ci_repos_yum7-base 11 k libedit x86_64 3.0-12.20121213cvs.el7 tf-mirrors.ci_repos_yum7-base 92 k openssh x86_64 7.4p1-23.el7_9 tf-mirrors.ci_repos_yum7-updates 510 k openssh-clients x86_64 7.4p1-23.el7_9 tf-mirrors.ci_repos_yum7-updates 655 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-Error noarch 1:0.17020-2.el7 tf-mirrors.ci_repos_yum7-base 32 k 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-Git noarch 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 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-TermReadKey x86_64 2.30-20.el7 tf-mirrors.ci_repos_yum7-base 31 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-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 rsync x86_64 3.1.2-12.el7_9 tf-mirrors.ci_repos_yum7-updates 408 k Transaction Summary ================================================================================ Install 1 Package (+36 Dependent packages) Total download size: 18 M Installed size: 64 M Downloading packages: -------------------------------------------------------------------------------- Total 13 MB/s | 18 MB 00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum. ** Found 14 pre-existing rpmdb problem(s), 'yum check' output follows: python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of Cython python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of consistent_hash python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-attrdict python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-fysom python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-gevent >= ('0', '1.0', None) python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-greenlet < ('0', '2.0.0', None) python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-kombu python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-simplejson python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python-stevedore python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python2-bitarray python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python2-bottle >= ('0', '0.11.6', None) python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python2-future python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python2-futures python-contrail-nightly.r24.1.centos-nightly_r24.1_centos.el7.x86_64 has missing requires of python2-six  Installing : fipscheck-1.4.1-6.el7.x86_64 1/37 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/37 Installing : openssh-7.4p1-23.el7_9.x86_64 3/37 Installing : 1:perl-parent-0.225-244.el7.noarch 4/37 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/37 Installing : perl-podlators-2.5.1-3.el7.noarch 6/37 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/37 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 8/37 Installing : perl-Encode-2.51-7.el7.x86_64 9/37 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 10/37 Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/37 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 12/37 Installing : perl-Exporter-5.68-3.el7.noarch 13/37 Installing : perl-constant-1.27-2.el7.noarch 14/37 Installing : perl-Carp-1.26-244.el7.noarch 15/37 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 16/37 Installing : perl-Socket-2.010-5.el7.x86_64 17/37 Installing : perl-Time-Local-1.2300-2.el7.noarch 18/37 Installing : perl-Storable-2.45-3.el7.x86_64 19/37 Installing : perl-PathTools-3.40-5.el7.x86_64 20/37 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 21/37 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 22/37 Installing : perl-File-Temp-0.23.01-3.el7.noarch 23/37 Installing : perl-File-Path-2.09-2.el7.noarch 24/37 Installing : perl-threads-shared-1.43-6.el7.x86_64 25/37 Installing : perl-threads-1.87-4.el7.x86_64 26/37 Installing : perl-Filter-1.49-3.el7.x86_64 27/37 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 28/37 Installing : perl-Getopt-Long-2.40-3.el7.noarch 29/37 Installing : 4:perl-5.16.3-299.el7_9.x86_64 30/37 Installing : 1:perl-Error-0.17020-2.el7.noarch 31/37 Installing : perl-TermReadKey-2.30-20.el7.x86_64 32/37 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 33/37 Installing : openssh-clients-7.4p1-23.el7_9.x86_64 34/37 Installing : rsync-3.1.2-12.el7_9.x86_64 35/37 Installing : perl-Git-1.8.3.1-25.el7_9.noarch 36/37 Installing : git-1.8.3.1-25.el7_9.x86_64 37/37 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/37 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/37 Verifying : rsync-3.1.2-12.el7_9.x86_64 3/37 Verifying : perl-threads-shared-1.43-6.el7.x86_64 4/37 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 5/37 Verifying : perl-Exporter-5.68-3.el7.noarch 6/37 Verifying : perl-constant-1.27-2.el7.noarch 7/37 Verifying : perl-PathTools-3.40-5.el7.x86_64 8/37 Verifying : openssh-clients-7.4p1-23.el7_9.x86_64 9/37 Verifying : perl-Carp-1.26-244.el7.noarch 10/37 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 11/37 Verifying : 1:perl-parent-0.225-244.el7.noarch 12/37 Verifying : perl-Socket-2.010-5.el7.x86_64 13/37 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/37 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 15/37 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 16/37 Verifying : git-1.8.3.1-25.el7_9.x86_64 17/37 Verifying : perl-Time-Local-1.2300-2.el7.noarch 18/37 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 19/37 Verifying : fipscheck-1.4.1-6.el7.x86_64 20/37 Verifying : openssh-7.4p1-23.el7_9.x86_64 21/37 Verifying : 1:perl-Error-0.17020-2.el7.noarch 22/37 Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 23/37 Verifying : perl-Storable-2.45-3.el7.x86_64 24/37 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 25/37 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 26/37 Verifying : perl-Encode-2.51-7.el7.x86_64 27/37 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 28/37 Verifying : perl-podlators-2.5.1-3.el7.noarch 29/37 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 30/37 Verifying : perl-File-Path-2.09-2.el7.noarch 31/37 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 32/37 Verifying : perl-threads-1.87-4.el7.x86_64 33/37 Verifying : perl-Filter-1.49-3.el7.x86_64 34/37 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 35/37 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 36/37 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 37/37 Installed: git.x86_64 0:1.8.3.1-25.el7_9 Dependency Installed: fipscheck.x86_64 0:1.4.1-6.el7 fipscheck-lib.x86_64 0:1.4.1-6.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 openssh.x86_64 0:7.4p1-23.el7_9 openssh-clients.x86_64 0:7.4p1-23.el7_9 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-Git.noarch 0:1.8.3.1-25.el7_9 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 rsync.x86_64 0:3.1.2-12.el7_9 Complete! Cloning into 'networking-opencontrail'... running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running build running build_py creating build creating build/lib creating build/lib/networking_opencontrail creating build/lib/networking_opencontrail/sync copying networking_opencontrail/sync/__init__.py -> build/lib/networking_opencontrail/sync copying networking_opencontrail/sync/base.py -> build/lib/networking_opencontrail/sync copying networking_opencontrail/sync/synchronizers.py -> build/lib/networking_opencontrail/sync copying networking_opencontrail/sync/worker.py -> build/lib/networking_opencontrail/sync creating build/lib/networking_opencontrail/neutron copying networking_opencontrail/neutron/__init__.py -> build/lib/networking_opencontrail/neutron copying networking_opencontrail/neutron/neutron_client.py -> build/lib/networking_opencontrail/neutron creating build/lib/networking_opencontrail/tests creating build/lib/networking_opencontrail/tests/unit copying networking_opencontrail/tests/unit/__init__.py -> build/lib/networking_opencontrail/tests/unit creating build/lib/networking_opencontrail/l3 copying networking_opencontrail/l3/__init__.py -> build/lib/networking_opencontrail/l3 copying networking_opencontrail/l3/service_provider.py -> build/lib/networking_opencontrail/l3 creating build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/__init__.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/test_logical_routers.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/test_networks.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/test_subnets.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/test_synchronization.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/integration/test_vpgs_and_vmis.py -> build/lib/networking_opencontrail/tests/integration copying networking_opencontrail/tests/__init__.py -> build/lib/networking_opencontrail/tests copying networking_opencontrail/tests/base.py -> build/lib/networking_opencontrail/tests creating build/lib/networking_opencontrail/tests/unit/sync copying networking_opencontrail/tests/unit/sync/__init__.py -> build/lib/networking_opencontrail/tests/unit/sync copying networking_opencontrail/tests/unit/sync/test_network_synchronizer.py -> build/lib/networking_opencontrail/tests/unit/sync creating build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/__init__.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/lr_vmi.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/network.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/router.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/subnet.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/utils.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/vmi.py -> build/lib/networking_opencontrail/resources copying networking_opencontrail/resources/vpg.py -> build/lib/networking_opencontrail/resources creating build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/__init__.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_lr_vmi.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_make_vpg_and_vmi_names_from_q_data.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_network.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_router.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_subnet.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_utils.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_vmi.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/tests/unit/resources/test_vpg.py -> build/lib/networking_opencontrail/tests/unit/resources copying networking_opencontrail/__init__.py -> build/lib/networking_opencontrail copying networking_opencontrail/constants.py -> build/lib/networking_opencontrail copying networking_opencontrail/exceptions.py -> build/lib/networking_opencontrail copying networking_opencontrail/options.py -> build/lib/networking_opencontrail creating build/lib/networking_opencontrail/tests/unit/repository copying networking_opencontrail/tests/unit/repository/__init__.py -> build/lib/networking_opencontrail/tests/unit/repository copying networking_opencontrail/tests/unit/repository/test_irb.py -> build/lib/networking_opencontrail/tests/unit/repository copying networking_opencontrail/tests/unit/repository/test_ntf_signer.py -> build/lib/networking_opencontrail/tests/unit/repository copying networking_opencontrail/tests/unit/repository/test_utils.py -> build/lib/networking_opencontrail/tests/unit/repository creating build/lib/networking_opencontrail/repository creating build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/__init__.py -> build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/client.py -> build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/initialize.py -> build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/irb.py -> build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/tagger.py -> build/lib/networking_opencontrail/repository/utils copying networking_opencontrail/repository/utils/utils.py -> build/lib/networking_opencontrail/repository/utils creating build/lib/networking_opencontrail/tests/unit/l3 copying networking_opencontrail/tests/unit/l3/__init__.py -> build/lib/networking_opencontrail/tests/unit/l3 copying networking_opencontrail/tests/unit/l3/test_flavor_validation.py -> build/lib/networking_opencontrail/tests/unit/l3 creating build/lib/networking_opencontrail/ml2 copying networking_opencontrail/ml2/__init__.py -> build/lib/networking_opencontrail/ml2 copying networking_opencontrail/ml2/mech_driver.py -> build/lib/networking_opencontrail/ml2 copying networking_opencontrail/repository/__init__.py -> build/lib/networking_opencontrail/repository copying networking_opencontrail/repository/network.py -> build/lib/networking_opencontrail/repository copying networking_opencontrail/repository/router.py -> build/lib/networking_opencontrail/repository copying networking_opencontrail/repository/subnet.py -> build/lib/networking_opencontrail/repository copying networking_opencontrail/repository/vmi.py -> build/lib/networking_opencontrail/repository copying networking_opencontrail/repository/vpg.py -> build/lib/networking_opencontrail/repository running egg_info creating networking_opencontrail.egg-info writing requirements to networking_opencontrail.egg-info/requires.txt writing networking_opencontrail.egg-info/PKG-INFO writing top-level names to networking_opencontrail.egg-info/top_level.txt writing dependency_links to networking_opencontrail.egg-info/dependency_links.txt writing entry points to networking_opencontrail.egg-info/entry_points.txt writing pbr to networking_opencontrail.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'networking_opencontrail.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'networking_opencontrail.egg-info/SOURCES.txt' copying networking_opencontrail/tests/integration/.stestr.conf -> build/lib/networking_opencontrail/tests/integration running install_lib creating /opt/contrail/usr creating /opt/contrail/usr/lib creating /opt/contrail/usr/lib/python2.7 creating /opt/contrail/usr/lib/python2.7/site-packages creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/sync copying build/lib/networking_opencontrail/sync/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/sync copying build/lib/networking_opencontrail/sync/base.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/sync copying build/lib/networking_opencontrail/sync/synchronizers.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/sync copying build/lib/networking_opencontrail/sync/worker.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/sync creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/neutron copying build/lib/networking_opencontrail/neutron/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/neutron copying build/lib/networking_opencontrail/neutron/neutron_client.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/neutron creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit copying build/lib/networking_opencontrail/tests/unit/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/sync copying build/lib/networking_opencontrail/tests/unit/sync/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/sync copying build/lib/networking_opencontrail/tests/unit/sync/test_network_synchronizer.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/sync creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_lr_vmi.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_make_vpg_and_vmi_names_from_q_data.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_network.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_router.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_subnet.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_utils.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_vmi.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources copying build/lib/networking_opencontrail/tests/unit/resources/test_vpg.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/resources creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/repository copying build/lib/networking_opencontrail/tests/unit/repository/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/repository copying build/lib/networking_opencontrail/tests/unit/repository/test_irb.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/repository copying build/lib/networking_opencontrail/tests/unit/repository/test_ntf_signer.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/repository copying build/lib/networking_opencontrail/tests/unit/repository/test_utils.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/repository creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/l3 copying build/lib/networking_opencontrail/tests/unit/l3/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/l3 copying build/lib/networking_opencontrail/tests/unit/l3/test_flavor_validation.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/unit/l3 creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/test_logical_routers.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/test_networks.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/test_subnets.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/test_synchronization.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/test_vpgs_and_vmis.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/integration/.stestr.conf -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests/integration copying build/lib/networking_opencontrail/tests/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests copying build/lib/networking_opencontrail/tests/base.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/tests creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/l3 copying build/lib/networking_opencontrail/l3/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/l3 copying build/lib/networking_opencontrail/l3/service_provider.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/l3 creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/lr_vmi.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/network.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/router.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/subnet.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/utils.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/vmi.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/resources/vpg.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/resources copying build/lib/networking_opencontrail/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail copying build/lib/networking_opencontrail/constants.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail copying build/lib/networking_opencontrail/exceptions.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail copying build/lib/networking_opencontrail/options.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/client.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/initialize.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/irb.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/tagger.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/utils/utils.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository/utils copying build/lib/networking_opencontrail/repository/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository copying build/lib/networking_opencontrail/repository/network.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository copying build/lib/networking_opencontrail/repository/router.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository copying build/lib/networking_opencontrail/repository/subnet.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository copying build/lib/networking_opencontrail/repository/vmi.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository copying build/lib/networking_opencontrail/repository/vpg.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/repository creating /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/ml2 copying build/lib/networking_opencontrail/ml2/__init__.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/ml2 copying build/lib/networking_opencontrail/ml2/mech_driver.py -> /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail/ml2 running install_data creating /opt/contrail/etc creating /opt/contrail/etc/neutron creating /opt/contrail/etc/neutron/plugins creating /opt/contrail/etc/neutron/plugins/ml2 copying etc/ml2_conf_opencontrail.ini -> /opt/contrail/etc/neutron/plugins/ml2 running install_egg_info Copying networking_opencontrail.egg-info to /opt/contrail/usr/lib/python2.7/site-packages/networking_opencontrail-0.0.0-py2.7.egg-info running install_scripts Loaded plugins: fastestmirror, ovl No Match for argument: tf-neutron-ml2-plugin Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be erased --> Processing Dependency: git = 1.8.3.1-25.el7_9 for package: perl-Git-1.8.3.1-25.el7_9.noarch ---> Package python-contrail.x86_64 0:nightly.r24.1.centos-nightly_r24.1_centos.el7 will be erased --> Running transaction check ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be erased --> Finished Dependency Resolution --> Finding unneeded leftover dependencies ---> Marking perl to be removed - no longer needed by git ---> Marking perl-PathTools to be removed - no longer needed by git ---> Marking rsync to be removed - no longer needed by git ---> Marking perl-Exporter to be removed - no longer needed by git ---> Marking perl-File-Path to be removed - no longer needed by git ---> Marking openssh-clients to be removed - no longer needed by git ---> Marking perl-File-Temp to be removed - no longer needed by git ---> Marking perl-TermReadKey to be removed - no longer needed by git ---> Marking perl-Error to be removed - no longer needed by git ---> Marking perl-Getopt-Long to be removed - no longer needed by git ---> Marking perl-Carp to be removed - no longer needed by perl-Git ---> Marking perl-Time-Local to be removed - no longer needed by perl-Git ---> Marking perl-libs to be removed - no longer needed by perl ---> Marking perl-Scalar-List-Utils to be removed - no longer needed by perl ---> Marking perl-threads-shared to be removed - no longer needed by perl ---> Marking perl-Storable to be removed - no longer needed by perl ---> Marking perl-Filter to be removed - no longer needed by perl ---> Marking perl-Time-HiRes to be removed - no longer needed by perl ---> Marking perl-Socket to be removed - no longer needed by perl ---> Marking perl-threads to be removed - no longer needed by perl ---> Marking perl-Pod-Simple to be removed - no longer needed by perl ---> Marking perl-constant to be removed - no longer needed by perl ---> Marking fipscheck-lib to be removed - no longer needed by openssh-clients ---> Marking libedit to be removed - no longer needed by openssh-clients ---> Marking openssh to be removed - no longer needed by openssh-clients ---> Marking perl-Text-ParseWords to be removed - no longer needed by perl-Getopt-Long ---> Marking perl-Pod-Usage to be removed - no longer needed by perl-Getopt-Long ---> Marking perl-Pod-Escapes to be removed - no longer needed by perl-Pod-Simple ---> Marking perl-Encode to be removed - no longer needed by perl-Pod-Simple ---> Marking fipscheck to be removed - no longer needed by fipscheck-lib ---> Marking perl-Pod-Perldoc to be removed - no longer needed by perl-Pod-Usage ---> Marking perl-podlators to be removed - no longer needed by perl-Pod-Usage ---> Marking perl-HTTP-Tiny to be removed - no longer needed by perl-Pod-Perldoc ---> Marking perl-parent to be removed - no longer needed by perl-Pod-Perldoc Found and removing 34 unneeded dependencies --> Running transaction check ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be erased ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be erased ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be erased ---> Package openssh.x86_64 0:7.4p1-23.el7_9 will be erased ---> Package openssh-clients.x86_64 0:7.4p1-23.el7_9 will be erased ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be erased --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-macros-5.16.3-299.el7_9.x86_64 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be erased ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be erased ---> Package perl-Error.noarch 1:0.17020-2.el7 will be erased ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be erased ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be erased ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be erased ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be erased ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be erased ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be erased ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be erased ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be erased ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be erased ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be erased ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be erased ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be erased ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be erased ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be erased ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be erased ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be erased ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be erased ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be erased ---> Package perl-constant.noarch 0:1.27-2.el7 will be erased ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be erased ---> Package perl-parent.noarch 1:0.225-244.el7 will be erased ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be erased ---> Package perl-threads.x86_64 0:1.87-4.el7 will be erased ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be erased ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be erased --> Running transaction check ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: git x86_64 1.8.3.1-25.el7_9 @tf-mirrors.ci_repos_yum7-updates 22 M python-contrail x86_64 nightly.r24.1.centos-nightly_r24.1_centos.el7 installed 30 M Removing for dependencies: fipscheck x86_64 1.4.1-6.el7 @tf-mirrors.ci_repos_yum7-base 38 k fipscheck-lib x86_64 1.4.1-6.el7 @tf-mirrors.ci_repos_yum7-base 11 k libedit x86_64 3.0-12.20121213cvs.el7 @tf-mirrors.ci_repos_yum7-base 239 k openssh x86_64 7.4p1-23.el7_9 @tf-mirrors.ci_repos_yum7-updates 1.9 M openssh-clients x86_64 7.4p1-23.el7_9 @tf-mirrors.ci_repos_yum7-updates 2.5 M perl x86_64 4:5.16.3-299.el7_9 @tf-mirrors.ci_repos_yum7-updates 22 M perl-Carp noarch 1.26-244.el7 @tf-mirrors.ci_repos_yum7-base 28 k perl-Encode x86_64 2.51-7.el7 @tf-mirrors.ci_repos_yum7-base 9.7 M perl-Error noarch 1:0.17020-2.el7 @tf-mirrors.ci_repos_yum7-base 49 k perl-Exporter noarch 5.68-3.el7 @tf-mirrors.ci_repos_yum7-base 55 k perl-File-Path noarch 2.09-2.el7 @tf-mirrors.ci_repos_yum7-base 49 k perl-File-Temp noarch 0.23.01-3.el7 @tf-mirrors.ci_repos_yum7-base 155 k perl-Filter x86_64 1.49-3.el7 @tf-mirrors.ci_repos_yum7-base 145 k perl-Getopt-Long noarch 2.40-3.el7 @tf-mirrors.ci_repos_yum7-base 132 k perl-Git noarch 1.8.3.1-25.el7_9 @tf-mirrors.ci_repos_yum7-updates 57 k perl-HTTP-Tiny noarch 0.033-3.el7 @tf-mirrors.ci_repos_yum7-base 95 k perl-PathTools x86_64 3.40-5.el7 @tf-mirrors.ci_repos_yum7-base 170 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 @tf-mirrors.ci_repos_yum7-updates 21 k perl-Pod-Perldoc noarch 3.20-4.el7 @tf-mirrors.ci_repos_yum7-base 163 k perl-Pod-Simple noarch 1:3.28-4.el7 @tf-mirrors.ci_repos_yum7-base 526 k perl-Pod-Usage noarch 1.63-3.el7 @tf-mirrors.ci_repos_yum7-base 44 k perl-Scalar-List-Utils x86_64 1.27-248.el7 @tf-mirrors.ci_repos_yum7-base 66 k perl-Socket x86_64 2.010-5.el7 @tf-mirrors.ci_repos_yum7-base 112 k perl-Storable x86_64 2.45-3.el7 @tf-mirrors.ci_repos_yum7-base 177 k perl-TermReadKey x86_64 2.30-20.el7 @tf-mirrors.ci_repos_yum7-base 59 k perl-Text-ParseWords noarch 3.29-4.el7 @tf-mirrors.ci_repos_yum7-base 16 k perl-Time-HiRes x86_64 4:1.9725-3.el7 @tf-mirrors.ci_repos_yum7-base 92 k perl-Time-Local noarch 1.2300-2.el7 @tf-mirrors.ci_repos_yum7-base 43 k perl-constant noarch 1.27-2.el7 @tf-mirrors.ci_repos_yum7-base 26 k perl-libs x86_64 4:5.16.3-299.el7_9 @tf-mirrors.ci_repos_yum7-updates 1.6 M perl-macros x86_64 4:5.16.3-299.el7_9 @tf-mirrors.ci_repos_yum7-updates 5.0 k perl-parent noarch 1:0.225-244.el7 @tf-mirrors.ci_repos_yum7-base 8.0 k perl-podlators noarch 2.5.1-3.el7 @tf-mirrors.ci_repos_yum7-base 281 k perl-threads x86_64 1.87-4.el7 @tf-mirrors.ci_repos_yum7-base 96 k perl-threads-shared x86_64 1.43-6.el7 @tf-mirrors.ci_repos_yum7-base 72 k rsync x86_64 3.1.2-12.el7_9 @tf-mirrors.ci_repos_yum7-updates 820 k Transaction Summary ================================================================================ Remove 2 Packages (+36 Dependent packages) Installed size: 94 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : python-contrail-nightly.r24.1.centos-nightly_r24.1_cento 1/38 Erasing : perl-Git-1.8.3.1-25.el7_9.noarch 2/38 Erasing : git-1.8.3.1-25.el7_9.x86_64 3/38 Erasing : 1:perl-Error-0.17020-2.el7.noarch 4/38 Erasing : openssh-clients-7.4p1-23.el7_9.x86_64 5/38 Erasing : perl-TermReadKey-2.30-20.el7.x86_64 6/38 Erasing : perl-Filter-1.49-3.el7.x86_64 7/38 Erasing : perl-File-Path-2.09-2.el7.noarch 8/38 Erasing : perl-File-Temp-0.23.01-3.el7.noarch 9/38 Erasing : perl-Encode-2.51-7.el7.x86_64 10/38 Erasing : perl-PathTools-3.40-5.el7.x86_64 11/38 Erasing : perl-podlators-2.5.1-3.el7.noarch 12/38 Erasing : 1:perl-parent-0.225-244.el7.noarch 13/38 Erasing : perl-Pod-Perldoc-3.20-4.el7.noarch 14/38 Erasing : perl-HTTP-Tiny-0.033-3.el7.noarch 15/38 Erasing : perl-Pod-Usage-1.63-3.el7.noarch 16/38 Erasing : perl-Text-ParseWords-3.29-4.el7.noarch 17/38 Erasing : perl-Getopt-Long-2.40-3.el7.noarch 18/38 Erasing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 19/38 Erasing : 1:perl-Pod-Simple-3.28-4.el7.noarch 20/38 Erasing : perl-Socket-2.010-5.el7.x86_64 21/38 Erasing : perl-Storable-2.45-3.el7.x86_64 22/38 Erasing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/38 Erasing : perl-Time-Local-1.2300-2.el7.noarch 24/38 Erasing : perl-constant-1.27-2.el7.noarch 25/38 Erasing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 26/38 Erasing : perl-Exporter-5.68-3.el7.noarch 27/38 Erasing : perl-Carp-1.26-244.el7.noarch 28/38 Erasing : perl-threads-1.87-4.el7.x86_64 29/38 Erasing : perl-threads-shared-1.43-6.el7.x86_64 30/38 Erasing : 4:perl-libs-5.16.3-299.el7_9.x86_64 31/38 Erasing : 4:perl-macros-5.16.3-299.el7_9.x86_64 32/38 Erasing : 4:perl-5.16.3-299.el7_9.x86_64 33/38 Erasing : openssh-7.4p1-23.el7_9.x86_64 34/38 Erasing : fipscheck-1.4.1-6.el7.x86_64 35/38 Erasing : fipscheck-lib-1.4.1-6.el7.x86_64 36/38 Erasing : libedit-3.0-12.20121213cvs.el7.x86_64 37/38 Erasing : rsync-3.1.2-12.el7_9.x86_64 38/38 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/38 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/38 Verifying : python-contrail-nightly.r24.1.centos-nightly_r24.1_cento 3/38 Verifying : rsync-3.1.2-12.el7_9.x86_64 4/38 Verifying : perl-threads-shared-1.43-6.el7.x86_64 5/38 Verifying : perl-Storable-2.45-3.el7.x86_64 6/38 Verifying : perl-Exporter-5.68-3.el7.noarch 7/38 Verifying : perl-constant-1.27-2.el7.noarch 8/38 Verifying : perl-PathTools-3.40-5.el7.x86_64 9/38 Verifying : openssh-clients-7.4p1-23.el7_9.x86_64 10/38 Verifying : openssh-7.4p1-23.el7_9.x86_64 11/38 Verifying : perl-Socket-2.010-5.el7.x86_64 12/38 Verifying : 1:perl-parent-0.225-244.el7.noarch 13/38 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 14/38 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 15/38 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 16/38 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 17/38 Verifying : git-1.8.3.1-25.el7_9.x86_64 18/38 Verifying : perl-Time-Local-1.2300-2.el7.noarch 19/38 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 20/38 Verifying : fipscheck-1.4.1-6.el7.x86_64 21/38 Verifying : perl-Carp-1.26-244.el7.noarch 22/38 Verifying : 1:perl-Error-0.17020-2.el7.noarch 23/38 Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 24/38 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 25/38 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 26/38 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/38 Verifying : perl-Encode-2.51-7.el7.x86_64 28/38 Verifying : perl-podlators-2.5.1-3.el7.noarch 29/38 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 30/38 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 31/38 Verifying : perl-File-Path-2.09-2.el7.noarch 32/38 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 33/38 Verifying : perl-threads-1.87-4.el7.x86_64 34/38 Verifying : perl-Filter-1.49-3.el7.x86_64 35/38 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 36/38 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 37/38 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 38/38 Removed: git.x86_64 0:1.8.3.1-25.el7_9 python-contrail.x86_64 0:nightly.r24.1.centos-nightly_r24.1_centos.el7 Dependency Removed: fipscheck.x86_64 0:1.4.1-6.el7 fipscheck-lib.x86_64 0:1.4.1-6.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 openssh.x86_64 0:7.4p1-23.el7_9 openssh-clients.x86_64 0:7.4p1-23.el7_9 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-Git.noarch 0:1.8.3.1-25.el7_9 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 rsync.x86_64 0:3.1.2-12.el7_9 Complete! 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 75967d35dd75 ---> d7ab9c09c928 Step 7/7 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 9cd35217fa56 ---> Removed intermediate container 9cd35217fa56 ---> aefed9233d28 [Warning] One or more build-args [BASE_EXTRA_RPMS 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 aefed9233d28 Successfully tagged nexus.gz1.opensdn.io:5102/contrail-openstack-neutron-ml2-init:nightly-r24.1-centos Successfully tagged nexus.gz1.opensdn.io:5102/tf-openstack-neutron-ml2-init:nightly-r24.1-centos 2024-08-27 07:56:33,199: INFO: Docker build duration: 211 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-openstack-neutron-ml2-init] 046b6baeaf68: Preparing bcd9e0d66975: Preparing bd40b2a0b7b5: Preparing 58ad1470f726: Preparing 182ad62238e5: Preparing 516541944213: Preparing 28a4d698c603: Preparing 23b1afa17d2f: Preparing 174f56854903: Preparing 046b6baeaf68: Waiting bcd9e0d66975: Waiting bd40b2a0b7b5: Waiting 58ad1470f726: Waiting 182ad62238e5: Waiting 516541944213: Waiting 28a4d698c603: Waiting 23b1afa17d2f: Waiting 174f56854903: Waiting bcd9e0d66975: Pushed bd40b2a0b7b5: Layer already exists 58ad1470f726: Layer already exists 182ad62238e5: Layer already exists 516541944213: Layer already exists 28a4d698c603: Layer already exists 23b1afa17d2f: Layer already exists 174f56854903: Layer already exists 046b6baeaf68: Pushed nightly-r24.1-centos: digest: sha256:56809d71b05afc121a92d0bc1a7160bb7d48c43a9ba846cfc9814681644a4bb5 size: 2198 The push refers to repository [nexus.gz1.opensdn.io:5102/tf-openstack-neutron-ml2-init] 046b6baeaf68: Preparing bcd9e0d66975: Preparing bd40b2a0b7b5: Preparing 58ad1470f726: Preparing 182ad62238e5: Preparing 516541944213: Preparing 28a4d698c603: Preparing 23b1afa17d2f: Preparing 174f56854903: Preparing bd40b2a0b7b5: Waiting 58ad1470f726: Waiting 182ad62238e5: Waiting 516541944213: Waiting 28a4d698c603: Waiting 23b1afa17d2f: Waiting 174f56854903: Waiting bcd9e0d66975: Layer already exists 046b6baeaf68: Layer already exists bd40b2a0b7b5: Layer already exists 58ad1470f726: Layer already exists 182ad62238e5: Layer already exists 516541944213: Layer already exists 28a4d698c603: Layer already exists 23b1afa17d2f: Layer already exists 174f56854903: Layer already exists nightly-r24.1-centos: digest: sha256:56809d71b05afc121a92d0bc1a7160bb7d48c43a9ba846cfc9814681644a4bb5 size: 2198 2024-08-27 07:56:51,569: INFO: Building contrail-openstack-neutron-ml2-init finished successfully, duration: 229 seconds