2025-09-18 01:08:27,261: INFO: Building opensdn-openstack-compute-init 2025-09-18 01:08:27,313: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --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=9 --build-arg LINUX_DISTR=rockylinux --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 --build-arg BUILD_IMAGE=tf-dev-sandbox:compile #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 1.9s #2 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 1.0s #4 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly #4 DONE 0.0s #5 [internal] load build context #5 DONE 0.0s #5 [internal] load build context #5 ... #4 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly #4 CACHED #5 [internal] load build context #5 transferring context: 714B done #5 DONE 3.0s #6 [2/3] COPY vrouter-port-control *.sh / #6 DONE 0.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 63.18 Retrieving http://localhost:6667/x86_64/contrail-vrouter-agent-v0+nightly-nightly.el9.x86_64.rpm #7 63.18 Verifying... ######################################## #7 63.77 Preparing... ######################################## #7 63.86 Updating / installing... #7 63.86 contrail-vrouter-agent-v0+nightly-nigh######################################## #7 67.59 No match for argument: contrail-nova-vif #7 67.62 Dependencies resolved. #7 67.62 ================================================================================ #7 67.62 Package Arch Version Repository Size #7 67.62 ================================================================================ #7 67.62 Removing: #7 67.62 contrail-vrouter-agent x86_64 v0+nightly-nightly.el9 @System 36 M #7 67.62 #7 67.62 Transaction Summary #7 67.62 ================================================================================ #7 67.62 Remove 1 Package #7 67.62 #7 67.62 Freed space: 36 M #7 67.62 Running transaction check #7 67.62 Transaction check succeeded. #7 67.62 Running transaction test #7 67.64 Transaction test succeeded. #7 67.64 Running transaction #7 67.66 Preparing : 1/1 #7 67.71 Erasing : contrail-vrouter-agent-v0+nightly-nightly.el9.x86_64 1/1 #7 69.42 Verifying : contrail-vrouter-agent-v0+nightly-nightly.el9.x86_64 1/1 #7 69.46 #7 69.46 Removed: #7 69.46 contrail-vrouter-agent-v0+nightly-nightly.el9.x86_64 #7 69.46 #7 69.46 Complete! #7 70.61 80 files removed #7 72.32 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #7 72.40 Collecting nova_contrail_vif==0.1.dev0 #7 72.40 Downloading http://localhost:6667/pip/simple/nova-contrail-vif/nova_contrail_vif-0.1.dev0-py3-none-any.whl (17 kB) #7 72.42 Collecting contrail-vrouter-api==0.1.dev0 #7 72.45 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #7 72.45 Installing collected packages: nova_contrail_vif, contrail-vrouter-api #7 72.48 #7 72.48 Successfully installed contrail-vrouter-api-0.1.dev0 nova_contrail_vif-0.1.dev0 #7 72.49 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.4s #8 exporting to image #8 exporting layers #8 exporting layers 1.6s done #8 writing image sha256:508c734410b62d049636ed13d585b930c680d7a15c3b0ab03c70e1890f2c3905 0.0s done #8 naming to nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init:nightly 0.1s done #8 DONE 1.8s 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-09-18 01:09:53,389: INFO: Docker build duration: 86 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init] 1dac599a33b1: Preparing 043a61ea1d27: Preparing 8818db400f24: Preparing 258de8ccc4b6: Preparing fa89a0d21445: Preparing 401b8ff0d3ed: Preparing 97aa4ef5d295: Preparing 563deeaa6a0f: Preparing 44343de3ea1d: Preparing fa89a0d21445: Waiting 401b8ff0d3ed: Waiting 97aa4ef5d295: Waiting 563deeaa6a0f: Waiting 44343de3ea1d: Waiting 258de8ccc4b6: Layer already exists 043a61ea1d27: Pushed 8818db400f24: Layer already exists 401b8ff0d3ed: Layer already exists fa89a0d21445: Layer already exists 97aa4ef5d295: Layer already exists 563deeaa6a0f: Layer already exists 44343de3ea1d: Layer already exists 1dac599a33b1: Pushed nightly: digest: sha256:33beed5ecdc33014e0f9177852130018a2584453d54f09d0981580467205c3a0 size: 2195 2025-09-18 01:10:00,014: INFO: Building opensdn-openstack-compute-init finished successfully, duration: 93 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init nightly 508c734410b6 10 seconds ago 287MB nexus.gz1.opensdn.io:5102/opensdn-debug nightly bc161a705917 25 seconds ago 287MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-control nightly 252053018e4f 51 seconds ago 1.13GB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-collector nightly 6e154d6ef61e 57 seconds ago 730MB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-topology nightly ec37e8d7a20f 57 seconds ago 730MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-svcmonitor nightly 9ce74ac200dc About a minute ago 526MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-schema nightly 95a343f304b1 About a minute ago 515MB nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init nightly 4e82bf5b6c15 About a minute ago 294MB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-job nightly 0e21a31e8c0d About a minute ago 705MB nexus.gz1.opensdn.io:5102/opensdn-openstack-neutron-init nightly e90eddd46baa About a minute ago 293MB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-web nightly 5a83ed11d0cc About a minute ago 705MB nexus.gz1.opensdn.io:5102/opensdn-kubernetes-kube-manager nightly e372f581822b About a minute ago 518MB nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init-dpdk nightly 4dd476c7b01b About a minute ago 583MB nexus.gz1.opensdn.io:5102/opensdn-provisioner nightly bc4f56d92041 About a minute ago 514MB nexus.gz1.opensdn.io:5102/opensdn-node-init nightly 97ac8bcb7226 About a minute ago 514MB nexus.gz1.opensdn.io:5102/opensdn-analytics-alarm-gen nightly 3aece34a9a51 About a minute ago 530MB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base nightly a1f701a7167d 2 minutes ago 705MB nexus.gz1.opensdn.io:5102/opensdn-external-stunnel nightly cddc7cfa0546 2 minutes ago 328MB nexus.gz1.opensdn.io:5102/opensdn-external-redis nightly 52224c4726e7 2 minutes ago 333MB nexus.gz1.opensdn.io:5102/opensdn-external-cassandra nightly 6d0ac8265619 2 minutes ago 687MB nexus.gz1.opensdn.io:5102/opensdn-external-kafka nightly e6c297bb574a 2 minutes ago 744MB nexus.gz1.opensdn.io:5102/opensdn-external-haproxy nightly 61ae70bf966e 2 minutes ago 335MB nexus.gz1.opensdn.io:5102/opensdn-external-zookeeper nightly b777152a3ded 2 minutes ago 714MB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-base nightly 1049aec4a062 2 minutes ago 730MB nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq nightly f5b65708687e 2 minutes ago 363MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-base nightly a11c6f4aa579 2 minutes ago 574MB nexus.gz1.opensdn.io:5102/opensdn-vrouter-base nightly ce5f3e122ac6 2 minutes ago 583MB nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd nightly 824cdf997003 3 minutes ago 290MB nexus.gz1.opensdn.io:5102/opensdn-base nightly 842043586f1d 4 minutes ago 514MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-base nightly 13c0839d261a 4 minutes ago 514MB nexus.gz1.opensdn.io:5102/opensdn-analytics-base nightly 7ccd478a57e2 4 minutes ago 514MB nexus.gz1.opensdn.io:5102/opensdn-general-base nightly 0a2e275eab02 5 minutes ago 278MB nexus.gz1.opensdn.io:5102/opensdn-container-builder-src nightly bb7856441db0 5 minutes ago 2.3MB tf-dev-sandbox compile 3744c84a1ba7 6 minutes ago 23.1GB nexus.gz1.opensdn.io:5102/opensdn-charms-src nightly 7c12cb7a4ec8 About an hour ago 6.04MB nexus.gz1.opensdn.io:5102/opensdn-container-builder-src 310d60282aaf About an hour ago 2.28MB nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src nightly b3724074fa08 About an hour ago 1.39MB nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src nightly a851f0c28d3a About an hour ago 4.44kB nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src nightly 4fcc9a947e64 About an hour ago 32.6MB nexus.gz1.opensdn.io:5102/tf-dev-sandbox stable e582d26665d0 3 days ago 2.83GB