2025-01-06 01:21:24,000: INFO: Building contrail-controller-webui-base 2025-01-06 01:21:24,114: INFO: Building args: --network host --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=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=contrail-controller-webui-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 113.7 kB Step 1/12 : ARG CONTRAIL_REGISTRY Step 2/12 : ARG CONTRAIL_CONTAINER_TAG Step 3/12 : FROM ${CONTRAIL_REGISTRY}/contrail-general-base:${CONTRAIL_CONTAINER_TAG} ---> dce226410cc6 Step 4/12 : ARG BASE_EXTRA_RPMS="" ---> Using cache ---> 27cfedb59fda Step 5/12 : ENV NODE_TYPE=webui ---> Running in 33dc4bb35e41 ---> Removed intermediate container 33dc4bb35e41 ---> 9aca965cf0bc Step 6/12 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in 1fe096b9d6fa ---> Removed intermediate container 1fe096b9d6fa ---> 3fb87aff84c0 Step 7/12 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; fi && yum module disable -y nodejs || true; yum install -y nodejs-0.10.48 contrail-web-controller contrail-web-core 2>&1 | tee /tmp/log ; grep -i "error:" /tmp/log && exit 1 ; yum clean all -y ; rm -rf /var/cache/yum ; chown -R $CONTRAIL_USER:$CONTRAIL_USER /usr/src/contrail ---> Running in 815b09fe1439 Loaded plugins: fastestmirror, ovl No such command: module. Please use /usr/bin/yum --help Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-web-controller.x86_64 0:nightly-nightly will be installed --> Processing Dependency: redis for package: contrail-web-controller-nightly-nightly.x86_64 ---> Package contrail-web-core.x86_64 0:nightly-nightly will be installed ---> Package nodejs.x86_64 0:0.10.48-1contrail.el7 will be installed --> Running transaction check ---> Package redis.x86_64 0:3.2.8-1.el7 will be installed --> Processing Dependency: logrotate for package: redis-3.2.8-1.el7.x86_64 --> Processing Dependency: libjemalloc.so.1()(64bit) for package: redis-3.2.8-1.el7.x86_64 --> Running transaction check ---> Package jemalloc.x86_64 0:3.6.0-1.el7 will be installed ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-web-controller x86_64 nightly-nightly contrail 3.1 M contrail-web-core x86_64 nightly-nightly contrail 28 M nodejs x86_64 0.10.48-1contrail.el7 contrail-tpc 12 M Installing for dependencies: jemalloc x86_64 3.6.0-1.el7 contrail-tpc 105 k logrotate x86_64 3.8.6-19.el7 tf-mirrors.ci_repos_yum7-base 70 k redis x86_64 3.2.8-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 542 k Transaction Summary ================================================================================ Install 3 Packages (+3 Dependent packages) Total download size: 44 M Installed size: 178 M Downloading packages: -------------------------------------------------------------------------------- Total 58 MB/s | 44 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : logrotate-3.8.6-19.el7.x86_64 1/6 Installing : jemalloc-3.6.0-1.el7.x86_64 2/6 Installing : redis-3.2.8-1.el7.x86_64 3/6 Installing : nodejs-0.10.48-1contrail.el7.x86_64 4/6 Generating a 2048 bit RSA private key ................................................................................+++ ..............................................................................................................................................................................+++ writing new private key to '/etc/pki/ca-trust/source/anchors/contrail_webui_ssl//cs-key.pem' ----- Signature ok subject=/C=US/ST=CA/L=Sunnyvale/O=JuniperNetworks/OU=JuniperCA/CN=ContrailCA Getting Private key Installing : contrail-web-core-nightly-nightly.x86_64 5/6 Installing : contrail-web-controller-nightly-nightly.x86_64 6/6 Verifying : nodejs-0.10.48-1contrail.el7.x86_64 1/6 Verifying : jemalloc-3.6.0-1.el7.x86_64 2/6 Verifying : contrail-web-controller-nightly-nightly.x86_64 3/6 Verifying : logrotate-3.8.6-19.el7.x86_64 4/6 Verifying : redis-3.2.8-1.el7.x86_64 5/6 Verifying : contrail-web-core-nightly-nightly.x86_64 6/6 Installed: contrail-web-controller.x86_64 0:nightly-nightly contrail-web-core.x86_64 0:nightly-nightly nodejs.x86_64 0:0.10.48-1contrail.el7 Dependency Installed: jemalloc.x86_64 0:3.6.0-1.el7 logrotate.x86_64 0:3.8.6-19.el7 redis.x86_64 0:3.2.8-1.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : 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 Cleaning up list of fastest mirrors ---> Removed intermediate container 815b09fe1439 ---> 10c69369f846 Step 8/12 : COPY custom-images/logo.png /opt/contrail/images/logo.png ---> 8419caa63fd1 Step 9/12 : COPY custom-images/favicon.ico /opt/contrail/images/favicon.ico ---> 01e711370711 Step 10/12 : COPY *.sh / ---> 96c7ed405f5f Step 11/12 : RUN /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' ---> Running in 6d27bf845a83 ---> Removed intermediate container 6d27bf845a83 ---> 5dbeb6e2f26f Step 12/12 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in 2f0de594e282 ---> Removed intermediate container 2f0de594e282 ---> dae2bfb814fd [Warning] One or more build-args [CONTAINER_NAME 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 dae2bfb814fd Successfully tagged nexus.gz1.opensdn.io:5102/contrail-controller-webui-base:nightly Successfully tagged nexus.gz1.opensdn.io:5102/tf-controller-webui-base:nightly 2025-01-06 01:23:22,811: INFO: Docker build duration: 119 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-controller-webui-base] 41e5e00bb394: Preparing 882e5b45ce99: Preparing fc7278daf8a9: Preparing 463ab0cd03a7: Preparing 2c7a7ec81f43: Preparing 1b8108baafd6: Preparing a7f2affc25d4: Preparing 5cfa6840e640: Preparing eacd0d9043bc: Preparing 2f73556dba68: Preparing 963ef188cf8b: Preparing 174f56854903: Preparing 41e5e00bb394: Waiting 882e5b45ce99: Waiting fc7278daf8a9: Waiting 463ab0cd03a7: Waiting 2c7a7ec81f43: Waiting 1b8108baafd6: Waiting a7f2affc25d4: Waiting 5cfa6840e640: Waiting eacd0d9043bc: Waiting 2f73556dba68: Waiting 963ef188cf8b: Waiting 174f56854903: Waiting 41e5e00bb394: Pushed 882e5b45ce99: Pushed 463ab0cd03a7: Pushed fc7278daf8a9: Pushed 1b8108baafd6: Layer already exists a7f2affc25d4: Layer already exists 5cfa6840e640: Layer already exists eacd0d9043bc: Layer already exists 2f73556dba68: Layer already exists 963ef188cf8b: Layer already exists 174f56854903: Layer already exists 2c7a7ec81f43: Pushed nightly: digest: sha256:aef1ba697ba58249d8f527b846da73ba4e74ff8853e00297fad509a5c9c1433c size: 2824 The push refers to repository [nexus.gz1.opensdn.io:5102/tf-controller-webui-base] 41e5e00bb394: Preparing 882e5b45ce99: Preparing fc7278daf8a9: Preparing 463ab0cd03a7: Preparing 2c7a7ec81f43: Preparing 1b8108baafd6: Preparing a7f2affc25d4: Preparing 5cfa6840e640: Preparing eacd0d9043bc: Preparing 2f73556dba68: Preparing 963ef188cf8b: Preparing 174f56854903: Preparing 1b8108baafd6: Waiting a7f2affc25d4: Waiting 5cfa6840e640: Waiting eacd0d9043bc: Waiting 2f73556dba68: Waiting 963ef188cf8b: Waiting 174f56854903: Waiting 463ab0cd03a7: Layer already exists 41e5e00bb394: Layer already exists 2c7a7ec81f43: Layer already exists 882e5b45ce99: Layer already exists fc7278daf8a9: Layer already exists 1b8108baafd6: Layer already exists 963ef188cf8b: Layer already exists eacd0d9043bc: Layer already exists a7f2affc25d4: Layer already exists 2f73556dba68: Layer already exists 5cfa6840e640: Layer already exists 174f56854903: Layer already exists nightly: digest: sha256:aef1ba697ba58249d8f527b846da73ba4e74ff8853e00297fad509a5c9c1433c size: 2824 2025-01-06 01:23:42,981: INFO: Building contrail-controller-webui-base finished successfully, duration: 139 seconds