2025-03-29 06:49:20,021: INFO: Building contrail-external-redis 2025-03-29 06:49:20,124: 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_4_5_5-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 39.94 kB Step 1/15 : ARG CONTRAIL_REGISTRY Step 2/15 : ARG CONTRAIL_CONTAINER_TAG Step 3/15 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> 7ed451cdbdbb Step 4/15 : ARG SITE_MIRROR ---> Running in 6d2be01ae5f7 ---> Removed intermediate container 6d2be01ae5f7 ---> a12742656132 Step 5/15 : ARG CONTAINER_NAME ---> Running in 7e0e7c241540 ---> Removed intermediate container 7e0e7c241540 ---> 997dc61fff33 Step 6/15 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 5bf8f90606dc ---> Removed intermediate container 5bf8f90606dc ---> 488222489033 Step 7/15 : 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 61e947e24571 ---> Removed intermediate container 61e947e24571 ---> faf17291adc0 Step 8/15 : COPY *.sh / ---> 4e20e65c33f5 Step 9/15 : 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 3c3f38091c84 ++ 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' 2025-03-29 06:49:24 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 3c3f38091c84 ---> 909f37469a4e Step 10/15 : RUN mkdir /data && chown redis:redis /data ---> Running in 227fd7b1001c ---> Removed intermediate container 227fd7b1001c ---> cf0d68b95524 Step 11/15 : VOLUME /data ---> Running in bd1ddafa1f4e ---> Removed intermediate container bd1ddafa1f4e ---> 83b4cd977094 Step 12/15 : WORKDIR /data ---> Running in abf880f44767 ---> Removed intermediate container abf880f44767 ---> e944fa810641 Step 13/15 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in c40eb27dfef0 ---> Removed intermediate container c40eb27dfef0 ---> 551f3d911085 Step 14/15 : EXPOSE 6379 ---> Running in 11907661a214 ---> Removed intermediate container 11907661a214 ---> 09a9e34af1d2 Step 15/15 : CMD ["redis-server"] ---> Running in e7b30b28c81a ---> Removed intermediate container e7b30b28c81a ---> ba51f5294f44 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built ba51f5294f44 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-external-redis:master-1_4_5_5-1 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-1_4_5_5-1 2025-03-29 06:50:50,572: INFO: Docker build duration: 90 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-external-redis] 9ce077468a39: Preparing dea31d6ba547: Preparing e5ac383d0564: Preparing 842ecdc2bd9f: Preparing 9ce077468a39: Waiting 9bff06d39c31: Preparing 2fe236927ce8: Preparing dea31d6ba547: Waiting e5ac383d0564: Waiting a21f439245e9: Preparing 842ecdc2bd9f: Waiting cdffe21dd4ae: Preparing 9bff06d39c31: Waiting 5e4fa010917c: Preparing 174f56854903: Preparing a21f439245e9: Waiting cdffe21dd4ae: Waiting 5e4fa010917c: Waiting 174f56854903: Waiting 2fe236927ce8: Waiting 9ce077468a39: Pushed e5ac383d0564: Pushed dea31d6ba547: Pushed 842ecdc2bd9f: Layer already exists 9bff06d39c31: Layer already exists 2fe236927ce8: Layer already exists a21f439245e9: Layer already exists cdffe21dd4ae: Layer already exists 5e4fa010917c: Layer already exists 174f56854903: Layer already exists master-1_4_5_5-1: digest: sha256:8dbe60d903080898ad412308c79edb9e92ee8677a9668c26afae7ad8c231dfbc size: 2405 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 9ce077468a39: Preparing dea31d6ba547: Preparing e5ac383d0564: Preparing 842ecdc2bd9f: Preparing 9bff06d39c31: Preparing 2fe236927ce8: Preparing a21f439245e9: Preparing cdffe21dd4ae: Preparing 5e4fa010917c: Preparing 174f56854903: Preparing 2fe236927ce8: Waiting a21f439245e9: Waiting cdffe21dd4ae: Waiting 5e4fa010917c: Waiting 174f56854903: Waiting e5ac383d0564: Layer already exists 9ce077468a39: Layer already exists 9bff06d39c31: Layer already exists dea31d6ba547: Layer already exists 842ecdc2bd9f: Layer already exists 2fe236927ce8: Layer already exists a21f439245e9: Layer already exists cdffe21dd4ae: Layer already exists 5e4fa010917c: Layer already exists 174f56854903: Layer already exists master-1_4_5_5-1: digest: sha256:8dbe60d903080898ad412308c79edb9e92ee8677a9668c26afae7ad8c231dfbc size: 2405 2025-03-29 06:51:02,323: INFO: Building contrail-external-redis finished successfully, duration: 102 seconds