INFO: Start build test container for train Waiting for base container ...master-1_2_5_2-9: Pulling from contrail-base Digest: sha256:dcd6b9e7c5cb7b880564254119af9bc59ae54e32d3c8a8419f3b4a979cfae07d Status: Image is up to date for nexus.gz1.opensdn.io:5101/contrail-base:master-1_2_5_2-9 Building test container contrail-test-test:master-1_2_5_2-9 (sudo docker build --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_2_5_2-9 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --network host --build-arg SKU=train --build-arg CONTRAIL_REPO=http://localhost:6667 --build-arg OPENSTACK_REPO=http://vault.centos.org/centos/7/cloud/x86_64/openstack-train --build-arg DOCKERFILE_DIR=docker --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache -t contrail-test-test:master-1_2_5_2-9 -f docker/Dockerfile.nofromargs .) Sending build context to Docker daemon 34.98 MB Step 1/17 : ARG CONTRAIL_REGISTRY Step 2/17 : ARG CONTRAIL_CONTAINER_TAG Step 3/17 : FROM ${CONTRAIL_REGISTRY}/contrail-base:${CONTRAIL_CONTAINER_TAG} ---> de350a2b9617 Step 4/17 : ARG SITE_MIRROR ---> Running in b37150759772 ---> Removed intermediate container b37150759772 ---> 5e3980481d7c Step 5/17 : ARG YUM_ENABLE_REPOS="" ---> Running in d51717200a35 ---> Removed intermediate container d51717200a35 ---> f9b69853222c Step 6/17 : ARG SKU=ocata ---> Running in a08a0b1613c9 ---> Removed intermediate container a08a0b1613c9 ---> e86793b543c0 Step 7/17 : ARG OPENSTACK_REPO ---> Running in ba55d0ee71f5 ---> Removed intermediate container ba55d0ee71f5 ---> 411f75ad8e6a Step 8/17 : ARG CONTRAIL_REPO ---> Running in 72f38736d5d8 ---> Removed intermediate container 72f38736d5d8 ---> 42cd422a015a Step 9/17 : ARG DOCKERFILE_DIR ---> Running in 926c8f9f3d65 ---> Removed intermediate container 926c8f9f3d65 ---> 619d4e9e9165 Step 10/17 : COPY $DOCKERFILE_DIR/*requirements*.txt $DOCKERFILE_DIR/entrypoint.sh / ---> 2cb59ec9fae3 Step 11/17 : RUN mkdir -p /contrail-test ---> Running in fd8cfa9e7b6a ---> Removed intermediate container fd8cfa9e7b6a ---> 1508f1d3cdea Step 12/17 : COPY $DOCKERFILE_DIR/prepare_repos.sh /etc/yum.repos.d/ ERROR: Faild to build test container for train