INFO: Start build test container for train Waiting for base container master-8_8_1-4: Pulling from contrail-base 2d473b07cdd5: Already exists 958bba97b028: Pulling fs layer ef0d1384633a: Pulling fs layer 251960ffaed7: Pulling fs layer de7133accda6: Pulling fs layer 743c2e97d75e: Pulling fs layer 833b75d5f4c6: Pulling fs layer 27499fcf995f: Pulling fs layer de7133accda6: Waiting 743c2e97d75e: Waiting 833b75d5f4c6: Waiting 27499fcf995f: Waiting ce582a5453d8: Pulling fs layer ce582a5453d8: Waiting 251960ffaed7: Download complete ef0d1384633a: Verifying Checksum ef0d1384633a: Download complete 958bba97b028: Verifying Checksum 958bba97b028: Download complete de7133accda6: Verifying Checksum de7133accda6: Download complete 743c2e97d75e: Verifying Checksum 743c2e97d75e: Download complete 958bba97b028: Pull complete ef0d1384633a: Pull complete ce582a5453d8: Verifying Checksum ce582a5453d8: Download complete 251960ffaed7: Pull complete de7133accda6: Pull complete 743c2e97d75e: Pull complete 833b75d5f4c6: Verifying Checksum 833b75d5f4c6: Download complete 27499fcf995f: Verifying Checksum 27499fcf995f: Download complete 833b75d5f4c6: Pull complete 27499fcf995f: Pull complete ce582a5453d8: Pull complete Digest: sha256:411f4fd2c3d4b7199232e20da122c6309aea4b1d6e17949c94f4138045d449c1 Status: Downloaded newer image for nexus.gz1.opensdn.io:5101/contrail-base:master-8_8_1-4 Building test container contrail-test-test:master-8_8_1-4 (sudo docker build --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-8_8_1-4 --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-8_8_1-4 -f docker/Dockerfile.nofromargs .) Sending build context to Docker daemon 34.97 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} ---> 61e887eeed0f Step 4/17 : ARG SITE_MIRROR ---> Running in 40421eb095fc ---> Removed intermediate container 40421eb095fc ---> 8284df9186be Step 5/17 : ARG YUM_ENABLE_REPOS="" ---> Running in b370312d8374 ---> Removed intermediate container b370312d8374 ---> be9896f7a8f5 Step 6/17 : ARG SKU=ocata ---> Running in 4a4d3827637a ---> Removed intermediate container 4a4d3827637a ---> 7f3e2e25b593 Step 7/17 : ARG OPENSTACK_REPO ---> Running in da3fcf0c38fc ---> Removed intermediate container da3fcf0c38fc ---> 1bb4a2b31bf4 Step 8/17 : ARG CONTRAIL_REPO ---> Running in 9339d7c61331 ---> Removed intermediate container 9339d7c61331 ---> a0da6e8b25c7 Step 9/17 : ARG DOCKERFILE_DIR ---> Running in 8f412346dd3b ---> Removed intermediate container 8f412346dd3b ---> 422d11c9d36f Step 10/17 : COPY $DOCKERFILE_DIR/*requirements*.txt $DOCKERFILE_DIR/entrypoint.sh / ---> cfea9c8f92ce Step 11/17 : RUN mkdir -p /contrail-test ---> Running in 0d5f97a9c14d ---> Removed intermediate container 0d5f97a9c14d ---> 131e7a5e6abf Step 12/17 : COPY $DOCKERFILE_DIR/prepare_repos.sh /etc/yum.repos.d/ ---> 83ae5905bde0 Step 13/17 : COPY ./ /contrail-test/ ---> 06461ad5d72b Step 14/17 : RUN 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 && yum update -y -x "redhat-release*" -x "coreutils*" && yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && yum install -y unzip vim tcpdump ant git ipmitool patch bzip2 sudo ant-junit libXpm libXrender gtk2 GConf2 gcc-c++ && 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} && if [[ "$ID" == 'centos' ]] ; then yum remove -y python-ipaddress && python2 -m pip install ipaddress==1.0.23 ; fi && yum install -y python3-devel && /etc/yum.repos.d/prepare_repos.sh && yum install -y python3-contrail && python2 -m pip install -r /requirements.txt -r /requirements_common.txt && python3 -m pip install -r /requirements_common.txt -r /requirements3.txt && yum clean all -y && rm -rf /var/cache/yum && rm -rf /etc/yum.repos.d && mkdir -p /contrail-test/images ---> Running in 1680285b8c36 Loaded plugins: fastestmirror, ovl Determining fastest mirrors No packages marked for update Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile No Packages marked for minimal Update Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Package gcc-c++-4.8.5-44.el7.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed --> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64 --> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: GConf2-3.2.6-8.el7.x86_64 ---> Package ant.noarch 0:1.9.4-2.el7 will be installed --> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.4-2.el7.noarch --> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.4-2.el7.noarch --> Processing Dependency: xml-commons-apis for package: ant-1.9.4-2.el7.noarch --> Processing Dependency: xerces-j2 for package: ant-1.9.4-2.el7.noarch --> Processing Dependency: jpackage-utils for package: ant-1.9.4-2.el7.noarch ---> Package ant-junit.noarch 0:1.9.4-2.el7 will be installed --> Processing Dependency: xalan-j2 for package: ant-junit-1.9.4-2.el7.noarch --> Processing Dependency: junit for package: ant-junit-1.9.4-2.el7.noarch ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed ---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-25.el7_9.x86_64 ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed --> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libfreetype.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libfontconfig.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXext.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libX11.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 ---> Package ipmitool.x86_64 0:1.8.18-11.el7_9 will be installed --> Processing Dependency: systemd-sysv for package: ipmitool-1.8.18-11.el7_9.x86_64 --> Processing Dependency: OpenIPMI-modalias for package: ipmitool-1.8.18-11.el7_9.x86_64 ---> Package libXpm.x86_64 0:3.5.12-2.el7_9 will be installed ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package sudo.x86_64 0:1.8.23-10.el7_9.3 will be installed ---> Package tcpdump.x86_64 14:4.9.2-4.el7_7.1 will be installed ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed ---> Package vim-enhanced.x86_64 2:7.4.629-8.el7_9 will be installed --> Processing Dependency: vim-common = 2:7.4.629-8.el7_9 for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64 --> Processing Dependency: which for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64 --> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64 --> Running transaction check ---> Package OpenIPMI-modalias.x86_64 0:2.0.27-1.el7 will be installed --> Processing Dependency: OpenIPMI for package: OpenIPMI-modalias-2.0.27-1.el7.x86_64 ---> Package atk.x86_64 0:2.28.1-2.el7 will be installed ---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libpng15.so.15()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 ---> Package cups-libs.x86_64 1:1.6.3-52.el7_9 will be installed --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-52.el7_9.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-52.el7_9.x86_64 ---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64 --> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64 ---> Package freetype.x86_64 0:2.8-14.el7_9.1 will be installed ---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 --> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 ---> Package gpm-libs.x86_64 0:1.20.7-6.el7 will be installed ---> Package gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 will be installed ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed ---> Package java-1.8.0-openjdk-devel.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed --> Processing Dependency: java-1.8.0-openjdk(x86-64) = 1:1.8.0.402.b06-1.el7_9 for package: 1:java-1.8.0-openjdk-devel-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-devel-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-devel-1.8.0.402.b06-1.el7_9.x86_64 ---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed --> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch ---> Package junit.noarch 0:4.11-8.el7 will be installed --> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch --> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch ---> Package libX11.x86_64 0:1.6.7-4.el7_9 will be installed --> Processing Dependency: libX11-common >= 1.6.7-4.el7_9 for package: libX11-1.6.7-4.el7_9.x86_64 ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed ---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed ---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64 ---> Package openssh-clients.x86_64 0:7.4p1-23.el7_9 will be installed --> Processing Dependency: openssh = 7.4p1-23.el7_9 for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 ---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package polkit.x86_64 0:0.112-26.el7_9.1 will be installed --> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-26.el7_9.1.x86_64 --> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-26.el7_9.1.x86_64 --> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-26.el7_9.1.x86_64 ---> Package psmisc.x86_64 0:22.20-17.el7 will be installed ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed ---> Package systemd-sysv.x86_64 0:219-78.el7_9.9 will be installed ---> Package vim-common.x86_64 2:7.4.629-8.el7_9 will be installed --> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.629-8.el7_9.x86_64 ---> Package which.x86_64 0:2.20-7.el7 will be installed ---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed ---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed --> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch --> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch ---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed --> Running transaction check ---> Package OpenIPMI.x86_64 0:2.0.27-1.el7 will be installed --> Processing Dependency: OpenIPMI-libs = 2.0.27-1.el7 for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libnetsnmp.so.31()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMIutils.so.0()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMIui.so.1()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMIglib.so.0()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMIcmdlang.so.0()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 --> Processing Dependency: libOpenIPMI.so.0()(64bit) for package: OpenIPMI-2.0.27-1.el7.x86_64 ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed ---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed --> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed ---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed ---> Package hamcrest.noarch 0:1.3-6.el7 will be installed --> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch --> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch ---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64 ---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed --> Processing Dependency: tzdata-java >= 2022g for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64 --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64 ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed ---> Package libX11-common.noarch 0:1.6.7-4.el7_9 will be installed ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed --> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 --> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 --> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 ---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed --> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 ---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed ---> Package libpng.x86_64 2:1.5.13-8.el7 will be installed ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed ---> Package libxcb.x86_64 0:1.13-1.el7 will be installed --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64 ---> Package mozjs17.x86_64 0:17.0.0-20.el7 will be installed ---> Package openssh.x86_64 0:7.4p1-23.el7_9 will be installed ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed ---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed ---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed ---> Package vim-filesystem.x86_64 2:7.4.629-8.el7_9 will be installed ---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed --> Running transaction check ---> Package OpenIPMI-libs.x86_64 0:2.0.27-1.el7 will be installed ---> Package alsa-lib.x86_64 0:1.1.8-1.el7 will be installed ---> Package copy-jdk-configs.noarch 0:3.3-11.el7_9 will be installed ---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed ---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed --> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 --> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed ---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed ---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed ---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed ---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed --> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 ---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64 ---> Package net-snmp-libs.x86_64 1:5.7.2-49.el7_9.4 will be installed ---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed ---> Package qdox.noarch 0:1.12.1-10.el7 will be installed ---> Package tzdata-java.noarch 0:2024a-1.el7 will be installed ---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch --> Running transaction check ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed ---> Package libdrm.x86_64 0:2.4.97-2.el7 will be installed --> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.97-2.el7.x86_64 ---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed ---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed ---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed ---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed ---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64 --> Running transaction check ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed ---> Package libpciaccess.x86_64 0:0.14-1.el7 will be installed --> Processing Dependency: hwdata for package: libpciaccess-0.14-1.el7.x86_64 --> Running transaction check ---> Package hwdata.x86_64 0:0.252-9.7.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: GConf2 x86_64 3.2.6-8.el7 tf-mirrors.ci_repos_yum7-base 1.0 M ant noarch 1.9.4-2.el7 tf-mirrors.ci_repos_yum7-base 2.0 M ant-junit noarch 1.9.4-2.el7 tf-mirrors.ci_repos_yum7-base 145 k bzip2 x86_64 1.0.6-13.el7 tf-mirrors.ci_repos_yum7-base 52 k git x86_64 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 4.4 M gtk2 x86_64 2.24.31-1.el7 tf-mirrors.ci_repos_yum7-base 3.4 M ipmitool x86_64 1.8.18-11.el7_9 tf-mirrors.ci_repos_yum7-updates 442 k libXpm x86_64 3.5.12-2.el7_9 tf-mirrors.ci_repos_yum7-updates 56 k libXrender x86_64 0.9.10-1.el7 tf-mirrors.ci_repos_yum7-base 26 k patch x86_64 2.7.1-12.el7_7 tf-mirrors.ci_repos_yum7-base 111 k sudo x86_64 1.8.23-10.el7_9.3 tf-mirrors.ci_repos_yum7-updates 844 k tcpdump x86_64 14:4.9.2-4.el7_7.1 tf-mirrors.ci_repos_yum7-base 422 k unzip x86_64 6.0-24.el7_9 tf-mirrors.ci_repos_yum7-updates 172 k vim-enhanced x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M Installing for dependencies: OpenIPMI x86_64 2.0.27-1.el7 tf-mirrors.ci_repos_yum7-base 243 k OpenIPMI-libs x86_64 2.0.27-1.el7 tf-mirrors.ci_repos_yum7-base 523 k OpenIPMI-modalias x86_64 2.0.27-1.el7 tf-mirrors.ci_repos_yum7-base 16 k alsa-lib x86_64 1.1.8-1.el7 tf-mirrors.ci_repos_yum7-base 425 k atk x86_64 2.28.1-2.el7 tf-mirrors.ci_repos_yum7-base 263 k avahi-libs x86_64 0.6.31-20.el7 tf-mirrors.ci_repos_yum7-base 62 k cairo x86_64 1.15.12-4.el7 tf-mirrors.ci_repos_yum7-base 741 k copy-jdk-configs noarch 3.3-11.el7_9 tf-mirrors.ci_repos_yum7-updates 22 k cups-libs x86_64 1:1.6.3-52.el7_9 tf-mirrors.ci_repos_yum7-updates 359 k dejavu-fonts-common noarch 2.33-6.el7 tf-mirrors.ci_repos_yum7-base 64 k dejavu-sans-fonts noarch 2.33-6.el7 tf-mirrors.ci_repos_yum7-base 1.4 M easymock2 noarch 2.5.2-12.el7 tf-mirrors.ci_repos_yum7-base 92 k fipscheck x86_64 1.4.1-6.el7 tf-mirrors.ci_repos_yum7-base 21 k fipscheck-lib x86_64 1.4.1-6.el7 tf-mirrors.ci_repos_yum7-base 11 k fontconfig x86_64 2.13.0-4.3.el7 tf-mirrors.ci_repos_yum7-base 254 k fontpackages-filesystem noarch 1.44-8.el7 tf-mirrors.ci_repos_yum7-base 9.9 k freetype x86_64 2.8-14.el7_9.1 tf-mirrors.ci_repos_yum7-updates 380 k fribidi x86_64 1.0.2-1.el7_7.1 tf-mirrors.ci_repos_yum7-base 79 k gdk-pixbuf2 x86_64 2.36.12-3.el7 tf-mirrors.ci_repos_yum7-base 570 k giflib x86_64 4.1.6-9.el7 tf-mirrors.ci_repos_yum7-base 40 k gpm-libs x86_64 1.20.7-6.el7 tf-mirrors.ci_repos_yum7-base 32 k graphite2 x86_64 1.3.10-1.el7_3 tf-mirrors.ci_repos_yum7-base 115 k gtk-update-icon-cache x86_64 3.22.30-8.el7_9 tf-mirrors.ci_repos_yum7-updates 27 k hamcrest noarch 1.3-6.el7 tf-mirrors.ci_repos_yum7-base 124 k harfbuzz x86_64 1.7.5-2.el7 tf-mirrors.ci_repos_yum7-base 267 k hicolor-icon-theme noarch 0.12-7.el7 tf-mirrors.ci_repos_yum7-base 42 k hwdata x86_64 0.252-9.7.el7 tf-mirrors.ci_repos_yum7-base 2.5 M jasper-libs x86_64 1.900.1-33.el7 tf-mirrors.ci_repos_yum7-base 150 k java-1.8.0-openjdk x86_64 1:1.8.0.402.b06-1.el7_9 tf-mirrors.ci_repos_yum7-updates 320 k java-1.8.0-openjdk-devel x86_64 1:1.8.0.402.b06-1.el7_9 tf-mirrors.ci_repos_yum7-updates 9.9 M java-1.8.0-openjdk-headless x86_64 1:1.8.0.402.b06-1.el7_9 tf-mirrors.ci_repos_yum7-updates 33 M javapackages-tools noarch 3.4.1-11.el7 tf-mirrors.ci_repos_yum7-base 73 k jbigkit-libs x86_64 2.0-11.el7 tf-mirrors.ci_repos_yum7-base 46 k junit noarch 4.11-8.el7 tf-mirrors.ci_repos_yum7-base 261 k libICE x86_64 1.0.9-9.el7 tf-mirrors.ci_repos_yum7-base 66 k libSM x86_64 1.2.2-2.el7 tf-mirrors.ci_repos_yum7-base 39 k libX11 x86_64 1.6.7-4.el7_9 tf-mirrors.ci_repos_yum7-updates 607 k libX11-common noarch 1.6.7-4.el7_9 tf-mirrors.ci_repos_yum7-updates 164 k libXau x86_64 1.0.8-2.1.el7 tf-mirrors.ci_repos_yum7-base 29 k libXcomposite x86_64 0.4.4-4.1.el7 tf-mirrors.ci_repos_yum7-base 22 k libXcursor x86_64 1.1.15-1.el7 tf-mirrors.ci_repos_yum7-base 30 k libXdamage x86_64 1.1.4-4.1.el7 tf-mirrors.ci_repos_yum7-base 20 k libXext x86_64 1.3.3-3.el7 tf-mirrors.ci_repos_yum7-base 39 k libXfixes x86_64 5.0.3-1.el7 tf-mirrors.ci_repos_yum7-base 18 k libXft x86_64 2.3.2-2.el7 tf-mirrors.ci_repos_yum7-base 58 k libXi x86_64 1.7.9-1.el7 tf-mirrors.ci_repos_yum7-base 40 k libXinerama x86_64 1.1.3-2.1.el7 tf-mirrors.ci_repos_yum7-base 14 k libXrandr x86_64 1.5.1-2.el7 tf-mirrors.ci_repos_yum7-base 27 k libXtst x86_64 1.2.3-1.el7 tf-mirrors.ci_repos_yum7-base 20 k libXxf86vm x86_64 1.1.4-1.el7 tf-mirrors.ci_repos_yum7-base 18 k libdrm x86_64 2.4.97-2.el7 tf-mirrors.ci_repos_yum7-base 151 k libedit x86_64 3.0-12.20121213cvs.el7 tf-mirrors.ci_repos_yum7-base 92 k libfontenc x86_64 1.1.3-3.el7 tf-mirrors.ci_repos_yum7-base 31 k libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 tf-mirrors.ci_repos_yum7-base 89 k libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 tf-mirrors.ci_repos_yum7-base 44 k libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 tf-mirrors.ci_repos_yum7-base 125 k libjpeg-turbo x86_64 1.2.90-8.el7 tf-mirrors.ci_repos_yum7-base 135 k libpciaccess x86_64 0.14-1.el7 tf-mirrors.ci_repos_yum7-base 26 k libpng x86_64 2:1.5.13-8.el7 tf-mirrors.ci_repos_yum7-base 213 k libthai x86_64 0.1.14-9.el7 tf-mirrors.ci_repos_yum7-base 187 k libtiff x86_64 4.0.3-35.el7 tf-mirrors.ci_repos_yum7-base 172 k libwayland-client x86_64 1.15.0-1.el7 tf-mirrors.ci_repos_yum7-base 33 k libwayland-server x86_64 1.15.0-1.el7 tf-mirrors.ci_repos_yum7-base 39 k libxcb x86_64 1.13-1.el7 tf-mirrors.ci_repos_yum7-base 214 k libxshmfence x86_64 1.2-1.el7 tf-mirrors.ci_repos_yum7-base 7.2 k lksctp-tools x86_64 1.0.17-2.el7 tf-mirrors.ci_repos_yum7-base 88 k mesa-libEGL x86_64 18.3.4-12.el7_9 tf-mirrors.ci_repos_yum7-updates 110 k mesa-libGL x86_64 18.3.4-12.el7_9 tf-mirrors.ci_repos_yum7-updates 166 k mesa-libgbm x86_64 18.3.4-12.el7_9 tf-mirrors.ci_repos_yum7-updates 39 k mesa-libglapi x86_64 18.3.4-12.el7_9 tf-mirrors.ci_repos_yum7-updates 46 k mozjs17 x86_64 17.0.0-20.el7 tf-mirrors.ci_repos_yum7-base 1.4 M net-snmp-libs x86_64 1:5.7.2-49.el7_9.4 tf-mirrors.ci_repos_yum7-updates 752 k openssh x86_64 7.4p1-23.el7_9 tf-mirrors.ci_repos_yum7-updates 510 k openssh-clients x86_64 7.4p1-23.el7_9 tf-mirrors.ci_repos_yum7-updates 655 k pango x86_64 1.42.4-4.el7_7 tf-mirrors.ci_repos_yum7-base 280 k pcsc-lite-libs x86_64 1.8.8-8.el7 tf-mirrors.ci_repos_yum7-base 34 k perl-Error noarch 1:0.17020-2.el7 tf-mirrors.ci_repos_yum7-base 32 k perl-Git noarch 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 56 k perl-TermReadKey x86_64 2.30-20.el7 tf-mirrors.ci_repos_yum7-base 31 k pixman x86_64 0.34.0-1.el7 tf-mirrors.ci_repos_yum7-base 248 k polkit x86_64 0.112-26.el7_9.1 tf-mirrors.ci_repos_yum7-updates 170 k polkit-pkla-compat x86_64 0.1-4.el7 tf-mirrors.ci_repos_yum7-base 39 k psmisc x86_64 22.20-17.el7 tf-mirrors.ci_repos_yum7-base 141 k python-javapackages noarch 3.4.1-11.el7 tf-mirrors.ci_repos_yum7-base 31 k qdox noarch 1.12.1-10.el7 tf-mirrors.ci_repos_yum7-base 170 k rsync x86_64 3.1.2-12.el7_9 tf-mirrors.ci_repos_yum7-updates 408 k systemd-sysv x86_64 219-78.el7_9.9 tf-mirrors.ci_repos_yum7-updates 98 k ttmkfdir x86_64 3.0.9-42.el7 tf-mirrors.ci_repos_yum7-base 48 k tzdata-java noarch 2024a-1.el7 tf-mirrors.ci_repos_yum7-updates 187 k vim-common x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 5.9 M vim-filesystem x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 11 k which x86_64 2.20-7.el7 tf-mirrors.ci_repos_yum7-base 41 k xalan-j2 noarch 2.7.1-23.el7 tf-mirrors.ci_repos_yum7-base 1.9 M xerces-j2 noarch 2.11.0-17.el7_0 tf-mirrors.ci_repos_yum7-base 1.1 M xml-commons-apis noarch 1.4.01-16.el7 tf-mirrors.ci_repos_yum7-base 227 k xml-commons-resolver noarch 1.2-15.el7 tf-mirrors.ci_repos_yum7-base 108 k xorg-x11-font-utils x86_64 1:7.5-21.el7 tf-mirrors.ci_repos_yum7-base 104 k xorg-x11-fonts-Type1 noarch 7.5-9.el7 tf-mirrors.ci_repos_yum7-base 521 k Transaction Summary ================================================================================ Install 14 Packages (+98 Dependent packages) Total download size: 85 M Installed size: 290 M Downloading packages: -------------------------------------------------------------------------------- Total 14 MB/s | 85 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 1/112 Installing : 2:libpng-1.5.13-8.el7.x86_64 2/112 Installing : freetype-2.8-14.el7_9.1.x86_64 3/112 Installing : fipscheck-1.4.1-6.el7.x86_64 4/112 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 5/112 Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 6/112 Installing : 1:perl-Error-0.17020-2.el7.noarch 7/112 Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 8/112 Installing : systemd-sysv-219-78.el7_9.9.x86_64 9/112 Installing : libxshmfence-1.2-1.el7.x86_64 10/112 Installing : fontpackages-filesystem-1.44-8.el7.noarch 11/112 Installing : libICE-1.0.9-9.el7.x86_64 12/112 Installing : libwayland-server-1.15.0-1.el7.x86_64 13/112 Installing : libSM-1.2.2-2.el7.x86_64 14/112 Installing : dejavu-fonts-common-2.33-6.el7.noarch 15/112 Installing : dejavu-sans-fonts-2.33-6.el7.noarch 16/112 Installing : fontconfig-2.13.0-4.3.el7.x86_64 17/112 Installing : openssh-7.4p1-23.el7_9.x86_64 18/112 Installing : ttmkfdir-3.0.9-42.el7.x86_64 19/112 Installing : jasper-libs-1.900.1-33.el7.x86_64 20/112 Installing : libX11-common-1.6.7-4.el7_9.noarch 21/112 Installing : libfontenc-1.1.3-3.el7.x86_64 22/112 Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 23/112 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 24/112 Installing : copy-jdk-configs-3.3-11.el7_9.noarch 25/112 Installing : jbigkit-libs-2.0-11.el7.x86_64 26/112 Installing : libtiff-4.0.3-35.el7.x86_64 27/112 Installing : libthai-0.1.14-9.el7.x86_64 28/112 Installing : alsa-lib-1.1.8-1.el7.x86_64 29/112 Installing : fribidi-1.0.2-1.el7_7.1.x86_64 30/112 Installing : tzdata-java-2024a-1.el7.noarch 31/112 Installing : hicolor-icon-theme-0.12-7.el7.noarch 32/112 Installing : which-2.20-7.el7.x86_64 33/112 install-info: No such file or directory for /usr/share/info/which.info.gz Installing : avahi-libs-0.6.31-20.el7.x86_64 34/112 Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 35/112 Installing : psmisc-22.20-17.el7.x86_64 36/112 Installing : atk-2.28.1-2.el7.x86_64 37/112 Installing : mozjs17-17.0.0-20.el7.x86_64 38/112 Installing : polkit-0.112-26.el7_9.1.x86_64 39/112 Installing : polkit-pkla-compat-0.1-4.el7.x86_64 40/112 Installing : graphite2-1.3.10-1.el7_3.x86_64 41/112 Installing : harfbuzz-1.7.5-2.el7.x86_64 42/112 Installing : 2:vim-filesystem-7.4.629-8.el7_9.x86_64 43/112 Installing : 2:vim-common-7.4.629-8.el7_9.x86_64 44/112 Installing : 1:net-snmp-libs-5.7.2-49.el7_9.4.x86_64 45/112 Installing : OpenIPMI-2.0.27-1.el7.x86_64 46/112 Installing : OpenIPMI-modalias-2.0.27-1.el7.x86_64 47/112 Installing : OpenIPMI-libs-2.0.27-1.el7.x86_64 48/112 Installing : hwdata-0.252-9.7.el7.x86_64 49/112 Installing : libpciaccess-0.14-1.el7.x86_64 50/112 Installing : libdrm-2.4.97-2.el7.x86_64 51/112 Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 52/112 Installing : gpm-libs-1.20.7-6.el7.x86_64 53/112 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 54/112 Installing : openssh-clients-7.4p1-23.el7_9.x86_64 55/112 Installing : libXau-1.0.8-2.1.el7.x86_64 56/112 Installing : libxcb-1.13-1.el7.x86_64 57/112 Installing : libX11-1.6.7-4.el7_9.x86_64 58/112 Installing : libXext-1.3.3-3.el7.x86_64 59/112 Installing : libXrender-0.9.10-1.el7.x86_64 60/112 Installing : libXfixes-5.0.3-1.el7.x86_64 61/112 Installing : libXi-1.7.9-1.el7.x86_64 62/112 Installing : libXdamage-1.1.4-4.1.el7.x86_64 63/112 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 64/112 Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 65/112 Installing : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 66/112 Installing : libXtst-1.2.3-1.el7.x86_64 67/112 Installing : libXcursor-1.1.15-1.el7.x86_64 68/112 Installing : libXrandr-1.5.1-2.el7.x86_64 69/112 Installing : libXft-2.3.2-2.el7.x86_64 70/112 Installing : libXinerama-1.1.3-2.1.el7.x86_64 71/112 Installing : libXxf86vm-1.1.4-1.el7.x86_64 72/112 Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 73/112 Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 74/112 Installing : giflib-4.1.6-9.el7.x86_64 75/112 Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 76/112 Installing : pixman-0.34.0-1.el7.x86_64 77/112 Installing : lksctp-tools-1.0.17-2.el7.x86_64 78/112 Installing : python-javapackages-3.4.1-11.el7.noarch 79/112 Installing : javapackages-tools-3.4.1-11.el7.noarch 80/112 Installing : 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x8 81/112 Installing : perl-TermReadKey-2.30-20.el7.x86_64 82/112 Installing : libwayland-client-1.15.0-1.el7.x86_64 83/112 Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 84/112 Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 85/112 Installing : cairo-1.15.12-4.el7.x86_64 86/112 Installing : pango-1.42.4-4.el7_7.x86_64 87/112 Installing : gtk2-2.24.31-1.el7.x86_64 88/112 Installing : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 89/112 Installing : xml-commons-apis-1.4.01-16.el7.noarch 90/112 Installing : xml-commons-resolver-1.2-15.el7.noarch 91/112 Installing : xalan-j2-2.7.1-23.el7.noarch 92/112 Installing : xerces-j2-2.11.0-17.el7_0.noarch 93/112 Installing : easymock2-2.5.2-12.el7.noarch 94/112 Installing : qdox-1.12.1-10.el7.noarch 95/112 Installing : hamcrest-1.3-6.el7.noarch 96/112 Installing : junit-4.11-8.el7.noarch 97/112 Installing : 1:java-1.8.0-openjdk-devel-1.8.0.402.b06-1.el7_9.x86_6 98/112 Installing : ant-1.9.4-2.el7.noarch 99/112 Installing : rsync-3.1.2-12.el7_9.x86_64 100/112 Installing : perl-Git-1.8.3.1-25.el7_9.noarch 101/112 Installing : git-1.8.3.1-25.el7_9.x86_64 102/112 Installing : ant-junit-1.9.4-2.el7.noarch 103/112 Installing : libXpm-3.5.12-2.el7_9.x86_64 104/112 Installing : 2:vim-enhanced-7.4.629-8.el7_9.x86_64 105/112 Installing : ipmitool-1.8.18-11.el7_9.x86_64 106/112 Installing : GConf2-3.2.6-8.el7.x86_64 107/112 Installing : patch-2.7.1-12.el7_7.x86_64 108/112 Installing : unzip-6.0-24.el7_9.x86_64 109/112 Installing : bzip2-1.0.6-13.el7.x86_64 110/112 Installing : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 111/112 Installing : sudo-1.8.23-10.el7_9.3.x86_64 112/112 WARNING: ipmi_devintf module isn't available. WARNING: ipmi_msghandler module isn't available. Verifying : libXext-1.3.3-3.el7.x86_64 1/112 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 2/112 Verifying : libXi-1.7.9-1.el7.x86_64 3/112 Verifying : rsync-3.1.2-12.el7_9.x86_64 4/112 Verifying : libXrender-0.9.10-1.el7.x86_64 5/112 Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 6/112 Verifying : libwayland-server-1.15.0-1.el7.x86_64 7/112 Verifying : libXpm-3.5.12-2.el7_9.x86_64 8/112 Verifying : junit-4.11-8.el7.noarch 9/112 Verifying : OpenIPMI-modalias-2.0.27-1.el7.x86_64 10/112 Verifying : libwayland-client-1.15.0-1.el7.x86_64 11/112 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 12/112 Verifying : python-javapackages-3.4.1-11.el7.noarch 13/112 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 14/112 Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x8 15/112 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 16/112 Verifying : lksctp-tools-1.0.17-2.el7.x86_64 17/112 Verifying : pixman-0.34.0-1.el7.x86_64 18/112 Verifying : openssh-7.4p1-23.el7_9.x86_64 19/112 Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 20/112 Verifying : sudo-1.8.23-10.el7_9.3.x86_64 21/112 Verifying : fipscheck-1.4.1-6.el7.x86_64 22/112 Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 23/112 Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 24/112 Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 25/112 Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 26/112 Verifying : libXau-1.0.8-2.1.el7.x86_64 27/112 Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 28/112 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 29/112 Verifying : gpm-libs-1.20.7-6.el7.x86_64 30/112 Verifying : freetype-2.8-14.el7_9.1.x86_64 31/112 Verifying : ant-junit-1.9.4-2.el7.noarch 32/112 Verifying : libpciaccess-0.14-1.el7.x86_64 33/112 Verifying : libICE-1.0.9-9.el7.x86_64 34/112 Verifying : giflib-4.1.6-9.el7.x86_64 35/112 Verifying : hwdata-0.252-9.7.el7.x86_64 36/112 Verifying : 1:net-snmp-libs-5.7.2-49.el7_9.4.x86_64 37/112 Verifying : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 38/112 Verifying : bzip2-1.0.6-13.el7.x86_64 39/112 Verifying : 2:vim-filesystem-7.4.629-8.el7_9.x86_64 40/112 Verifying : git-1.8.3.1-25.el7_9.x86_64 41/112 Verifying : libXtst-1.2.3-1.el7.x86_64 42/112 Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 43/112 Verifying : ant-1.9.4-2.el7.noarch 44/112 Verifying : javapackages-tools-3.4.1-11.el7.noarch 45/112 Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 46/112 Verifying : jasper-libs-1.900.1-33.el7.x86_64 47/112 Verifying : graphite2-1.3.10-1.el7_3.x86_64 48/112 Verifying : mozjs17-17.0.0-20.el7.x86_64 49/112 Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 50/112 Verifying : atk-2.28.1-2.el7.x86_64 51/112 Verifying : psmisc-22.20-17.el7.x86_64 52/112 Verifying : avahi-libs-0.6.31-20.el7.x86_64 53/112 Verifying : which-2.20-7.el7.x86_64 54/112 Verifying : fontconfig-2.13.0-4.3.el7.x86_64 55/112 Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 56/112 Verifying : 2:vim-common-7.4.629-8.el7_9.x86_64 57/112 Verifying : easymock2-2.5.2-12.el7.noarch 58/112 Verifying : libXcursor-1.1.15-1.el7.x86_64 59/112 Verifying : unzip-6.0-24.el7_9.x86_64 60/112 Verifying : 1:java-1.8.0-openjdk-devel-1.8.0.402.b06-1.el7_9.x86_6 61/112 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 62/112 Verifying : ttmkfdir-3.0.9-42.el7.x86_64 63/112 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 64/112 Verifying : tzdata-java-2024a-1.el7.noarch 65/112 Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 66/112 Verifying : pango-1.42.4-4.el7_7.x86_64 67/112 Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 68/112 Verifying : libdrm-2.4.97-2.el7.x86_64 69/112 Verifying : patch-2.7.1-12.el7_7.x86_64 70/112 Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 71/112 Verifying : harfbuzz-1.7.5-2.el7.x86_64 72/112 Verifying : libXrandr-1.5.1-2.el7.x86_64 73/112 Verifying : 2:libpng-1.5.13-8.el7.x86_64 74/112 Verifying : xalan-j2-2.7.1-23.el7.noarch 75/112 Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 76/112 Verifying : libxshmfence-1.2-1.el7.x86_64 77/112 Verifying : ipmitool-1.8.18-11.el7_9.x86_64 78/112 Verifying : libSM-1.2.2-2.el7.x86_64 79/112 Verifying : libX11-1.6.7-4.el7_9.x86_64 80/112 Verifying : qdox-1.12.1-10.el7.noarch 81/112 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 82/112 Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 83/112 Verifying : systemd-sysv-219-78.el7_9.9.x86_64 84/112 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 85/112 Verifying : OpenIPMI-2.0.27-1.el7.x86_64 86/112 Verifying : libXxf86vm-1.1.4-1.el7.x86_64 87/112 Verifying : 2:vim-enhanced-7.4.629-8.el7_9.x86_64 88/112 Verifying : openssh-clients-7.4p1-23.el7_9.x86_64 89/112 Verifying : gtk2-2.24.31-1.el7.x86_64 90/112 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 91/112 Verifying : alsa-lib-1.1.8-1.el7.x86_64 92/112 Verifying : libtiff-4.0.3-35.el7.x86_64 93/112 Verifying : dejavu-fonts-common-2.33-6.el7.noarch 94/112 Verifying : libthai-0.1.14-9.el7.x86_64 95/112 Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 96/112 Verifying : libxcb-1.13-1.el7.x86_64 97/112 Verifying : libXft-2.3.2-2.el7.x86_64 98/112 Verifying : hamcrest-1.3-6.el7.noarch 99/112 Verifying : xml-commons-resolver-1.2-15.el7.noarch 100/112 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 101/112 Verifying : 1:perl-Error-0.17020-2.el7.noarch 102/112 Verifying : libXfixes-5.0.3-1.el7.x86_64 103/112 Verifying : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 104/112 Verifying : jbigkit-libs-2.0-11.el7.x86_64 105/112 Verifying : cairo-1.15.12-4.el7.x86_64 106/112 Verifying : GConf2-3.2.6-8.el7.x86_64 107/112 Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 108/112 Verifying : OpenIPMI-libs-2.0.27-1.el7.x86_64 109/112 Verifying : libfontenc-1.1.3-3.el7.x86_64 110/112 Verifying : polkit-0.112-26.el7_9.1.x86_64 111/112 Verifying : libX11-common-1.6.7-4.el7_9.noarch 112/112 Installed: GConf2.x86_64 0:3.2.6-8.el7 ant.noarch 0:1.9.4-2.el7 ant-junit.noarch 0:1.9.4-2.el7 bzip2.x86_64 0:1.0.6-13.el7 git.x86_64 0:1.8.3.1-25.el7_9 gtk2.x86_64 0:2.24.31-1.el7 ipmitool.x86_64 0:1.8.18-11.el7_9 libXpm.x86_64 0:3.5.12-2.el7_9 libXrender.x86_64 0:0.9.10-1.el7 patch.x86_64 0:2.7.1-12.el7_7 sudo.x86_64 0:1.8.23-10.el7_9.3 tcpdump.x86_64 14:4.9.2-4.el7_7.1 unzip.x86_64 0:6.0-24.el7_9 vim-enhanced.x86_64 2:7.4.629-8.el7_9 Dependency Installed: OpenIPMI.x86_64 0:2.0.27-1.el7 OpenIPMI-libs.x86_64 0:2.0.27-1.el7 OpenIPMI-modalias.x86_64 0:2.0.27-1.el7 alsa-lib.x86_64 0:1.1.8-1.el7 atk.x86_64 0:2.28.1-2.el7 avahi-libs.x86_64 0:0.6.31-20.el7 cairo.x86_64 0:1.15.12-4.el7 copy-jdk-configs.noarch 0:3.3-11.el7_9 cups-libs.x86_64 1:1.6.3-52.el7_9 dejavu-fonts-common.noarch 0:2.33-6.el7 dejavu-sans-fonts.noarch 0:2.33-6.el7 easymock2.noarch 0:2.5.2-12.el7 fipscheck.x86_64 0:1.4.1-6.el7 fipscheck-lib.x86_64 0:1.4.1-6.el7 fontconfig.x86_64 0:2.13.0-4.3.el7 fontpackages-filesystem.noarch 0:1.44-8.el7 freetype.x86_64 0:2.8-14.el7_9.1 fribidi.x86_64 0:1.0.2-1.el7_7.1 gdk-pixbuf2.x86_64 0:2.36.12-3.el7 giflib.x86_64 0:4.1.6-9.el7 gpm-libs.x86_64 0:1.20.7-6.el7 graphite2.x86_64 0:1.3.10-1.el7_3 gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 hamcrest.noarch 0:1.3-6.el7 harfbuzz.x86_64 0:1.7.5-2.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 hwdata.x86_64 0:0.252-9.7.el7 jasper-libs.x86_64 0:1.900.1-33.el7 java-1.8.0-openjdk.x86_64 1:1.8.0.402.b06-1.el7_9 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.402.b06-1.el7_9 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.el7_9 javapackages-tools.noarch 0:3.4.1-11.el7 jbigkit-libs.x86_64 0:2.0-11.el7 junit.noarch 0:4.11-8.el7 libICE.x86_64 0:1.0.9-9.el7 libSM.x86_64 0:1.2.2-2.el7 libX11.x86_64 0:1.6.7-4.el7_9 libX11-common.noarch 0:1.6.7-4.el7_9 libXau.x86_64 0:1.0.8-2.1.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7 libXcursor.x86_64 0:1.1.15-1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7 libXext.x86_64 0:1.3.3-3.el7 libXfixes.x86_64 0:5.0.3-1.el7 libXft.x86_64 0:2.3.2-2.el7 libXi.x86_64 0:1.7.9-1.el7 libXinerama.x86_64 0:1.1.3-2.1.el7 libXrandr.x86_64 0:1.5.1-2.el7 libXtst.x86_64 0:1.2.3-1.el7 libXxf86vm.x86_64 0:1.1.4-1.el7 libdrm.x86_64 0:2.4.97-2.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 libfontenc.x86_64 0:1.1.3-3.el7 libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libjpeg-turbo.x86_64 0:1.2.90-8.el7 libpciaccess.x86_64 0:0.14-1.el7 libpng.x86_64 2:1.5.13-8.el7 libthai.x86_64 0:0.1.14-9.el7 libtiff.x86_64 0:4.0.3-35.el7 libwayland-client.x86_64 0:1.15.0-1.el7 libwayland-server.x86_64 0:1.15.0-1.el7 libxcb.x86_64 0:1.13-1.el7 libxshmfence.x86_64 0:1.2-1.el7 lksctp-tools.x86_64 0:1.0.17-2.el7 mesa-libEGL.x86_64 0:18.3.4-12.el7_9 mesa-libGL.x86_64 0:18.3.4-12.el7_9 mesa-libgbm.x86_64 0:18.3.4-12.el7_9 mesa-libglapi.x86_64 0:18.3.4-12.el7_9 mozjs17.x86_64 0:17.0.0-20.el7 net-snmp-libs.x86_64 1:5.7.2-49.el7_9.4 openssh.x86_64 0:7.4p1-23.el7_9 openssh-clients.x86_64 0:7.4p1-23.el7_9 pango.x86_64 0:1.42.4-4.el7_7 pcsc-lite-libs.x86_64 0:1.8.8-8.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Git.noarch 0:1.8.3.1-25.el7_9 perl-TermReadKey.x86_64 0:2.30-20.el7 pixman.x86_64 0:0.34.0-1.el7 polkit.x86_64 0:0.112-26.el7_9.1 polkit-pkla-compat.x86_64 0:0.1-4.el7 psmisc.x86_64 0:22.20-17.el7 python-javapackages.noarch 0:3.4.1-11.el7 qdox.noarch 0:1.12.1-10.el7 rsync.x86_64 0:3.1.2-12.el7_9 systemd-sysv.x86_64 0:219-78.el7_9.9 ttmkfdir.x86_64 0:3.0.9-42.el7 tzdata-java.noarch 0:2024a-1.el7 vim-common.x86_64 2:7.4.629-8.el7_9 vim-filesystem.x86_64 2:7.4.629-8.el7_9 which.x86_64 0:2.20-7.el7 xalan-j2.noarch 0:2.7.1-23.el7 xerces-j2.noarch 0:2.11.0-17.el7_0 xml-commons-apis.noarch 0:1.4.01-16.el7 xml-commons-resolver.noarch 0:1.2-15.el7 xorg-x11-font-utils.x86_64 1:7.5-21.el7 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 Complete! 2024-08-26 21:05:21 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/pub/archive/epel/8.4/Everything/x86_64/Packages/s/sshpass-1.06-9.el8.x86_64.rpm [28064/28064] -> "sshpass-1.06-9.el8.x86_64.rpm" [1] warning: sshpass-1.06-9.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY Preparing... ######################################## Updating / installing... sshpass-1.06-9.el8 ######################################## Loaded plugins: fastestmirror, ovl Resolving Dependencies --> Running transaction check ---> Package python2-ipaddress.noarch 0:1.0.18-5.el7 will be erased --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch --> Processing Dependency: python2-ipaddress for package: python2-urllib3-1.24.1-3.el7.noarch --> Running transaction check ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be erased ---> Package python2-urllib3.noarch 0:1.24.1-3.el7 will be erased --> Processing Dependency: python2-urllib3 >= 1.21.1 for package: python2-requests-2.21.0-3.el7.noarch --> Running transaction check ---> Package python2-requests.noarch 0:2.21.0-3.el7 will be erased --> Processing Dependency: python2-requests >= 2.20.0 for package: contrail-utils-master.8.8.1.4-master_8_8_1_4.el7.x86_64 --> Running transaction check ---> Package contrail-utils.x86_64 0:master.8.8.1.4-master_8_8_1_4.el7 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: python2-ipaddress noarch 1.0.18-5.el7 @contrail-tpc 228 k Removing for dependencies: contrail-utils x86_64 master.8.8.1.4-master_8_8_1_4.el7 @contrail 40 k python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 @tf-mirrors.ci_repos_centos-openstack-queens 18 k python2-requests noarch 2.21.0-3.el7 @contrail-tpc 396 k python2-urllib3 noarch 1.24.1-3.el7 @contrail-tpc 649 k Transaction Summary ================================================================================ Remove 1 Package (+4 Dependent packages) Installed size: 1.3 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum.  Erasing : contrail-utils-master.8.8.1.4-master_8_8_1_4.el7.x86_64 1/5 Erasing : python2-requests-2.21.0-3.el7.noarch 2/5 Erasing : python2-urllib3-1.24.1-3.el7.noarch 3/5 Erasing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 4/5 Erasing : python2-ipaddress-1.0.18-5.el7.noarch 5/5 Verifying : python2-urllib3-1.24.1-3.el7.noarch 1/5 Verifying : python2-requests-2.21.0-3.el7.noarch 2/5 Verifying : python2-ipaddress-1.0.18-5.el7.noarch 3/5 Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 4/5 Verifying : contrail-utils-master.8.8.1.4-master_8_8_1_4.el7.x86_64 5/5 Removed: python2-ipaddress.noarch 0:1.0.18-5.el7 Dependency Removed: contrail-utils.x86_64 0:master.8.8.1.4-master_8_8_1_4.el7 python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 python2-requests.noarch 0:2.21.0-3.el7 python2-urllib3.noarch 0:1.24.1-3.el7 Complete! DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting ipaddress==1.0.23 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6e0/f4a39e66cb5bb/ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) Installing collected packages: ipaddress Successfully installed ipaddress-1.0.23 WARNING: You are using pip version 20.1; however, version 20.3.4 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command. Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Package python3-devel-3.6.8-21.el7_9.x86_64 already installed and latest version Nothing to do Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Package python3-contrail-master.8.8.1.4-master_8_8_1_4.el7.x86_64 already installed and latest version Nothing to do DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting adal==1.2.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fd1/7e5661f60634d/adal-1.2.2-py2.py3-none-any.whl (53 kB) Collecting bcrypt==3.1.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/763/669a367869786/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) Collecting cachetools==3.1.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/428/266a1c0d36dc5/cachetools-3.1.1-py2.py3-none-any.whl (11 kB) Collecting certifi==2019.11.28 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/017/c25db2a153ce5/certifi-2019.11.28-py2.py3-none-any.whl (156 kB) Collecting cffi==1.14.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cab/50b8c2250b46f/cffi-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl (387 kB) Requirement already satisfied: chardet==3.0.4 in /usr/lib/python2.7/site-packages (from -r /requirements.txt (line 6)) (3.0.4) Collecting configparser==4.0.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/254/c1d9c79f60c45/configparser-4.0.2-py2.py3-none-any.whl (22 kB) Collecting cryptography==3.3.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c73/90f9b2119b2b4/cryptography-3.3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.6 MB) Collecting dictdiffer==0.8.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d79/d9a39e459fe33/dictdiffer-0.8.1-py2.py3-none-any.whl (16 kB) Collecting discover==0.4.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/05c/3fa9199e57d4b/discover-0.4.0.tar.gz (8.6 kB) Collecting dpkt==1.9.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/52a/92ecd5ca04d5b/dpkt-1.9.2.tar.gz (125 kB) Collecting easyprocess==0.2.10 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0f6/2037295e5bdba/EasyProcess-0.2.10-py2.py3-none-any.whl (10 kB) Collecting enum34==1.1.10 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a98/a201d6de3f2ab/enum34-1.1.10-py2-none-any.whl (11 kB) Collecting future==0.18.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) Collecting google-auth==1.11.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/28a/848d47c55075a/google_auth-1.11.2-py2.py3-none-any.whl (76 kB) Collecting idna==2.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58 kB) Requirement already satisfied: ipaddress==1.0.23 in /usr/lib/python2.7/site-packages (from -r /requirements.txt (line 17)) (1.0.23) Collecting jinja2==2.11.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/03e/47ad063331dd6/Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting junos-eznc==2.3.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e37/41b8d7c267c58/junos_eznc-2.3.0-py2.py3-none-any.whl (190 kB) Collecting jxmlease==1.0.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c65/15c71295ba775/jxmlease-1.0.1-py2.py3-none-any.whl (37 kB) Collecting kubernetes==11.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1a2/472f8b01bc6aa/kubernetes-11.0.0.tar.gz (724 kB) Collecting lxml==4.6.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f33/d8efb42e4fc2b/lxml-4.6.5-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.5 MB) Collecting markupsafe==1.1.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43a/55c2930bbc139/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl (24 kB) Collecting ncclient==0.6.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3ab/58ee0d71069cb/ncclient-0.6.3.tar.gz (88 kB) Requirement already satisfied: netaddr==0.7.19 in /usr/lib/python2.7/site-packages (from -r /requirements.txt (line 25)) (0.7.19) Collecting oauthlib==3.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) Collecting paramiko==2.10.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f6c/bd3e1204abfdb/paramiko-2.10.1-py2.py3-none-any.whl (211 kB) Collecting pexpect==4.7.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/209/4eefdfcf37a1f/pexpect-4.7.0-py2.py3-none-any.whl (58 kB) Collecting pyasn1-modules==0.2.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting pyasn1==0.4.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pycparser==2.20 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting pyjwt==1.7.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) Collecting pynacl==1.3.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0d0/a8171a68edf51/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762 kB) Collecting python-dateutil==2.8.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting python-string-utils==0.6.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/05d/24a8d884b629b/python-string-utils-0.6.0.tar.gz (7.3 kB) Collecting pyvirtualdisplay==0.2.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cab/4ce130be34a9f/PyVirtualDisplay-0.2.5-py2.py3-none-any.whl (13 kB) Collecting pyvmomi==6.5.0.2017.5.post1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c28/292594281901e/pyvmomi-6.5.0.2017.5-1.tar.gz (252 kB) Collecting pyyaml==5.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5e7/ac4e0e79a5345/PyYAML-5.4-cp27-cp27mu-manylinux1_x86_64.whl (574 kB) Collecting remote-pdb==2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2a1/602ac1ec42e4c/remote_pdb-2.0.0-py2.py3-none-any.whl (6.0 kB) Collecting requests-oauthlib==1.3.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7f7/1572defaecd16/requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB) Collecting requests==2.23.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) Collecting rsa==4.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d11/1bb8b92767d68/rsa-4.3-py2.py3-none-any.whl (36 kB) Collecting ruamel.ordereddict==0.4.14 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/437/5a70d5d217069/ruamel.ordereddict-0.4.14-cp27-cp27mu-manylinux1_x86_64.whl (93 kB) Collecting ruamel.yaml.clib==0.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a0f/f786d2a7dbe55/ruamel.yaml.clib-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl (493 kB) Collecting ruamel.yaml==0.16.10 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/096/2fd7999e064c4/ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) Collecting scp==0.13.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/26c/0bbc7ea29c30e/scp-0.13.2-py2.py3-none-any.whl (9.5 kB) Collecting selectors2==2.0.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ed3/b473edddb85d4/selectors2-2.0.1-py2.py3-none-any.whl (13 kB) Collecting selenium==2.53.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/507/1f43daa2e698d/selenium-2.53.6-py2.py3-none-any.whl (884 kB) Collecting six==1.14.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.26.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/753/a0374df26658f/urllib3-1.26.5-py2.py3-none-any.whl (138 kB) Collecting websocket-client==0.55.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/47a/3ddf3ee7ecd4e/websocket_client-0.55.0-py2.py3-none-any.whl (200 kB) Collecting backports.ssl-match-hostname==3.5.0.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/502/ad98707319f4a/backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Collecting openshift==0.7.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dc6/a6dca53c5b15f/openshift-0.7.2.tar.gz (346 kB) Collecting python-ceilometerclient==2.9.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4ad/cb1145a691436/python_ceilometerclient-2.9.0-py2.py3-none-any.whl (113 kB) Collecting python-cinderclient==5.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d4b/0bd21a2d67d8a/python_cinderclient-5.0.0-py2.py3-none-any.whl (274 kB) Collecting python-barbicanclient==4.9.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e65/9604b27861ae7/python_barbicanclient-4.9.0-py2.py3-none-any.whl (82 kB) Collecting python-glanceclient==2.17.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f28/c6dadd0c37404/python_glanceclient-2.17.0-py2.py3-none-any.whl (195 kB) Collecting python-heatclient==1.18.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bf1/f3cb2fd4ce4a3/python_heatclient-1.18.0-py2.py3-none-any.whl (213 kB) Collecting python-novaclient==16.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6ac/16cd41bce3057/python_novaclient-16.0.0-py2.py3-none-any.whl (330 kB) Collecting python-ironicclient==3.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a17/0d6ca5da54a6e/python_ironicclient-3.1.0-py2.py3-none-any.whl (233 kB) Collecting python-neutronclient==6.14.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de7/c866519931c85/python_neutronclient-6.14.0-py2.py3-none-any.whl (435 kB) Collecting python-keystoneclient==3.22.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b9f/9e74219a44be7/python_keystoneclient-3.22.0-py2.py3-none-any.whl (397 kB) Collecting python-swiftclient==3.9.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84 kB) Requirement already satisfied: setuptools>=40.3.0 in /usr/lib/python2.7/site-packages (from google-auth==1.11.2->-r /requirements.txt (line 15)) (44.1.1) Collecting transitions Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f7b/40c9b4a93869f/transitions-0.9.2-py2.py3-none-any.whl (111 kB) Collecting pyparsing Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting yamlordereddictloader Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/36a/f2f6210fcff5d/yamlordereddictloader-0.4.2.tar.gz (3.9 kB) Collecting pyserial Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c44/51db6ba391ca6/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting ptyprocess>=0.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4b4/1f3967fce3af5/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting oslo.serialization>=1.10.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2e3/eb9b9975b8e29/oslo.serialization-2.29.3-py2.py3-none-any.whl (28 kB) Collecting oslo.utils>=3.17.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4cb/60d091585715c/oslo.utils-3.42.1-py2.py3-none-any.whl (100 kB) Requirement already satisfied: stevedore>=1.10.0 in /usr/lib/python2.7/site-packages (from python-ceilometerclient==2.9.0->-r /requirements_common.txt (line 7)) (1.28.0) Requirement already satisfied: pbr>=1.6 in /usr/lib/python2.7/site-packages (from python-ceilometerclient==2.9.0->-r /requirements_common.txt (line 7)) (3.1.1) Collecting PrettyTable<0.8,>=0.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a53/da3b43d7a5c22/prettytable-0.7.2.zip (28 kB) Collecting iso8601>=0.1.11 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/906/714829fedbc89/iso8601-0.1.16-py2.py3-none-any.whl (10 kB) Collecting keystoneauth1>=2.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d9f/7484ad5fc9b0b/keystoneauth1-5.1.2.tar.gz (269 kB) Collecting oslo.i18n>=2.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/04a/ebc4134e1144d/oslo.i18n-3.25.1-py2.py3-none-any.whl (47 kB) Collecting Babel!=2.4.0,>=2.3.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) Requirement already satisfied: simplejson>=3.5.1 in /usr/lib64/python2.7/site-packages (from python-cinderclient==5.0.0->-r /requirements_common.txt (line 8)) (3.5.3) Collecting cliff!=2.9.0,>=2.8.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4a2/d5dd015d0051e/cliff-2.18.0-py2.py3-none-any.whl (79 kB) Collecting pyOpenSSL>=17.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/893/5bd4920ab9abf/pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB) Collecting warlock<2,>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a09/3c4d04b42b790/warlock-1.3.3.tar.gz (11 kB) Collecting wrapt>=1.7.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/58d/7a75d731e8c63/wrapt-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl (75 kB) Collecting osc-lib>=1.8.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89 kB) Collecting appdirs>=1.3.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a84/1dacd6b99318a/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting jsonschema>=2.6.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting oslo.config>=5.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/858/81b305971bab0/oslo.config-7.0.0-py2.py3-none-any.whl (125 kB) Collecting dogpile.cache>=0.6.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bc9/dde1ffa5de017/dogpile.cache-0.9.2.tar.gz (329 kB) Collecting debtcollector>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f0b/ccd85595fbca1/debtcollector-1.22.0-py2.py3-none-any.whl (23 kB) Collecting os-client-config>=1.28.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/abc/38a351f8c006d/os-client-config-2.1.0.tar.gz (48 kB) Collecting oslo.log>=3.36.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/18d/3acca90814e3d/oslo.log-3.45.2-py2.py3-none-any.whl (72 kB) Requirement already satisfied: futures>=3.0.0; python_version == "2.7" or python_version == "2.6" in /usr/lib/python2.7/site-packages (from python-swiftclient==3.9.0->-r /requirements_common.txt (line 16)) (3.1.1) Collecting pytz>=2013.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/328/171f4e3623139/pytz-2024.1-py2.py3-none-any.whl (505 kB) Collecting msgpack>=0.5.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c07/5544284eadc5c/msgpack-1.0.5.tar.gz (127 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting funcsigs>=1.0.0; python_version == "2.7" or python_version == "2.6" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/330/cc27ccbf7f1e9/funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) Requirement already satisfied: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.0->-r /requirements_common.txt (line 7)) (0.10.4) Collecting monotonic>=0.6; python_version < "3.3" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/686/87e19a14f11f2/monotonic-1.6-py2.py3-none-any.whl (8.2 kB) Collecting os-service-types>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Collecting cmd2!=0.8.3,<0.9.0,>=0.8.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53 kB) Collecting unicodecsv>=0.8.0; python_version < "3.0" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/018/c08037d48649a/unicodecsv-0.14.1.tar.gz (10 kB) Collecting jsonpatch<2,>=0.10 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ae/28c0cd062bbd8/jsonpatch-1.33-py2.py3-none-any.whl (12 kB) Collecting openstacksdk>=0.15.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c17/aaef8606cfad8/openstacksdk-0.45.0-py2.py3-none-any.whl (1.3 MB) Collecting functools32; python_version < "3" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/89d/824aa6c358c42/functools32-3.2.3-2.zip (34 kB) Collecting attrs>=17.4.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) Collecting pyrsistent>=0.14.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aa2/ae1c2e496f4d6/pyrsistent-0.16.1.tar.gz (108 kB) Collecting importlib-metadata; python_version < "3.8" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/52e/65a0856f9ba7e/importlib_metadata-2.1.3-py2.py3-none-any.whl (10 kB) Collecting rfc3986>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a86/d6e1f5b1dc238/rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) Collecting decorator>=4.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Collecting oslo.context>=2.20.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/221/77bf366e3e091/oslo.context-2.23.1-py2.py3-none-any.whl (19 kB) Collecting pyinotify>=0.9.6; sys_platform != "win32" and sys_platform != "darwin" and sys_platform != "sunos5" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) Collecting subprocess32; python_version < "3.0" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e45/d985aef903c5b/subprocess32-3.5.4-cp27-cp27mu-manylinux2014_x86_64.whl (69 kB) Collecting contextlib2; python_version < "3.5" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/335/5078a159fbb44/contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB) Collecting pyperclip Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b7d/e0142ddc81bfc/pyperclip-1.9.0.tar.gz (20 kB) Collecting wcwidth; sys_platform != "win32" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3da/69048e4540d84/wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Collecting jsonpointer>=1.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/15d/51bba20eea316/jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) Collecting jmespath>=0.9.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cdf/6525904cc5977/jmespath-0.10.0-py2.py3-none-any.whl (24 kB) Collecting requestsexceptions>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) Collecting munch>=2.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) Collecting pathlib2; python_version < "3" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/526/6a0fd000452f1/pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB) Collecting zipp>=0.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e0d/9e63797e483a3/zipp-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting backports.functools-lru-cache>=1.2.1; python_version < "3.2" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/77e/27d0ffbb46390/backports.functools_lru_cache-1.6.6-py2.py3-none-any.whl (5.9 kB) Collecting typing; python_version < "3.5" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c72/19ef20c5fbf41/typing-3.10.0.0-py2-none-any.whl (26 kB) Collecting scandir; python_version < "3.5" Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4d4/631f6062e658e/scandir-1.10.0.tar.gz (33 kB) Building wheels for collected packages: discover, dpkt, future, kubernetes, ncclient, python-string-utils, pyvmomi, backports.ssl-match-hostname, openshift, yamlordereddictloader, PrettyTable, keystoneauth1, warlock, dogpile.cache, os-client-config, msgpack, unicodecsv, functools32, pyrsistent, pyinotify, pyperclip, scandir Building wheel for discover (setup.py): started Building wheel for discover (setup.py): finished with status 'done' Created wheel for discover: filename=discover-0.4.0-py2-none-any.whl size=9099 sha256=9d7901d9b4eff0d99837a2284b5b8a22335a91505e56b0d3d22d25efeac0171c Stored in directory: /root/.cache/pip/wheels/de/89/be/a8de3e1dd97b4077c1d87b2ba7bfaa99f2340c05aa469058b9 Building wheel for dpkt (setup.py): started Building wheel for dpkt (setup.py): finished with status 'done' Created wheel for dpkt: filename=dpkt-1.9.2-py2-none-any.whl size=145090 sha256=c24e5a888f728603b229f496487cf9fe96a6dbfd7354f763dc78ebd091a7b538 Stored in directory: /root/.cache/pip/wheels/f2/91/66/c7213bf9afbb2e195d49a971f844b133dadf747b5c9b089e30 Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py2-none-any.whl size=502537 sha256=3ec695e275ecc7db725dc6ef7f451e3b6599b16996b209e603700e7e2199cb6d Stored in directory: /root/.cache/pip/wheels/36/f2/da/8b122974847f2f1bf0216f4f7286bd6570f14c99be8e467e9b Building wheel for kubernetes (setup.py): started Building wheel for kubernetes (setup.py): finished with status 'done' Created wheel for kubernetes: filename=kubernetes-11.0.0-py2-none-any.whl size=1529334 sha256=aec33ab02687578b1f48c23412773b66a0e4b7a6b6a7a0396b26e505862ba0a1 Stored in directory: /root/.cache/pip/wheels/66/4d/c2/8092cdb5359b9f08311d064f1b6067761ed71fff155829895f Building wheel for ncclient (setup.py): started Building wheel for ncclient (setup.py): finished with status 'done' Created wheel for ncclient: filename=ncclient-0.6.3-py2.py3-none-any.whl size=67534 sha256=7849a4d76140e5e84826fba319c32f66a62c67c2ea33859e97593442d68c142f Stored in directory: /root/.cache/pip/wheels/a9/f0/c6/cf98f4ae38846c39c9207b329a9cf31d4f51786d131d1eba21 Building wheel for python-string-utils (setup.py): started Building wheel for python-string-utils (setup.py): finished with status 'done' Created wheel for python-string-utils: filename=python_string_utils-0.6.0-py2-none-any.whl size=8465 sha256=5516040038d0efd5ebf81c064c1c07148a2d8d4b3689134bca721608fc58b6de Stored in directory: /root/.cache/pip/wheels/e4/b8/8c/32dde68ee3c07df6117c4351be1f8c9cda1a38b5347d066815 Building wheel for pyvmomi (setup.py): started Building wheel for pyvmomi (setup.py): finished with status 'done' Created wheel for pyvmomi: filename=pyvmomi-6.5.0.2017.5.post1-py2.py3-none-any.whl size=224414 sha256=46e59b62c54b6a9e8be7c999eededd3c39eba385735ced0a848f854aa4861cdc Stored in directory: /root/.cache/pip/wheels/ba/ed/a5/df5a2029aead9d69fbf549e4dd65e0b46f0e893f4f004db83e Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5180 sha256=97d4279ce6d654ce714aa5b6263357918c62f7ada2704590e786a3cbe49932cf Stored in directory: /root/.cache/pip/wheels/bc/d9/bd/f0d20475ad8e5c88c3f7ecf912b3a7cf46afa337ea08d45e01 Building wheel for openshift (setup.py): started Building wheel for openshift (setup.py): finished with status 'done' Created wheel for openshift: filename=openshift-0.7.2-py2-none-any.whl size=1336077 sha256=52cd55e3f641e36626d2e188af5c04e662e9a3acaeb8bee0e3b47984e0c66248 Stored in directory: /root/.cache/pip/wheels/2b/bc/02/77fc59ba4e36cd8f806cb7f6d0a4992472e2b5e74237faa96a Building wheel for yamlordereddictloader (setup.py): started Building wheel for yamlordereddictloader (setup.py): finished with status 'done' Created wheel for yamlordereddictloader: filename=yamlordereddictloader-0.4.2-py2-none-any.whl size=4188 sha256=8cfa3f2fcdc8b6273107f808616787b5938b8c8dcb31b4bf85b379d332f8a4e5 Stored in directory: /root/.cache/pip/wheels/46/a6/5e/9b834dcba0accbf2c97a9dea3105da72647c609c5357f722b7 Building wheel for PrettyTable (setup.py): started Building wheel for PrettyTable (setup.py): finished with status 'done' Created wheel for PrettyTable: filename=prettytable-0.7.2-py2-none-any.whl size=13698 sha256=1fc8cf3fc4286bc845e1623429ff9bf15246c8e839f217b51e163a4504639bb1 Stored in directory: /root/.cache/pip/wheels/36/08/68/73368eca1566deaecf443502ee0bdb2126c062684682e5ac27 Building wheel for keystoneauth1 (setup.py): started Building wheel for keystoneauth1 (setup.py): finished with status 'done' Created wheel for keystoneauth1: filename=keystoneauth1-5.1.2-py2-none-any.whl size=318511 sha256=92e84721322fed93023369fefea2f1b3483c8594f65771d23e26386a30be93ed Stored in directory: /root/.cache/pip/wheels/18/1a/17/c5967fecd7179d19119dcc27fa2dfcf77e51bba6dc1d3f7d61 Building wheel for warlock (setup.py): started Building wheel for warlock (setup.py): finished with status 'done' Created wheel for warlock: filename=warlock-1.3.3-py2.py3-none-any.whl size=9763 sha256=58ad0076cba6c75d4c8ba2224faeda63986c42abdc174b004aa8bb7f39428839 Stored in directory: /root/.cache/pip/wheels/d4/29/e0/57d7299de02504bb64a2dc2910d2f1a9dc56d0098591f75928 Building wheel for dogpile.cache (setup.py): started Building wheel for dogpile.cache (setup.py): finished with status 'done' Created wheel for dogpile.cache: filename=dogpile.cache-0.9.2-py2.py3-none-any.whl size=45344 sha256=f42dc410e6ad566662171655ae32daa2987d4ab7b33883e5d5cbad55fb885075 Stored in directory: /root/.cache/pip/wheels/f8/71/c4/ea569c58b5652ab14f44b3db18d3e3f1b899265450352019df Building wheel for os-client-config (setup.py): started Building wheel for os-client-config (setup.py): finished with status 'done' Created wheel for os-client-config: filename=os_client_config-2.1.0-py2-none-any.whl size=31556 sha256=02437fd6b1fc163c8dd79d8be9d49b159cbc10ce7a01a9ea529b00e70659acfa Stored in directory: /root/.cache/pip/wheels/d8/2a/2a/11a5d70813051f016d4ae20f035a880b645865b6b3fb44f527 Building wheel for msgpack (PEP 517): started Building wheel for msgpack (PEP 517): finished with status 'done' Created wheel for msgpack: filename=msgpack-1.0.5-py2-none-any.whl size=15525 sha256=51392dbb6d3b4bb91ebdb524abd7d16cbb3e142cd2d4a8a6f643fbedf2faf8b4 Stored in directory: /root/.cache/pip/wheels/0e/20/1b/18f08a47aba3b0e327ff07ce83ae5f9ed473b7525eb5fbdd38 Building wheel for unicodecsv (setup.py): started Building wheel for unicodecsv (setup.py): finished with status 'done' Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py2-none-any.whl size=10767 sha256=0bc13c4b304b48a5cdab2b201aa113887ba5dcd26465646a831407f234efebe1 Stored in directory: /root/.cache/pip/wheels/92/c2/7f/0e22dc993b36fb73c0de6eec0d163cc517eb2aa3cb376f9996 Building wheel for functools32 (setup.py): started Building wheel for functools32 (setup.py): finished with status 'done' Created wheel for functools32: filename=functools32-3.2.3.post2-py2-none-any.whl size=14548 sha256=4815186f834c6649abc9305f421eca7c93b2132f059aef65b1da3ae68009faab Stored in directory: /root/.cache/pip/wheels/0c/b9/e5/beb59600b95f0c0d2c6f2fdebcfc9d5fd29ffdcfe128ac9319 Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.16.1-cp27-cp27mu-linux_x86_64.whl size=94329 sha256=6bf8bdf287f8eeaa44674351679a0464c24d1ec5849153db2f87614a9fb5190b Stored in directory: /root/.cache/pip/wheels/5b/fb/7b/af78c174515ec8b9e5dfbf219370f416529969d3c070331c16 Building wheel for pyinotify (setup.py): started Building wheel for pyinotify (setup.py): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py2-none-any.whl size=25426 sha256=85d7b3f3bcf889a25e7258f8fc25f6d5f667f4087a0b2bf359af77ef168769c7 Stored in directory: /root/.cache/pip/wheels/16/10/b2/3d1eb381b656793644fc3e700ecdbdbf11cfb9e46f3c62c965 Building wheel for pyperclip (setup.py): started Building wheel for pyperclip (setup.py): finished with status 'done' Created wheel for pyperclip: filename=pyperclip-1.9.0-py2-none-any.whl size=10986 sha256=204d0f4ac9a99887a72ab7bddd40c52c3e46e7995f1323803b7be24d632d36bc Stored in directory: /root/.cache/pip/wheels/37/6d/3d/891ec179f21e62f7d45ba690ef127adc4cf73ebb8e3df7c271 Building wheel for scandir (setup.py): started Building wheel for scandir (setup.py): finished with status 'done' Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=36083 sha256=f41a65d5de4222f6876dff9ec4250ab09806bb468fbb89f83c0fad9bb3840064 Stored in directory: /root/.cache/pip/wheels/d4/bc/32/e2ebaf3e03064a6d121faff7b69a184a9e8cbfd2c1f86cba8b Successfully built discover dpkt future kubernetes ncclient python-string-utils pyvmomi backports.ssl-match-hostname openshift yamlordereddictloader PrettyTable keystoneauth1 warlock dogpile.cache os-client-config msgpack unicodecsv functools32 pyrsistent pyinotify pyperclip scandir ERROR: contrail-config-common 0.1.dev0 requires kazoo, which is not installed. ERROR: requests 2.23.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you'll have urllib3 1.26.5 which is incompatible. ERROR: openshift 0.7.2 has requirement kubernetes==7.0.0, but you'll have kubernetes 11.0.0 which is incompatible. ERROR: google-auth 1.11.2 has requirement rsa<4.1,>=3.1.4, but you'll have rsa 4.3 which is incompatible. Installing collected packages: certifi, urllib3, idna, requests, six, python-dateutil, pyjwt, pycparser, cffi, enum34, cryptography, adal, bcrypt, cachetools, configparser, dictdiffer, discover, dpkt, easyprocess, future, pyasn1, pyasn1-modules, rsa, google-auth, markupsafe, jinja2, transitions, pyyaml, pyparsing, pynacl, paramiko, scp, yamlordereddictloader, lxml, pyserial, selectors2, ncclient, junos-eznc, jxmlease, websocket-client, oauthlib, requests-oauthlib, kubernetes, ptyprocess, pexpect, python-string-utils, pyvirtualdisplay, pyvmomi, remote-pdb, ruamel.ordereddict, ruamel.yaml.clib, ruamel.yaml, selenium, backports.ssl-match-hostname, openshift, pytz, msgpack, funcsigs, wrapt, debtcollector, iso8601, Babel, oslo.i18n, monotonic, oslo.utils, oslo.serialization, PrettyTable, os-service-types, keystoneauth1, python-ceilometerclient, python-cinderclient, subprocess32, contextlib2, pyperclip, backports.functools-lru-cache, wcwidth, cmd2, unicodecsv, cliff, python-barbicanclient, pyOpenSSL, functools32, attrs, pyrsistent, typing, scandir, pathlib2, zipp, importlib-metadata, jsonschema, jsonpointer, jsonpatch, warlock, python-glanceclient, python-swiftclient, appdirs, jmespath, decorator, dogpile.cache, requestsexceptions, munch, openstacksdk, osc-lib, python-heatclient, python-novaclient, rfc3986, oslo.config, python-ironicclient, os-client-config, oslo.context, pyinotify, oslo.log, python-keystoneclient, python-neutronclient Attempting uninstall: idna Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Attempting uninstall: six Found existing installation: six 1.12.0 Uninstalling six-1.12.0: Successfully uninstalled six-1.12.0 Attempting uninstall: future Found existing installation: future 0.17.0 Uninstalling future-0.17.0: Successfully uninstalled future-0.17.0 Attempting uninstall: lxml Found existing installation: lxml 3.2.1 Uninstalling lxml-3.2.1: Successfully uninstalled lxml-3.2.1 Attempting uninstall: remote-pdb Found existing installation: remote-pdb 2.1.0 Uninstalling remote-pdb-2.1.0: Successfully uninstalled remote-pdb-2.1.0 Successfully installed Babel-2.9.1 PrettyTable-0.7.2 adal-1.2.2 appdirs-1.4.4 attrs-21.4.0 backports.functools-lru-cache-1.6.6 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 cachetools-3.1.1 certifi-2019.11.28 cffi-1.14.0 cliff-2.18.0 cmd2-0.8.9 configparser-4.0.2 contextlib2-0.6.0.post1 cryptography-3.3.2 debtcollector-1.22.0 decorator-4.4.2 dictdiffer-0.8.1 discover-0.4.0 dogpile.cache-0.9.2 dpkt-1.9.2 easyprocess-0.2.10 enum34-1.1.10 funcsigs-1.0.2 functools32-3.2.3.post2 future-0.18.2 google-auth-1.11.2 idna-2.9 importlib-metadata-2.1.3 iso8601-0.1.16 jinja2-2.11.3 jmespath-0.10.0 jsonpatch-1.33 jsonpointer-2.4 jsonschema-3.2.0 junos-eznc-2.3.0 jxmlease-1.0.1 keystoneauth1-5.1.2 kubernetes-11.0.0 lxml-4.6.5 markupsafe-1.1.1 monotonic-1.6 msgpack-1.0.5 munch-2.5.0 ncclient-0.6.3 oauthlib-3.1.0 openshift-0.7.2 openstacksdk-0.45.0 os-client-config-2.1.0 os-service-types-1.7.0 osc-lib-2.0.0 oslo.config-7.0.0 oslo.context-2.23.1 oslo.i18n-3.25.1 oslo.log-3.45.2 oslo.serialization-2.29.3 oslo.utils-3.42.1 paramiko-2.10.1 pathlib2-2.3.7.post1 pexpect-4.7.0 ptyprocess-0.7.0 pyOpenSSL-21.0.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyinotify-0.9.6 pyjwt-1.7.1 pynacl-1.3.0 pyparsing-2.4.7 pyperclip-1.9.0 pyrsistent-0.16.1 pyserial-3.5 python-barbicanclient-4.9.0 python-ceilometerclient-2.9.0 python-cinderclient-5.0.0 python-dateutil-2.8.1 python-glanceclient-2.17.0 python-heatclient-1.18.0 python-ironicclient-3.1.0 python-keystoneclient-3.22.0 python-neutronclient-6.14.0 python-novaclient-16.0.0 python-string-utils-0.6.0 python-swiftclient-3.9.0 pytz-2024.1 pyvirtualdisplay-0.2.5 pyvmomi-6.5.0.2017.5.post1 pyyaml-5.4 remote-pdb-2.0.0 requests-2.23.0 requests-oauthlib-1.3.0 requestsexceptions-1.4.0 rfc3986-1.5.0 rsa-4.3 ruamel.ordereddict-0.4.14 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0 scandir-1.10.0 scp-0.13.2 selectors2-2.0.1 selenium-2.53.6 six-1.14.0 subprocess32-3.5.4 transitions-0.9.2 typing-3.10.0.0 unicodecsv-0.14.1 urllib3-1.26.5 warlock-1.3.3 wcwidth-0.2.13 websocket-client-0.55.0 wrapt-1.15.0 yamlordereddictloader-0.4.2 zipp-1.2.0 WARNING: You are using pip version 20.1; however, version 20.3.4 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command. WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting backports.ssl-match-hostname==3.5.0.1 (from -r /requirements_common.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/502/ad98707319f4a/backports.ssl_match_hostname-3.5.0.1.tar.gz Collecting openshift==0.7.2 (from -r /requirements_common.txt (line 6)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/dc6/a6dca53c5b15f/openshift-0.7.2.tar.gz (346kB) Collecting python-ceilometerclient==2.9.0 (from -r /requirements_common.txt (line 7)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4ad/cb1145a691436/python_ceilometerclient-2.9.0-py2.py3-none-any.whl (113kB) Collecting python-cinderclient==5.0.0 (from -r /requirements_common.txt (line 8)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d4b/0bd21a2d67d8a/python_cinderclient-5.0.0-py2.py3-none-any.whl (274kB) Collecting python-barbicanclient==4.9.0 (from -r /requirements_common.txt (line 9)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e65/9604b27861ae7/python_barbicanclient-4.9.0-py2.py3-none-any.whl (82kB) Collecting python-glanceclient==2.17.0 (from -r /requirements_common.txt (line 10)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f28/c6dadd0c37404/python_glanceclient-2.17.0-py2.py3-none-any.whl (195kB) Collecting python-heatclient==1.18.0 (from -r /requirements_common.txt (line 11)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/bf1/f3cb2fd4ce4a3/python_heatclient-1.18.0-py2.py3-none-any.whl (213kB) Collecting python-novaclient==16.0.0 (from -r /requirements_common.txt (line 12)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/6ac/16cd41bce3057/python_novaclient-16.0.0-py2.py3-none-any.whl (330kB) Collecting python-ironicclient==3.1.0 (from -r /requirements_common.txt (line 13)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a17/0d6ca5da54a6e/python_ironicclient-3.1.0-py2.py3-none-any.whl (233kB) Collecting python-neutronclient==6.14.0 (from -r /requirements_common.txt (line 14)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/de7/c866519931c85/python_neutronclient-6.14.0-py2.py3-none-any.whl (435kB) Collecting python-keystoneclient==3.22.0 (from -r /requirements_common.txt (line 15)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b9f/9e74219a44be7/python_keystoneclient-3.22.0-py2.py3-none-any.whl (397kB) Collecting python-swiftclient==3.9.0 (from -r /requirements_common.txt (line 16)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84kB) Requirement already satisfied: setuptools!=58.5 in /usr/lib/python3.6/site-packages (from -r /requirements3.txt (line 2)) Collecting adal==1.2.2 (from -r /requirements3.txt (line 4)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/fd1/7e5661f60634d/adal-1.2.2-py2.py3-none-any.whl (53kB) Collecting appdirs==1.4.3 (from -r /requirements3.txt (line 5)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d8b/24664561d0d34/appdirs-1.4.3-py2.py3-none-any.whl Collecting argparse==1.4.0 (from -r /requirements3.txt (line 6)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl Collecting attrs==19.3.0 (from -r /requirements3.txt (line 7)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl Collecting babel==2.9.1 (from -r /requirements3.txt (line 8)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8MB) Collecting bcrypt==3.1.7 (from -r /requirements3.txt (line 10)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c94/57fa5c121e94a/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB) Collecting cachetools==3.1.1 (from -r /requirements3.txt (line 11)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/428/266a1c0d36dc5/cachetools-3.1.1-py2.py3-none-any.whl Collecting certifi==2019.11.28 (from -r /requirements3.txt (line 12)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/017/c25db2a153ce5/certifi-2019.11.28-py2.py3-none-any.whl (156kB) Collecting cffi==1.14.0 (from -r /requirements3.txt (line 13)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/028/a579fc9aed3af/cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (399kB) Collecting chardet==3.0.4 (from -r /requirements3.txt (line 14)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) Collecting cliff==2.18.0 (from -r /requirements3.txt (line 15)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4a2/d5dd015d0051e/cliff-2.18.0-py2.py3-none-any.whl (79kB) Collecting cmd2==0.8.9 (from -r /requirements3.txt (line 16)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53kB) Collecting configparser==4.0.2 (from -r /requirements3.txt (line 17)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/254/c1d9c79f60c45/configparser-4.0.2-py2.py3-none-any.whl Collecting cryptography==3.3.2 (from -r /requirements3.txt (line 18)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/922/f9602d67c15ad/cryptography-3.3.2-cp36-abi3-manylinux1_x86_64.whl (2.7MB) Collecting debtcollector==1.22.0 (from -r /requirements3.txt (line 19)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f0b/ccd85595fbca1/debtcollector-1.22.0-py2.py3-none-any.whl Collecting decorator==4.4.2 (from -r /requirements3.txt (line 20)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl Collecting dictdiffer==0.8.1 (from -r /requirements3.txt (line 21)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d79/d9a39e459fe33/dictdiffer-0.8.1-py2.py3-none-any.whl Collecting discover==0.4.0 (from -r /requirements3.txt (line 22)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/05c/3fa9199e57d4b/discover-0.4.0.tar.gz Collecting dnspython==1.16.0 (from -r /requirements3.txt (line 23)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188kB) Collecting dogpile.cache==0.9.0 (from -r /requirements3.txt (line 24)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b34/8835825c9dcd2/dogpile.cache-0.9.0.tar.gz (325kB) Collecting dpkt==1.9.2 (from -r /requirements3.txt (line 25)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/472/c8fbf992f913c/dpkt-1.9.2-py3-none-any.whl (145kB) Collecting easyprocess==0.2.10 (from -r /requirements3.txt (line 26)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0f6/2037295e5bdba/EasyProcess-0.2.10-py2.py3-none-any.whl Collecting eventlet==0.31.0 (from -r /requirements3.txt (line 27)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/27a/e41fad9deed9b/eventlet-0.31.0-py2.py3-none-any.whl (224kB) Collecting fabric3==1.14.post1 (from -r /requirements3.txt (line 30)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/7c5/a5f2eb3079eb6/Fabric3-1.14.post1-py3-none-any.whl (92kB) Collecting fixtures==3.0.0 (from -r /requirements3.txt (line 32)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) Requirement already satisfied: future==0.18.2 in /usr/local/lib/python3.6/site-packages (from -r /requirements3.txt (line 33)) Collecting gevent==1.5.0 (from -r /requirements3.txt (line 36)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b28/14258e3b3fb32/gevent-1.5.0.tar.gz (5.3MB) Collecting google-auth==1.11.2 (from -r /requirements3.txt (line 37)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/28a/848d47c55075a/google_auth-1.11.2-py2.py3-none-any.whl (76kB) Collecting greenlet==0.4.15 (from -r /requirements3.txt (line 38)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/23d/12eacffa9d0f2/greenlet-0.4.15-cp36-cp36m-manylinux1_x86_64.whl (41kB) Collecting idna==2.8 (from -r /requirements3.txt (line 39)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ea8/b7f6188e6fa11/idna-2.8-py2.py3-none-any.whl (58kB) Collecting importlib-metadata==1.5.0 (from -r /requirements3.txt (line 40)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b97/607a1a18a5100/importlib_metadata-1.5.0-py2.py3-none-any.whl Collecting ipaddress==1.0.23 (from -r /requirements3.txt (line 41)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/6e0/f4a39e66cb5bb/ipaddress-1.0.23-py2.py3-none-any.whl Collecting iso8601==0.1.12 (from -r /requirements3.txt (line 42)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl Collecting jinja2==2.11.3 (from -r /requirements3.txt (line 43)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/03e/47ad063331dd6/Jinja2-2.11.3-py2.py3-none-any.whl (125kB) Collecting jmespath==0.9.5 (from -r /requirements3.txt (line 44)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/695/cb76fa78a1066/jmespath-0.9.5-py2.py3-none-any.whl Collecting jsonpatch==1.25 (from -r /requirements3.txt (line 45)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/cc3/a7241010a1fd3/jsonpatch-1.25-py2.py3-none-any.whl Collecting jsonpointer==2.0 (from -r /requirements3.txt (line 46)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl Collecting jsonschema==3.2.0 (from -r /requirements3.txt (line 47)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56kB) Collecting junitxml==0.7 (from -r /requirements3.txt (line 48)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a59/01127067ab7f3/junitxml-0.7.tar.gz Collecting junos-eznc==2.3.0 (from -r /requirements3.txt (line 49)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e37/41b8d7c267c58/junos_eznc-2.3.0-py2.py3-none-any.whl (190kB) Collecting jxmlease==1.0.1 (from -r /requirements3.txt (line 50)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c65/15c71295ba775/jxmlease-1.0.1-py2.py3-none-any.whl Collecting keystoneauth1==3.18.0 (from -r /requirements3.txt (line 51)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/341/046d2c758b949/keystoneauth1-3.18.0-py2.py3-none-any.whl (310kB) Collecting kubernetes==22.6.0 (from -r /requirements3.txt (line 52)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/5d3/29ee9b40e333e/kubernetes-22.6.0-py2.py3-none-any.whl (1.5MB) Collecting lxml==4.6.5 (from -r /requirements3.txt (line 53)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/5ea/121cb66d7e5cb/lxml-4.6.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.5MB) Collecting markupsafe==1.1.1 (from -r /requirements3.txt (line 54)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl Collecting monotonic==1.5 (from -r /requirements3.txt (line 55)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl Collecting msgpack==1.0.0 (from -r /requirements3.txt (line 56)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/25b/3bc3190f3d9d9/msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (274kB) Collecting munch==2.5.0 (from -r /requirements3.txt (line 57)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl Collecting ncclient==0.6.6 (from -r /requirements3.txt (line 58)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/2b3/67354d1cd25b7/ncclient-0.6.6.tar.gz (89kB) Collecting netaddr==0.7.19 (from -r /requirements3.txt (line 59)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6MB) Collecting netifaces==0.10.9 (from -r /requirements3.txt (line 60)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl Collecting oauthlib==3.1.0 (from -r /requirements3.txt (line 61)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147kB) Collecting openstacksdk==0.43.0 (from -r /requirements3.txt (line 63)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/18e/c6af56892e4f1/openstacksdk-0.43.0-py2.py3-none-any.whl (1.3MB) Collecting os-client-config==2.0.0 (from -r /requirements3.txt (line 64)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/dcb/817660f29602d/os_client_config-2.0.0-py2.py3-none-any.whl Collecting os-service-types==1.7.0 (from -r /requirements3.txt (line 65)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl Collecting osc-lib==2.0.0 (from -r /requirements3.txt (line 66)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89kB) Collecting oslo.config==7.0.0 (from -r /requirements3.txt (line 67)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/858/81b305971bab0/oslo.config-7.0.0-py2.py3-none-any.whl (125kB) Collecting oslo.context==2.23.0 (from -r /requirements3.txt (line 68)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/38b/c91829be948c0/oslo.context-2.23.0-py2.py3-none-any.whl Collecting oslo.i18n==3.25.1 (from -r /requirements3.txt (line 69)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/04a/ebc4134e1144d/oslo.i18n-3.25.1-py2.py3-none-any.whl (47kB) Collecting oslo.log==3.45.2 (from -r /requirements3.txt (line 70)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/18d/3acca90814e3d/oslo.log-3.45.2-py2.py3-none-any.whl (72kB) Collecting oslo.serialization==2.29.2 (from -r /requirements3.txt (line 71)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0b9/bde3d03feab54/oslo.serialization-2.29.2-py2.py3-none-any.whl Collecting oslo.utils==3.42.1 (from -r /requirements3.txt (line 72)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4cb/60d091585715c/oslo.utils-3.42.1-py2.py3-none-any.whl (100kB) Collecting paramiko==2.10.1 (from -r /requirements3.txt (line 73)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f6c/bd3e1204abfdb/paramiko-2.10.1-py2.py3-none-any.whl (211kB) Collecting pbr==5.4.4 (from -r /requirements3.txt (line 74)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/61a/a52a0f18b71c5/pbr-5.4.4-py2.py3-none-any.whl (110kB) Collecting pexpect==4.7.0 (from -r /requirements3.txt (line 75)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/209/4eefdfcf37a1f/pexpect-4.7.0-py2.py3-none-any.whl (58kB) Collecting prettytable==0.7.2 (from -r /requirements3.txt (line 76)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a53/da3b43d7a5c22/prettytable-0.7.2.zip Collecting ptyprocess==0.6.0 (from -r /requirements3.txt (line 77)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d7c/c528d76e76342/ptyprocess-0.6.0-py2.py3-none-any.whl Collecting pyasn1-modules==0.2.8 (from -r /requirements3.txt (line 78)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155kB) Collecting pyasn1==0.4.8 (from -r /requirements3.txt (line 79)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77kB) Collecting pycparser==2.20 (from -r /requirements3.txt (line 80)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112kB) Collecting pycrypto==2.6.1 (from -r /requirements3.txt (line 81)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f2c/e1e989b272cfc/pycrypto-2.6.1.tar.gz (446kB) Collecting pyinotify==0.9.6 (from -r /requirements3.txt (line 82)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60kB) Collecting pyjwt==1.7.1 (from -r /requirements3.txt (line 83)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl Collecting pynacl==1.3.0 (from -r /requirements3.txt (line 84)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/aab/b0c5232910a20/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB) Collecting pyopenssl==19.1.0 (from -r /requirements3.txt (line 85)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53kB) Collecting pyparsing==2.4.6 (from -r /requirements3.txt (line 86)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c34/2dccb5250c08d/pyparsing-2.4.6-py2.py3-none-any.whl (67kB) Collecting pyperclip==1.7.0 (from -r /requirements3.txt (line 87)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/979/325468ccf6821/pyperclip-1.7.0.tar.gz Collecting pyrsistent==0.15.7 (from -r /requirements3.txt (line 88)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/cdc/7b5e3ed77bed6/pyrsistent-0.15.7.tar.gz (107kB) Collecting pyserial==3.4 (from -r /requirements3.txt (line 89)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e07/70fadba80c310/pyserial-3.4-py2.py3-none-any.whl (193kB) Collecting python-dateutil==2.8.1 (from -r /requirements3.txt (line 90)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB) Collecting python-string-utils==0.6.0 (from -r /requirements3.txt (line 91)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/05d/24a8d884b629b/python-string-utils-0.6.0.tar.gz Collecting python-subunit==1.3.0 (from -r /requirements3.txt (line 92)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/693/f1bcb4fe4bd53/python_subunit-1.3.0-py2.py3-none-any.whl (104kB) Collecting pytz==2019.3 (from -r /requirements3.txt (line 93)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509kB) Collecting pyvirtualdisplay==0.2.5 (from -r /requirements3.txt (line 94)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/cab/4ce130be34a9f/PyVirtualDisplay-0.2.5-py2.py3-none-any.whl Collecting pyvmomi==6.7.3 (from -r /requirements3.txt (line 95)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d63/9d09eb3c7b118/pyvmomi-6.7.3.tar.gz (576kB) Collecting pyyaml==5.4 (from -r /requirements3.txt (line 96)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0dc/9f2eb2e3c9764/PyYAML-5.4-cp36-cp36m-manylinux1_x86_64.whl (640kB) Collecting remote-pdb==2.0.0 (from -r /requirements3.txt (line 97)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/2a1/602ac1ec42e4c/remote_pdb-2.0.0-py2.py3-none-any.whl Collecting requests-oauthlib==1.3.0 (from -r /requirements3.txt (line 98)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/7f7/1572defaecd16/requests_oauthlib-1.3.0-py2.py3-none-any.whl Collecting requests==2.22.0 (from -r /requirements3.txt (line 99)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/9cf/5292fcd0f598c/requests-2.22.0-py2.py3-none-any.whl (57kB) Collecting requestsexceptions==1.4.0 (from -r /requirements3.txt (line 100)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl Collecting rfc3986==1.3.2 (from -r /requirements3.txt (line 101)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/df4/eba676077cefb/rfc3986-1.3.2-py2.py3-none-any.whl Collecting rsa==4.7.1 (from -r /requirements3.txt (line 102)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/74b/a16e7ef58920b/rsa-4.7.1-py3-none-any.whl Collecting ruamel.yaml.clib==0.2.0 (from -r /requirements3.txt (line 103)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d0d/3ac228c9bbab0/ruamel.yaml.clib-0.2.0-cp36-cp36m-manylinux1_x86_64.whl (548kB) Collecting ruamel.yaml==0.16.10 (from -r /requirements3.txt (line 104)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/096/2fd7999e064c4/ruamel.yaml-0.16.10-py2.py3-none-any.whl (111kB) Collecting scp==0.13.2 (from -r /requirements3.txt (line 105)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/26c/0bbc7ea29c30e/scp-0.13.2-py2.py3-none-any.whl Collecting selectors2==2.0.1 (from -r /requirements3.txt (line 106)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ed3/b473edddb85d4/selectors2-2.0.1-py2.py3-none-any.whl Collecting selenium==2.53.6 (from -r /requirements3.txt (line 107)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/507/1f43daa2e698d/selenium-2.53.6-py2.py3-none-any.whl (884kB) Collecting simplejson==3.17.0 (from -r /requirements3.txt (line 108)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/2b4/b2b738b3b9981/simplejson-3.17.0.tar.gz (83kB) Collecting six==1.14.0 (from -r /requirements3.txt (line 109)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl Collecting stevedore==1.32.0 (from -r /requirements3.txt (line 110)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43kB) Collecting tabulate==0.8.5 (from -r /requirements3.txt (line 111)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d00/97023658d4dea/tabulate-0.8.5.tar.gz (45kB) Collecting testrepository==0.0.20 (from -r /requirements3.txt (line 112)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/752/449bc98c20253/testrepository-0.0.20.tar.gz (84kB) Collecting testresources==2.0.1 (from -r /requirements3.txt (line 113)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl Collecting testtools==2.3.0 (from -r /requirements3.txt (line 114)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a2b/e448869171b6e/testtools-2.3.0-py2.py3-none-any.whl (184kB) Collecting traceback2==1.4.0 (from -r /requirements3.txt (line 115)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl Collecting transitions==0.7.2 (from -r /requirements3.txt (line 116)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/011/afaefa1244177/transitions-0.7.2-py2.py3-none-any.whl (55kB) Collecting unittest2==1.1.0 (from -r /requirements3.txt (line 117)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) Collecting urllib3==1.26.5 (from -r /requirements3.txt (line 118)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/753/a0374df26658f/urllib3-1.26.5-py2.py3-none-any.whl (138kB) Collecting warlock==1.3.3 (from -r /requirements3.txt (line 119)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a09/3c4d04b42b790/warlock-1.3.3.tar.gz Collecting wcwidth==0.1.8 (from -r /requirements3.txt (line 120)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/8fd/29383f539be45/wcwidth-0.1.8-py2.py3-none-any.whl Collecting websocket-client==0.55.0 (from -r /requirements3.txt (line 121)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/47a/3ddf3ee7ecd4e/websocket_client-0.55.0-py2.py3-none-any.whl (200kB) Collecting wrapt==1.12.1 (from -r /requirements3.txt (line 122)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz Collecting xmltodict==0.12.0 (from -r /requirements3.txt (line 123)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/8bb/cb45cc982f48b/xmltodict-0.12.0-py2.py3-none-any.whl Collecting yamlordereddictloader==0.4.0 (from -r /requirements3.txt (line 124)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/7f3/0f0b99ea3f877/yamlordereddictloader-0.4.0.tar.gz Collecting zipp==1.2.0 (from -r /requirements3.txt (line 125)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e0d/9e63797e483a3/zipp-1.2.0-py2.py3-none-any.whl Collecting extras (from python-subunit==1.3.0->-r /requirements3.txt (line 92)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl Collecting python-mimeparse (from testtools==2.3.0->-r /requirements3.txt (line 114)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl Collecting linecache2 (from traceback2==1.4.0->-r /requirements3.txt (line 115)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl Installing collected packages: backports.ssl-match-hostname, dictdiffer, markupsafe, jinja2, certifi, urllib3, idna, chardet, requests, oauthlib, requests-oauthlib, pyyaml, six, websocket-client, cachetools, pyasn1, rsa, pyasn1-modules, google-auth, python-dateutil, kubernetes, python-string-utils, ruamel.yaml.clib, ruamel.yaml, openshift, pbr, msgpack, pytz, pyparsing, netifaces, babel, oslo.i18n, iso8601, netaddr, wrapt, debtcollector, oslo.utils, oslo.serialization, stevedore, os-service-types, keystoneauth1, prettytable, python-ceilometerclient, simplejson, python-cinderclient, wcwidth, pyperclip, cmd2, cliff, python-barbicanclient, pycparser, cffi, cryptography, pyopenssl, zipp, importlib-metadata, pyrsistent, attrs, jsonschema, jsonpointer, jsonpatch, warlock, python-glanceclient, decorator, jmespath, appdirs, dogpile.cache, requestsexceptions, munch, openstacksdk, osc-lib, python-swiftclient, python-heatclient, python-novaclient, rfc3986, oslo.config, python-ironicclient, pyinotify, oslo.context, oslo.log, os-client-config, python-keystoneclient, python-neutronclient, pyjwt, adal, argparse, bcrypt, configparser, discover, dnspython, dpkt, easyprocess, greenlet, eventlet, pynacl, paramiko, fabric3, linecache2, traceback2, unittest2, python-mimeparse, extras, testtools, fixtures, gevent, ipaddress, junitxml, yamlordereddictloader, pyserial, lxml, ncclient, scp, transitions, junos-eznc, jxmlease, monotonic, ptyprocess, pexpect, pycrypto, python-subunit, pyvirtualdisplay, pyvmomi, remote-pdb, selectors2, selenium, tabulate, testrepository, testresources, xmltodict Running setup.py install for backports.ssl-match-hostname: started Running setup.py install for backports.ssl-match-hostname: finished with status 'done' Found existing installation: six 1.13.0 Uninstalling six-1.13.0: Successfully uninstalled six-1.13.0 Running setup.py install for python-string-utils: started Running setup.py install for python-string-utils: finished with status 'done' Running setup.py install for openshift: started Running setup.py install for openshift: finished with status 'done' Running setup.py install for wrapt: started Running setup.py install for wrapt: finished with status 'done' Running setup.py install for prettytable: started Running setup.py install for prettytable: finished with status 'done' Running setup.py install for simplejson: started Running setup.py install for simplejson: finished with status 'done' Running setup.py install for pyperclip: started Running setup.py install for pyperclip: finished with status 'done' Running setup.py install for pyrsistent: started Running setup.py install for pyrsistent: finished with status 'done' Running setup.py install for warlock: started Running setup.py install for warlock: finished with status 'done' Running setup.py install for dogpile.cache: started Running setup.py install for dogpile.cache: finished with status 'done' Running setup.py install for pyinotify: started Running setup.py install for pyinotify: finished with status 'done' Running setup.py install for discover: started Running setup.py install for discover: finished with status 'done' Running setup.py install for gevent: started Running setup.py install for gevent: still running... Running setup.py install for gevent: finished with status 'done' Running setup.py install for junitxml: started Running setup.py install for junitxml: finished with status 'done' Running setup.py install for yamlordereddictloader: started Running setup.py install for yamlordereddictloader: finished with status 'done' Running setup.py install for ncclient: started Running setup.py install for ncclient: finished with status 'done' Running setup.py install for pycrypto: started Running setup.py install for pycrypto: finished with status 'done' Running setup.py install for pyvmomi: started Running setup.py install for pyvmomi: finished with status 'done' Found existing installation: remote-pdb 2.1.0 Uninstalling remote-pdb-2.1.0: Successfully uninstalled remote-pdb-2.1.0 Running setup.py install for tabulate: started Running setup.py install for tabulate: finished with status 'done' Running setup.py install for testrepository: started Running setup.py install for testrepository: finished with status 'done' Successfully installed adal-1.2.2 appdirs-1.4.3 argparse-1.4.0 attrs-19.3.0 babel-2.9.1 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 cachetools-3.1.1 certifi-2019.11.28 cffi-1.14.0 chardet-3.0.4 cliff-2.18.0 cmd2-0.8.9 configparser-4.0.2 cryptography-3.3.2 debtcollector-1.22.0 decorator-4.4.2 dictdiffer-0.8.1 discover-0.4.0 dnspython-1.16.0 dogpile.cache-0.9.0 dpkt-1.9.2 easyprocess-0.2.10 eventlet-0.31.0 extras-1.0.0 fabric3-1.14.post1 fixtures-3.0.0 gevent-1.5.0 google-auth-1.11.2 greenlet-0.4.15 idna-2.8 importlib-metadata-1.5.0 ipaddress-1.0.23 iso8601-0.1.12 jinja2-2.11.3 jmespath-0.9.5 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 junitxml-0.7 junos-eznc-2.3.0 jxmlease-1.0.1 keystoneauth1-3.18.0 kubernetes-22.6.0 linecache2-1.0.0 lxml-4.6.5 markupsafe-1.1.1 monotonic-1.5 msgpack-1.0.0 munch-2.5.0 ncclient-0.6.6 netaddr-0.7.19 netifaces-0.10.9 oauthlib-3.1.0 openshift-0.7.2 openstacksdk-0.43.0 os-client-config-2.0.0 os-service-types-1.7.0 osc-lib-2.0.0 oslo.config-7.0.0 oslo.context-2.23.0 oslo.i18n-3.25.1 oslo.log-3.45.2 oslo.serialization-2.29.2 oslo.utils-3.42.1 paramiko-2.10.1 pbr-5.4.4 pexpect-4.7.0 prettytable-0.7.2 ptyprocess-0.6.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pycrypto-2.6.1 pyinotify-0.9.6 pyjwt-1.7.1 pynacl-1.3.0 pyopenssl-19.1.0 pyparsing-2.4.6 pyperclip-1.7.0 pyrsistent-0.15.7 pyserial-3.4 python-barbicanclient-4.9.0 python-ceilometerclient-2.9.0 python-cinderclient-5.0.0 python-dateutil-2.8.1 python-glanceclient-2.17.0 python-heatclient-1.18.0 python-ironicclient-3.1.0 python-keystoneclient-3.22.0 python-mimeparse-1.6.0 python-neutronclient-6.14.0 python-novaclient-16.0.0 python-string-utils-0.6.0 python-subunit-1.3.0 python-swiftclient-3.9.0 pytz-2019.3 pyvirtualdisplay-0.2.5 pyvmomi-6.7.3 pyyaml-5.4 remote-pdb-2.0.0 requests-2.22.0 requests-oauthlib-1.3.0 requestsexceptions-1.4.0 rfc3986-1.3.2 rsa-4.7.1 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0 scp-0.13.2 selectors2-2.0.1 selenium-2.53.6 simplejson-3.17.0 six-1.14.0 stevedore-1.32.0 tabulate-0.8.5 testrepository-0.0.20 testresources-2.0.1 testtools-2.3.0 traceback2-1.4.0 transitions-0.7.2 unittest2-1.1.0 urllib3-1.26.5 warlock-1.3.3 wcwidth-0.1.8 websocket-client-0.55.0 wrapt-1.12.1 xmltodict-0.12.0 yamlordereddictloader-0.4.0 zipp-1.2.0 Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : centos-openstack-train Cleaning up list of fastest mirrors ---> Removed intermediate container 1680285b8c36 ---> d061979f5f11 Step 15/17 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 9b36f11867d2 ---> Removed intermediate container 9b36f11867d2 ---> 8deff474a14f Step 16/17 : LABEL net.juniper.contrail=test ---> Running in cd57c6f33e90 ---> Removed intermediate container cd57c6f33e90 ---> 281f12ed430a Step 17/17 : LABEL net.juniper.node=test ---> Running in 118ca157f515 ---> Removed intermediate container 118ca157f515 ---> 6f3063b29863 Successfully built 6f3063b29863 Successfully tagged contrail-test-test:master-8_8_1-4 Built test container contrail-test-test:master-8_8_1-4 The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-test-test] f430e20e859b: Preparing a8d3644eb3a8: Preparing 9ba7081eae48: Preparing 8edf82a573d9: Preparing 77e490c557bb: Preparing 16b64c528a32: Preparing 0dd0a9fe5422: Preparing 1cb9ba64e03e: Preparing 485fa7958f83: Preparing 111ffe8e652f: Preparing 16b64c528a32: Waiting 0dd0a9fe5422: Waiting 1cb9ba64e03e: Waiting 485fa7958f83: Waiting 4487d51f82bf: Preparing 90e94419a9a5: Preparing b9f23b419758: Preparing 174f56854903: Preparing 111ffe8e652f: Waiting 4487d51f82bf: Waiting 90e94419a9a5: Waiting b9f23b419758: Waiting 174f56854903: Waiting 77e490c557bb: Pushed 8edf82a573d9: Pushed 9ba7081eae48: Pushed 16b64c528a32: Layer already exists 0dd0a9fe5422: Layer already exists 1cb9ba64e03e: Layer already exists 485fa7958f83: Layer already exists 111ffe8e652f: Layer already exists 90e94419a9a5: Layer already exists b9f23b419758: Layer already exists 174f56854903: Layer already exists 4487d51f82bf: Layer already exists a8d3644eb3a8: Pushed f430e20e859b: Pushed master-8_8_1-4: digest: sha256:2d549dd316aa688d91fad0f029c1afd15f1281f0e86f8128323f2e2d5aa82eb5 size: 3247 INFO: Build test container for train finished successfully