2025-03-27 15:30:48,263: INFO: Building contrail-controller-webui-base 2025-03-27 15:30:48,396: 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_3_2_6-2_5 --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 GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-controller-webui-base --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 113.7 kB Step 1/12 : ARG CONTRAIL_REGISTRY Step 2/12 : ARG CONTRAIL_CONTAINER_TAG Step 3/12 : FROM ${CONTRAIL_REGISTRY}/contrail-general-base:${CONTRAIL_CONTAINER_TAG} ---> b278e35c6b44 Step 4/12 : ARG BASE_EXTRA_RPMS="" ---> Using cache ---> 1499f49bead8 Step 5/12 : ENV NODE_TYPE=webui ---> Running in 3d356c7af7e8 ---> Removed intermediate container 3d356c7af7e8 ---> 6c13dc4f4297 Step 6/12 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in 987424c93f58 ---> Removed intermediate container 987424c93f58 ---> 22edc0fc0c3b Step 7/12 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; fi && yum module disable -y nodejs || true; yum install -y nodejs-0.10.48 contrail-web-controller contrail-web-core ; yum clean all -y ; rm -rf /var/cache/yum ; chown -R $CONTRAIL_USER:$CONTRAIL_USER /usr/src/contrail ---> Running in d719d698cf32 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Failed to set locale, defaulting to C.UTF-8 Contrail repo 4.8 MB/s | 146 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 7.1 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 47 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 319 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 5.6 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 319 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 4.3 MB/s | 64 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 40 MB/s | 30 MB 00:00 Third parties for Contrail 26 MB/s | 5.4 MB 00:00 Unable to resolve argument nodejs Error: Problems in request: missing groups or modules: nodejs Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 0:00:05 ago on Thu Mar 27 15:31:22 2025. No match for argument: nodejs-0.10.48 Error: Unable to find a match: nodejs-0.10.48 Failed to set locale, defaulting to C.UTF-8 80 files removed chown: cannot access '/usr/src/contrail': No such file or directory The command '/bin/sh -c BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; fi && yum module disable -y nodejs || true; yum install -y nodejs-0.10.48 contrail-web-controller contrail-web-core ; yum clean all -y ; rm -rf /var/cache/yum ; chown -R $CONTRAIL_USER:$CONTRAIL_USER /usr/src/contrail' returned a non-zero code: 1 2025-03-27 15:31:33,794: INFO: Docker build duration: 45 seconds 2025-03-27 15:31:33,799: ERROR: Building contrail-controller-webui-base failed, duration: 45 seconds