2025-03-10 01:33:11,092: INFO: Building contrail-openstack-neutron-ml2-init 2025-03-10 01:33:11,164: 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 ---> 50d0c6db15cc Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> ae665cd2a50b Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 35b3dd600fab ---> Removed intermediate container 35b3dd600fab ---> a0a96eaf601e 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 6e1e94aaa00d ---> Removed intermediate container 6e1e94aaa00d ---> f7a11c142937 Step 5/7 : COPY *.sh / ---> 8a961c80b9ac 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 9a4e29d6aee0 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=1aca7ecbbc3e6d17c02da1b5b62010efa2f00e25aa1bdb144c76ab8b3199a082 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-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/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=67478e358d7d4b22f2f44dbc1519645c1548ee72c3ea21bec8ead31796da2855 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=91a2bc835d5d2404558c5b2db395be6b8db93f1700b9708431a560166118d6c9 Stored in directory: /root/.cache/pip/wheels/d5/d7/cb/6c53f2c7e6fd5a3ee68a1e6d2b7f3baf838462bc51d5a07e78 Successfully built cassandra-driver geomet Installing collected packages: six, click, geomet, cassandra-driver 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. 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 10 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'... fatal: unable to access 'https://opendev.org/x/networking-opencontrail.git/': The requested URL returned error: 500 Cloning into 'networking-opencontrail'... Cloning into 'networking-opencontrail'... error: RPC failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly error: RPC failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly The command '/bin/sh -c 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' returned a non-zero code: 1 2025-03-10 01:37:01,083: INFO: Docker build duration: 230 seconds 2025-03-10 01:37:01,086: ERROR: Building contrail-openstack-neutron-ml2-init failed, duration: 230 seconds