2025-06-19 07:38:29,219: INFO: Building opensdn-external-haproxy
2025-06-19 07:38:29,234: 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_8_1_6-1 --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-external-haproxy --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 6.144 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}
---> 73dd44d46501
Step 4/10 : ARG CONTAINER_NAME
---> Running in 02a975e25d90
---> Removed intermediate container 02a975e25d90
---> a94482ca0d46
Step 5/10 : ENV SERVICE_NAME=haproxy     CONTAINER_NAME=$CONTAINER_NAME
---> Running in d981dfc2e012
---> Removed intermediate container d981dfc2e012
---> 759eadaaa4f7
Step 6/10 : LABEL name=$CONTAINER_NAME       summary="Contrail HAProxy"       description="Contrail HAProxy supports high availability for Contrail container subsystems."       $VENDOR_DOMAIN".service"=$SERVICE_NAME       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in d281716e4cc7
---> Removed intermediate container d281716e4cc7
---> dbbcb34e97f9
Step 7/10 : RUN set -e ;     yum install -y haproxy &&     usermod -a -G $CONTRAIL_GID haproxy &&     yum clean all -y &&     rm -rf /var/cache/yum
---> Running in 10308f4f4763
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Resolving Dependencies
--> Running transaction check
---> Package haproxy.x86_64 0:1.5.18-9.el7_9.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package   Arch     Version            Repository                          Size
================================================================================
Installing:
haproxy   x86_64   1.5.18-9.el7_9.1   tf-mirrors.ci_repos_yum7-updates   835 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 835 k
Installed size: 2.6 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : haproxy-1.5.18-9.el7_9.1.x86_64                              1/1
Verifying  : haproxy-1.5.18-9.el7_9.1.x86_64                              1/1

Installed:
haproxy.x86_64 0:1.5.18-9.el7_9.1

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
Cleaning up list of fastest mirrors
---> Removed intermediate container 10308f4f4763
---> 56aef7b5b387
Step 8/10 : COPY *.sh /
---> 024f706292a5
Step 9/10 : ENTRYPOINT ["/contrail-entrypoint.sh"]
---> Running in 2178e52c8ec2
---> Removed intermediate container 2178e52c8ec2
---> 270dd1545e15
Step 10/10 : CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]
---> Running in 7a4ad9f03988
---> Removed intermediate container 7a4ad9f03988
---> f50141277ab5
[Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built f50141277ab5
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-1_8_1_6-1
2025-06-19 07:39:14,843: INFO: Docker build duration: 45 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-haproxy]
8b71496453c0: Preparing
8dcca67d8731: Preparing
2091449d74ce: Preparing
a44bd71f75a4: Preparing
01d8acdf74ff: Preparing
a73fa2aa9243: Preparing
fd25f5e7de9a: Preparing
07a6c6084671: Preparing
174f56854903: Preparing
a73fa2aa9243: Waiting
fd25f5e7de9a: Waiting
174f56854903: Waiting
07a6c6084671: Waiting
8b71496453c0: Pushed
2091449d74ce: Layer already exists
8dcca67d8731: Pushed
01d8acdf74ff: Layer already exists
a44bd71f75a4: Layer already exists
a73fa2aa9243: Layer already exists
fd25f5e7de9a: Layer already exists
07a6c6084671: Layer already exists
174f56854903: Layer already exists
master-1_8_1_6-1: digest: sha256:951f4bb8aa68d0180108d0d7910694d7fb997bb1c328084fc8b50afc86dc2058 size: 2197
2025-06-19 07:39:19,701: INFO: Building opensdn-external-haproxy finished successfully, duration: 50 seconds