2025-07-17 10:49:43,489: INFO: Building opensdn-external-haproxy 2025-07-17 10:49:43,501: 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_9_6_3-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-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} ---> b76d9d670391 Step 4/10 : ARG CONTAINER_NAME ---> Running in ad77bfb10f00 ---> Removed intermediate container ad77bfb10f00 ---> cf1c39493634 Step 5/10 : ENV SERVICE_NAME=haproxy CONTAINER_NAME=$CONTAINER_NAME ---> Running in ed95ec61cb20 ---> Removed intermediate container ed95ec61cb20 ---> ddcc04a416cd 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 5f4604f7fa39 ---> Removed intermediate container 5f4604f7fa39 ---> 0129a120bdd6 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 a802480d177e 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 a802480d177e ---> bcb927d84a2a Step 8/10 : COPY *.sh / ---> c1d83be03f88 Step 9/10 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in dd74af784794 ---> Removed intermediate container dd74af784794 ---> 450bd5361e4b Step 10/10 : CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"] ---> Running in 73695c09e1a4 ---> Removed intermediate container 73695c09e1a4 ---> 6be295a91f94 [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 6be295a91f94 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-1_9_6_3-2 2025-07-17 10:50:34,024: INFO: Docker build duration: 51 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-haproxy] 6d57282fab24: Preparing 29b76bdc55f4: Preparing a082a7f14644: Preparing fe560b0fd55c: Preparing 2118bed59ce1: Preparing b309441e5db4: Preparing 97497416811c: Preparing d5ab1825a7cb: Preparing 174f56854903: Preparing b309441e5db4: Waiting 97497416811c: Waiting d5ab1825a7cb: Waiting 174f56854903: Waiting 6d57282fab24: Pushed 2118bed59ce1: Layer already exists 29b76bdc55f4: Pushed fe560b0fd55c: Layer already exists a082a7f14644: Layer already exists b309441e5db4: Layer already exists 97497416811c: Layer already exists 174f56854903: Layer already exists d5ab1825a7cb: Layer already exists master-1_9_6_3-2: digest: sha256:38260f3e786fb3a7c916cdde8cf4cc144be7c19ea48915819602c15f74f36b21 size: 2197 2025-07-17 10:50:37,368: INFO: Building opensdn-external-haproxy finished successfully, duration: 54 seconds