2025-08-15 08:46:42,181: INFO: Building opensdn-openstack-compute-init 2025-08-15 08:46:42,228: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_7_6_9-2_9 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-openstack-compute-init --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 1.63kB done #1 DONE 2.6s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-2_9 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 1.8s #4 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-2_9 #4 CACHED #5 [internal] load build context #5 transferring context: 714B done #5 DONE 1.9s #6 [2/3] COPY vrouter-port-control *.sh / #6 DONE 2.5s #7 [3/3] RUN set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then DNF="dnf" ; fi && rpm -Uvh --nodeps $(${DNF} repoquery -q --location contrail-vrouter-agent) ; 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 ; yum autoremove -y contrail-vrouter-agent contrail-nova-vif ; yum clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-deps -t /opt/contrail/site-packages --no-compile --extra-index-url http://localhost:6667/pip/simple "nova_contrail_vif==0.1.dev0" "contrail-vrouter-api==0.1.dev0" ; rm -rf /root/.cache #7 66.10 Retrieving http://localhost:6667/x86_64/contrail-vrouter-agent-v0+master.1.7.6.9.2.9-master_1_7_6_9_2_9.el9.x86_64.rpm #7 66.10 Verifying... ######################################## #7 66.60 Preparing... ######################################## #7 66.73 Updating / installing... #7 66.73 contrail-vrouter-agent-v0+master.1.7.6######################################## #7 68.73 No match for argument: contrail-nova-vif #7 68.75 Dependencies resolved. #7 68.75 ============================================================================================= #7 68.75 Package Arch Version Repo Size #7 68.75 ============================================================================================= #7 68.75 Removing: #7 68.75 contrail-vrouter-agent x86_64 v0+master.1.7.6.9.2.9-master_1_7_6_9_2_9.el9 @System 36 M #7 68.75 #7 68.75 Transaction Summary #7 68.75 ============================================================================================= #7 68.75 Remove 1 Package #7 68.75 #7 68.75 Freed space: 36 M #7 68.79 Running transaction check #7 68.79 Transaction check succeeded. #7 68.79 Running transaction test #7 68.79 Transaction test succeeded. #7 68.79 Running transaction #7 68.92 Preparing : 1/1 #7 68.92 Erasing : contrail-vrouter-agent-v0+master.1.7.6.9.2.9-master_ 1/1 #7 69.34 Verifying : contrail-vrouter-agent-v0+master.1.7.6.9.2.9-master_ 1/1 #7 69.34 #7 69.34 Removed: #7 69.34 contrail-vrouter-agent-v0+master.1.7.6.9.2.9-master_1_7_6_9_2_9.el9.x86_64 #7 69.34 #7 69.34 Complete! #7 70.25 80 files removed #7 71.95 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #7 72.02 Collecting nova_contrail_vif==0.1.dev0 #7 72.04 Downloading http://localhost:6667/pip/simple/nova-contrail-vif/nova_contrail_vif-0.1.dev0-py3-none-any.whl (17 kB) #7 72.07 Collecting contrail-vrouter-api==0.1.dev0 #7 72.10 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #7 72.10 Installing collected packages: nova_contrail_vif, contrail-vrouter-api #7 72.44 #7 72.44 Successfully installed contrail-vrouter-api-0.1.dev0 nova_contrail_vif-0.1.dev0 #7 72.44 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. #7 DONE 73.9s #8 exporting to image #8 exporting layers #8 exporting layers 0.6s done #8 writing image sha256:72f3fb5ddb378c92223f807bbd37722204c738f1d3578066ad8d4c549f21831c done #8 naming to nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-1_7_6_9-2_9 done #8 DONE 0.6s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) 2025-08-15 08:48:09,872: INFO: Docker build duration: 87 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init] 008bfb87250e: Preparing 2a7afb6109e4: Preparing 9821039d1a7e: Preparing c19bbcf748b9: Preparing 90e4fbdba81f: Preparing 0b7d1306c72d: Preparing ce615e303503: Preparing 7f52cc07794e: Preparing 44343de3ea1d: Preparing 0b7d1306c72d: Waiting ce615e303503: Waiting 7f52cc07794e: Waiting 44343de3ea1d: Waiting c19bbcf748b9: Layer already exists 90e4fbdba81f: Layer already exists 9821039d1a7e: Layer already exists ce615e303503: Layer already exists 7f52cc07794e: Layer already exists 2a7afb6109e4: Pushed 0b7d1306c72d: Layer already exists 44343de3ea1d: Layer already exists 008bfb87250e: Pushed master-1_7_6_9-2_9: digest: sha256:57f83fef6a46a05187f383a39ddbe87adfb5acecefacabb7dabbadf6d8b91c50 size: 2195 2025-08-15 08:48:14,873: INFO: Building opensdn-openstack-compute-init finished successfully, duration: 92 seconds