2025-06-01 03:09:24,508: INFO: Building opensdn-openstack-compute-init
2025-06-01 03:09:24,546: 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_6_6_1-1_2 --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=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
Sending build context to Docker daemon  5.12 kB

Step 1/10 : ARG CONTRAIL_REGISTRY
Step 2/10 : ARG CONTRAIL_CONTAINER_TAG
Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG}
---> d4987e5f1217
Step 4/10 : ARG PIP_REPOSITORY
---> Running in aba397c0b010
---> Removed intermediate container aba397c0b010
---> 5fbf7ef982c0
Step 5/10 : ARG CONTAINER_NAME
---> Running in 3b04cb099aa4
---> Removed intermediate container 3b04cb099aa4
---> 20eaeea01f99
Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in 1212f6944f5f
---> Removed intermediate container 1212f6944f5f
---> 568f22fd705a
Step 7/10 : 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 22eef8014ef1
---> Removed intermediate container 22eef8014ef1
---> e3cd90837426
Step 8/10 : COPY vrouter-port-control *.sh /
---> d0bd650546e7
Step 9/10 : RUN set -e ;     rpm -Uvh --nodeps $(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 $PIP_REPOSITORY         "nova_contrail_vif==0.1.dev0" "contrail-vrouter-api==0.1.dev0" ;     rm -rf /root/.cache
---> Running in b5f3eb699c88
Retrieving http://localhost:6667/x86_64/contrail-vrouter-agent-master.1.6.6.1.1.2-master_1_6_6_1_1_2.el7.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
contrail-vrouter-agent-master.1.6.6.1.########################################
Loaded plugins: fastestmirror, ovl
No Match for argument: contrail-nova-vif
Resolving Dependencies
--> Running transaction check
---> Package contrail-vrouter-agent.x86_64 0:master.1.6.6.1.1.2-master_1_6_6_1_1_2.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-vrouter-agent
x86_64 master.1.6.6.1.1.2-master_1_6_6_1_1_2.el7 installed  61 M

Transaction Summary
================================================================================
Remove  1 Package

Installed size: 61 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Erasing    : contrail-vrouter-agent-master.1.6.6.1.1.2-master_1_6_6_1_1   1/1
Verifying  : contrail-vrouter-agent-master.1.6.6.1.1.2-master_1_6_6_1_1   1/1

Removed:
contrail-vrouter-agent.x86_64 0:master.1.6.6.1.1.2-master_1_6_6_1_1_2.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
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple
Collecting nova_contrail_vif==0.1.dev0
Downloading http://localhost:6667/pip/simple/nova-contrail-vif/nova_contrail_vif-0.1.dev0-py3-none-any.whl (17 kB)
Collecting contrail-vrouter-api==0.1.dev0
Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB)
Installing collected packages: nova-contrail-vif, contrail-vrouter-api
Successfully installed contrail-vrouter-api-0.1.dev0 nova-contrail-vif-0.1.dev0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
 ---> Removed intermediate container b5f3eb699c88
---> 377b8d88e481
Step 10/10 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in a293301ad3c2
---> Removed intermediate container a293301ad3c2
---> 86d6cfb07ae2
[Warning] One or more build-args [BASE_EXTRA_RPMS 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 86d6cfb07ae2
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-1_6_6_1-1_2
2025-06-01 03:11:05,712: INFO: Docker build duration: 101 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init]
5016d0a0b170: Preparing
0e76b3a4bdaa: Preparing
060fb9976d46: Preparing
5e46b2c2b5df: Preparing
7ac94999b835: Preparing
467dcf735f4c: Preparing
bdc0ba846fdb: Preparing
e9d1ed096d7c: Preparing
174f56854903: Preparing
467dcf735f4c: Waiting
bdc0ba846fdb: Waiting
e9d1ed096d7c: Waiting
174f56854903: Waiting
0e76b3a4bdaa: Pushed
060fb9976d46: Layer already exists
5016d0a0b170: Pushed
7ac94999b835: Layer already exists
5e46b2c2b5df: Layer already exists
467dcf735f4c: Layer already exists
bdc0ba846fdb: Layer already exists
e9d1ed096d7c: Layer already exists
174f56854903: Layer already exists
master-1_6_6_1-1_2: digest: sha256:f6f956d25dd9a3e348a43faab80337d41a8aebcb99a61cfa9e46c9a7be92afa0 size: 2197
2025-06-01 03:11:09,239: INFO: Building opensdn-openstack-compute-init finished successfully, duration: 105 seconds