2024-12-26 01:16:56,744: INFO: Building contrail-controller-webui-base 2024-12-26 01:16:56,835: 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} ---> 66d9a71af0fb Step 4/12 : ARG BASE_EXTRA_RPMS="" ---> Using cache ---> 347ffda93fd0 Step 5/12 : ENV NODE_TYPE=webui ---> Running in 30eed0a11c2a ---> Removed intermediate container 30eed0a11c2a ---> 379dd412a8f3 Step 6/12 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in edea8aee56ec ---> Removed intermediate container edea8aee56ec ---> f83f04d9f802 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 9cdfaa82209f 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 25 MB/s | 44 MB 00:01 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 9cdfaa82209f ---> a85a6736c08c Step 8/12 : COPY custom-images/logo.png /opt/contrail/images/logo.png ---> e56604ffb394 Step 9/12 : COPY custom-images/favicon.ico /opt/contrail/images/favicon.ico ---> 375c40f2c19b Step 10/12 : COPY *.sh / ---> 788cf583d77e Step 11/12 : RUN /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' ---> Running in 9a6683dbc79a ---> Removed intermediate container 9a6683dbc79a ---> d8b6b9ebae2b Step 12/12 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in b33383b795de ---> Removed intermediate container b33383b795de ---> cae69be37ede [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 cae69be37ede Successfully tagged nexus.gz1.opensdn.io:5102/contrail-controller-webui-base:nightly Successfully tagged nexus.gz1.opensdn.io:5102/tf-controller-webui-base:nightly 2024-12-26 01:18:42,942: INFO: Docker build duration: 106 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-controller-webui-base] f0577fa185e3: Preparing a6cfdc0f9017: Preparing ea932a906b7c: Preparing ee79bb4bbc4a: Preparing 61c6d70c35ff: Preparing a1c3a5f9f3cd: Preparing 298a2f13cf2a: Preparing e968d39e25a6: Preparing c48239edfbab: Preparing c732b58c0e7d: Preparing 4c38e480cc20: Preparing 174f56854903: Preparing ee79bb4bbc4a: Waiting 61c6d70c35ff: Waiting a1c3a5f9f3cd: Waiting 298a2f13cf2a: Waiting e968d39e25a6: Waiting c48239edfbab: Waiting c732b58c0e7d: Waiting 4c38e480cc20: Waiting 174f56854903: Waiting ee79bb4bbc4a: Pushed a6cfdc0f9017: Pushed f0577fa185e3: Pushed ea932a906b7c: Pushed a1c3a5f9f3cd: Layer already exists 298a2f13cf2a: Layer already exists e968d39e25a6: Layer already exists c48239edfbab: Layer already exists c732b58c0e7d: Layer already exists 4c38e480cc20: Layer already exists 174f56854903: Layer already exists 61c6d70c35ff: Pushed nightly: digest: sha256:00fb0bcb84a3199031b6707d742e3bdc727255edc530158722666244f30b662d size: 2824 The push refers to repository [nexus.gz1.opensdn.io:5102/tf-controller-webui-base] f0577fa185e3: Preparing a6cfdc0f9017: Preparing ea932a906b7c: Preparing ee79bb4bbc4a: Preparing 61c6d70c35ff: Preparing a1c3a5f9f3cd: Preparing 298a2f13cf2a: Preparing e968d39e25a6: Preparing c48239edfbab: Preparing c732b58c0e7d: Preparing 4c38e480cc20: Preparing 174f56854903: Preparing 298a2f13cf2a: Waiting e968d39e25a6: Waiting c48239edfbab: Waiting c732b58c0e7d: Waiting 61c6d70c35ff: Waiting a1c3a5f9f3cd: Waiting 4c38e480cc20: Waiting 174f56854903: Waiting ea932a906b7c: Layer already exists f0577fa185e3: Layer already exists ee79bb4bbc4a: Layer already exists a6cfdc0f9017: Layer already exists 61c6d70c35ff: Layer already exists a1c3a5f9f3cd: Layer already exists 298a2f13cf2a: Layer already exists e968d39e25a6: Layer already exists c48239edfbab: Layer already exists c732b58c0e7d: Layer already exists 174f56854903: Layer already exists 4c38e480cc20: Layer already exists nightly: digest: sha256:00fb0bcb84a3199031b6707d742e3bdc727255edc530158722666244f30b662d size: 2824 2024-12-26 01:18:59,057: INFO: Building contrail-controller-webui-base finished successfully, duration: 123 seconds