INFO: Start build test container for train Waiting for base container master-2_0_2_8-1: Pulling from opensdn-base 446f83f14b23: Pulling fs layer b6c11e354822: Pulling fs layer 51da274d9a01: Pulling fs layer 0bf6f74ba3b4: Pulling fs layer 79a2c0ac5896: Pulling fs layer 6ca7b53f16fc: Pulling fs layer 03d80f0cbb54: Pulling fs layer 6d28246354bb: Pulling fs layer 82e14b4b5501: Pulling fs layer 6ca7b53f16fc: Waiting 03d80f0cbb54: Waiting 6d28246354bb: Waiting 82e14b4b5501: Waiting 0bf6f74ba3b4: Waiting 79a2c0ac5896: Waiting b6c11e354822: Download complete 51da274d9a01: Download complete 0bf6f74ba3b4: Verifying Checksum 0bf6f74ba3b4: Download complete 79a2c0ac5896: Verifying Checksum 79a2c0ac5896: Download complete 6ca7b53f16fc: Verifying Checksum 6ca7b53f16fc: Download complete 03d80f0cbb54: Verifying Checksum 03d80f0cbb54: Download complete 82e14b4b5501: Verifying Checksum 82e14b4b5501: Download complete 446f83f14b23: Verifying Checksum 446f83f14b23: Download complete 6d28246354bb: Verifying Checksum 6d28246354bb: Download complete 446f83f14b23: Pull complete b6c11e354822: Pull complete 51da274d9a01: Pull complete 0bf6f74ba3b4: Pull complete 79a2c0ac5896: Pull complete 6ca7b53f16fc: Pull complete 03d80f0cbb54: Pull complete 6d28246354bb: Pull complete 82e14b4b5501: Pull complete Digest: sha256:beb232065ad03c22f5b2387a91541cc88f4b18954504a58ab8b8d6ffda4a3c13 Status: Downloaded newer image for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_0_2_8-1 Building test container opensdn-test-test:master-2_0_2_8-1 (sudo docker build --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-2_0_2_8-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --network host --build-arg SKU=train --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --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 opensdn-test-test:master-2_0_2_8-1 -f docker/Dockerfile.nofromargs .) Sending build context to Docker daemon 35.93 MB Step 1/17 : ARG CONTRAIL_REGISTRY Step 2/17 : ARG CONTRAIL_CONTAINER_TAG Step 3/17 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> 9d0f38145d96 Step 4/17 : ARG PIP_REPOSITORY ---> Running in 36bee1e162fc ---> Removed intermediate container 36bee1e162fc ---> 61a4c8729692 Step 5/17 : ARG SITE_MIRROR ---> Running in 1a5b3eb60fa1 ---> Removed intermediate container 1a5b3eb60fa1 ---> ec29fe5b3435 Step 6/17 : ARG YUM_ENABLE_REPOS="" ---> Running in 6a2daf17bbdb ---> Removed intermediate container 6a2daf17bbdb ---> 87fc0ab13e66 Step 7/17 : ARG SKU=ocata ---> Running in 460f835ae291 ---> Removed intermediate container 460f835ae291 ---> 65c4d994bfd1 Step 8/17 : ARG OPENSTACK_REPO ---> Running in 922a81eeead5 ---> Removed intermediate container 922a81eeead5 ---> 10c345fc033d Step 9/17 : ARG CONTRAIL_REPO ---> Running in 4eb2d3137284 ---> Removed intermediate container 4eb2d3137284 ---> 4d37de12ed16 Step 10/17 : ARG DOCKERFILE_DIR ---> Running in 3a3580846644 ---> Removed intermediate container 3a3580846644 ---> f9b93e5b8893 Step 11/17 : COPY $DOCKERFILE_DIR/*requirements*.txt $DOCKERFILE_DIR/entrypoint.sh / ---> 10fee57f8e5c Step 12/17 : RUN mkdir -p /contrail-test ---> Running in feccf8a97d66 ---> Removed intermediate container feccf8a97d66 ---> f554d4110e7c Step 13/17 : COPY ./ /contrail-test/ ---> c2f05dadef8f Step 14/17 : RUN set -e ; cat /etc/os-release; source /etc/os-release ; source /functions.sh ; if [[ "$ID" == 'rhel' && "$VERSION_ID" == '8.4' ]] ; then yum module enable -y javapackages-tools ; fi ; source /functions.sh ; (dnf repoquery --all --qf '%{nevra} from %{repoid}' contrail-lib || repoquery --all --qf '%{nevra} from %{repoid}' contrail-lib) ; yum update -y -x "redhat-release*" -x "coreutils*" ; yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; (dnf repoquery --all --qf '%{nevra} from %{repoid}' contrail-lib || repoquery --all --qf '%{nevra} from %{repoid}' contrail-lib) ; yum install -y unzip vim tcpdump ant git ipmitool patch bzip2 sudo ant-junit libXpm libXrender gtk2 GConf2 ; if [[ "$ID" == 'rocky' ]]; then yum install -y sshpass libffi-devel; update-crypto-policies --set LEGACY ; else SSHPASS_RPM_NAME=sshpass-1.06-9.el8.x86_64.rpm && download_package https://archives.fedoraproject.org pub/archive/epel/8.4/Everything/x86_64/Packages/s/${SSHPASS_RPM_NAME} ${SSHPASS_RPM_NAME} ; rpm -Uvh --nodeps --replacepkgs ${SSHPASS_RPM_NAME} ; fi && yum clean all -y ; rm -rf /var/cache/yum ; rm -rf /etc/yum.repos.d ; mkdir -p /etc/contrail/ ; touch /etc/contrail/vnc_api_lib.ini ; python3 -m pip install --no-compile -r /requirements_common.txt -r /requirements3.txt ; mkdir -p /contrail-test/images ---> Running in f669f156e7c3 NAME="Rocky Linux" VERSION="9.3 (Blue Onyx)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="9.3" PLATFORM_ID="platform:el9" PRETTY_NAME="Rocky Linux 9.3 (Blue Onyx)" ANSI_COLOR="0;32" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:rocky:rocky:9::baseos" HOME_URL="https://rockylinux.org/" BUG_REPORT_URL="https://bugs.rockylinux.org/" SUPPORT_END="2032-05-31" ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9" ROCKY_SUPPORT_PRODUCT_VERSION="9.3" REDHAT_SUPPORT_PRODUCT="Rocky Linux" REDHAT_SUPPORT_PRODUCT_VERSION="9.3" Contrail repo 17 MB/s | 148 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 75 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 67 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 48 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 769 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 679 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.8 MB/s | 64 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 116 MB/s | 30 MB 00:00 Third parties for OpenSDN 62 MB/s | 5.4 MB 00:00 Error: 'Package' object has no attribute 'nevra' /bin/sh: line 1: repoquery: command not found ERROR: Faild to build test container for train