2024-09-17 05:45:08,676: INFO: Building contrail-external-redis 2024-09-17 05:45:08,830: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_3_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=contrail-external-redis --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 41.98 kB Step 1/13 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_3_6-1 ---> 377e08a6aeee Step 2/13 : ARG SITE_MIRROR ---> Running in a5ff66d1135c ---> Removed intermediate container a5ff66d1135c ---> 0b64bf2a73b6 Step 3/13 : ARG CONTAINER_NAME ---> Running in 96ccba5fe619 ---> Removed intermediate container 96ccba5fe619 ---> 16b0d6a49cda Step 4/13 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 1286501fb082 ---> Removed intermediate container 1286501fb082 ---> 07cbaf56238b Step 5/13 : LABEL name=$CONTAINER_NAME summary="Contrail Redis" description="Contrail Redis server supports query engine." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in d025aef375db ---> Removed intermediate container d025aef375db ---> cf84b43fc181 Step 6/13 : COPY *.sh / ---> 9e4013414639 Step 7/13 : RUN REDIS_RPM_NAME=redis-6.0.15-1.el7.remi.x86_64 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && source /functions.sh && download_package https://github.com opensdn-io/tf-third-party-cache/blob/master/redis/${REDIS_RPM_NAME}.rpm?raw=true ${REDIS_RPM_NAME}.rpm && yum install ${REDIS_RPM_NAME}.rpm -y && usermod -a -G $CONTRAIL_GID redis && rm -rf ${REDIS_RPM_NAME}.rpm && yum clean all -y && rm -rf /var/cache/yum ---> Running in 9ef838979796 ++ ls /__common.sh /__contrail-functions.sh + for item in '`ls /__*`' + mv /__common.sh /common.sh + for item in '`ls /__*`' + mv /__contrail-functions.sh /contrail-functions.sh + source /functions.sh + download_package https://github.com 'opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.15-1.el7.remi.x86_64.rpm?raw=true' redis-6.0.15-1.el7.remi.x86_64.rpm + local original_site=https://github.com + local 'site_path=opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.15-1.el7.remi.x86_64.rpm?raw=true' + local output_name=redis-6.0.15-1.el7.remi.x86_64.rpm + local add_opts= + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' + wget -nv --tries=3 -c -O redis-6.0.15-1.el7.remi.x86_64.rpm 'http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.15-1.el7.remi.x86_64.rpm?raw=true' 2024-09-17 05:45:12 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.15-1.el7.remi.x86_64.rpm?raw=true [1139372/1139372] -> "redis-6.0.15-1.el7.remi.x86_64.rpm" [1] + '[' '!' -s redis-6.0.15-1.el7.remi.x86_64.rpm ']' + yum install redis-6.0.15-1.el7.remi.x86_64.rpm -y Loaded plugins: fastestmirror, ovl Examining redis-6.0.15-1.el7.remi.x86_64.rpm: redis-6.0.15-1.el7.remi.x86_64 Marking redis-6.0.15-1.el7.remi.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package redis.x86_64 0:6.0.15-1.el7.remi will be installed --> Processing Dependency: logrotate for package: redis-6.0.15-1.el7.remi.x86_64 Determining fastest mirrors --> Running transaction check ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: redis x86_64 6.0.15-1.el7.remi /redis-6.0.15-1.el7.remi.x86_64 4.0 M Installing for dependencies: logrotate x86_64 3.8.6-19.el7 tf-mirrors.ci_repos_yum7-base 70 k Transaction Summary ================================================================================ Install 1 Package (+1 Dependent package) Total size: 4.1 M Total download size: 70 k Installed size: 4.1 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : logrotate-3.8.6-19.el7.x86_64 1/2 Installing : redis-6.0.15-1.el7.remi.x86_64 2/2 Verifying : redis-6.0.15-1.el7.remi.x86_64 1/2 Verifying : logrotate-3.8.6-19.el7.x86_64 2/2 Installed: redis.x86_64 0:6.0.15-1.el7.remi Dependency Installed: logrotate.x86_64 0:3.8.6-19.el7 Complete! + usermod -a -G 1999 redis + rm -rf redis-6.0.15-1.el7.remi.x86_64.rpm + yum clean all -y 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 + rm -rf /var/cache/yum  ---> Removed intermediate container 9ef838979796 ---> 543899321c7f Step 8/13 : RUN mkdir /data && chown redis:redis /data ---> Running in 6db6321aa288 ---> Removed intermediate container 6db6321aa288 ---> c7591c62be3f Step 9/13 : VOLUME /data ---> Running in fd88774cc0b7 ---> Removed intermediate container fd88774cc0b7 ---> cfe35c64af4e Step 10/13 : WORKDIR /data ---> Running in bf7dc0781681 ---> Removed intermediate container bf7dc0781681 ---> bc5eba0f8b41 Step 11/13 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 7d14fac05f52 ---> Removed intermediate container 7d14fac05f52 ---> 6b7db37afbf0 Step 12/13 : EXPOSE 6379 ---> Running in f1657feaec7c ---> Removed intermediate container f1657feaec7c ---> f057c0aa9ba6 Step 13/13 : CMD ["redis-server"] ---> Running in ef78769278ca ---> Removed intermediate container ef78769278ca ---> 1669362b1e5d [Warning] One or more build-args [BASE_EXTRA_RPMS CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built 1669362b1e5d Successfully tagged nexus.gz1.opensdn.io:5101/contrail-external-redis:master-1_0_3_6-1 Successfully tagged nexus.gz1.opensdn.io:5101/tf-external-redis:master-1_0_3_6-1 2024-09-17 05:47:22,244: INFO: Docker build duration: 134 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-external-redis] 22136f2a7f0e: Preparing 9d507822df5e: Preparing eed13c209bed: Preparing 4f9fe79278ee: Preparing 18609a71f92f: Preparing 99520ac1c095: Preparing 7685f9a31e7a: Preparing b2d5ca75c643: Preparing 917575321d88: Preparing 174f56854903: Preparing 99520ac1c095: Waiting 7685f9a31e7a: Waiting b2d5ca75c643: Waiting 917575321d88: Waiting 174f56854903: Waiting eed13c209bed: Pushed 22136f2a7f0e: Pushed 4f9fe79278ee: Layer already exists 18609a71f92f: Layer already exists 99520ac1c095: Layer already exists 7685f9a31e7a: Layer already exists b2d5ca75c643: Layer already exists 174f56854903: Layer already exists 917575321d88: Layer already exists 9d507822df5e: Pushed master-1_0_3_6-1: digest: sha256:89ddb43c6ec5e5abc537ffa22fea8da33a3734f0f3f077d1e4cfb20abaeaa233 size: 2405 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-external-redis] 22136f2a7f0e: Preparing 9d507822df5e: Preparing eed13c209bed: Preparing 4f9fe79278ee: Preparing 18609a71f92f: Preparing 99520ac1c095: Preparing 7685f9a31e7a: Preparing b2d5ca75c643: Preparing 917575321d88: Preparing 174f56854903: Preparing 18609a71f92f: Waiting 99520ac1c095: Waiting 7685f9a31e7a: Waiting b2d5ca75c643: Waiting 917575321d88: Waiting 174f56854903: Waiting eed13c209bed: Layer already exists 22136f2a7f0e: Layer already exists 9d507822df5e: Layer already exists 4f9fe79278ee: Layer already exists 99520ac1c095: Layer already exists 18609a71f92f: Layer already exists 7685f9a31e7a: Layer already exists b2d5ca75c643: Layer already exists 174f56854903: Layer already exists 917575321d88: Layer already exists master-1_0_3_6-1: digest: sha256:89ddb43c6ec5e5abc537ffa22fea8da33a3734f0f3f077d1e4cfb20abaeaa233 size: 2405 2024-09-17 05:47:26,425: INFO: Building contrail-external-redis finished successfully, duration: 138 seconds