2025-05-28 13:43:09,186: INFO: Building contrail-openstack-neutron-init 2025-05-28 13:43:09,267: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_7_6_1-3-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-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 10.24 kB Step 1/7 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_7_6_1-3-r24.1-centos ---> 1a96de232731 Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> ab20f52ca2b7 Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 5466394abf28 ---> Removed intermediate container 5466394abf28 ---> a702850bc59a Step 4/7 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack neutron-server" description="Sidecar container with libraries for neutron-server." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in f70a03cd32a8 ---> Removed intermediate container f70a03cd32a8 ---> 30b390370b0c Step 5/7 : COPY *.sh / ---> 6a9a4ea67aa4 Step 6/7 : RUN mkdir -p /opt/contrail/site-packages /opt/contrail_python3/site-packages && python2 -m pip install --no-compile --target=/opt/contrail/site-packages future && python3 -m pip install --no-compile --target=/opt/contrail_python3/site-packages "future==0.18.2" && rpm -Uvh --nodeps $(repoquery -q --location python-contrail) && rpm -Uvh --nodeps $(repoquery -q --location neutron-plugin-contrail) && cp -rf /usr/lib/python2.7/site-packages/neutron_plugin_contrail* /opt/contrail/site-packages && 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 && cp -rf /usr/lib/python2.7/site-packages/neutron_plugin_contrail* /opt/contrail_python3/site-packages && cp -rf /usr/lib/python2.7/site-packages/vnc_api* /opt/contrail_python3/site-packages && cp -rf /usr/lib/python2.7/site-packages/cfgm_common* /opt/contrail_python3/site-packages && yum autoremove -y python-contrail neutron-plugin-contrail && yum clean all -y && rm -rf /var/cache/yum && /_prepare_packages.sh && rm -f /_prepare_packages.sh ---> Running in d817e2220e79 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=effa668915871e6cc080ff673ab711c3ebd5b12733f950e80ae098abe87e599e 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. WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting future==0.18.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829kB) Installing collected packages: future Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Successfully installed future-0.18.2 Retrieving http://localhost:6667/x86_64/python-contrail-master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7.x86_64.rpm Preparing... ######################################## Updating / installing... python-contrail-master.1.7.6.1.3.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=a731e0248ec784a77e5777a4a6db8823c38836d0709c33bc76af4d731d2e33d1 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=606f094d0019ab77145370cfd2f062074bf2f87ebc5ea8932e873be47c9d8d2d 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. Retrieving http://localhost:6667/noarch/neutron-plugin-contrail-master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7.noarch.rpm Preparing... ######################################## Updating / installing... neutron-plugin-contrail-master.1.7.6.1######################################## Loaded plugins: fastestmirror, ovl Resolving Dependencies --> Running transaction check ---> Package neutron-plugin-contrail.noarch 0:master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 will be erased ---> Package python-contrail.x86_64 0:master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 will be erased --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: neutron-plugin-contrail noarch master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 installed 479 k python-contrail x86_64 master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 installed 30 M Transaction Summary ================================================================================ Remove 2 Packages Installed size: 30 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum.  Erasing : neutron-plugin-contrail-master.1.7.6.1.3.r24.1.centos-mast 1/2 Erasing : python-contrail-master.1.7.6.1.3.r24.1.centos-master_1_7_6 2/2 Verifying : python-contrail-master.1.7.6.1.3.r24.1.centos-master_1_7_6 1/2 Verifying : neutron-plugin-contrail-master.1.7.6.1.3.r24.1.centos-mast 2/2 Removed: neutron-plugin-contrail.noarch 0:master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 python-contrail.x86_64 0:master.1.7.6.1.3.r24.1.centos-master_1_7_6_1_3_r24.1_centos.el7 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 + pkd_dir=/opt/packages + mkdir -p /opt/packages INFO: Using ocata + for version in ocata queens rocky stein + echo 'INFO: Using ocata' ++ repoquery -q --location python-neutron-lbaas-ocata + url=http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm + [[ -z http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm ]] ++ basename http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm + pkg_name=python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm + curl -s -o /opt/packages/python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-ocata-10.0.1-1.el7.noarch.rpm + for version in ocata queens rocky stein + echo 'INFO: Using queens' ++ repoquery -q --location python-neutron-lbaas-queens INFO: Using queens + url=http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm + [[ -z http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm ]] ++ basename http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm + pkg_name=python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm + curl -s -o /opt/packages/python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-queens-12.0.0-1.el7.noarch.rpm + for version in ocata queens rocky stein + echo 'INFO: Using rocky' ++ repoquery -q --location python-neutron-lbaas-rocky INFO: Using rocky + url=http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm + [[ -z http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm ]] ++ basename http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm + pkg_name=python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm + curl -s -o /opt/packages/python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-rocky-13.0.0-1.el7.noarch.rpm + for version in ocata queens rocky stein + echo 'INFO: Using stein' ++ repoquery -q --location python-neutron-lbaas-stein INFO: Using stein + url=http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm + [[ -z http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm ]] ++ basename http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm + pkg_name=python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm + curl -s -o /opt/packages/python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm http://nexus.gz1.opensdn.io/repository/yum-tpc7/python-neutron-lbaas-stein-14.0.0-1.el7.noarch.rpm  ---> Removed intermediate container d817e2220e79 ---> cf8adf724f93 Step 7/7 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 726f3a400c48 ---> Removed intermediate container 726f3a400c48 ---> b67a7aadf7d2 [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 b67a7aadf7d2 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-openstack-neutron-init:master-1_7_6_1-3-r24.1-centos Successfully tagged nexus.gz1.opensdn.io:5101/tf-openstack-neutron-init:master-1_7_6_1-3-r24.1-centos 2025-05-28 13:46:31,386: INFO: Docker build duration: 202 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-openstack-neutron-init] 40a82cb9d255: Preparing 33dc3f96a62b: Preparing a216eca6ca33: Preparing 8fa9b7a283c9: Preparing ff1c9cc98fe2: Preparing 502a24f9934c: Preparing af00d86be2d0: Preparing 38a7fd89bbc4: Preparing 174f56854903: Preparing 40a82cb9d255: Waiting 33dc3f96a62b: Waiting a216eca6ca33: Waiting 8fa9b7a283c9: Waiting ff1c9cc98fe2: Waiting 502a24f9934c: Waiting af00d86be2d0: Waiting 38a7fd89bbc4: Waiting 174f56854903: Waiting a216eca6ca33: Layer already exists 8fa9b7a283c9: Layer already exists ff1c9cc98fe2: Layer already exists 33dc3f96a62b: Pushed 502a24f9934c: Layer already exists af00d86be2d0: Layer already exists 38a7fd89bbc4: Layer already exists 174f56854903: Layer already exists 40a82cb9d255: Pushed master-1_7_6_1-3-r24.1-centos: digest: sha256:63e1f3b48bbd0085c81a59ca73d7a66b99acc60021dcb78456f9918e0d4c6327 size: 2200 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-openstack-neutron-init] 40a82cb9d255: Preparing 33dc3f96a62b: Preparing a216eca6ca33: Preparing 8fa9b7a283c9: Preparing ff1c9cc98fe2: Preparing 502a24f9934c: Preparing af00d86be2d0: Preparing 38a7fd89bbc4: Preparing 174f56854903: Preparing 40a82cb9d255: Waiting 33dc3f96a62b: Waiting a216eca6ca33: Waiting 8fa9b7a283c9: Waiting ff1c9cc98fe2: Waiting 502a24f9934c: Waiting af00d86be2d0: Waiting 38a7fd89bbc4: Waiting 174f56854903: Waiting 40a82cb9d255: Layer already exists 33dc3f96a62b: Layer already exists a216eca6ca33: Layer already exists 8fa9b7a283c9: Layer already exists ff1c9cc98fe2: Layer already exists 502a24f9934c: Layer already exists 38a7fd89bbc4: Layer already exists af00d86be2d0: Layer already exists 174f56854903: Layer already exists master-1_7_6_1-3-r24.1-centos: digest: sha256:63e1f3b48bbd0085c81a59ca73d7a66b99acc60021dcb78456f9918e0d4c6327 size: 2200 2025-05-28 13:48:33,245: INFO: Building contrail-openstack-neutron-init finished successfully, duration: 324 seconds