2025-06-08 14:30:28,486: INFO: Building opensdn-external-redis 2025-06-08 14:30:28,549: 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_6_1_2-5 --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=opensdn-external-redis --build-arg UBUNTU_DISTR_VERSION=24.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.42 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} ---> 364332ad8811 Step 4/15 : ARG SITE_MIRROR ---> Running in 7c79062ea6b9 ---> Removed intermediate container 7c79062ea6b9 ---> a6b30179c75c Step 5/15 : ARG CONTAINER_NAME ---> Running in c275003e8e8c ---> Removed intermediate container c275003e8e8c ---> 6b932b36def7 Step 6/15 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 51be50e16891 ---> Removed intermediate container 51be50e16891 ---> 42e8d74f7ed7 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 cd152b207a78 ---> Removed intermediate container cd152b207a78 ---> 95cd12a472ec Step 8/15 : COPY *.sh / ---> 4b35a78f2668 Step 9/15 : RUN set -e ; 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 f5ddc0214b49 ++ 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-06-08 14:30:32 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 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 : tpc Cleaning up list of fastest mirrors + rm -rf /var/cache/yum  ---> Removed intermediate container f5ddc0214b49 ---> f333d31c58ee Step 10/15 : RUN mkdir /data && chown redis:redis /data ---> Running in 23e6621075dc ---> Removed intermediate container 23e6621075dc ---> 1e40b3fb8e9f Step 11/15 : VOLUME /data ---> Running in 266d91e2a80d ---> Removed intermediate container 266d91e2a80d ---> 652846688c3b Step 12/15 : WORKDIR /data ---> Running in 5554af8c445d ---> Removed intermediate container 5554af8c445d ---> fe2459fda595 Step 13/15 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in eb4cb9f1fbab ---> Removed intermediate container eb4cb9f1fbab ---> ffe8d95290d7 Step 14/15 : EXPOSE 6379 ---> Running in db1969276381 ---> Removed intermediate container db1969276381 ---> 222608c89a89 Step 15/15 : CMD ["redis-server"] ---> Running in ea8f4335b392 ---> Removed intermediate container ea8f4335b392 ---> 78b25890f294 [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 78b25890f294 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-1_6_1_2-5 2025-06-08 14:31:34,177: INFO: Docker build duration: 66 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 7f6032e837c0: Preparing 6c491b148ce5: Preparing 4c97fe2714a7: Preparing 99c3ac6d57e8: Preparing 22d2d1a26959: Preparing cb992604f6fa: Preparing c64684d5ab43: Preparing bfdab9eb0b6d: Preparing ce2a38a5a3f4: Preparing 174f56854903: Preparing cb992604f6fa: Waiting c64684d5ab43: Waiting bfdab9eb0b6d: Waiting ce2a38a5a3f4: Waiting 174f56854903: Waiting 22d2d1a26959: Layer already exists 7f6032e837c0: Pushed 4c97fe2714a7: Pushed 99c3ac6d57e8: Layer already exists 6c491b148ce5: Pushed cb992604f6fa: Layer already exists c64684d5ab43: Layer already exists bfdab9eb0b6d: Layer already exists 174f56854903: Layer already exists ce2a38a5a3f4: Layer already exists master-1_6_1_2-5: digest: sha256:25ccdd3afe47eaa27d92ae3ccfe16d0f34dc0420b52a13e2a672998cad3e3c25 size: 2403 2025-06-08 14:31:37,864: INFO: Building opensdn-external-redis finished successfully, duration: 69 seconds