2024-08-22 01:24:48,653: INFO: Building contrail-openstack-compute-init 2024-08-22 01:24:48,718: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --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-compute-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 ---> 30377ecf9087 Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> 989959449811 Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 0385066bd6dd ---> Removed intermediate container 0385066bd6dd ---> f9df06a91ab9 Step 4/7 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack Compute" description="Sidecar container with libraries for nova-compute." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 2aad543bf3c3 ---> Removed intermediate container 2aad543bf3c3 ---> 80da25d4cd97 Step 5/7 : COPY vrouter-port-control *.sh / ---> 3c805b225087 Step 6/7 : RUN rpm -Uvh --nodeps $(repoquery -q --location contrail-vrouter-agent) && rpm -Uvh --nodeps $(repoquery -q --location contrail-nova-vif) && mkdir -p /opt/contrail/bin /opt/contrail/site-packages && mv /vrouter-port-control /opt/contrail/bin/vrouter-port-control && chmod a+x /opt/contrail/bin/vrouter-port-control && cp /usr/bin/vrouter-port-control /opt/contrail/bin/vrouter-port-control.py && cp -rf /usr/lib/python2.7/site-packages/vif_plug_vrouter* /opt/contrail/site-packages && cp -rf /usr/lib/python2.7/site-packages/vif_plug_contrail_vrouter* /opt/contrail/site-packages && cp -rf /usr/lib/python2.7/site-packages/nova_contrail_vif* /opt/contrail/site-packages && yum autoremove -y contrail-vrouter-agent contrail-nova-vif && yum clean all -y && rm -rf /var/cache/yum ---> Running in 2cc4e4f3e247 Retrieving http://localhost:6667/x86_64/contrail-vrouter-agent-nightly-nightly.el7.x86_64.rpm Preparing... ######################################## Updating / installing... contrail-vrouter-agent-nightly-nightly######################################## WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting paramiko Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/8e4/9fd2f82f84acf/paramiko-3.4.1-py3-none-any.whl (226kB) Collecting passlib Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525kB) Collecting xmltodict Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/aa8/9e8fd76320154/xmltodict-0.13.0-py2.py3-none-any.whl Collecting cryptography>=3.3 (from paramiko) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c33/c0d32b8594fa6/cryptography-40.0.2.tar.gz (625kB) Complete output from command python setup.py egg_info: =============================DEBUG ASSISTANCE========================== If you are seeing an error here please try the following to successfully install cryptography: Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip =============================DEBUG ASSISTANCE========================== Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-izlfb4qk/cryptography/setup.py", line 18, in from setuptools_rust import RustExtension ModuleNotFoundError: No module named 'setuptools_rust' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-izlfb4qk/cryptography/ warning: %post(contrail-vrouter-agent-nightly-nightly.el7.x86_64) scriptlet failed, exit status 1 Retrieving http://localhost:6667/x86_64/contrail-nova-vif-nightly-nightly.el7.x86_64.rpm Preparing... ######################################## Updating / installing... contrail-nova-vif-nightly-nightly.el7 ######################################## Loaded plugins: fastestmirror, ovl Resolving Dependencies --> Running transaction check ---> Package contrail-nova-vif.x86_64 0:nightly-nightly.el7 will be erased ---> Package contrail-vrouter-agent.x86_64 0:nightly-nightly.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: contrail-nova-vif x86_64 nightly-nightly.el7 installed 99 k contrail-vrouter-agent x86_64 nightly-nightly.el7 installed 51 M Transaction Summary ================================================================================ Remove 2 Packages Installed size: 51 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum.  Erasing : contrail-nova-vif-nightly-nightly.el7.x86_64 1/2 Erasing : contrail-vrouter-agent-nightly-nightly.el7.x86_64 2/2 Verifying : contrail-vrouter-agent-nightly-nightly.el7.x86_64 1/2 Verifying : contrail-nova-vif-nightly-nightly.el7.x86_64 2/2 Removed: contrail-nova-vif.x86_64 0:nightly-nightly.el7 contrail-vrouter-agent.x86_64 0:nightly-nightly.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates ---> Removed intermediate container 2cc4e4f3e247 ---> 69651f63dee8 Step 7/7 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 6c7c87896bc8 ---> Removed intermediate container 6c7c87896bc8 ---> 6964f4cbf400 [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 6964f4cbf400 Successfully tagged nexus.gz1.opensdn.io:5102/contrail-openstack-compute-init:nightly Successfully tagged nexus.gz1.opensdn.io:5102/tf-openstack-compute-init:nightly 2024-08-22 01:26:18,275: INFO: Docker build duration: 90 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-openstack-compute-init] ff50aed1b814: Preparing 60b1247baaf7: Preparing 0ccacd5a5e9e: Preparing 8b09a4e17828: Preparing cf0c52473c46: Preparing 064e1d39d35e: Preparing c0631680022c: Preparing 565ce3748c33: Preparing 174f56854903: Preparing 064e1d39d35e: Waiting c0631680022c: Waiting 565ce3748c33: Waiting 174f56854903: Waiting 8b09a4e17828: Layer already exists cf0c52473c46: Layer already exists 0ccacd5a5e9e: Layer already exists 064e1d39d35e: Layer already exists 565ce3748c33: Layer already exists c0631680022c: Layer already exists 174f56854903: Layer already exists 60b1247baaf7: Pushed ff50aed1b814: Pushed nightly: digest: sha256:68a3eaaa37673e160ad61d29805facabf51e99dd44faa676724f959f09073e0b size: 2197 The push refers to repository [nexus.gz1.opensdn.io:5102/tf-openstack-compute-init] ff50aed1b814: Preparing 60b1247baaf7: Preparing 0ccacd5a5e9e: Preparing 8b09a4e17828: Preparing cf0c52473c46: Preparing 064e1d39d35e: Preparing c0631680022c: Preparing 565ce3748c33: Preparing 174f56854903: Preparing 064e1d39d35e: Waiting c0631680022c: Waiting 565ce3748c33: Waiting 174f56854903: Waiting cf0c52473c46: Layer already exists 60b1247baaf7: Layer already exists ff50aed1b814: Layer already exists 0ccacd5a5e9e: Layer already exists 8b09a4e17828: Layer already exists 064e1d39d35e: Layer already exists 565ce3748c33: Layer already exists c0631680022c: Layer already exists 174f56854903: Layer already exists nightly: digest: sha256:68a3eaaa37673e160ad61d29805facabf51e99dd44faa676724f959f09073e0b size: 2197 2024-08-22 01:26:22,968: INFO: Building contrail-openstack-compute-init finished successfully, duration: 94 seconds