2025-08-26 15:40:31,119: INFO: Building opensdn-external-redis 2025-08-26 15:40:31,310: 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-4 --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 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 f1b700c31442: Waiting 0df3a9e3510c: Waiting b96556682ce1: Waiting bb595d48e52d: Download complete d479b54c3bb2: Verifying Checksum d479b54c3bb2: Download complete b96556682ce1: Verifying Checksum b96556682ce1: Download complete 0df3a9e3510c: Download complete f1b700c31442: Verifying Checksum f1b700c31442: Download complete faef57eae888: 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 bcfbca8ea2a0 ---> Removed intermediate container bcfbca8ea2a0 ---> a6b01e5078b6 Step 3/17 : ARG VENDOR_DOMAIN ---> Running in 235e180777b8 ---> Removed intermediate container 235e180777b8 ---> cafce7cfa46e Step 4/17 : ARG CONTAINER_NAME ---> Running in 50a20628aed2 ---> Removed intermediate container 50a20628aed2 ---> 17a9a5a506c2 Step 5/17 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 0a153b0029ec ---> Removed intermediate container 0a153b0029ec ---> 0100eb11520b Step 6/17 : ARG LC_ALL="en_US.UTF-8" ---> Running in 6a3074ef5b46 ---> Removed intermediate container 6a3074ef5b46 ---> 5f9d4e1a04e4 Step 7/17 : ARG LANG="en_US.UTF-8" ---> Running in 97c092af201d ---> Removed intermediate container 97c092af201d ---> 1e26cc29af0b Step 8/17 : ARG LANGUAGE="en_US.UTF-8" ---> Running in b0c1e978e4a0 ---> Removed intermediate container b0c1e978e4a0 ---> e190ce14ccfa 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 NODE_TYPE=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 17075ebcbb3b ---> Removed intermediate container 17075ebcbb3b ---> 21f29c11e9ed 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 aaa3757081ef ---> Removed intermediate container aaa3757081ef ---> 3c158a3e86d9 Step 11/17 : RUN mkdir /licenses ---> Running in a6f5890129af ---> Removed intermediate container a6f5890129af ---> 381f1e3a0bfb Step 12/17 : COPY __licensing.txt /licenses/licensing.txt ---> 1989de769a0d Step 13/17 : COPY *.sh / ---> 72567393a5f7 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 53e320816d9c /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 4s (2208 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 1s (18.5 MB/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 53e320816d9c ---> f34551f23975 Step 15/17 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in d76e03d57598 ---> Removed intermediate container d76e03d57598 ---> 3a1464505ed1 Step 16/17 : CMD ["redis-server"] ---> Running in 16bfdce2fe81 ---> Removed intermediate container 16bfdce2fe81 ---> 9e21ba36de97 Step 17/17 : ENV CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG ---> Running in 43c10cb13c28 ---> Removed intermediate container 43c10cb13c28 ---> efb7ad7e4877 [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] were not consumed Successfully built efb7ad7e4877 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_0_3_4-4 2025-08-26 15:41:28,615: INFO: Docker build duration: 57 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 859870d0222b: Preparing 9e2194879b54: Preparing c7e804db5614: Preparing ca453b0c6039: Preparing 7bba6b363087: Preparing 3f9101b13221: Preparing 64e5d4720c56: Preparing ffea3cb2217f: Preparing 21f4147c6ace: Preparing 24839d45ca45: Preparing 64e5d4720c56: Waiting ffea3cb2217f: Waiting 21f4147c6ace: Waiting 24839d45ca45: Waiting 3f9101b13221: Waiting c7e804db5614: Pushed 9e2194879b54: Pushed ca453b0c6039: Pushed 7bba6b363087: Layer already exists 3f9101b13221: Layer already exists 64e5d4720c56: Layer already exists 21f4147c6ace: Layer already exists ffea3cb2217f: Layer already exists 24839d45ca45: Layer already exists 859870d0222b: Pushed master-2_0_3_4-4: digest: sha256:2afe0f1a120b16d651b383cd2e75874dc4accea63b87b56b2b50a470ef398867 size: 2410 2025-08-26 15:41:33,500: INFO: Building opensdn-external-redis finished successfully, duration: 62 seconds