2025-04-14 10:40:51,114: INFO: Building contrail-openstack-neutron-ml2-init
2025-04-14 10:40:51,206: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=r24.1-1_5_4_2-2 --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:5101/contrail-general-base:r24.1-1_5_4_2-2
---> 536346efed0b
Step 2/7 : ARG CONTAINER_NAME
---> Using cache
---> e6af7b45b33c
Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in 9ee908770115
---> Removed intermediate container 9ee908770115
---> c61f045caccf
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 2c83d59949fe
---> Removed intermediate container 2c83d59949fe
---> e9673b04930e
Step 5/7 : COPY *.sh /
---> 800aad1d51e3
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 984d19bf5521
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=2a9998e38fb099fe780caa152ebb9a2c0273da2ab85ebbb546f512899f803af4
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/38d/4daea5d9fa63b/pbr-6.1.1-py2.py3-none-any.whl (108 kB)
Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from pbr>=2.0) (44.1.1)
Installing collected packages: pbr
Successfully installed pbr-6.1.1
WARNING: You are using pip version 20.1; however, version 20.3.4 is available.
You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command.
Retrieving http://localhost:6667/x86_64/python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
python-contrail-r24.1.1.5.4.2.2-r24.1_########################################
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
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/472/1f391ed90541f/six-1.17.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=f3dc8e2bfa75d355108c8728fd668679c89c4e08743352b9d00b293f35cff0e3
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=1bc0f7e183169a1c47c83f1355f6de7cc070f58cabe56a13c38900fb1a81b86c
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<0.13, 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.
Installing collected packages: six, click, geomet, cassandra-driver
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.
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.17.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                                               14 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-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of Cython
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of consistent_hash
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-attrdict
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-fysom
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-gevent >= ('0', '1.0', None)
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-greenlet < ('0', '2.0.0', None)
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-kombu
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-simplejson
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python-stevedore
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python2-bitarray
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python2-bottle >= ('0', '0.11.6', None)
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python2-future
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_64 has missing requires of python2-futures
python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.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:r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.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 r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.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-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_    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  : rsync-3.1.2-12.el7_9.x86_64                                 3/38
Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       4/38
Verifying  : perl-Storable-2.45-3.el7.x86_64                             5/38
Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/38
Verifying  : perl-constant-1.27-2.el7.noarch                             7/38
Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/38
Verifying  : openssh-clients-7.4p1-23.el7_9.x86_64                       9/38
Verifying  : openssh-7.4p1-23.el7_9.x86_64                              10/38
Verifying  : perl-Socket-2.010-5.el7.x86_64                             11/38
Verifying  : 1:perl-parent-0.225-244.el7.noarch                         12/38
Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      13/38
Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        14/38
Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        15/38
Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        16/38
Verifying  : git-1.8.3.1-25.el7_9.x86_64                                17/38
Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        18/38
Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   19/38
Verifying  : fipscheck-1.4.1-6.el7.x86_64                               20/38
Verifying  : perl-Carp-1.26-244.el7.noarch                              21/38
Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          22/38
Verifying  : perl-Git-1.8.3.1-25.el7_9.noarch                           23/38
Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      24/38
Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/38
Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           26/38
Verifying  : perl-Encode-2.51-7.el7.x86_64                              27/38
Verifying  : perl-podlators-2.5.1-3.el7.noarch                          28/38
Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         29/38
Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             30/38
Verifying  : perl-File-Path-2.09-2.el7.noarch                           31/38
Verifying  : python-contrail-r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.el7.x86_   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:r24.1.1.5.4.2.2-r24.1_1_5_4_2_2.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 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
: tpc
Cleaning up list of fastest mirrors
---> Removed intermediate container 984d19bf5521
---> b830b9ed1d46
Step 7/7 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in b1d9877bcbc2
---> Removed intermediate container b1d9877bcbc2
---> 9a74dba69bfb
[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 9a74dba69bfb
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-openstack-neutron-ml2-init:r24.1-1_5_4_2-2
Successfully tagged nexus.gz1.opensdn.io:5101/tf-openstack-neutron-ml2-init:r24.1-1_5_4_2-2
2025-04-14 10:44:36,700: INFO: Docker build duration: 225 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-openstack-neutron-ml2-init]
7fd83c5adb48: Preparing
e1eb3068f5d2: Preparing
c3776cd0ae18: Preparing
9407efa5f6a5: Preparing
99003af4991e: Preparing
62ec210e792d: Preparing
076e7b9c470c: Preparing
44e37fe6d592: Preparing
174f56854903: Preparing
c3776cd0ae18: Waiting
9407efa5f6a5: Waiting
99003af4991e: Waiting
62ec210e792d: Waiting
076e7b9c470c: Waiting
44e37fe6d592: Waiting
174f56854903: Waiting
e1eb3068f5d2: Pushed
c3776cd0ae18: Layer already exists
9407efa5f6a5: Layer already exists
99003af4991e: Layer already exists
62ec210e792d: Layer already exists
076e7b9c470c: Layer already exists
44e37fe6d592: Layer already exists
174f56854903: Layer already exists
7fd83c5adb48: Pushed
r24.1-1_5_4_2-2: digest: sha256:5dd23a42b9ea93f859571924831d81f6915d283e7b4459eb75071c160551cc3e size: 2198
The push refers to repository [nexus.gz1.opensdn.io:5101/tf-openstack-neutron-ml2-init]
7fd83c5adb48: Preparing
e1eb3068f5d2: Preparing
c3776cd0ae18: Preparing
9407efa5f6a5: Preparing
99003af4991e: Preparing
62ec210e792d: Preparing
076e7b9c470c: Preparing
44e37fe6d592: Preparing
174f56854903: Preparing
c3776cd0ae18: Waiting
9407efa5f6a5: Waiting
99003af4991e: Waiting
62ec210e792d: Waiting
076e7b9c470c: Waiting
44e37fe6d592: Waiting
174f56854903: Waiting
e1eb3068f5d2: Layer already exists
7fd83c5adb48: Layer already exists
c3776cd0ae18: Layer already exists
9407efa5f6a5: Layer already exists
99003af4991e: Layer already exists
62ec210e792d: Layer already exists
076e7b9c470c: Layer already exists
44e37fe6d592: Layer already exists
174f56854903: Layer already exists
r24.1-1_5_4_2-2: digest: sha256:5dd23a42b9ea93f859571924831d81f6915d283e7b4459eb75071c160551cc3e size: 2198
2025-04-14 10:45:02,266: INFO: Building contrail-openstack-neutron-ml2-init finished successfully, duration: 251 seconds