2025-08-25 14:01:15,525: INFO: Building opensdn-external-redis 2025-08-25 14:01:15,709: 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-2_0_3_4-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=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 58.37 kB Step 1/17 : FROM redis:6.0.19 6.0.19: Pulling from library/redis faef57eae888: Pulling fs layer bb595d48e52d: Pulling fs layer d479b54c3bb2: Pulling fs layer f1b700c31442: Pulling fs layer b96556682ce1: Pulling fs layer 0df3a9e3510c: Pulling fs layer faef57eae888: Waiting bb595d48e52d: Waiting d479b54c3bb2: Waiting f1b700c31442: Waiting 0df3a9e3510c: Waiting b96556682ce1: Waiting bb595d48e52d: Verifying Checksum bb595d48e52d: Download complete d479b54c3bb2: Verifying Checksum d479b54c3bb2: Download complete b96556682ce1: Verifying Checksum b96556682ce1: Download complete 0df3a9e3510c: Verifying Checksum 0df3a9e3510c: Download complete faef57eae888: Verifying Checksum faef57eae888: Download complete f1b700c31442: Verifying Checksum f1b700c31442: Download complete faef57eae888: Pull complete bb595d48e52d: Pull complete d479b54c3bb2: Pull complete f1b700c31442: Pull complete b96556682ce1: Pull complete 0df3a9e3510c: Pull complete Digest: sha256:5ebe2e77efc9e38ab9c906acb0df6f8987f98de0ebf115de41767d6fa014329d Status: Downloaded newer image for redis:6.0.19 ---> 45d02b8e7578 Step 2/17 : ARG VENDOR_NAME ---> Running in cd4295002da4 ---> Removed intermediate container cd4295002da4 ---> cf044fe2f149 Step 3/17 : ARG VENDOR_DOMAIN ---> Running in 052748e58d72 ---> Removed intermediate container 052748e58d72 ---> 7124d12fdf00 Step 4/17 : ARG CONTAINER_NAME ---> Running in 637d918f9a7e ---> Removed intermediate container 637d918f9a7e ---> 79a303c1b80e Step 5/17 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 22b93d4a49e9 ---> Removed intermediate container 22b93d4a49e9 ---> 32e4df55d0d5 Step 6/17 : ARG LC_ALL="en_US.UTF-8" ---> Running in cc094042786b ---> Removed intermediate container cc094042786b ---> 4658b5a5138b Step 7/17 : ARG LANG="en_US.UTF-8" ---> Running in 8ff814668424 ---> Removed intermediate container 8ff814668424 ---> b3b2270effd3 Step 8/17 : ARG LANGUAGE="en_US.UTF-8" ---> Running in c70bbfb2cf63 ---> Removed intermediate container c70bbfb2cf63 ---> e82f63b72d83 Step 9/17 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_GID=1999 CONTRAIL_UID=1999 CONTRAIL_USER=contrail CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG LC_ALL=$LC_ALL LANG=$LANG LANGUAGE=$LANGUAGE SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 7aa09a70befd ---> Removed intermediate container 7aa09a70befd ---> d18152dfff76 Step 10/17 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" 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 52caf2b19357 ---> Removed intermediate container 52caf2b19357 ---> d826df9c1fb3 Step 11/17 : RUN mkdir /licenses ---> Running in 553a25399dcd ---> Removed intermediate container 553a25399dcd ---> 560ec9e3ce57 Step 12/17 : COPY __licensing.txt /licenses/licensing.txt ---> fe670adc07ff Step 13/17 : COPY *.sh / ---> b2c4bf97f666 Step 14/17 : RUN set -e ; /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' && export DEBIAN_FRONTEND=noninteractive && apt-get update || /bin/true && apt-get -fy install bind9-host xxd && groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER && usermod -a -G $CONTRAIL_GID redis ---> Running in d96e68d4b908 /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB] Fetched 9331 kB in 1min 22s (113 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: bind9-libs libfstrm0 libicu72 libjemalloc2 libjson-c5 liblmdb0 libmaxminddb0 libnghttp2-14 libprotobuf-c1 libuv1 libxml2 Suggested packages: mmdb-bin The following NEW packages will be installed: bind9-host bind9-libs libfstrm0 libicu72 libjemalloc2 libjson-c5 liblmdb0 libmaxminddb0 libnghttp2-14 libprotobuf-c1 libuv1 libxml2 xxd 0 upgraded, 13 newly installed, 0 to remove and 42 not upgraded. Need to get 12.0 MB of archives. After this operation, 44.7 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 libfstrm0 amd64 0.6.1-1 [21.6 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 libjemalloc2 amd64 5.3.0-1 [275 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 libmaxminddb0 amd64 1.7.1-1 [29.8 kB] Get:7 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] Get:8 http://deb.debian.org/debian bookworm/main amd64 libprotobuf-c1 amd64 1.4.1-1+b1 [27.5 kB] Get:9 http://deb.debian.org/debian-security bookworm-security/main amd64 libicu72 amd64 72.1-3+deb12u1 [9376 kB] Get:10 http://deb.debian.org/debian-security bookworm-security/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u2 [687 kB] Get:11 http://deb.debian.org/debian bookworm/main amd64 bind9-libs amd64 1:9.18.33-1~deb12u2 [1181 kB] Get:12 http://deb.debian.org/debian bookworm/main amd64 bind9-host amd64 1:9.18.33-1~deb12u2 [54.1 kB] Get:13 http://deb.debian.org/debian bookworm/main amd64 xxd amd64 2:9.0.1378-2+deb12u2 [84.1 kB] perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US.UTF-8", LC_ALL = "en_US.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). debconf: delaying package configuration, since apt-utils is not installed Fetched 12.0 MB in 1min 27s (138 kB/s) Selecting previously unselected package libuv1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7847 files and directories currently installed.) Preparing to unpack .../00-libuv1_1.44.2-1+deb12u1_amd64.deb ... Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ... Selecting previously unselected package libfstrm0:amd64. Preparing to unpack .../01-libfstrm0_0.6.1-1_amd64.deb ... Unpacking libfstrm0:amd64 (0.6.1-1) ... Selecting previously unselected package libjemalloc2:amd64. Preparing to unpack .../02-libjemalloc2_5.3.0-1_amd64.deb ... Unpacking libjemalloc2:amd64 (5.3.0-1) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... Unpacking libjson-c5:amd64 (0.16-2) ... Selecting previously unselected package liblmdb0:amd64. Preparing to unpack .../04-liblmdb0_0.9.24-1_amd64.deb ... Unpacking liblmdb0:amd64 (0.9.24-1) ... Selecting previously unselected package libmaxminddb0:amd64. Preparing to unpack .../05-libmaxminddb0_1.7.1-1_amd64.deb ... Unpacking libmaxminddb0:amd64 (1.7.1-1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../06-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... Selecting previously unselected package libprotobuf-c1:amd64. Preparing to unpack .../07-libprotobuf-c1_1.4.1-1+b1_amd64.deb ... Unpacking libprotobuf-c1:amd64 (1.4.1-1+b1) ... Selecting previously unselected package libicu72:amd64. Preparing to unpack .../08-libicu72_72.1-3+deb12u1_amd64.deb ... Unpacking libicu72:amd64 (72.1-3+deb12u1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../09-libxml2_2.9.14+dfsg-1.3~deb12u2_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ... Selecting previously unselected package bind9-libs:amd64. Preparing to unpack .../10-bind9-libs_1%3a9.18.33-1~deb12u2_amd64.deb ... Unpacking bind9-libs:amd64 (1:9.18.33-1~deb12u2) ... Selecting previously unselected package bind9-host. Preparing to unpack .../11-bind9-host_1%3a9.18.33-1~deb12u2_amd64.deb ... Unpacking bind9-host (1:9.18.33-1~deb12u2) ... Selecting previously unselected package xxd. Preparing to unpack .../12-xxd_2%3a9.0.1378-2+deb12u2_amd64.deb ... Unpacking xxd (2:9.0.1378-2+deb12u2) ... Setting up liblmdb0:amd64 (0.9.24-1) ... Setting up libicu72:amd64 (72.1-3+deb12u1) ... Setting up libmaxminddb0:amd64 (1.7.1-1) ... Setting up libfstrm0:amd64 (0.6.1-1) ... Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... Setting up libjemalloc2:amd64 (5.3.0-1) ... Setting up libprotobuf-c1:amd64 (1.4.1-1+b1) ... Setting up xxd (2:9.0.1378-2+deb12u2) ... Setting up libuv1:amd64 (1.44.2-1+deb12u1) ... Setting up libjson-c5:amd64 (0.16-2) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ... Setting up bind9-libs:amd64 (1:9.18.33-1~deb12u2) ... Setting up bind9-host (1:9.18.33-1~deb12u2) ... Processing triggers for libc-bin (2.36-9) ... ---> Removed intermediate container d96e68d4b908 ---> 43c02037408e Step 15/17 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 2be9eb5e024b ---> Removed intermediate container 2be9eb5e024b ---> c501cc5dacdb Step 16/17 : CMD ["redis-server"] ---> Running in fd95f6de49db ---> Removed intermediate container fd95f6de49db ---> f485c3def258 Step 17/17 : ENV CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG ---> Running in 88c66710f684 ---> Removed intermediate container 88c66710f684 ---> 08fa97224d9e [Warning] One or more build-args [BASE_EXTRA_RPMS CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION YUM_ENABLE_REPOS] were not consumed Successfully built 08fa97224d9e Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_0_3_4-2 2025-08-25 14:04:32,063: INFO: Docker build duration: 197 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 063f27e27b40: Preparing f37fc476c8c7: Preparing b8efa4cf0732: Preparing 5206c58d2967: Preparing 7bba6b363087: Preparing 3f9101b13221: Preparing 64e5d4720c56: Preparing ffea3cb2217f: Preparing 21f4147c6ace: Preparing 24839d45ca45: Preparing 063f27e27b40: Waiting f37fc476c8c7: Waiting b8efa4cf0732: Waiting 5206c58d2967: Waiting 7bba6b363087: Waiting 3f9101b13221: Waiting 64e5d4720c56: Waiting ffea3cb2217f: Waiting 21f4147c6ace: Waiting 24839d45ca45: Waiting f37fc476c8c7: Pushed b8efa4cf0732: Pushed 5206c58d2967: Pushed 7bba6b363087: Layer already exists 3f9101b13221: Layer already exists 64e5d4720c56: Layer already exists ffea3cb2217f: Layer already exists 21f4147c6ace: Layer already exists 24839d45ca45: Layer already exists 063f27e27b40: Pushed master-2_0_3_4-2: digest: sha256:c5e6589399618263ecbf997650d4867e01556f7c4e8ec61fc17b3698604a03a8 size: 2410 2025-08-25 14:05:35,968: INFO: Building opensdn-external-redis finished successfully, duration: 260 seconds