2026-02-09 15:58:08,938: INFO: Building opensdn-general-base 2026-02-09 15:58:08,954: 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_5_1_4-1_1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-general-base --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.12kB done #1 DONE 0.1s #2 [internal] load metadata for docker.io/library/rockylinux:9 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.1s #4 [1/9] FROM docker.io/library/rockylinux:9 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 21.85kB done #5 DONE 0.2s #6 [2/9] RUN mkdir /licenses #6 DONE 0.2s #7 [3/9] COPY licensing.txt /licenses #7 DONE 0.4s #8 [4/9] RUN mkdir -p /etc/yum.repos.d.bak/ ; cp -f /etc/yum.repos.d/* /etc/yum.repos.d.bak/ #8 0.273 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #8 DONE 0.4s #9 [5/9] COPY *.repo /etc/yum.repos.d/ #9 DONE 0.2s #10 [6/9] COPY pip.conf /etc/ #10 DONE 0.1s #11 [7/9] COPY *.sh / #11 DONE 0.1s #12 [8/9] RUN set -ex ; if ! dnf info git-review ; then dnf -y install epel-release ; fi #12 0.094 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.095 + dnf info git-review #12 0.336 Failed to set locale, defaulting to C.UTF-8