2024-08-26 21:16:38,915: INFO: Building contrail-external-redis 2024-08-26 21:16:39,038: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=r24.1-9_4_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=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:r24.1-9_4_3-2 ---> 8244d499fbab Step 2/13 : ARG SITE_MIRROR ---> Running in 96a2fe992e79 ---> Removed intermediate container 96a2fe992e79 ---> b5be31c9a605 Step 3/13 : ARG CONTAINER_NAME ---> Running in e9be221ba623 ---> Removed intermediate container e9be221ba623 ---> 97f17840153a Step 4/13 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 32b63f25f2ae ---> Removed intermediate container 32b63f25f2ae ---> 58027e42c163 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 ef070e57ca92 ---> Removed intermediate container ef070e57ca92 ---> 484382d76cdd Step 6/13 : COPY *.sh / ---> 9cb18ab4a696 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 19ad4d1610c4 ++ 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-08-26 21:16:42 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 19ad4d1610c4 ---> 58afd1a490f2 Step 8/13 : RUN mkdir /data && chown redis:redis /data ---> Running in 3a1ef17e168b ---> Removed intermediate container 3a1ef17e168b ---> 93a7ee4f4923 Step 9/13 : VOLUME /data ---> Running in c475b0a0611d ---> Removed intermediate container c475b0a0611d ---> f6f7417b85bc Step 10/13 : WORKDIR /data ---> Running in 134bcc1bc77a ---> Removed intermediate container 134bcc1bc77a ---> 78a3c18ee5fe Step 11/13 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 641ad406ea67 ---> Removed intermediate container 641ad406ea67 ---> a36dc08a567d Step 12/13 : EXPOSE 6379 ---> Running in af25e2706fcf ---> Removed intermediate container af25e2706fcf ---> 09ca901ab1f4 Step 13/13 : CMD ["redis-server"] ---> Running in 64d9274421f8 ---> Removed intermediate container 64d9274421f8 ---> 71bdf30e4eb5 [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 71bdf30e4eb5 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-external-redis:r24.1-9_4_3-2 Successfully tagged nexus.gz1.opensdn.io:5101/tf-external-redis:r24.1-9_4_3-2 2024-08-26 21:18:23,467: INFO: Docker build duration: 105 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-external-redis] c60686d5e38c: Preparing 2613d5a1b892: Preparing 633b11aef442: Preparing c02df0fb929b: Preparing 6512342f68e1: Preparing 80fafb54ce9a: Preparing f9a2a4922d85: Preparing 4217d84f7e18: Preparing 625a0d2e4ee9: Preparing 174f56854903: Preparing 80fafb54ce9a: Waiting f9a2a4922d85: Waiting 4217d84f7e18: Waiting 625a0d2e4ee9: Waiting 174f56854903: Waiting 633b11aef442: Pushed c60686d5e38c: Pushed c02df0fb929b: Layer already exists 2613d5a1b892: Pushed 6512342f68e1: Layer already exists 80fafb54ce9a: Layer already exists f9a2a4922d85: Layer already exists 4217d84f7e18: Layer already exists 625a0d2e4ee9: Layer already exists 174f56854903: Layer already exists r24.1-9_4_3-2: digest: sha256:d3d4309b05efbc1a6b9980d338de79dfdc7298f9c4b7df3df8a8d2efd0483675 size: 2405 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-external-redis] c60686d5e38c: Preparing 2613d5a1b892: Preparing 633b11aef442: Preparing c02df0fb929b: Preparing 6512342f68e1: Preparing 80fafb54ce9a: Preparing f9a2a4922d85: Preparing 4217d84f7e18: Preparing 625a0d2e4ee9: Preparing 174f56854903: Preparing 80fafb54ce9a: Waiting f9a2a4922d85: Waiting 4217d84f7e18: Waiting 625a0d2e4ee9: Waiting 174f56854903: Waiting 2613d5a1b892: Layer already exists 633b11aef442: Layer already exists c02df0fb929b: Layer already exists 6512342f68e1: Layer already exists c60686d5e38c: Layer already exists 80fafb54ce9a: Layer already exists f9a2a4922d85: Layer already exists 4217d84f7e18: Layer already exists 625a0d2e4ee9: Layer already exists 174f56854903: Layer already exists r24.1-9_4_3-2: digest: sha256:d3d4309b05efbc1a6b9980d338de79dfdc7298f9c4b7df3df8a8d2efd0483675 size: 2405 2024-08-26 21:18:35,540: INFO: Building contrail-external-redis finished successfully, duration: 117 seconds