/home/localdisk/designer/jenkins/rc-4.0-containers/cgcs-root/build-tools/build-docker-images/../build-wheels/utils.sh: line 24: let: wheels_alternate=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/stx-centos-py2_stable-wheels.tar: syntax error in expression (error token is "://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/stx-centos-py2_stable-wheels.tar") Running: docker build /localdisk/loadbuild/jenkins/rc-4.0-containers/20200805T082701Z/std/build-images/loci --no-cache --build-arg PROJECT=neutron --build-arg PROJECT_REPO=https://opendev.org/openstack/neutron.git --build-arg FROM=docker.io/starlingx/stx-centos:rc-4.0-stable-20200805T082701Z --build-arg WHEELS=http://build.starlingx.cengn.ca:80//mirror/starlingx/rc/4.0/centos/containers/20200805T082701Z/outputs/wheels/stx-centos-stable-wheels.tar --build-arg PROJECT_REF=stable/ussuri --build-arg PIP_PACKAGES=networking-sfc pycrypto pylint tinyrpc lxml --build-arg DIST_PACKAGES=ethtool lshw --build-arg PROFILES=fluent neutron linuxbridge openvswitch --build-arg PYTHON3=yes --tag jenkins/stx-neutron:rc-4.0-centos-stable-build Sending build context to Docker daemon 519.2kB Step 1/29 : ARG FROM=ubuntu:bionic Step 2/29 : FROM ${FROM} ---> f969170688f7 Step 3/29 : ENV PATH=/var/lib/openstack/bin:$PATH ---> Running in f3ebe4cd2153 Removing intermediate container f3ebe4cd2153 ---> 1ece5fa40a0d Step 4/29 : ARG PROJECT ---> Running in 7c15c17ae5a0 Removing intermediate container 7c15c17ae5a0 ---> 275d667fd32a Step 5/29 : ARG WHEELS=loci/requirements:master-ubuntu ---> Running in 2abd22cf9385 Removing intermediate container 2abd22cf9385 ---> 3d125a47b0b6 Step 6/29 : ARG PROJECT_REPO=https://opendev.org/openstack/${PROJECT} ---> Running in b29673d9dcc1 Removing intermediate container b29673d9dcc1 ---> fac0ef7f2eb0 Step 7/29 : ARG PROJECT_REF=master ---> Running in c83ebfff9f6f Removing intermediate container c83ebfff9f6f ---> 7761d066eadf Step 8/29 : ARG PROJECT_RELEASE=master ---> Running in 17c97156e59b Removing intermediate container 17c97156e59b ---> 94b5fba9d948 Step 9/29 : ARG DISTRO ---> Running in 2d5d4a262da1 Removing intermediate container 2d5d4a262da1 ---> b84df42c356a Step 10/29 : ARG PROFILES ---> Running in f86a0994b65e Removing intermediate container f86a0994b65e ---> 6a4444254443 Step 11/29 : ARG PIP_PACKAGES="" ---> Running in 99559a3bddd2 Removing intermediate container 99559a3bddd2 ---> 04d242997621 Step 12/29 : ARG PIP_ARGS="" ---> Running in 9ef7354f45f2 Removing intermediate container 9ef7354f45f2 ---> fec1ed42b9e2 Step 13/29 : ARG PIP_WHEEL_ARGS=$PIP_ARGS ---> Running in 6fd8e94985cd Removing intermediate container 6fd8e94985cd ---> 955ac00cc6ea Step 14/29 : ARG DIST_PACKAGES="" ---> Running in 2886a0d43389 Removing intermediate container 2886a0d43389 ---> 7fb77e63d660 Step 15/29 : ARG PLUGIN=no ---> Running in a07de7582981 Removing intermediate container a07de7582981 ---> 3f576d5693c5 Step 16/29 : ARG PYTHON3=no ---> Running in da5f5c1754e9 Removing intermediate container da5f5c1754e9 ---> 9dfc14b18f67 Step 17/29 : ARG EXTRA_BINDEP="" ---> Running in e7f8858152fd Removing intermediate container e7f8858152fd ---> 5f4c8061f356 Step 18/29 : ARG EXTRA_PYDEP="" ---> Running in 9f0ec23cea73 Removing intermediate container 9f0ec23cea73 ---> 46dea43fc69f Step 19/29 : ARG REGISTRY_PROTOCOL="detect" ---> Running in 292c768bb1df Removing intermediate container 292c768bb1df ---> 316f22847167 Step 20/29 : ARG REGISTRY_INSECURE="False" ---> Running in 149ea4fb19d1 Removing intermediate container 149ea4fb19d1 ---> 86e1de015d64 Step 21/29 : ARG UID=42424 ---> Running in 84c033792b6e Removing intermediate container 84c033792b6e ---> 9163c65bbde5 Step 22/29 : ARG GID=42424 ---> Running in 849f269c6130 Removing intermediate container 849f269c6130 ---> 52e5fa765618 Step 23/29 : ARG NOVNC_REPO=https://github.com/novnc/novnc ---> Running in 45c581ea25d5 Removing intermediate container 45c581ea25d5 ---> 438e40180fac Step 24/29 : ARG NOVNC_REF=v1.0.0 ---> Running in 23bde09bcad9 Removing intermediate container 23bde09bcad9 ---> 0837a2e0fca5 Step 25/29 : ARG SPICE_REPO=https://gitlab.freedesktop.org/spice/spice-html5.git ---> Running in 94ac7545916d Removing intermediate container 94ac7545916d ---> 3ff50f175608 Step 26/29 : ARG SPICE_REF=spice-html5-0.1.6 ---> Running in aca3196b556c Removing intermediate container aca3196b556c ---> 879495e7f38f Step 27/29 : COPY scripts /opt/loci/scripts ---> 7cef9d1ae248 Step 28/29 : ADD bindep.txt pydep.txt $EXTRA_BINDEP $EXTRA_PYDEP /opt/loci/ ---> 97b1ae928d4f Step 29/29 : RUN /opt/loci/scripts/install.sh ---> Running in d6200e2dd379 ++ awk -F= '/^ID=/ {gsub(/\"/, "", $2); print $2}' /etc/centos-release /etc/os-release /etc/redhat-release /etc/system-release + distro=centos + export distro=centos + distro=centos + [[ yes == \n\o ]] + dpkg_python_packages=("python3" "python3-virtualenv" "python3-distutils") + rpm_python_packages=("python3") + python3=python3 + python_version=3 + case ${distro} in + yum upgrade -y Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.rafal.ca * extras: less.cogeco.net * updates: centos.mirror.netelligent.ca http://build.starlingx.cengn.ca:80//mirror/starlingx/rc/4.0/centos/containers/20200805T082701Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Resolving Dependencies --> Running transaction check ---> Package acl.x86_64 0:2.2.51-14.el7 will be updated ---> Package acl.x86_64 0:2.2.51-15.el7 will be an update ---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be updated ---> Package apr.x86_64 0:1.4.8-5.el7 will be an update ---> Package audit-libs.x86_64 0:2.8.4-4.el7 will be updated ---> Package audit-libs.x86_64 0:2.8.5-4.el7 will be an update ---> Package audit-libs-python.x86_64 0:2.8.4-4.el7 will be updated ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be an update ---> Package bash.x86_64 0:4.2.46-31.el7.tis.4 will be updated ---> Package bash.x86_64 0:4.2.46-34.el7 will be an update ---> Package bind-license.noarch 32:9.9.4-72.el7 will be updated ---> Package bind-license.noarch 32:9.11.4-16.P2.el7_8.6 will be an update ---> Package binutils.x86_64 0:2.27-41.base.el7 will be updated ---> Package binutils.x86_64 0:2.27-43.base.el7_8.1 will be an update ---> Package ca-certificates.noarch 0:2018.2.22-70.0.el7_5 will be updated ---> Package ca-certificates.noarch 0:2020.2.41-70.0.el7_8 will be an update ---> Package centos-release.x86_64 0:7-6.1810.2.el7.centos will be updated ---> Package centos-release.x86_64 0:7-8.2003.0.el7.centos will be an update ---> Package coreutils.x86_64 0:8.22-23.el7 will be updated ---> Package coreutils.x86_64 0:8.22-24.el7 will be an update ---> Package cryptsetup-libs.x86_64 0:2.0.3-3.el7 will be updated ---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be an update ---> Package curl.x86_64 0:7.29.0-51.el7_6.3 will be updated ---> Package curl.x86_64 0:7.29.0-57.el7 will be an update ---> Package dbus.x86_64 1:1.10.24-12.el7 will be updated ---> Package dbus.x86_64 1:1.10.24-14.el7_8 will be an update ---> Package dbus-libs.x86_64 1:1.10.24-12.el7 will be updated ---> Package dbus-libs.x86_64 1:1.10.24-14.el7_8 will be an update ---> Package device-mapper.x86_64 7:1.02.146-4.el7 will be updated ---> Package device-mapper.x86_64 7:1.02.164-7.el7_8.2 will be an update ---> Package device-mapper-libs.x86_64 7:1.02.146-4.el7 will be updated ---> Package device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2 will be an update ---> Package diffutils.x86_64 0:3.3-4.el7 will be updated ---> Package diffutils.x86_64 0:3.3-5.el7 will be an update ---> Package dracut.x86_64 0:033-554.el7 will be updated ---> Package dracut.x86_64 0:033-568.el7 will be an update ---> Package elfutils-default-yama-scope.noarch 0:0.176-2.el7 will be updated ---> Package elfutils-default-yama-scope.noarch 0:0.176-4.el7 will be an update ---> Package elfutils-libelf.x86_64 0:0.176-2.el7 will be updated ---> Package elfutils-libelf.x86_64 0:0.176-4.el7 will be an update ---> Package elfutils-libs.x86_64 0:0.176-2.el7 will be updated ---> Package elfutils-libs.x86_64 0:0.176-4.el7 will be an update ---> Package file-libs.x86_64 0:5.11-35.el7 will be updated ---> Package file-libs.x86_64 0:5.11-36.el7 will be an update ---> Package glib2.x86_64 0:2.56.1-2.el7 will be updated ---> Package glib2.x86_64 0:2.56.1-5.el7 will be an update ---> Package glibc.x86_64 0:2.17-260.el7 will be updated ---> Package glibc.x86_64 0:2.17-307.el7.1 will be an update ---> Package glibc-common.x86_64 0:2.17-260.el7 will be updated ---> Package glibc-common.x86_64 0:2.17-307.el7.1 will be an update ---> Package gnutls.x86_64 0:3.3.29-8.el7 will be updated ---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be an update ---> Package hostname.x86_64 0:3.13-3.el7 will be updated ---> Package hostname.x86_64 0:3.13-3.el7_7.1 will be an update ---> Package hwdata.x86_64 0:0.252-9.1.el7 will be updated ---> Package hwdata.x86_64 0:0.252-9.5.el7 will be an update ---> Package ima-evm-utils.x86_64 0:1.1-2.el7 will be updated ---> Package ima-evm-utils.x86_64 0:1.1-3.el7 will be an update ---> Package kmod.x86_64 0:20-23.el7 will be updated ---> Package kmod.x86_64 0:20-28.el7 will be an update ---> Package kmod-libs.x86_64 0:20-23.el7 will be updated ---> Package kmod-libs.x86_64 0:20-28.el7 will be an update ---> Package kpartx.x86_64 0:0.4.9-119.el7 will be updated ---> Package kpartx.x86_64 0:0.4.9-131.el7 will be an update ---> Package krb5-libs.x86_64 0:1.15.1-34.el7 will be updated ---> Package krb5-libs.x86_64 0:1.15.1-46.el7 will be an update ---> Package libacl.x86_64 0:2.2.51-14.el7 will be updated ---> Package libacl.x86_64 0:2.2.51-15.el7 will be an update ---> Package libblkid.x86_64 0:2.23.2-59.el7 will be updated ---> Package libblkid.x86_64 0:2.23.2-63.el7 will be an update ---> Package libcap.x86_64 0:2.22-9.el7 will be updated ---> Package libcap.x86_64 0:2.22-11.el7 will be an update ---> Package libcgroup.x86_64 0:0.41-20.el7 will be updated ---> Package libcgroup.x86_64 0:0.41-21.el7 will be an update ---> Package libcom_err.x86_64 0:1.42.9-13.el7 will be updated ---> Package libcom_err.x86_64 0:1.42.9-17.el7 will be an update ---> Package libcurl.x86_64 0:7.29.0-51.el7_6.3 will be updated ---> Package libcurl.x86_64 0:7.29.0-57.el7 will be an update ---> Package libdb.x86_64 0:5.3.21-24.el7 will be updated ---> Package libdb.x86_64 0:5.3.21-25.el7 will be an update ---> Package libdb-utils.x86_64 0:5.3.21-24.el7 will be updated ---> Package libdb-utils.x86_64 0:5.3.21-25.el7 will be an update ---> Package libffi.x86_64 0:3.0.13-18.el7 will be updated ---> Package libffi.x86_64 0:3.0.13-19.el7 will be an update ---> Package libgcc.x86_64 0:4.8.5-36.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-39.el7 will be an update ---> Package libmount.x86_64 0:2.23.2-59.el7 will be updated ---> Package libmount.x86_64 0:2.23.2-63.el7 will be an update ---> Package libselinux.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux.x86_64 0:2.5-15.el7 will be an update ---> Package libselinux-python.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be an update ---> Package libselinux-utils.x86_64 0:2.5-14.1.el7 will be updated ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be an update ---> Package libsmartcols.x86_64 0:2.23.2-59.el7 will be updated ---> Package libsmartcols.x86_64 0:2.23.2-63.el7 will be an update ---> Package libssh2.x86_64 0:1.4.3-12.el7 will be updated ---> Package libssh2.x86_64 0:1.8.0-3.el7 will be an update ---> Package libstdc++.x86_64 0:4.8.5-36.el7 will be updated ---> Package libstdc++.x86_64 0:4.8.5-39.el7 will be an update ---> Package libtirpc.x86_64 0:0.2.4-0.15.el7 will be updated ---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be an update ---> Package libuuid.x86_64 0:2.23.2-59.el7 will be updated ---> Package libuuid.x86_64 0:2.23.2-63.el7 will be an update ---> Package libxml2.x86_64 0:2.9.1-6.el7_2.3 will be updated ---> Package libxml2.x86_64 0:2.9.1-6.el7.4 will be an update ---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be updated ---> Package libxml2-python.x86_64 0:2.9.1-6.el7.4 will be an update ---> Package lz4.x86_64 0:1.7.5-2.el7 will be updated ---> Package lz4.x86_64 0:1.7.5-3.el7 will be an update ---> Package nspr.x86_64 0:4.19.0-1.el7_5 will be updated ---> Package nspr.x86_64 0:4.21.0-1.el7 will be an update ---> Package nss.x86_64 0:3.36.0-7.el7_5 will be updated ---> Package nss.x86_64 0:3.44.0-7.el7_7 will be an update ---> Package nss-pem.x86_64 0:1.0.3-5.el7 will be updated ---> Package nss-pem.x86_64 0:1.0.3-7.el7 will be an update ---> Package nss-softokn.x86_64 0:3.36.0-5.el7_5 will be updated ---> Package nss-softokn.x86_64 0:3.44.0-8.el7_7 will be an update ---> Package nss-softokn-freebl.x86_64 0:3.36.0-5.el7_5 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.44.0-8.el7_7 will be an update ---> Package nss-sysinit.x86_64 0:3.36.0-7.el7_5 will be updated ---> Package nss-sysinit.x86_64 0:3.44.0-7.el7_7 will be an update ---> Package nss-tools.x86_64 0:3.36.0-7.el7_5 will be updated ---> Package nss-tools.x86_64 0:3.44.0-7.el7_7 will be an update ---> Package nss-util.x86_64 0:3.36.0-1.el7_5 will be updated ---> Package nss-util.x86_64 0:3.44.0-4.el7_7 will be an update ---> Package openldap.x86_64 0:2.4.44-20.el7.tis.6 will be updated ---> Package openldap.x86_64 0:2.4.44-21.el7_6 will be an update ---> Package openssh.x86_64 0:7.4p1-16.el7_4.tis.8 will be updated ---> Package openssh.x86_64 0:7.4p1-21.el7 will be an update ---> Package openssh-clients.x86_64 0:7.4p1-16.el7_4.tis.8 will be updated ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be an update ---> Package openssl-libs.x86_64 1:1.0.2k-16.el7 will be updated ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be an update ---> Package pam.x86_64 0:1.1.8-22.el7 will be updated ---> Package pam.x86_64 0:1.1.8-23.el7 will be an update ---> Package passwd.x86_64 0:0.79-4.el7 will be updated ---> Package passwd.x86_64 0:0.79-6.el7 will be an update ---> Package perl.x86_64 4:5.16.3-294.el7_6 will be updated ---> Package perl.x86_64 4:5.16.3-295.el7 will be an update ---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be updated ---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 will be an update ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be updated ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be an update ---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be updated ---> Package perl-libs.x86_64 4:5.16.3-295.el7 will be an update ---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be updated ---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be an update ---> Package policycoreutils.x86_64 0:2.5-29.el7 will be updated ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be an update ---> Package policycoreutils-python.x86_64 0:2.5-29.el7 will be updated ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be an update ---> Package procps-ng.x86_64 0:3.3.10-23.el7 will be updated ---> Package procps-ng.x86_64 0:3.3.10-27.el7 will be an update ---> Package python.x86_64 0:2.7.5-76.el7.tis.4 will be updated ---> Package python.x86_64 0:2.7.5-88.el7 will be an update ---> Package python-libs.x86_64 0:2.7.5-76.el7.tis.4 will be updated ---> Package python-libs.x86_64 0:2.7.5-88.el7 will be an update ---> Package python-urlgrabber.noarch 0:3.10-9.el7 will be updated ---> Package python-urlgrabber.noarch 0:3.10-10.el7 will be an update ---> Package python3.x86_64 0:3.6.8-10.el7 will be updated ---> Package python3.x86_64 0:3.6.8-13.el7 will be an update ---> Package python3-libs.x86_64 0:3.6.8-10.el7 will be updated ---> Package python3-libs.x86_64 0:3.6.8-13.el7 will be an update ---> Package python3-pip.noarch 0:9.0.3-5.el7 will be updated ---> Package python3-pip.noarch 0:9.0.3-7.el7_7 will be an update ---> Package python3-wheel.noarch 0:0.31.1-4.el7 will be updated ---> Package python3-wheel.noarch 0:0.31.1-5.el7_7 will be an update ---> Package readline.x86_64 0:6.2-10.el7 will be updated ---> Package readline.x86_64 0:6.2-11.el7 will be an update ---> Package sed.x86_64 0:4.2.2-5.el7 will be updated ---> Package sed.x86_64 0:4.2.2-6.el7 will be an update ---> Package setup.noarch 0:2.8.71-10.el7.tis.11 will be updated ---> Package setup.noarch 0:2.8.71-11.el7 will be an update ---> Package shadow-utils.x86_64 2:4.1.5.1-25.el7 will be updated ---> Package shadow-utils.x86_64 2:4.6-5.el7 will be an update ---> Package shared-mime-info.x86_64 0:1.8-4.el7 will be updated ---> Package shared-mime-info.x86_64 0:1.8-5.el7 will be an update ---> Package sqlite.x86_64 0:3.7.17-8.el7 will be updated ---> Package sqlite.x86_64 0:3.7.17-8.el7_7.1 will be an update ---> Package systemd.x86_64 0:219-67.el7.tis.10 will be updated ---> Package systemd.x86_64 0:219-73.el7_8.8 will be an update ---> Package systemd-libs.x86_64 0:219-67.el7.tis.10 will be updated ---> Package systemd-libs.x86_64 0:219-73.el7_8.8 will be an update ---> Package tzdata.noarch 0:2018g-1.el7 will be updated ---> Package tzdata.noarch 0:2020a-1.el7 will be an update ---> Package util-linux.x86_64 0:2.23.2-59.el7 will be updated ---> Package util-linux.x86_64 0:2.23.2-63.el7 will be an update ---> Package vim-minimal.x86_64 2:7.4.160-5.el7 will be updated ---> Package vim-minimal.x86_64 2:7.4.629-6.el7 will be an update ---> Package yum.noarch 0:3.4.3-161.el7.centos will be updated ---> Package yum.noarch 0:3.4.3-167.el7.centos will be an update ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-50.el7 will be updated ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8 will be an update ---> Package yum-plugin-ovl.noarch 0:1.1.31-45.el7 will be updated ---> Package yum-plugin-ovl.noarch 0:1.1.31-54.el7_8 will be an update ---> Package yum-utils.noarch 0:1.1.31-50.el7 will be updated ---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: acl x86_64 2.2.51-15.el7 base 81 k apr x86_64 1.4.8-5.el7 base 103 k audit-libs x86_64 2.8.5-4.el7 base 102 k audit-libs-python x86_64 2.8.5-4.el7 base 76 k bash x86_64 4.2.46-34.el7 base 1.0 M bind-license noarch 32:9.11.4-16.P2.el7_8.6 updates 90 k binutils x86_64 2.27-43.base.el7_8.1 updates 5.9 M ca-certificates noarch 2020.2.41-70.0.el7_8 updates 382 k centos-release x86_64 7-8.2003.0.el7.centos base 26 k coreutils x86_64 8.22-24.el7 base 3.3 M cryptsetup-libs x86_64 2.0.3-6.el7 base 339 k curl x86_64 7.29.0-57.el7 base 270 k dbus x86_64 1:1.10.24-14.el7_8 updates 245 k dbus-libs x86_64 1:1.10.24-14.el7_8 updates 169 k device-mapper x86_64 7:1.02.164-7.el7_8.2 updates 295 k device-mapper-libs x86_64 7:1.02.164-7.el7_8.2 updates 324 k diffutils x86_64 3.3-5.el7 base 322 k dracut x86_64 033-568.el7 base 329 k elfutils-default-yama-scope noarch 0.176-4.el7 base 33 k elfutils-libelf x86_64 0.176-4.el7 base 195 k elfutils-libs x86_64 0.176-4.el7 base 291 k file-libs x86_64 5.11-36.el7 base 340 k glib2 x86_64 2.56.1-5.el7 base 2.5 M glibc x86_64 2.17-307.el7.1 base 3.6 M glibc-common x86_64 2.17-307.el7.1 base 11 M gnutls x86_64 3.3.29-9.el7_6 base 680 k hostname x86_64 3.13-3.el7_7.1 base 17 k hwdata x86_64 0.252-9.5.el7 base 2.4 M ima-evm-utils x86_64 1.1-3.el7 base 46 k kmod x86_64 20-28.el7 base 123 k kmod-libs x86_64 20-28.el7 base 51 k kpartx x86_64 0.4.9-131.el7 base 80 k krb5-libs x86_64 1.15.1-46.el7 base 809 k libacl x86_64 2.2.51-15.el7 base 27 k libblkid x86_64 2.23.2-63.el7 base 182 k libcap x86_64 2.22-11.el7 base 47 k libcgroup x86_64 0.41-21.el7 base 66 k libcom_err x86_64 1.42.9-17.el7 base 42 k libcurl x86_64 7.29.0-57.el7 base 223 k libdb x86_64 5.3.21-25.el7 base 720 k libdb-utils x86_64 5.3.21-25.el7 base 132 k libffi x86_64 3.0.13-19.el7 base 30 k libgcc x86_64 4.8.5-39.el7 base 102 k libmount x86_64 2.23.2-63.el7 base 184 k libselinux x86_64 2.5-15.el7 base 162 k libselinux-python x86_64 2.5-15.el7 base 236 k libselinux-utils x86_64 2.5-15.el7 base 151 k libsmartcols x86_64 2.23.2-63.el7 base 142 k libssh2 x86_64 1.8.0-3.el7 base 88 k libstdc++ x86_64 4.8.5-39.el7 base 305 k libtirpc x86_64 0.2.4-0.16.el7 base 89 k libuuid x86_64 2.23.2-63.el7 base 83 k libxml2 x86_64 2.9.1-6.el7.4 base 668 k libxml2-python x86_64 2.9.1-6.el7.4 base 247 k lz4 x86_64 1.7.5-3.el7 base 99 k nspr x86_64 4.21.0-1.el7 base 127 k nss x86_64 3.44.0-7.el7_7 base 854 k nss-pem x86_64 1.0.3-7.el7 base 74 k nss-softokn x86_64 3.44.0-8.el7_7 base 330 k nss-softokn-freebl x86_64 3.44.0-8.el7_7 base 224 k nss-sysinit x86_64 3.44.0-7.el7_7 base 65 k nss-tools x86_64 3.44.0-7.el7_7 base 528 k nss-util x86_64 3.44.0-4.el7_7 base 79 k openldap x86_64 2.4.44-21.el7_6 base 356 k openssh x86_64 7.4p1-21.el7 base 510 k openssh-clients x86_64 7.4p1-21.el7 base 655 k openssl-libs x86_64 1:1.0.2k-19.el7 base 1.2 M pam x86_64 1.1.8-23.el7 base 721 k passwd x86_64 0.79-6.el7 base 106 k perl x86_64 4:5.16.3-295.el7 base 8.0 M perl-Pod-Escapes noarch 1:1.04-295.el7 base 51 k perl-Socket x86_64 2.010-5.el7 base 49 k perl-libs x86_64 4:5.16.3-295.el7 base 689 k perl-macros x86_64 4:5.16.3-295.el7 base 44 k policycoreutils x86_64 2.5-34.el7 base 917 k policycoreutils-python x86_64 2.5-34.el7 base 457 k procps-ng x86_64 3.3.10-27.el7 base 291 k python x86_64 2.7.5-88.el7 base 96 k python-libs x86_64 2.7.5-88.el7 base 5.6 M python-urlgrabber noarch 3.10-10.el7 base 108 k python3 x86_64 3.6.8-13.el7 base 69 k python3-libs x86_64 3.6.8-13.el7 base 7.0 M python3-pip noarch 9.0.3-7.el7_7 updates 1.8 M python3-wheel noarch 0.31.1-5.el7_7 base 63 k readline x86_64 6.2-11.el7 base 193 k sed x86_64 4.2.2-6.el7 base 231 k setup noarch 2.8.71-11.el7 base 166 k shadow-utils x86_64 2:4.6-5.el7 base 1.2 M shared-mime-info x86_64 1.8-5.el7 base 312 k sqlite x86_64 3.7.17-8.el7_7.1 base 394 k systemd x86_64 219-73.el7_8.8 updates 5.1 M systemd-libs x86_64 219-73.el7_8.8 updates 416 k tzdata noarch 2020a-1.el7 updates 495 k util-linux x86_64 2.23.2-63.el7 base 2.0 M vim-minimal x86_64 2:7.4.629-6.el7 base 443 k yum noarch 3.4.3-167.el7.centos base 1.2 M yum-plugin-fastestmirror noarch 1.1.31-54.el7_8 updates 34 k yum-plugin-ovl noarch 1.1.31-54.el7_8 updates 28 k yum-utils noarch 1.1.31-54.el7_8 updates 122 k Transaction Summary ================================================================================ Upgrade 99 Packages Total download size: 83 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/base/packages/acl-2.2.51-15.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for acl-2.2.51-15.el7.x86_64.rpm is not installed Public key for bind-license-9.11.4-16.P2.el7_8.6.noarch.rpm is not installed -------------------------------------------------------------------------------- Total 12 MB/s | 83 MB 00:07 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-6.1810.2.el7.centos.x86_64 (@stx-mirror-distro) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-39.el7.x86_64 1/198 Updating : centos-release-7-8.2003.0.el7.centos.x86_64 2/198 Updating : setup-2.8.71-11.el7.noarch 3/198 warning: /etc/group created as /etc/group.rpmnew warning: /etc/gshadow created as /etc/gshadow.rpmnew warning: /etc/passwd created as /etc/passwd.rpmnew warning: /etc/shadow created as /etc/shadow.rpmnew Updating : tzdata-2020a-1.el7.noarch 4/198 Updating : bash-4.2.46-34.el7.x86_64 5/198 Updating : nss-softokn-freebl-3.44.0-8.el7_7.x86_64 6/198 Updating : glibc-common-2.17-307.el7.1.x86_64 7/198 Updating : glibc-2.17-307.el7.1.x86_64 8/198 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : libselinux-2.5-15.el7.x86_64 9/198 Updating : nspr-4.21.0-1.el7.x86_64 10/198 Updating : nss-util-3.44.0-4.el7_7.x86_64 11/198 Updating : audit-libs-2.8.5-4.el7.x86_64 12/198 Updating : sed-4.2.2-6.el7.x86_64 13/198 install-info: No such file or directory for /usr/share/info/sed.info.gz Updating : libacl-2.2.51-15.el7.x86_64 14/198 Updating : libcom_err-1.42.9-17.el7.x86_64 15/198 Updating : libuuid-2.23.2-63.el7.x86_64 16/198 Updating : diffutils-3.3-5.el7.x86_64 17/198 install-info: No such file or directory for /usr/share/info/diffutils.info Updating : readline-6.2-11.el7.x86_64 18/198 Updating : sqlite-3.7.17-8.el7_7.1.x86_64 19/198 Updating : libcap-2.22-11.el7.x86_64 20/198 Updating : libdb-5.3.21-25.el7.x86_64 21/198 Updating : libffi-3.0.13-19.el7.x86_64 22/198 Updating : nss-softokn-3.44.0-8.el7_7.x86_64 23/198 Updating : lz4-1.7.5-3.el7.x86_64 24/198 Updating : libxml2-2.9.1-6.el7.4.x86_64 25/198 Updating : elfutils-libelf-0.176-4.el7.x86_64 26/198 Updating : acl-2.2.51-15.el7.x86_64 27/198 Updating : libselinux-utils-2.5-15.el7.x86_64 28/198 Updating : 4:perl-macros-5.16.3-295.el7.x86_64 29/198 Updating : perl-Socket-2.010-5.el7.x86_64 30/198 Updating : 4:perl-libs-5.16.3-295.el7.x86_64 31/198 Updating : 4:perl-5.16.3-295.el7.x86_64 32/198 Updating : kmod-libs-20-28.el7.x86_64 33/198 Updating : libsmartcols-2.23.2-63.el7.x86_64 34/198 Updating : ca-certificates-2020.2.41-70.0.el7_8.noarch 35/198 Updating : 1:openssl-libs-1.0.2k-19.el7.x86_64 36/198 Updating : coreutils-8.22-24.el7.x86_64 37/198 Updating : krb5-libs-1.15.1-46.el7.x86_64 38/198 Updating : pam-1.1.8-23.el7.x86_64 39/198 Updating : libblkid-2.23.2-63.el7.x86_64 40/198 Updating : libmount-2.23.2-63.el7.x86_64 41/198 Updating : python-libs-2.7.5-88.el7.x86_64 42/198 Updating : python-2.7.5-88.el7.x86_64 43/198 Updating : 2:shadow-utils-4.6-5.el7.x86_64 44/198 Updating : glib2-2.56.1-5.el7.x86_64 45/198 Updating : shared-mime-info-1.8-5.el7.x86_64 46/198 Updating : libxml2-python-2.9.1-6.el7.4.x86_64 47/198 Updating : python-urlgrabber-3.10-10.el7.noarch 48/198 Updating : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 49/198 Updating : yum-3.4.3-167.el7.centos.noarch 50/198 Updating : audit-libs-python-2.8.5-4.el7.x86_64 51/198 Updating : libselinux-python-2.5-15.el7.x86_64 52/198 Updating : libtirpc-0.2.4-0.16.el7.x86_64 53/198 Updating : python3-pip-9.0.3-7.el7_7.noarch 54/198 Updating : python3-3.6.8-13.el7.x86_64 55/198 Updating : python3-libs-3.6.8-13.el7.x86_64 56/198 Updating : binutils-2.27-43.base.el7_8.1.x86_64 57/198 install-info: No such file or directory for /usr/share/info/as.info.gz install-info: No such file or directory for /usr/share/info/binutils.info.gz install-info: No such file or directory for /usr/share/info/gprof.info.gz install-info: No such file or directory for /usr/share/info/ld.info.gz install-info: No such file or directory for /usr/share/info/standards.info.gz Updating : nss-pem-1.0.3-7.el7.x86_64 58/198 Updating : nss-3.44.0-7.el7_7.x86_64 59/198 Updating : nss-sysinit-3.44.0-7.el7_7.x86_64 60/198 Updating : nss-tools-3.44.0-7.el7_7.x86_64 61/198 Updating : openldap-2.4.44-21.el7_6.x86_64 62/198 Updating : libssh2-1.8.0-3.el7.x86_64 63/198 Updating : libcurl-7.29.0-57.el7.x86_64 64/198 Updating : util-linux-2.23.2-63.el7.x86_64 65/198 Updating : procps-ng-3.3.10-27.el7.x86_64 66/198 Updating : kpartx-0.4.9-131.el7.x86_64 67/198 Updating : 7:device-mapper-1.02.164-7.el7_8.2.x86_64 68/198 Updating : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64 69/198 Updating : cryptsetup-libs-2.0.3-6.el7.x86_64 70/198 Updating : dracut-033-568.el7.x86_64 71/198 Updating : kmod-20-28.el7.x86_64 72/198 Updating : elfutils-libs-0.176-4.el7.x86_64 73/198 Updating : systemd-libs-219-73.el7_8.8.x86_64 74/198 Updating : 1:dbus-libs-1.10.24-14.el7_8.x86_64 75/198 Updating : systemd-219-73.el7_8.8.x86_64 76/198 Failed to get D-Bus connection: Operation not permitted Updating : elfutils-default-yama-scope-0.176-4.el7.noarch 77/198 Updating : 1:dbus-1.10.24-14.el7_8.x86_64 78/198 Updating : libcgroup-0.41-21.el7.x86_64 79/198 Updating : policycoreutils-2.5-34.el7.x86_64 80/198 Updating : openssh-7.4p1-21.el7.x86_64 81/198 Updating : openssh-clients-7.4p1-21.el7.x86_64 82/198 Updating : policycoreutils-python-2.5-34.el7.x86_64 83/198 Updating : hwdata-0.252-9.5.el7.x86_64 84/198 Updating : curl-7.29.0-57.el7.x86_64 85/198 Updating : python3-wheel-0.31.1-5.el7_7.noarch 86/198 Updating : yum-plugin-ovl-1.1.31-54.el7_8.noarch 87/198 Updating : yum-utils-1.1.31-54.el7_8.noarch 88/198 Updating : passwd-0.79-6.el7.x86_64 89/198 Updating : ima-evm-utils-1.1-3.el7.x86_64 90/198 Updating : 1:perl-Pod-Escapes-1.04-295.el7.noarch 91/198 Updating : libdb-utils-5.3.21-25.el7.x86_64 92/198 Updating : apr-1.4.8-5.el7.x86_64 93/198 Updating : 2:vim-minimal-7.4.629-6.el7.x86_64 94/198 Updating : libstdc++-4.8.5-39.el7.x86_64 95/198 Updating : gnutls-3.3.29-9.el7_6.x86_64 96/198 Updating : file-libs-5.11-36.el7.x86_64 97/198 Updating : hostname-3.13-3.el7_7.1.x86_64 98/198 Updating : 32:bind-license-9.11.4-16.P2.el7_8.6.noarch 99/198 Cleanup : openssh-clients-7.4p1-16.el7_4.tis.8.x86_64 100/198 Cleanup : openssh-7.4p1-16.el7_4.tis.8.x86_64 101/198 Cleanup : apr-1.4.8-3.el7_4.1.x86_64 102/198 Cleanup : hwdata-0.252-9.1.el7.x86_64 103/198 Cleanup : yum-utils-1.1.31-50.el7.noarch 104/198 Cleanup : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 105/198 Cleanup : python3-wheel-0.31.1-4.el7.noarch 106/198 Cleanup : yum-plugin-ovl-1.1.31-45.el7.noarch 107/198 Cleanup : yum-plugin-fastestmirror-1.1.31-50.el7.noarch 108/198 Cleanup : yum-3.4.3-161.el7.centos.noarch 109/198 Cleanup : python-urlgrabber-3.10-9.el7.noarch 110/198 Cleanup : 4:perl-macros-5.16.3-294.el7_6.x86_64 111/198 Cleanup : libxml2-python-2.9.1-6.el7_2.3.x86_64 112/198 Cleanup : 4:perl-5.16.3-294.el7_6.x86_64 113/198 Cleanup : 4:perl-libs-5.16.3-294.el7_6.x86_64 114/198 Cleanup : curl-7.29.0-51.el7_6.3.x86_64 115/198 Cleanup : passwd-0.79-4.el7.x86_64 116/198 Cleanup : libstdc++-4.8.5-36.el7.x86_64 117/198 Cleanup : policycoreutils-python-2.5-29.el7.x86_64 118/198 Cleanup : libcgroup-0.41-20.el7.x86_64 119/198 Cleanup : policycoreutils-2.5-29.el7.x86_64 120/198 Cleanup : 1:dbus-libs-1.10.24-12.el7.x86_64 121/198 Cleanup : procps-ng-3.3.10-23.el7.x86_64 122/198 Cleanup : util-linux-2.23.2-59.el7.x86_64 123/198 Cleanup : cryptsetup-libs-2.0.3-3.el7.x86_64 124/198 Cleanup : systemd-libs-219-67.el7.tis.10.x86_64 125/198 Cleanup : kpartx-0.4.9-119.el7.x86_64 126/198 Cleanup : 7:device-mapper-libs-1.02.146-4.el7.x86_64 127/198 Cleanup : 7:device-mapper-1.02.146-4.el7.x86_64 128/198 Cleanup : kmod-20-23.el7.x86_64 129/198 Cleanup : dracut-033-554.el7.x86_64 130/198 Cleanup : elfutils-libs-0.176-2.el7.x86_64 131/198 Cleanup : elfutils-default-yama-scope-0.176-2.el7.noarch 132/198 Cleanup : 1:dbus-1.10.24-12.el7.x86_64 133/198 Cleanup : systemd-219-67.el7.tis.10.x86_64 134/198 Cleanup : libcurl-7.29.0-51.el7_6.3.x86_64 135/198 Cleanup : openldap-2.4.44-20.el7.tis.6.x86_64 136/198 Cleanup : nss-tools-3.36.0-7.el7_5.x86_64 137/198 Cleanup : pam-1.1.8-22.el7.x86_64 138/198 Cleanup : binutils-2.27-41.base.el7.x86_64 139/198 Cleanup : 2:shadow-utils-4.1.5.1-25.el7.x86_64 140/198 Cleanup : nss-pem-1.0.3-5.el7.x86_64 141/198 Cleanup : nss-3.36.0-7.el7_5.x86_64 142/198 Cleanup : nss-softokn-3.36.0-5.el7_5.x86_64 143/198 Cleanup : nss-sysinit-3.36.0-7.el7_5.x86_64 144/198 Cleanup : kmod-libs-20-23.el7.x86_64 145/198 Cleanup : libsmartcols-2.23.2-59.el7.x86_64 146/198 Cleanup : ima-evm-utils-1.1-2.el7.x86_64 147/198 Cleanup : libssh2-1.4.3-12.el7.x86_64 148/198 Cleanup : shared-mime-info-1.8-4.el7.x86_64 149/198 Cleanup : glib2-2.56.1-2.el7.x86_64 150/198 Cleanup : libmount-2.23.2-59.el7.x86_64 151/198 Cleanup : libblkid-2.23.2-59.el7.x86_64 152/198 Cleanup : libxml2-2.9.1-6.el7_2.3.x86_64 153/198 Cleanup : file-libs-5.11-35.el7.x86_64 154/198 Cleanup : gnutls-3.3.29-8.el7.x86_64 155/198 Cleanup : 2:vim-minimal-7.4.160-5.el7.x86_64 156/198 Cleanup : diffutils-3.3-4.el7.x86_64 157/198 Cleanup : elfutils-libelf-0.176-2.el7.x86_64 158/198 Cleanup : python3-libs-3.6.8-10.el7.x86_64 159/198 Cleanup : python3-3.6.8-10.el7.x86_64 160/198 Cleanup : python3-pip-9.0.3-5.el7.noarch 161/198 Cleanup : libtirpc-0.2.4-0.15.el7.x86_64 162/198 Cleanup : libdb-utils-5.3.21-24.el7.x86_64 163/198 Cleanup : libuuid-2.23.2-59.el7.x86_64 164/198 Cleanup : audit-libs-python-2.8.4-4.el7.x86_64 165/198 Cleanup : audit-libs-2.8.4-4.el7.x86_64 166/198 Cleanup : libselinux-python-2.5-14.1.el7.x86_64 167/198 Cleanup : python-2.7.5-76.el7.tis.4.x86_64 168/198 Cleanup : python-libs-2.7.5-76.el7.tis.4.x86_64 169/198 Cleanup : libdb-5.3.21-24.el7.x86_64 170/198 Cleanup : sqlite-3.7.17-8.el7.x86_64 171/198 Cleanup : readline-6.2-10.el7.x86_64 172/198 Cleanup : acl-2.2.51-14.el7.x86_64 173/198 Cleanup : libffi-3.0.13-18.el7.x86_64 174/198 Cleanup : lz4-1.7.5-2.el7.x86_64 175/198 Cleanup : hostname-3.13-3.el7.x86_64 176/198 Cleanup : setup-2.8.71-10.el7.tis.11.noarch 177/198 Cleanup : centos-release-7-6.1810.2.el7.centos.x86_64 178/198 Cleanup : 32:bind-license-9.9.4-72.el7.noarch 179/198 Cleanup : krb5-libs-1.15.1-34.el7.x86_64 180/198 Cleanup : coreutils-8.22-23.el7.x86_64 181/198 Cleanup : 1:openssl-libs-1.0.2k-16.el7.x86_64 182/198 Cleanup : libcom_err-1.42.9-13.el7.x86_64 183/198 Cleanup : libcap-2.22-9.el7.x86_64 184/198 Cleanup : sed-4.2.2-5.el7.x86_64 185/198 Cleanup : libacl-2.2.51-14.el7.x86_64 186/198 Cleanup : libselinux-utils-2.5-14.1.el7.x86_64 187/198 Cleanup : perl-Socket-2.010-4.el7.x86_64 188/198 Cleanup : ca-certificates-2018.2.22-70.0.el7_5.noarch 189/198 Cleanup : libselinux-2.5-14.1.el7.x86_64 190/198 Cleanup : glibc-common-2.17-260.el7.x86_64 191/198 Cleanup : bash-4.2.46-31.el7.tis.4.x86_64 192/198 Cleanup : nspr-4.19.0-1.el7_5.x86_64 193/198 Cleanup : nss-util-3.36.0-1.el7_5.x86_64 194/198 Cleanup : nss-softokn-freebl-3.36.0-5.el7_5.x86_64 195/198 Cleanup : glibc-2.17-260.el7.x86_64 196/198 Cleanup : tzdata-2018g-1.el7.noarch 197/198 Cleanup : libgcc-4.8.5-36.el7.x86_64 198/198 Verifying : acl-2.2.51-15.el7.x86_64 1/198 Verifying : libacl-2.2.51-15.el7.x86_64 2/198 Verifying : kpartx-0.4.9-131.el7.x86_64 3/198 Verifying : centos-release-7-8.2003.0.el7.centos.x86_64 4/198 Verifying : apr-1.4.8-5.el7.x86_64 5/198 Verifying : ca-certificates-2020.2.41-70.0.el7_8.noarch 6/198 Verifying : libssh2-1.8.0-3.el7.x86_64 7/198 Verifying : libxml2-python-2.9.1-6.el7.4.x86_64 8/198 Verifying : libmount-2.23.2-63.el7.x86_64 9/198 Verifying : elfutils-libs-0.176-4.el7.x86_64 10/198 Verifying : readline-6.2-11.el7.x86_64 11/198 Verifying : sqlite-3.7.17-8.el7_7.1.x86_64 12/198 Verifying : 4:perl-libs-5.16.3-295.el7.x86_64 13/198 Verifying : util-linux-2.23.2-63.el7.x86_64 14/198 Verifying : nss-pem-1.0.3-7.el7.x86_64 15/198 Verifying : 4:perl-macros-5.16.3-295.el7.x86_64 16/198 Verifying : sed-4.2.2-6.el7.x86_64 17/198 Verifying : lz4-1.7.5-3.el7.x86_64 18/198 Verifying : libselinux-2.5-15.el7.x86_64 19/198 Verifying : kmod-libs-20-28.el7.x86_64 20/198 Verifying : libcap-2.22-11.el7.x86_64 21/198 Verifying : libsmartcols-2.23.2-63.el7.x86_64 22/198 Verifying : python-2.7.5-88.el7.x86_64 23/198 Verifying : setup-2.8.71-11.el7.noarch 24/198 Verifying : coreutils-8.22-24.el7.x86_64 25/198 Verifying : python3-pip-9.0.3-7.el7_7.noarch 26/198 Verifying : pam-1.1.8-23.el7.x86_64 27/198 Verifying : python-urlgrabber-3.10-10.el7.noarch 28/198 Verifying : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 29/198 Verifying : libstdc++-4.8.5-39.el7.x86_64 30/198 Verifying : elfutils-default-yama-scope-0.176-4.el7.noarch 31/198 Verifying : cryptsetup-libs-2.0.3-6.el7.x86_64 32/198 Verifying : binutils-2.27-43.base.el7_8.1.x86_64 33/198 Verifying : yum-3.4.3-167.el7.centos.noarch 34/198 Verifying : 2:vim-minimal-7.4.629-6.el7.x86_64 35/198 Verifying : python3-libs-3.6.8-13.el7.x86_64 36/198 Verifying : python-libs-2.7.5-88.el7.x86_64 37/198 Verifying : gnutls-3.3.29-9.el7_6.x86_64 38/198 Verifying : 4:perl-5.16.3-295.el7.x86_64 39/198 Verifying : nss-3.44.0-7.el7_7.x86_64 40/198 Verifying : nss-sysinit-3.44.0-7.el7_7.x86_64 41/198 Verifying : yum-plugin-ovl-1.1.31-54.el7_8.noarch 42/198 Verifying : openssh-clients-7.4p1-21.el7.x86_64 43/198 Verifying : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64 44/198 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 45/198 Verifying : libxml2-2.9.1-6.el7.4.x86_64 46/198 Verifying : python3-wheel-0.31.1-5.el7_7.noarch 47/198 Verifying : tzdata-2020a-1.el7.noarch 48/198 Verifying : elfutils-libelf-0.176-4.el7.x86_64 49/198 Verifying : bash-4.2.46-34.el7.x86_64 50/198 Verifying : nss-softokn-freebl-3.44.0-8.el7_7.x86_64 51/198 Verifying : openldap-2.4.44-21.el7_6.x86_64 52/198 Verifying : nss-softokn-3.44.0-8.el7_7.x86_64 53/198 Verifying : 2:shadow-utils-4.6-5.el7.x86_64 54/198 Verifying : ima-evm-utils-1.1-3.el7.x86_64 55/198 Verifying : libcom_err-1.42.9-17.el7.x86_64 56/198 Verifying : passwd-0.79-6.el7.x86_64 57/198 Verifying : 7:device-mapper-1.02.164-7.el7_8.2.x86_64 58/198 Verifying : libcurl-7.29.0-57.el7.x86_64 59/198 Verifying : file-libs-5.11-36.el7.x86_64 60/198 Verifying : audit-libs-2.8.5-4.el7.x86_64 61/198 Verifying : procps-ng-3.3.10-27.el7.x86_64 62/198 Verifying : policycoreutils-2.5-34.el7.x86_64 63/198 Verifying : systemd-libs-219-73.el7_8.8.x86_64 64/198 Verifying : glibc-common-2.17-307.el7.1.x86_64 65/198 Verifying : 1:dbus-1.10.24-14.el7_8.x86_64 66/198 Verifying : policycoreutils-python-2.5-34.el7.x86_64 67/198 Verifying : kmod-20-28.el7.x86_64 68/198 Verifying : diffutils-3.3-5.el7.x86_64 69/198 Verifying : libblkid-2.23.2-63.el7.x86_64 70/198 Verifying : glibc-2.17-307.el7.1.x86_64 71/198 Verifying : hostname-3.13-3.el7_7.1.x86_64 72/198 Verifying : nss-tools-3.44.0-7.el7_7.x86_64 73/198 Verifying : libdb-5.3.21-25.el7.x86_64 74/198 Verifying : hwdata-0.252-9.5.el7.x86_64 75/198 Verifying : 1:openssl-libs-1.0.2k-19.el7.x86_64 76/198 Verifying : 1:perl-Pod-Escapes-1.04-295.el7.noarch 77/198 Verifying : libdb-utils-5.3.21-25.el7.x86_64 78/198 Verifying : python3-3.6.8-13.el7.x86_64 79/198 Verifying : 32:bind-license-9.11.4-16.P2.el7_8.6.noarch 80/198 Verifying : libtirpc-0.2.4-0.16.el7.x86_64 81/198 Verifying : 1:dbus-libs-1.10.24-14.el7_8.x86_64 82/198 Verifying : krb5-libs-1.15.1-46.el7.x86_64 83/198 Verifying : perl-Socket-2.010-5.el7.x86_64 84/198 Verifying : openssh-7.4p1-21.el7.x86_64 85/198 Verifying : systemd-219-73.el7_8.8.x86_64 86/198 Verifying : curl-7.29.0-57.el7.x86_64 87/198 Verifying : libgcc-4.8.5-39.el7.x86_64 88/198 Verifying : shared-mime-info-1.8-5.el7.x86_64 89/198 Verifying : libselinux-utils-2.5-15.el7.x86_64 90/198 Verifying : yum-utils-1.1.31-54.el7_8.noarch 91/198 Verifying : dracut-033-568.el7.x86_64 92/198 Verifying : nspr-4.21.0-1.el7.x86_64 93/198 Verifying : libselinux-python-2.5-15.el7.x86_64 94/198 Verifying : libuuid-2.23.2-63.el7.x86_64 95/198 Verifying : glib2-2.56.1-5.el7.x86_64 96/198 Verifying : nss-util-3.44.0-4.el7_7.x86_64 97/198 Verifying : libffi-3.0.13-19.el7.x86_64 98/198 Verifying : libcgroup-0.41-21.el7.x86_64 99/198 Verifying : ima-evm-utils-1.1-2.el7.x86_64 100/198 Verifying : libgcc-4.8.5-36.el7.x86_64 101/198 Verifying : elfutils-default-yama-scope-0.176-2.el7.noarch 102/198 Verifying : acl-2.2.51-14.el7.x86_64 103/198 Verifying : libstdc++-4.8.5-36.el7.x86_64 104/198 Verifying : cryptsetup-libs-2.0.3-3.el7.x86_64 105/198 Verifying : openldap-2.4.44-20.el7.tis.6.x86_64 106/198 Verifying : file-libs-5.11-35.el7.x86_64 107/198 Verifying : libselinux-python-2.5-14.1.el7.x86_64 108/198 Verifying : hostname-3.13-3.el7.x86_64 109/198 Verifying : perl-Socket-2.010-4.el7.x86_64 110/198 Verifying : policycoreutils-2.5-29.el7.x86_64 111/198 Verifying : 2:shadow-utils-4.1.5.1-25.el7.x86_64 112/198 Verifying : curl-7.29.0-51.el7_6.3.x86_64 113/198 Verifying : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 114/198 Verifying : krb5-libs-1.15.1-34.el7.x86_64 115/198 Verifying : libsmartcols-2.23.2-59.el7.x86_64 116/198 Verifying : apr-1.4.8-3.el7_4.1.x86_64 117/198 Verifying : python3-3.6.8-10.el7.x86_64 118/198 Verifying : nss-sysinit-3.36.0-7.el7_5.x86_64 119/198 Verifying : 7:device-mapper-1.02.146-4.el7.x86_64 120/198 Verifying : libffi-3.0.13-18.el7.x86_64 121/198 Verifying : policycoreutils-python-2.5-29.el7.x86_64 122/198 Verifying : 4:perl-macros-5.16.3-294.el7_6.x86_64 123/198 Verifying : readline-6.2-10.el7.x86_64 124/198 Verifying : nss-softokn-freebl-3.36.0-5.el7_5.x86_64 125/198 Verifying : sqlite-3.7.17-8.el7.x86_64 126/198 Verifying : 7:device-mapper-libs-1.02.146-4.el7.x86_64 127/198 Verifying : libcgroup-0.41-20.el7.x86_64 128/198 Verifying : python3-wheel-0.31.1-4.el7.noarch 129/198 Verifying : python3-pip-9.0.3-5.el7.noarch 130/198 Verifying : openssh-7.4p1-16.el7_4.tis.8.x86_64 131/198 Verifying : nss-util-3.36.0-1.el7_5.x86_64 132/198 Verifying : libuuid-2.23.2-59.el7.x86_64 133/198 Verifying : 4:perl-libs-5.16.3-294.el7_6.x86_64 134/198 Verifying : hwdata-0.252-9.1.el7.x86_64 135/198 Verifying : passwd-0.79-4.el7.x86_64 136/198 Verifying : coreutils-8.22-23.el7.x86_64 137/198 Verifying : python-urlgrabber-3.10-9.el7.noarch 138/198 Verifying : libcap-2.22-9.el7.x86_64 139/198 Verifying : lz4-1.7.5-2.el7.x86_64 140/198 Verifying : systemd-libs-219-67.el7.tis.10.x86_64 141/198 Verifying : nss-tools-3.36.0-7.el7_5.x86_64 142/198 Verifying : systemd-219-67.el7.tis.10.x86_64 143/198 Verifying : ca-certificates-2018.2.22-70.0.el7_5.noarch 144/198 Verifying : yum-utils-1.1.31-50.el7.noarch 145/198 Verifying : 1:dbus-1.10.24-12.el7.x86_64 146/198 Verifying : elfutils-libs-0.176-2.el7.x86_64 147/198 Verifying : python-2.7.5-76.el7.tis.4.x86_64 148/198 Verifying : openssh-clients-7.4p1-16.el7_4.tis.8.x86_64 149/198 Verifying : shared-mime-info-1.8-4.el7.x86_64 150/198 Verifying : centos-release-7-6.1810.2.el7.centos.x86_64 151/198 Verifying : libcom_err-1.42.9-13.el7.x86_64 152/198 Verifying : yum-3.4.3-161.el7.centos.noarch 153/198 Verifying : libselinux-2.5-14.1.el7.x86_64 154/198 Verifying : libblkid-2.23.2-59.el7.x86_64 155/198 Verifying : libdb-utils-5.3.21-24.el7.x86_64 156/198 Verifying : python3-libs-3.6.8-10.el7.x86_64 157/198 Verifying : util-linux-2.23.2-59.el7.x86_64 158/198 Verifying : gnutls-3.3.29-8.el7.x86_64 159/198 Verifying : dracut-033-554.el7.x86_64 160/198 Verifying : glibc-2.17-260.el7.x86_64 161/198 Verifying : glib2-2.56.1-2.el7.x86_64 162/198 Verifying : libxml2-2.9.1-6.el7_2.3.x86_64 163/198 Verifying : bash-4.2.46-31.el7.tis.4.x86_64 164/198 Verifying : setup-2.8.71-10.el7.tis.11.noarch 165/198 Verifying : 4:perl-5.16.3-294.el7_6.x86_64 166/198 Verifying : 1:dbus-libs-1.10.24-12.el7.x86_64 167/198 Verifying : kmod-20-23.el7.x86_64 168/198 Verifying : libmount-2.23.2-59.el7.x86_64 169/198 Verifying : audit-libs-python-2.8.4-4.el7.x86_64 170/198 Verifying : 32:bind-license-9.9.4-72.el7.noarch 171/198 Verifying : libselinux-utils-2.5-14.1.el7.x86_64 172/198 Verifying : tzdata-2018g-1.el7.noarch 173/198 Verifying : pam-1.1.8-22.el7.x86_64 174/198 Verifying : nspr-4.19.0-1.el7_5.x86_64 175/198 Verifying : binutils-2.27-41.base.el7.x86_64 176/198 Verifying : libcurl-7.29.0-51.el7_6.3.x86_64 177/198 Verifying : nss-softokn-3.36.0-5.el7_5.x86_64 178/198 Verifying : libtirpc-0.2.4-0.15.el7.x86_64 179/198 Verifying : libdb-5.3.21-24.el7.x86_64 180/198 Verifying : python-libs-2.7.5-76.el7.tis.4.x86_64 181/198 Verifying : nss-3.36.0-7.el7_5.x86_64 182/198 Verifying : procps-ng-3.3.10-23.el7.x86_64 183/198 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 184/198 Verifying : audit-libs-2.8.4-4.el7.x86_64 185/198 Verifying : nss-pem-1.0.3-5.el7.x86_64 186/198 Verifying : kmod-libs-20-23.el7.x86_64 187/198 Verifying : libssh2-1.4.3-12.el7.x86_64 188/198 Verifying : yum-plugin-fastestmirror-1.1.31-50.el7.noarch 189/198 Verifying : glibc-common-2.17-260.el7.x86_64 190/198 Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 191/198 Verifying : libacl-2.2.51-14.el7.x86_64 192/198 Verifying : kpartx-0.4.9-119.el7.x86_64 193/198 Verifying : sed-4.2.2-5.el7.x86_64 194/198 Verifying : yum-plugin-ovl-1.1.31-45.el7.noarch 195/198 Verifying : 2:vim-minimal-7.4.160-5.el7.x86_64 196/198 Verifying : elfutils-libelf-0.176-2.el7.x86_64 197/198 Verifying : diffutils-3.3-4.el7.x86_64 198/198 Updated: acl.x86_64 0:2.2.51-15.el7 apr.x86_64 0:1.4.8-5.el7 audit-libs.x86_64 0:2.8.5-4.el7 audit-libs-python.x86_64 0:2.8.5-4.el7 bash.x86_64 0:4.2.46-34.el7 bind-license.noarch 32:9.11.4-16.P2.el7_8.6 binutils.x86_64 0:2.27-43.base.el7_8.1 ca-certificates.noarch 0:2020.2.41-70.0.el7_8 centos-release.x86_64 0:7-8.2003.0.el7.centos coreutils.x86_64 0:8.22-24.el7 cryptsetup-libs.x86_64 0:2.0.3-6.el7 curl.x86_64 0:7.29.0-57.el7 dbus.x86_64 1:1.10.24-14.el7_8 dbus-libs.x86_64 1:1.10.24-14.el7_8 device-mapper.x86_64 7:1.02.164-7.el7_8.2 device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2 diffutils.x86_64 0:3.3-5.el7 dracut.x86_64 0:033-568.el7 elfutils-default-yama-scope.noarch 0:0.176-4.el7 elfutils-libelf.x86_64 0:0.176-4.el7 elfutils-libs.x86_64 0:0.176-4.el7 file-libs.x86_64 0:5.11-36.el7 glib2.x86_64 0:2.56.1-5.el7 glibc.x86_64 0:2.17-307.el7.1 glibc-common.x86_64 0:2.17-307.el7.1 gnutls.x86_64 0:3.3.29-9.el7_6 hostname.x86_64 0:3.13-3.el7_7.1 hwdata.x86_64 0:0.252-9.5.el7 ima-evm-utils.x86_64 0:1.1-3.el7 kmod.x86_64 0:20-28.el7 kmod-libs.x86_64 0:20-28.el7 kpartx.x86_64 0:0.4.9-131.el7 krb5-libs.x86_64 0:1.15.1-46.el7 libacl.x86_64 0:2.2.51-15.el7 libblkid.x86_64 0:2.23.2-63.el7 libcap.x86_64 0:2.22-11.el7 libcgroup.x86_64 0:0.41-21.el7 libcom_err.x86_64 0:1.42.9-17.el7 libcurl.x86_64 0:7.29.0-57.el7 libdb.x86_64 0:5.3.21-25.el7 libdb-utils.x86_64 0:5.3.21-25.el7 libffi.x86_64 0:3.0.13-19.el7 libgcc.x86_64 0:4.8.5-39.el7 libmount.x86_64 0:2.23.2-63.el7 libselinux.x86_64 0:2.5-15.el7 libselinux-python.x86_64 0:2.5-15.el7 libselinux-utils.x86_64 0:2.5-15.el7 libsmartcols.x86_64 0:2.23.2-63.el7 libssh2.x86_64 0:1.8.0-3.el7 libstdc++.x86_64 0:4.8.5-39.el7 libtirpc.x86_64 0:0.2.4-0.16.el7 libuuid.x86_64 0:2.23.2-63.el7 libxml2.x86_64 0:2.9.1-6.el7.4 libxml2-python.x86_64 0:2.9.1-6.el7.4 lz4.x86_64 0:1.7.5-3.el7 nspr.x86_64 0:4.21.0-1.el7 nss.x86_64 0:3.44.0-7.el7_7 nss-pem.x86_64 0:1.0.3-7.el7 nss-softokn.x86_64 0:3.44.0-8.el7_7 nss-softokn-freebl.x86_64 0:3.44.0-8.el7_7 nss-sysinit.x86_64 0:3.44.0-7.el7_7 nss-tools.x86_64 0:3.44.0-7.el7_7 nss-util.x86_64 0:3.44.0-4.el7_7 openldap.x86_64 0:2.4.44-21.el7_6 openssh.x86_64 0:7.4p1-21.el7 openssh-clients.x86_64 0:7.4p1-21.el7 openssl-libs.x86_64 1:1.0.2k-19.el7 pam.x86_64 0:1.1.8-23.el7 passwd.x86_64 0:0.79-6.el7 perl.x86_64 4:5.16.3-295.el7 perl-Pod-Escapes.noarch 1:1.04-295.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-libs.x86_64 4:5.16.3-295.el7 perl-macros.x86_64 4:5.16.3-295.el7 policycoreutils.x86_64 0:2.5-34.el7 policycoreutils-python.x86_64 0:2.5-34.el7 procps-ng.x86_64 0:3.3.10-27.el7 python.x86_64 0:2.7.5-88.el7 python-libs.x86_64 0:2.7.5-88.el7 python-urlgrabber.noarch 0:3.10-10.el7 python3.x86_64 0:3.6.8-13.el7 python3-libs.x86_64 0:3.6.8-13.el7 python3-pip.noarch 0:9.0.3-7.el7_7 python3-wheel.noarch 0:0.31.1-5.el7_7 readline.x86_64 0:6.2-11.el7 sed.x86_64 0:4.2.2-6.el7 setup.noarch 0:2.8.71-11.el7 shadow-utils.x86_64 2:4.6-5.el7 shared-mime-info.x86_64 0:1.8-5.el7 sqlite.x86_64 0:3.7.17-8.el7_7.1 systemd.x86_64 0:219-73.el7_8.8 systemd-libs.x86_64 0:219-73.el7_8.8 tzdata.noarch 0:2020a-1.el7 util-linux.x86_64 0:2.23.2-63.el7 vim-minimal.x86_64 2:7.4.629-6.el7 yum.noarch 0:3.4.3-167.el7.centos yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8 yum-plugin-ovl.noarch 0:1.1.31-54.el7_8 yum-utils.noarch 0:1.1.31-54.el7_8 Complete! + yum install -y --setopt=skip_missing_names_on_install=False git patch redhat-lsb-core sudo python3 Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.rafal.ca * extras: less.cogeco.net * updates: centos.mirror.netelligent.ca http://build.starlingx.cengn.ca:80//mirror/starlingx/rc/4.0/centos/containers/20200805T082701Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Package python3-3.6.8-13.el7.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 will be installed --> Processing Dependency: redhat-lsb-submod-security(x86-64) = 4.1-27.el7.centos.1 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: spax for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/sbin/sendmail for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/sbin/fuser for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/time for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/msgfmt for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/man for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/make for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/m4 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/lpr for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/lp for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/killall for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/gettext for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/file for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/crontab for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/bc for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/batch for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /usr/bin/at for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /sbin/pidof for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /bin/mailx for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 --> Processing Dependency: /bin/ed for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64 ---> Package sudo.x86_64 0:1.8.23-9.el7 will be installed --> Running transaction check ---> Package at.x86_64 0:3.1.13-24.el7 will be installed ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed ---> Package cronie.x86_64 0:1.4.11-23.el7 will be installed --> Processing Dependency: dailyjobs for package: cronie-1.4.11-23.el7.x86_64 ---> Package cups-client.x86_64 1:1.6.3-43.el7 will be installed --> Processing Dependency: cups-libs(x86-64) = 1:1.6.3-43.el7 for package: 1:cups-client-1.6.3-43.el7.x86_64 --> Processing Dependency: libcups.so.2()(64bit) for package: 1:cups-client-1.6.3-43.el7.x86_64 --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-client-1.6.3-43.el7.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-client-1.6.3-43.el7.x86_64 ---> Package ed.x86_64 0:1.9-4.el7 will be installed ---> Package file.x86_64 0:5.11-36.el7 will be installed ---> Package gettext.x86_64 0:0.19.8.1-3.el7 will be installed --> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-3.el7 for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 --> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64 ---> Package less.x86_64 0:458-9.el7 will be installed ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed ---> Package mailx.x86_64 0:12.5-19.el7 will be installed ---> Package make.x86_64 1:3.82-24.el7 will be installed ---> Package man-db.x86_64 0:2.6.3-11.el7 will be installed --> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-11.el7.x86_64 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package psmisc.x86_64 0:22.20-16.el7 will be installed ---> Package redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 will be installed ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed ---> Package spax.x86_64 0:1.5.2-13.el7 will be installed ---> Package ssmtp.x86_64 0:2.64-14.el7 will be installed ---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed ---> Package time.x86_64 0:1.7-45.el7 will be installed --> Running transaction check ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed ---> Package cronie-anacron.x86_64 0:1.4.11-23.el7 will be installed --> Processing Dependency: crontabs for package: cronie-anacron-1.4.11-23.el7.x86_64 ---> Package cups-libs.x86_64 1:1.6.3-43.el7 will be installed ---> Package gettext-libs.x86_64 0:0.19.8.1-3.el7 will be installed ---> Package libcroco.x86_64 0:0.6.12-4.el7 will be installed ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed ---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed ---> Package libunistring.x86_64 0:0.9.3-9.el7 will be installed --> Running transaction check ---> Package crontabs.noarch 0:1.11-6.20121102git.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: git x86_64 1.8.3.1-23.el7_8 updates 4.4 M patch x86_64 2.7.1-12.el7_7 base 111 k redhat-lsb-core x86_64 4.1-27.el7.centos.1 base 38 k sudo x86_64 1.8.23-9.el7 base 842 k Installing for dependencies: at x86_64 3.1.13-24.el7 base 51 k avahi-libs x86_64 0.6.31-20.el7 base 62 k bc x86_64 1.06.95-13.el7 base 115 k cronie x86_64 1.4.11-23.el7 base 92 k cronie-anacron x86_64 1.4.11-23.el7 base 36 k crontabs noarch 1.11-6.20121102git.el7 base 13 k cups-client x86_64 1:1.6.3-43.el7 base 152 k cups-libs x86_64 1:1.6.3-43.el7 base 358 k ed x86_64 1.9-4.el7 base 72 k file x86_64 5.11-36.el7 base 57 k gettext x86_64 0.19.8.1-3.el7 base 1.0 M gettext-libs x86_64 0.19.8.1-3.el7 base 502 k less x86_64 458-9.el7 base 120 k libcroco x86_64 0.6.12-4.el7 base 105 k libgomp x86_64 4.8.5-39.el7 base 158 k libpipeline x86_64 1.2.3-3.el7 base 53 k libunistring x86_64 0.9.3-9.el7 base 293 k m4 x86_64 1.4.16-10.el7 base 256 k mailx x86_64 12.5-19.el7 base 245 k make x86_64 1:3.82-24.el7 base 421 k man-db x86_64 2.6.3-11.el7 base 832 k perl-Error noarch 1:0.17020-2.el7 base 32 k perl-Git noarch 1.8.3.1-23.el7_8 updates 56 k perl-TermReadKey x86_64 2.30-20.el7 base 31 k psmisc x86_64 22.20-16.el7 base 141 k redhat-lsb-submod-security x86_64 4.1-27.el7.centos.1 base 15 k rsync x86_64 3.1.2-10.el7 base 404 k spax x86_64 1.5.2-13.el7 base 260 k ssmtp x86_64 2.64-14.el7 stx-mirror-distro 50 k sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k time x86_64 1.7-45.el7 base 30 k Transaction Summary ================================================================================ Install 4 Packages (+31 Dependent packages) Total download size: 11 M Installed size: 42 M Downloading packages: -------------------------------------------------------------------------------- Total 8.8 MB/s | 11 MB 00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : avahi-libs-0.6.31-20.el7.x86_64 1/35 Installing : less-458-9.el7.x86_64 2/35 Installing : 1:perl-Error-0.17020-2.el7.noarch 3/35 Installing : libgomp-4.8.5-39.el7.x86_64 4/35 Installing : libcroco-0.6.12-4.el7.x86_64 5/35 Installing : libunistring-0.9.3-9.el7.x86_64 6/35 Installing : gettext-libs-0.19.8.1-3.el7.x86_64 7/35 Installing : gettext-0.19.8.1-3.el7.x86_64 8/35 install-info: No such file or directory for /usr/share/info/gettext.info.gz Installing : 1:cups-libs-1.6.3-43.el7.x86_64 9/35 Installing : 1:cups-client-1.6.3-43.el7.x86_64 10/35 Installing : cronie-1.4.11-23.el7.x86_64 11/35 Installing : crontabs-1.11-6.20121102git.el7.noarch 12/35 Installing : cronie-anacron-1.4.11-23.el7.x86_64 13/35 Installing : mailx-12.5-19.el7.x86_64 14/35 Installing : ssmtp-2.64-14.el7.x86_64 15/35 Installing : rsync-3.1.2-10.el7.x86_64 16/35 Installing : spax-1.5.2-13.el7.x86_64 17/35 Installing : file-5.11-36.el7.x86_64 18/35 Installing : time-1.7-45.el7.x86_64 19/35 Installing : at-3.1.13-24.el7.x86_64 20/35 Installing : libpipeline-1.2.3-3.el7.x86_64 21/35 Installing : man-db-2.6.3-11.el7.x86_64 22/35 Installing : patch-2.7.1-12.el7_7.x86_64 23/35 Installing : psmisc-22.20-16.el7.x86_64 24/35 Installing : 1:make-3.82-24.el7.x86_64 25/35 Installing : perl-TermReadKey-2.30-20.el7.x86_64 26/35 Installing : perl-Git-1.8.3.1-23.el7_8.noarch 27/35 Installing : git-1.8.3.1-23.el7_8.x86_64 28/35 Installing : bc-1.06.95-13.el7.x86_64 29/35 Installing : m4-1.4.16-10.el7.x86_64 30/35 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 31/35 Installing : ed-1.9-4.el7.x86_64 32/35 install-info: No such file or directory for /usr/share/info/ed.info.gz Installing : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 33/35 Installing : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 34/35 Installing : sudo-1.8.23-9.el7.x86_64 35/35 Verifying : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 1/35 Verifying : crontabs-1.11-6.20121102git.el7.noarch 2/35 Verifying : 1:cups-libs-1.6.3-43.el7.x86_64 3/35 Verifying : libunistring-0.9.3-9.el7.x86_64 4/35 Verifying : gettext-libs-0.19.8.1-3.el7.x86_64 5/35 Verifying : ed-1.9-4.el7.x86_64 6/35 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 7/35 Verifying : m4-1.4.16-10.el7.x86_64 8/35 Verifying : bc-1.06.95-13.el7.x86_64 9/35 Verifying : git-1.8.3.1-23.el7_8.x86_64 10/35 Verifying : libcroco-0.6.12-4.el7.x86_64 11/35 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 12/35 Verifying : 1:cups-client-1.6.3-43.el7.x86_64 13/35 Verifying : libgomp-4.8.5-39.el7.x86_64 14/35 Verifying : 1:make-3.82-24.el7.x86_64 15/35 Verifying : cronie-1.4.11-23.el7.x86_64 16/35 Verifying : man-db-2.6.3-11.el7.x86_64 17/35 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 18/35 Verifying : psmisc-22.20-16.el7.x86_64 19/35 Verifying : patch-2.7.1-12.el7_7.x86_64 20/35 Verifying : libpipeline-1.2.3-3.el7.x86_64 21/35 Verifying : 1:perl-Error-0.17020-2.el7.noarch 22/35 Verifying : at-3.1.13-24.el7.x86_64 23/35 Verifying : cronie-anacron-1.4.11-23.el7.x86_64 24/35 Verifying : sudo-1.8.23-9.el7.x86_64 25/35 Verifying : gettext-0.19.8.1-3.el7.x86_64 26/35 Verifying : time-1.7-45.el7.x86_64 27/35 Verifying : file-5.11-36.el7.x86_64 28/35 Verifying : spax-1.5.2-13.el7.x86_64 29/35 Verifying : rsync-3.1.2-10.el7.x86_64 30/35 Verifying : ssmtp-2.64-14.el7.x86_64 31/35 Verifying : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 32/35 Verifying : mailx-12.5-19.el7.x86_64 33/35 Verifying : less-458-9.el7.x86_64 34/35 Verifying : avahi-libs-0.6.31-20.el7.x86_64 35/35 Installed: git.x86_64 0:1.8.3.1-23.el7_8 patch.x86_64 0:2.7.1-12.el7_7 redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 sudo.x86_64 0:1.8.23-9.el7 Dependency Installed: at.x86_64 0:3.1.13-24.el7 avahi-libs.x86_64 0:0.6.31-20.el7 bc.x86_64 0:1.06.95-13.el7 cronie.x86_64 0:1.4.11-23.el7 cronie-anacron.x86_64 0:1.4.11-23.el7 crontabs.noarch 0:1.11-6.20121102git.el7 cups-client.x86_64 1:1.6.3-43.el7 cups-libs.x86_64 1:1.6.3-43.el7 ed.x86_64 0:1.9-4.el7 file.x86_64 0:5.11-36.el7 gettext.x86_64 0:0.19.8.1-3.el7 gettext-libs.x86_64 0:0.19.8.1-3.el7 less.x86_64 0:458-9.el7 libcroco.x86_64 0:0.6.12-4.el7 libgomp.x86_64 0:4.8.5-39.el7 libpipeline.x86_64 0:1.2.3-3.el7 libunistring.x86_64 0:0.9.3-9.el7 m4.x86_64 0:1.4.16-10.el7 mailx.x86_64 0:12.5-19.el7 make.x86_64 1:3.82-24.el7 man-db.x86_64 0:2.6.3-11.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Git.noarch 0:1.8.3.1-23.el7_8 perl-TermReadKey.x86_64 0:2.30-20.el7 psmisc.x86_64 0:22.20-16.el7 redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 rsync.x86_64 0:3.1.2-10.el7 spax.x86_64 0:1.5.2-13.el7 ssmtp.x86_64 0:2.64-14.el7 sysvinit-tools.x86_64 0:2.88-14.dsf.el7 time.x86_64 0:1.7-45.el7 Complete! + [[ yes != \n\o ]] + pip3 install virtualenv WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. Collecting virtualenv Downloading https://files.pythonhosted.org/packages/1d/09/9179b676c126b2687bf4110e5b88c8c52d9113f31bd5f8f6ab97d380e434/virtualenv-20.0.30-py2.py3-none-any.whl (7.1MB) Collecting filelock<4,>=3.0.0 (from virtualenv) Downloading https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl Collecting appdirs<2,>=1.4.3 (from virtualenv) Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl Collecting importlib-metadata<2,>=0.12; python_version < "3.8" (from virtualenv) Downloading https://files.pythonhosted.org/packages/8e/58/cdea07eb51fc2b906db0968a94700866fc46249bdc75cac23f9d13168929/importlib_metadata-1.7.0-py2.py3-none-any.whl Collecting importlib-resources>=1.0; python_version < "3.7" (from virtualenv) Downloading https://files.pythonhosted.org/packages/ba/03/0f9595c0c2ef12590877f3c47e5f579759ce5caf817f8256d5dcbd8a1177/importlib_resources-3.0.0-py2.py3-none-any.whl Collecting distlib<1,>=0.3.1 (from virtualenv) Downloading https://files.pythonhosted.org/packages/f5/0a/490fa011d699bb5a5f3a0cf57de82237f52a6db9d40f33c53b2736c9a1f9/distlib-0.3.1-py2.py3-none-any.whl (335kB) Collecting six<2,>=1.9.0 (from virtualenv) Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata<2,>=0.12; python_version < "3.8"->virtualenv) Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl Installing collected packages: filelock, appdirs, zipp, importlib-metadata, importlib-resources, distlib, six, virtualenv Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 importlib-metadata-1.7.0 importlib-resources-3.0.0 six-1.15.0 virtualenv-20.0.30 zipp-3.1.0 + [[ neutron == \r\e\q\u\i\r\e\m\e\n\t\s ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/fetch_wheels.sh + [[ yes == \n\o ]] + python=python3 ++ dirname /opt/loci/scripts/fetch_wheels.sh + python3 /opt/loci/scripts/fetch_wheels.py + mkdir -p /tmp/wheels/ + tar xf /tmp/wheels.tar.gz '--exclude=.*' -C /tmp/wheels/ + sed -i '/^neutron===/d' /tmp/wheels/upper-constraints.txt + [[ neutron == \i\n\f\r\a ]] + [[ no == \n\o ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/create_user.sh + groupadd -g 42424 neutron + useradd -u 42424 -g neutron -M -d /var/lib/neutron -s /usr/sbin/nologin -c 'neutron user' neutron + mkdir -p /etc/neutron /var/log/neutron /var/lib/neutron /var/cache/neutron + chown neutron:neutron /etc/neutron /var/log/neutron /var/lib/neutron /var/cache/neutron ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/setup_pip.sh + [[ yes == \n\o ]] + TMP_VIRTUALENV='python3 -m virtualenv --python=python3' ++ cut -d. -f1 ++ python3 -m virtualenv --python=python3 --version + (( virtualenv 20 >= 14 )) /opt/loci/scripts/setup_pip.sh: line 14: ((: virtualenv 20 >= 14 : syntax error in expression (error token is "20 >= 14 ") ++ python3 -m virtualenv --python=python3 --version ++ cut -d. -f1 + (( virtualenv 20 >= 20 )) /opt/loci/scripts/setup_pip.sh: line 17: ((: virtualenv 20 >= 20 : syntax error in expression (error token is "20 >= 20 ") + PIPBOOTSTRAP=/var/lib/pipbootstrap + python3 -m virtualenv --python=python3 --extra-search-dir=/tmp/wheels /var/lib/pipbootstrap created virtual environment CPython3.6.8.final.0-64 in 549ms creator CPython3Posix(dest=/var/lib/pipbootstrap, clear=False, global=False) seeder FromAppData(extra_search_dir=/tmp/wheels,download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) added seed packages: pip==20.2.1, setuptools==49.2.1, wheel==0.34.2 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator + source /var/lib/pipbootstrap/bin/activate ++ '[' /var/lib/pipbootstrap/bin/activate = /opt/loci/scripts/setup_pip.sh ']' ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ '[' -n /bin/bash ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/var/lib/pipbootstrap ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/var/lib/pipbootstrap/bin:/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /var/lib/pipbootstrap ++ PS1='(pipbootstrap) ' ++ export PS1 ++ alias pydoc ++ true ++ '[' -n /bin/bash ']' ++ hash -r + pip install --upgrade setuptools Requirement already up-to-date: setuptools in /var/lib/pipbootstrap/lib/python3.6/site-packages (49.2.1) + pip install --upgrade virtualenv Collecting virtualenv Using cached virtualenv-20.0.30-py2.py3-none-any.whl (7.1 MB) Collecting importlib-resources>=1.0; python_version < "3.7" Using cached importlib_resources-3.0.0-py2.py3-none-any.whl (23 kB) Collecting six<2,>=1.9.0 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting filelock<4,>=3.0.0 Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting appdirs<2,>=1.4.3 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting distlib<1,>=0.3.1 Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting importlib-metadata<2,>=0.12; python_version < "3.8" Using cached importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) Collecting zipp>=0.4; python_version < "3.8" Using cached zipp-3.1.0-py3-none-any.whl (4.9 kB) Installing collected packages: zipp, importlib-resources, six, filelock, appdirs, distlib, importlib-metadata, virtualenv Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 importlib-metadata-1.7.0 importlib-resources-3.0.0 six-1.15.0 virtualenv-20.0.30 zipp-3.1.0 + hash -r + virtualenv --seed pip --download /var/lib/openstack created virtual environment CPython3.6.8.final.0-64 in 3903ms creator CPython3Posix(dest=/var/lib/openstack, clear=False, global=False) seeder PipInvoke(download=True, pip=bundle, setuptools=bundle, wheel=bundle) added seed packages: pip==20.2.1, setuptools==49.2.1, wheel==0.34.2 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator + deactivate + unset -f pydoc + '[' -z _ ']' + PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + unset _OLD_VIRTUAL_PATH + '[' -z '' ']' + '[' -n /bin/bash ']' + hash -r + '[' -z _ ']' + PS1= + export PS1 + unset _OLD_VIRTUAL_PS1 + unset VIRTUAL_ENV + '[' '!' '' = nondestructive ']' + unset -f deactivate + source /var/lib/openstack/bin/activate ++ '[' /var/lib/openstack/bin/activate = /opt/loci/scripts/setup_pip.sh ']' ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ '[' -n /bin/bash ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/var/lib/openstack ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/var/lib/openstack/bin:/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /var/lib/openstack ++ PS1='(openstack) ' ++ export PS1 ++ alias pydoc ++ true ++ '[' -n /bin/bash ']' ++ hash -r ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh bindep + packages=bindep + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ bindep Looking in links: /tmp/wheels/ Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment Ignoring pytest: markers 'python_version == "2.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "3.7"' don't match your environment Ignoring Pint: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment Ignoring networkx: markers 'python_version == "2.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.8"' don't match your environment Ignoring bashate: markers 'python_version == "2.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.8"' don't match your environment Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment Ignoring scipy: markers 'python_version == "2.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.8"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment Ignoring reno: markers 'python_version == "2.7"' don't match your environment Ignoring reno: markers 'python_version == "3.7"' don't match your environment Ignoring reno: markers 'python_version == "3.8"' don't match your environment Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.8"' don't match your environment Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.8"' don't match your environment Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment Ignoring cliff: markers 'python_version == "2.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.8"' don't match your environment Ignoring trollius: markers 'python_version == "2.7"' don't match your environment Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment Ignoring joblib: markers 'python_version == "3.7"' don't match your environment Ignoring joblib: markers 'python_version == "3.8"' don't match your environment Ignoring castellan: markers 'python_version == "2.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment Ignoring mypy: markers 'python_version == "3.7"' don't match your environment Ignoring mypy: markers 'python_version == "3.8"' don't match your environment Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-win: markers 'python_version == "2.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.8"' don't match your environment Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment Ignoring stestr: markers 'python_version == "2.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.8"' don't match your environment Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment Ignoring automaton: markers 'python_version == "2.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.8"' don't match your environment Ignoring keyring: markers 'python_version == "2.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.8"' don't match your environment Ignoring enum34: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.8"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment Ignoring tooz: markers 'python_version == "2.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.8"' don't match your environment Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment Ignoring Faker: markers 'python_version == "2.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.8"' don't match your environment Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring numpy: markers 'python_version == "2.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.8"' don't match your environment Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment Ignoring functools32: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment Ignoring configparser: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment Ignoring scandir: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.8"' don't match your environment Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment Ignoring futures: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment Ignoring happybase: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment Collecting bindep Downloading bindep-2.8.1-py2.py3-none-any.whl (24 kB) Collecting Parsley===1.3 Downloading Parsley-1.3-py2.py3-none-any.whl (88 kB) Collecting distro===1.5.0 Downloading distro-1.5.0-py2.py3-none-any.whl (18 kB) Collecting pbr===5.4.5 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB) Installing collected packages: pbr, Parsley, distro, bindep Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.4.5 + for file in '/opt/loci/pydep*' + PYDEP_PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROJECT_RELEASE} ${PROFILES} ${python3} || :)) ++ bindep -f /opt/loci/pydep.txt -b -l newline neutron master fluent neutron linuxbridge openvswitch python3 ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh cryptography fluent-logger pymysql python-memcached uwsgi + packages='cryptography fluent-logger pymysql python-memcached uwsgi' + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ cryptography fluent-logger pymysql python-memcached uwsgi Looking in links: /tmp/wheels/ Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment Ignoring pytest: markers 'python_version == "2.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "3.7"' don't match your environment Ignoring Pint: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment Ignoring networkx: markers 'python_version == "2.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.8"' don't match your environment Ignoring bashate: markers 'python_version == "2.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.8"' don't match your environment Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment Ignoring scipy: markers 'python_version == "2.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.8"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment Ignoring reno: markers 'python_version == "2.7"' don't match your environment Ignoring reno: markers 'python_version == "3.7"' don't match your environment Ignoring reno: markers 'python_version == "3.8"' don't match your environment Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.8"' don't match your environment Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.8"' don't match your environment Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment Ignoring cliff: markers 'python_version == "2.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.8"' don't match your environment Ignoring trollius: markers 'python_version == "2.7"' don't match your environment Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment Ignoring joblib: markers 'python_version == "3.7"' don't match your environment Ignoring joblib: markers 'python_version == "3.8"' don't match your environment Ignoring castellan: markers 'python_version == "2.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment Ignoring mypy: markers 'python_version == "3.7"' don't match your environment Ignoring mypy: markers 'python_version == "3.8"' don't match your environment Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-win: markers 'python_version == "2.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.8"' don't match your environment Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment Ignoring stestr: markers 'python_version == "2.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.8"' don't match your environment Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment Ignoring automaton: markers 'python_version == "2.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.8"' don't match your environment Ignoring keyring: markers 'python_version == "2.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.8"' don't match your environment Ignoring enum34: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.8"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment Ignoring tooz: markers 'python_version == "2.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.8"' don't match your environment Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment Ignoring Faker: markers 'python_version == "2.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.8"' don't match your environment Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring numpy: markers 'python_version == "2.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.8"' don't match your environment Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment Ignoring functools32: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment Ignoring configparser: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment Ignoring scandir: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.8"' don't match your environment Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment Ignoring futures: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment Ignoring happybase: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment Collecting cryptography===2.9 Downloading cryptography-2.9-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB) Collecting PyMySQL===0.9.3 Downloading PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) Processing /tmp/wheels/python_memcached-1.59-py2.py3-none-any.whl Collecting six===1.14.0 Downloading six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting cffi===1.14.0 Downloading cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (399 kB) Processing /tmp/wheels/uWSGI-2.0.17.1-cp36-cp36m-linux_x86_64.whl Collecting fluent-logger Downloading fluent_logger-0.9.6-py2.py3-none-any.whl (12 kB) Processing /tmp/wheels/pycparser-2.20-py2.py3-none-any.whl Collecting msgpack===0.6.2 Downloading msgpack-0.6.2-cp36-cp36m-manylinux1_x86_64.whl (249 kB) Installing collected packages: pycparser, cffi, six, cryptography, msgpack, PyMySQL, python-memcached, uWSGI, fluent-logger Successfully installed PyMySQL-0.9.3 cffi-1.14.0 cryptography-2.9 fluent-logger-0.9.6 msgpack-0.6.2 pycparser-2.20 python-memcached-1.59 six-1.14.0 uWSGI-2.0.17.1 + [[ neutron == \n\o\v\a ]] ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/clone_project.sh + git clone https://opendev.org/openstack/neutron.git /tmp/neutron Cloning into '/tmp/neutron'... + pushd /tmp/neutron /tmp/neutron / + git fetch https://opendev.org/openstack/neutron.git stable/ussuri From https://opendev.org/openstack/neutron * branch stable/ussuri -> FETCH_HEAD + git checkout FETCH_HEAD Note: checking out 'FETCH_HEAD'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 20b9e77... ovn migration: Support stack name + popd / ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/install_packages.sh + [[ yes != \n\o ]] + python3=python3 + for file in '/opt/loci/bindep*' + PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROFILES} ${python3} || :)) ++ bindep -f /opt/loci/bindep.txt -b -l newline neutron fluent neutron linuxbridge openvswitch python3 + [[ ! -z bridge-utils ]] + case ${distro} in + yum -y --setopt=skip_missing_names_on_install=False install bridge-utils conntrack-tools dnsmasq dnsmasq-utils ebtables haproxy ipset iptables keepalived libxml2 openvswitch uuid ethtool lshw Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: centos.mirror.rafal.ca * extras: centos.mirror.ca.planethoster.net * updates: centos.mirror.rafal.ca http://build.starlingx.cengn.ca:80//mirror/starlingx/rc/4.0/centos/containers/20200805T082701Z/outputs/RPMS/std/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Package libxml2-2.9.1-6.el7.4.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed ---> Package conntrack-tools.x86_64 0:1.4.4-7.el7 will be installed --> Processing Dependency: libnetfilter_conntrack >= 1.0.6 for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 --> Processing Dependency: libmnl.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64 ---> Package dnsmasq.x86_64 0:2.76-10.el7_7.1 will be installed --> Processing Dependency: systemd-sysv for package: dnsmasq-2.76-10.el7_7.1.x86_64 ---> Package dnsmasq-utils.x86_64 0:2.76-10.el7_7.1 will be installed ---> Package ebtables.x86_64 0:2.0.10-16.el7 will be installed ---> Package ethtool.x86_64 2:4.8-10.el7 will be installed ---> Package haproxy.x86_64 0:1.5.18-9.el7 will be installed ---> Package ipset.x86_64 0:7.1-1.el7 will be installed --> Processing Dependency: ipset-libs(x86-64) = 7.1-1.el7 for package: ipset-7.1-1.el7.x86_64 --> Processing Dependency: libipset.so.13(LIBIPSET_4.8)(64bit) for package: ipset-7.1-1.el7.x86_64 --> Processing Dependency: libipset.so.13(LIBIPSET_2.0)(64bit) for package: ipset-7.1-1.el7.x86_64 --> Processing Dependency: libipset.so.13()(64bit) for package: ipset-7.1-1.el7.x86_64 ---> Package iptables.x86_64 0:1.4.21-34.el7 will be installed ---> Package keepalived.x86_64 0:1.3.5-16.el7 will be installed --> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: keepalived-1.3.5-16.el7.x86_64 --> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: keepalived-1.3.5-16.el7.x86_64 --> Processing Dependency: libnetsnmp.so.31()(64bit) for package: keepalived-1.3.5-16.el7.x86_64 ---> Package lshw.x86_64 0:B.02.18-14.el7 will be installed ---> Package openvswitch.x86_64 1:2.11.0-0.tis.12 will be installed --> Processing Dependency: iproute for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 --> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 --> Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 --> Processing Dependency: openssl for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 --> Processing Dependency: python-pyelftools for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 --> Processing Dependency: libnuma.so.1()(64bit) for package: 1:openvswitch-2.11.0-0.tis.12.x86_64 ---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed --> Running transaction check ---> Package iproute.x86_64 0:4.11.0-25.el7_7.2 will be installed ---> Package ipset-libs.x86_64 0:7.1-1.el7 will be installed ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed ---> Package libnetfilter_cthelper.x86_64 0:1.0.0-11.el7 will be installed ---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7 will be installed ---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 will be installed ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed ---> Package net-snmp-agent-libs.x86_64 1:5.7.2-48.el7_8.1 will be installed --> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 --> Processing Dependency: libwrap.so.0()(64bit) for package: 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 --> Processing Dependency: libsensors.so.4()(64bit) for package: 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 --> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 ---> Package net-snmp-libs.x86_64 1:5.7.2-48.el7_8.1 will be installed ---> Package numactl-libs.x86_64 0:2.0.12-5.el7 will be installed ---> Package openssl.x86_64 1:1.0.2k-19.el7 will be installed ---> Package python-pyelftools.noarch 0:0.22-0.5.git20130619.a1d9681.el7 will be installed --> Processing Dependency: python-construct for package: python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch ---> Package systemd-sysv.x86_64 0:219-73.el7_8.8 will be installed --> Running transaction check ---> Package lm_sensors-libs.x86_64 0:3.4.0-8.20160601gitf9185e5.el7 will be installed ---> Package mariadb-libs.x86_64 3:10.1.28-1.el7.tis.8 will be installed --> Processing Dependency: mariadb-common(x86-64) = 3:10.1.28-1.el7.tis.8 for package: 3:mariadb-libs-10.1.28-1.el7.tis.8.x86_64 ---> Package python-construct.noarch 0:2.5.1-4.el7 will be installed --> Processing Dependency: python-six for package: python-construct-2.5.1-4.el7.noarch ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed --> Running transaction check ---> Package mariadb-common.x86_64 3:10.1.28-1.el7.tis.8 will be installed --> Processing Dependency: /etc/my.cnf for package: 3:mariadb-common-10.1.28-1.el7.tis.8.x86_64 ---> Package python2-six.noarch 0:1.12.0-1.el7 will be installed --> Running transaction check ---> Package mariadb-config.x86_64 3:10.1.28-1.el7.tis.8 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: bridge-utils x86_64 1.5-9.el7 base 32 k conntrack-tools x86_64 1.4.4-7.el7 base 187 k dnsmasq x86_64 2.76-10.el7_7.1 base 279 k dnsmasq-utils x86_64 2.76-10.el7_7.1 base 30 k ebtables x86_64 2.0.10-16.el7 base 123 k ethtool x86_64 2:4.8-10.el7 base 127 k haproxy x86_64 1.5.18-9.el7 base 834 k ipset x86_64 7.1-1.el7 base 39 k iptables x86_64 1.4.21-34.el7 base 432 k keepalived x86_64 1.3.5-16.el7 base 331 k lshw x86_64 B.02.18-14.el7 base 321 k openvswitch x86_64 1:2.11.0-0.tis.12 stx-mirror-distro 9.7 M uuid x86_64 1.6.2-26.el7 base 55 k Installing for dependencies: iproute x86_64 4.11.0-25.el7_7.2 base 803 k ipset-libs x86_64 7.1-1.el7 base 64 k libmnl x86_64 1.0.3-7.el7 base 23 k libnetfilter_conntrack x86_64 1.0.6-1.el7_3 base 55 k libnetfilter_cthelper x86_64 1.0.0-11.el7 base 18 k libnetfilter_cttimeout x86_64 1.0.0-7.el7 base 18 k libnetfilter_queue x86_64 1.0.2-2.el7_2 base 23 k libnfnetlink x86_64 1.0.1-4.el7 base 26 k lm_sensors-libs x86_64 3.4.0-8.20160601gitf9185e5.el7 base 42 k mariadb-common x86_64 3:10.1.28-1.el7.tis.8 stx-mirror-distro 63 k mariadb-config x86_64 3:10.1.28-1.el7.tis.8 stx-mirror-distro 29 k mariadb-libs x86_64 3:10.1.28-1.el7.tis.8 stx-mirror-distro 647 k net-snmp-agent-libs x86_64 1:5.7.2-48.el7_8.1 updates 707 k net-snmp-libs x86_64 1:5.7.2-48.el7_8.1 updates 751 k numactl-libs x86_64 2.0.12-5.el7 base 30 k openssl x86_64 1:1.0.2k-19.el7 base 493 k python-construct noarch 2.5.1-4.el7 extras 126 k python-pyelftools noarch 0.22-0.5.git20130619.a1d9681.el7 extras 122 k python2-six noarch 1.12.0-1.el7 stx-mirror-distro 33 k systemd-sysv x86_64 219-73.el7_8.8 updates 94 k tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k Transaction Summary ================================================================================ Install 13 Packages (+21 Dependent packages) Total download size: 17 M Installed size: 49 M Downloading packages: -------------------------------------------------------------------------------- Total 12 MB/s | 17 MB 00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libmnl-1.0.3-7.el7.x86_64 1/34 Installing : libnfnetlink-1.0.1-4.el7.x86_64 2/34 Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 3/34 Installing : iptables-1.4.21-34.el7.x86_64 4/34 Installing : ipset-libs-7.1-1.el7.x86_64 5/34 Installing : 1:net-snmp-libs-5.7.2-48.el7_8.1.x86_64 6/34 Installing : iproute-4.11.0-25.el7_7.2.x86_64 7/34 Installing : libnetfilter_queue-1.0.2-2.el7_2.x86_64 8/34 Installing : libnetfilter_cttimeout-1.0.0-7.el7.x86_64 9/34 Installing : libnetfilter_cthelper-1.0.0-11.el7.x86_64 10/34 Installing : python2-six-1.12.0-1.el7.noarch 11/34 Installing : python-construct-2.5.1-4.el7.noarch 12/34 Installing : python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarc 13/34 Installing : numactl-libs-2.0.12-5.el7.x86_64 14/34 Installing : 3:mariadb-config-10.1.28-1.el7.tis.8.x86_64 15/34 Installing : 3:mariadb-common-10.1.28-1.el7.tis.8.x86_64 16/34 Installing : 3:mariadb-libs-10.1.28-1.el7.tis.8.x86_64 17/34 Installing : 1:openssl-1.0.2k-19.el7.x86_64 18/34 Installing : systemd-sysv-219-73.el7_8.8.x86_64 19/34 Installing : lm_sensors-libs-3.4.0-8.20160601gitf9185e5.el7.x86_64 20/34 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 21/34 Installing : 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 22/34 Installing : keepalived-1.3.5-16.el7.x86_64 23/34 Installing : dnsmasq-2.76-10.el7_7.1.x86_64 24/34 Installing : 1:openvswitch-2.11.0-0.tis.12.x86_64 25/34 warning: user openvswitch does not exist - using root warning: group openvswitch does not exist - using root warning: user openvswitch does not exist - using root warning: group openvswitch does not exist - using root warning: user openvswitch does not exist - using root warning: group openvswitch does not exist - using root Installing : conntrack-tools-1.4.4-7.el7.x86_64 26/34 Installing : ipset-7.1-1.el7.x86_64 27/34 Installing : ebtables-2.0.10-16.el7.x86_64 28/34 Installing : uuid-1.6.2-26.el7.x86_64 29/34 Installing : haproxy-1.5.18-9.el7.x86_64 30/34 Installing : lshw-B.02.18-14.el7.x86_64 31/34 Installing : dnsmasq-utils-2.76-10.el7_7.1.x86_64 32/34 Installing : bridge-utils-1.5-9.el7.x86_64 33/34 Installing : 2:ethtool-4.8-10.el7.x86_64 34/34 Verifying : libmnl-1.0.3-7.el7.x86_64 1/34 Verifying : 2:ethtool-4.8-10.el7.x86_64 2/34 Verifying : python-construct-2.5.1-4.el7.noarch 3/34 Verifying : 1:openvswitch-2.11.0-0.tis.12.x86_64 4/34 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 5/34 Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 6/34 Verifying : 3:mariadb-common-10.1.28-1.el7.tis.8.x86_64 7/34 Verifying : 1:net-snmp-agent-libs-5.7.2-48.el7_8.1.x86_64 8/34 Verifying : iproute-4.11.0-25.el7_7.2.x86_64 9/34 Verifying : conntrack-tools-1.4.4-7.el7.x86_64 10/34 Verifying : iptables-1.4.21-34.el7.x86_64 11/34 Verifying : libnetfilter_queue-1.0.2-2.el7_2.x86_64 12/34 Verifying : libnetfilter_cttimeout-1.0.0-7.el7.x86_64 13/34 Verifying : lm_sensors-libs-3.4.0-8.20160601gitf9185e5.el7.x86_64 14/34 Verifying : systemd-sysv-219-73.el7_8.8.x86_64 15/34 Verifying : ipset-libs-7.1-1.el7.x86_64 16/34 Verifying : 1:net-snmp-libs-5.7.2-48.el7_8.1.x86_64 17/34 Verifying : ipset-7.1-1.el7.x86_64 18/34 Verifying : keepalived-1.3.5-16.el7.x86_64 19/34 Verifying : 1:openssl-1.0.2k-19.el7.x86_64 20/34 Verifying : dnsmasq-2.76-10.el7_7.1.x86_64 21/34 Verifying : bridge-utils-1.5-9.el7.x86_64 22/34 Verifying : 3:mariadb-config-10.1.28-1.el7.tis.8.x86_64 23/34 Verifying : libnetfilter_cthelper-1.0.0-11.el7.x86_64 24/34 Verifying : dnsmasq-utils-2.76-10.el7_7.1.x86_64 25/34 Verifying : python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarc 26/34 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 27/34 Verifying : lshw-B.02.18-14.el7.x86_64 28/34 Verifying : numactl-libs-2.0.12-5.el7.x86_64 29/34 Verifying : python2-six-1.12.0-1.el7.noarch 30/34 Verifying : haproxy-1.5.18-9.el7.x86_64 31/34 Verifying : uuid-1.6.2-26.el7.x86_64 32/34 Verifying : 3:mariadb-libs-10.1.28-1.el7.tis.8.x86_64 33/34 Verifying : ebtables-2.0.10-16.el7.x86_64 34/34 Installed: bridge-utils.x86_64 0:1.5-9.el7 conntrack-tools.x86_64 0:1.4.4-7.el7 dnsmasq.x86_64 0:2.76-10.el7_7.1 dnsmasq-utils.x86_64 0:2.76-10.el7_7.1 ebtables.x86_64 0:2.0.10-16.el7 ethtool.x86_64 2:4.8-10.el7 haproxy.x86_64 0:1.5.18-9.el7 ipset.x86_64 0:7.1-1.el7 iptables.x86_64 0:1.4.21-34.el7 keepalived.x86_64 0:1.3.5-16.el7 lshw.x86_64 0:B.02.18-14.el7 openvswitch.x86_64 1:2.11.0-0.tis.12 uuid.x86_64 0:1.6.2-26.el7 Dependency Installed: iproute.x86_64 0:4.11.0-25.el7_7.2 ipset-libs.x86_64 0:7.1-1.el7 libmnl.x86_64 0:1.0.3-7.el7 libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 libnetfilter_cthelper.x86_64 0:1.0.0-11.el7 libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7 libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 libnfnetlink.x86_64 0:1.0.1-4.el7 lm_sensors-libs.x86_64 0:3.4.0-8.20160601gitf9185e5.el7 mariadb-common.x86_64 3:10.1.28-1.el7.tis.8 mariadb-config.x86_64 3:10.1.28-1.el7.tis.8 mariadb-libs.x86_64 3:10.1.28-1.el7.tis.8 net-snmp-agent-libs.x86_64 1:5.7.2-48.el7_8.1 net-snmp-libs.x86_64 1:5.7.2-48.el7_8.1 numactl-libs.x86_64 0:2.0.12-5.el7 openssl.x86_64 1:1.0.2k-19.el7 python-construct.noarch 0:2.5.1-4.el7 python-pyelftools.noarch 0:0.22-0.5.git20130619.a1d9681.el7 python2-six.noarch 0:1.12.0-1.el7 systemd-sysv.x86_64 0:219-73.el7_8.8 tcp_wrappers-libs.x86_64 0:7.6-77.el7 Complete! ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/pip_install.sh /tmp/neutron networking-sfc pycrypto pylint tinyrpc lxml + packages='/tmp/neutron networking-sfc pycrypto pylint tinyrpc lxml' + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ /tmp/neutron networking-sfc pycrypto pylint tinyrpc lxml Looking in links: /tmp/wheels/ Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment Ignoring pytest: markers 'python_version == "2.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.7"' don't match your environment Ignoring pytest: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "3.7"' don't match your environment Ignoring Pint: markers 'python_version == "3.8"' don't match your environment Ignoring Pint: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment Ignoring networkx: markers 'python_version == "2.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.7"' don't match your environment Ignoring networkx: markers 'python_version == "3.8"' don't match your environment Ignoring bashate: markers 'python_version == "2.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.7"' don't match your environment Ignoring bashate: markers 'python_version == "3.8"' don't match your environment Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment Ignoring scipy: markers 'python_version == "2.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.7"' don't match your environment Ignoring scipy: markers 'python_version == "3.8"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment Ignoring reno: markers 'python_version == "2.7"' don't match your environment Ignoring reno: markers 'python_version == "3.7"' don't match your environment Ignoring reno: markers 'python_version == "3.8"' don't match your environment Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "2.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.7"' don't match your environment Ignoring tornado: markers 'python_version == "3.8"' don't match your environment Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "2.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.7"' don't match your environment Ignoring mox3: markers 'python_version == "3.8"' don't match your environment Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment Ignoring cliff: markers 'python_version == "2.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.7"' don't match your environment Ignoring cliff: markers 'python_version == "3.8"' don't match your environment Ignoring trollius: markers 'python_version == "2.7"' don't match your environment Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment Ignoring joblib: markers 'python_version == "3.7"' don't match your environment Ignoring joblib: markers 'python_version == "3.8"' don't match your environment Ignoring castellan: markers 'python_version == "2.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.7"' don't match your environment Ignoring castellan: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment Ignoring mypy: markers 'python_version == "3.7"' don't match your environment Ignoring mypy: markers 'python_version == "3.8"' don't match your environment Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring os-win: markers 'python_version == "2.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.7"' don't match your environment Ignoring os-win: markers 'python_version == "3.8"' don't match your environment Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment Ignoring stestr: markers 'python_version == "2.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.7"' don't match your environment Ignoring stestr: markers 'python_version == "3.8"' don't match your environment Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment Ignoring automaton: markers 'python_version == "2.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.7"' don't match your environment Ignoring automaton: markers 'python_version == "3.8"' don't match your environment Ignoring keyring: markers 'python_version == "2.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.7"' don't match your environment Ignoring keyring: markers 'python_version == "3.8"' don't match your environment Ignoring enum34: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "2.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.7"' don't match your environment Ignoring txaio: markers 'python_version == "3.8"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment Ignoring tooz: markers 'python_version == "2.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.7"' don't match your environment Ignoring tooz: markers 'python_version == "3.8"' don't match your environment Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment Ignoring Faker: markers 'python_version == "2.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.7"' don't match your environment Ignoring Faker: markers 'python_version == "3.8"' don't match your environment Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment Ignoring numpy: markers 'python_version == "2.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.7"' don't match your environment Ignoring numpy: markers 'python_version == "3.8"' don't match your environment Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment Ignoring dataclasses: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment Ignoring functools32: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment Ignoring configparser: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "2.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.7"' don't match your environment Ignoring futurist: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment Ignoring scandir: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "2.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.7"' don't match your environment Ignoring zipp: markers 'python_version == "3.8"' don't match your environment Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment Ignoring futures: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment Ignoring happybase: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment Processing /tmp/neutron Collecting PasteDeploy===2.1.0 Downloading PasteDeploy-2.1.0-py2.py3-none-any.whl (17 kB) Collecting Routes===2.4.1 Downloading Routes-2.4.1-py2.py3-none-any.whl (48 kB) Collecting WebOb===1.8.6 Downloading WebOb-1.8.6-py2.py3-none-any.whl (114 kB) Processing /tmp/wheels/pecan-1.3.3-py3-none-any.whl Collecting oslo.concurrency===4.0.2 Downloading oslo.concurrency-4.0.2-py3-none-any.whl (46 kB) Collecting osprofiler===3.1.0 Downloading osprofiler-3.1.0-py3-none-any.whl (89 kB) Collecting lxml===4.5.0 Downloading lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl (5.8 MB) Collecting oslo.service===2.1.1 Downloading oslo.service-2.1.1-py3-none-any.whl (77 kB) Requirement already satisfied: pbr===5.4.5 in /var/lib/openstack/lib/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 81)) (5.4.5) Collecting oslo.i18n===4.0.1 Downloading oslo.i18n-4.0.1-py3-none-any.whl (47 kB) Collecting oslo.context===3.0.2 Downloading oslo.context-3.0.2-py3-none-any.whl (19 kB) Collecting fixtures===3.0.0 Downloading fixtures-3.0.0-py2.py3-none-any.whl (67 kB) Processing /tmp/wheels/neutron_lib-2.3.0-py3-none-any.whl Processing /tmp/wheels/Mako-1.1.2-py2.py3-none-any.whl Collecting os-xenapi===0.3.4 Downloading os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) Collecting pyOpenSSL===19.1.0 Downloading pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) Collecting debtcollector===2.0.1 Downloading debtcollector-2.0.1-py3-none-any.whl (23 kB) Collecting MarkupSafe===1.1.1 Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) Collecting netaddr===0.7.19 Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6 MB) Processing /tmp/wheels/prettytable-0.7.2-py3-none-any.whl Collecting SQLAlchemy===1.3.16 Downloading SQLAlchemy-1.3.16-cp36-cp36m-manylinux2010_x86_64.whl (1.2 MB) Processing /tmp/wheels/pyroute2-0.5.11-py3-none-any.whl Collecting eventlet===0.25.2 Downloading eventlet-0.25.2-py2.py3-none-any.whl (222 kB) Collecting oslo.messaging===12.1.2 Downloading oslo.messaging-12.1.2-py3-none-any.whl (239 kB) Collecting paramiko===2.7.1 Downloading paramiko-2.7.1-py2.py3-none-any.whl (206 kB) Processing /tmp/wheels/PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl Processing /tmp/wheels/ovs-2.11.0-py3-none-any.whl Requirement already satisfied: cryptography===2.9 in /var/lib/openstack/lib64/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 309)) (2.9) Collecting python-novaclient===17.0.0 Downloading python_novaclient-17.0.0-py3-none-any.whl (331 kB) Collecting bcrypt===3.1.7 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) Collecting requests===2.23.0 Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB) Collecting Jinja2===2.11.1 Downloading Jinja2-2.11.1-py2.py3-none-any.whl (126 kB) Collecting amqp===2.5.2 Downloading amqp-2.5.2-py2.py3-none-any.whl (49 kB) Processing /tmp/wheels/tinyrpc-1.0.4-py3-none-any.whl Collecting oslo.versionedobjects===2.0.2 Downloading oslo.versionedobjects-2.0.2-py3-none-any.whl (86 kB) Collecting oslo.log===4.1.3 Downloading oslo.log-4.1.3-py3-none-any.whl (71 kB) Collecting oslo.middleware===4.0.2 Downloading oslo.middleware-4.0.2-py3-none-any.whl (60 kB) Collecting os-ken===1.0.0 Downloading os_ken-1.0.0-py3-none-any.whl (2.1 MB) Processing /tmp/wheels/pycrypto-2.6.1-cp36-cp36m-linux_x86_64.whl Collecting oslo.serialization===3.1.1 Downloading oslo.serialization-3.1.1-py3-none-any.whl (28 kB) Processing /tmp/wheels/psutil-5.7.0-cp36-cp36m-linux_x86_64.whl Collecting testtools===2.4.0 Downloading testtools-2.4.0-py2.py3-none-any.whl (185 kB) Collecting keystonemiddleware===9.0.0 Downloading keystonemiddleware-9.0.0-py3-none-any.whl (119 kB) Collecting os-traits===2.3.0 Downloading os_traits-2.3.0-py3-none-any.whl (34 kB) Collecting iso8601===0.1.12 Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) Collecting tooz===2.3.0 Downloading tooz-2.3.0-py3-none-any.whl (89 kB) Collecting idna===2.9 Downloading idna-2.9-py2.py3-none-any.whl (58 kB) Collecting python-neutronclient===7.1.1 Downloading python_neutronclient-7.1.1-py3-none-any.whl (436 kB) Collecting oslo.cache===2.3.0 Downloading oslo.cache-2.3.0-py3-none-any.whl (60 kB) Collecting WebTest===2.0.34 Downloading WebTest-2.0.34-py2.py3-none-any.whl (32 kB) Collecting oslo.reports===2.0.1 Downloading oslo.reports-2.0.1-py3-none-any.whl (53 kB) Collecting PyNaCl===1.3.0 Downloading PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB) Collecting osc-lib===2.0.0 Downloading osc_lib-2.0.0-py2.py3-none-any.whl (89 kB) Requirement already satisfied: msgpack===0.6.2 in /var/lib/openstack/lib64/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 683)) (0.6.2) Collecting oslo.config===8.0.2 Downloading oslo.config-8.0.2-py3-none-any.whl (125 kB) Processing /tmp/wheels/httplib2-0.17.2-py3-none-any.whl Processing /tmp/wheels/dogpile.cache-0.9.0-py2.py3-none-any.whl Collecting oslo.upgradecheck===1.0.1 Downloading oslo.upgradecheck-1.0.1-py3-none-any.whl (11 kB) Collecting stevedore===1.32.0 Downloading stevedore-1.32.0-py2.py3-none-any.whl (43 kB) Collecting oslo.rootwrap===6.0.2 Downloading oslo.rootwrap-6.0.2-py3-none-any.whl (38 kB) Collecting openstacksdk===0.46.0 Downloading openstacksdk-0.46.0-py3-none-any.whl (1.3 MB) Requirement already satisfied: six===1.14.0 in /var/lib/openstack/lib/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 777)) (1.14.0) Collecting kombu===4.6.8 Downloading kombu-4.6.8-py2.py3-none-any.whl (183 kB) Collecting requestsexceptions===1.4.0 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) Collecting oslo.db===8.1.0 Downloading oslo.db-8.1.0-py3-none-any.whl (177 kB) Processing /tmp/wheels/yappi-1.2.3-cp36-cp36m-linux_x86_64.whl Processing /tmp/wheels/wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl Collecting oslo.privsep===2.1.1 Downloading oslo.privsep-2.1.1-py3-none-any.whl (36 kB) Collecting oslo.policy===3.1.1 Downloading oslo.policy-3.1.1-py3-none-any.whl (74 kB) Processing /tmp/wheels/repoze.lru-0.7-py3-none-any.whl Collecting rfc3986===1.4.0 Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) Collecting tenacity===6.1.0 Downloading tenacity-6.1.0-py2.py3-none-any.whl (24 kB) Collecting python-designateclient===4.0.0 Downloading python_designateclient-4.0.0-py3-none-any.whl (84 kB) Collecting Paste===3.4.0 Downloading Paste-3.4.0-py2.py3-none-any.whl (593 kB) Collecting os-vif===2.0.0 Downloading os_vif-2.0.0-py3-none-any.whl (103 kB) Collecting monotonic===1.5 Downloading monotonic-1.5-py2.py3-none-any.whl (5.3 kB) Collecting netifaces===0.10.9 Downloading netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) Collecting cachetools===4.1.0 Downloading cachetools-4.1.0-py3-none-any.whl (10 kB) Collecting keystoneauth1===4.0.0 Downloading keystoneauth1-4.0.0-py3-none-any.whl (310 kB) Collecting statsd===3.3.0 Downloading statsd-3.3.0-py2.py3-none-any.whl (11 kB) Collecting python-keystoneclient===4.0.0 Downloading python_keystoneclient-4.0.0-py3-none-any.whl (397 kB) Collecting ovsdbapp===1.2.0 Downloading ovsdbapp-1.2.0-py3-none-any.whl (103 kB) Collecting decorator===4.4.2 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Requirement already satisfied: cffi===1.14.0 in /var/lib/openstack/lib64/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 913)) (1.14.0) Collecting futurist===2.1.1 Downloading futurist-2.1.1-py3-none-any.whl (37 kB) Collecting jsonschema===3.2.0 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Processing /tmp/wheels/alembic-1.4.2-py2.py3-none-any.whl Collecting dnspython===1.15.0 Downloading dnspython-1.15.0-py2.py3-none-any.whl (177 kB) Collecting Babel===2.8.0 Downloading Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) Processing /tmp/wheels/logutils-0.3.5-py3-none-any.whl Collecting greenlet===0.4.15 Downloading greenlet-0.4.15-cp36-cp36m-manylinux1_x86_64.whl (41 kB) Collecting fasteners===0.14.1 Downloading fasteners-0.14.1-py2.py3-none-any.whl (20 kB) Collecting sortedcontainers===2.1.0 Downloading sortedcontainers-2.1.0-py2.py3-none-any.whl (28 kB) Collecting oslo.utils===4.1.2 Downloading oslo.utils-4.1.2-py3-none-any.whl (95 kB) Processing /tmp/wheels/python_editor-1.0.4-py3-none-any.whl Collecting python-dateutil===2.8.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting pytz===2019.3 Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB) Processing /tmp/wheels/networking_sfc-8.0.0.0b2-py2.py3-none-any.whl Collecting pylint Downloading pylint-2.5.3-py3-none-any.whl (324 kB) Processing /tmp/wheels/setproctitle-1.1.10-cp36-cp36m-linux_x86_64.whl Processing /tmp/wheels/simplejson-3.17.0-cp36-cp36m-linux_x86_64.whl Collecting urllib3===1.25.8 Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB) Collecting chardet===3.0.4 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi===2020.4.5.1 Downloading certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB) Collecting vine===1.3.0 Downloading vine-1.3.0-py2.py3-none-any.whl (14 kB) Processing /tmp/wheels/pyinotify-0.9.6-py3-none-any.whl Collecting unittest2===1.1.0 Downloading unittest2-1.1.0-py2.py3-none-any.whl (96 kB) Collecting python-mimeparse===1.6.0 Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) Collecting traceback2===1.4.0 Downloading traceback2-1.4.0-py2.py3-none-any.whl (16 kB) Collecting extras===1.0.0 Downloading extras-1.0.0-py2.py3-none-any.whl (7.3 kB) Collecting pycadf===3.0.0 Downloading pycadf-3.0.0-py3-none-any.whl (43 kB) Processing /tmp/wheels/voluptuous-0.11.7-py3-none-any.whl Collecting cliff===3.1.0 Downloading cliff-3.1.0-py3-none-any.whl (80 kB) Collecting os-client-config===2.1.0 Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) Collecting waitress===1.4.3 Downloading waitress-1.4.3-py2.py3-none-any.whl (148 kB) Collecting beautifulsoup4===4.9.0 Downloading beautifulsoup4-4.9.0-py3-none-any.whl (109 kB) Collecting jsonpatch===1.25 Downloading jsonpatch-1.25-py2.py3-none-any.whl (11 kB) Collecting appdirs===1.4.3 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) Processing /tmp/wheels/munch-2.5.0-py2.py3-none-any.whl Collecting os-service-types===1.7.0 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Collecting jmespath===0.9.5 Downloading jmespath-0.9.5-py2.py3-none-any.whl (24 kB) Collecting importlib-metadata===1.6.0 Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB) Collecting testresources===2.0.1 Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) Collecting testscenarios===0.5.0 Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) Collecting sqlalchemy-migrate===0.13.0 Downloading sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) Requirement already satisfied: pycparser===2.20 in /var/lib/openstack/lib/python3.6/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 303)) (2.20) Collecting attrs===19.3.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Processing /tmp/wheels/pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl Requirement already satisfied: setuptools in /var/lib/openstack/lib/python3.6/site-packages (from jsonschema===3.2.0->-c /tmp/wheels/upper-constraints.txt (line 918)) (49.2.1) Collecting pyparsing===2.4.7 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting toml>=0.7.1 Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB) Collecting mccabe<0.7,>=0.6 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting isort<5,>=4.2.5 Downloading isort-4.3.21-py2.py3-none-any.whl (42 kB) Collecting astroid<=2.5,>=2.4.0 Downloading astroid-2.4.2-py3-none-any.whl (213 kB) Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting linecache2===1.0.0 Downloading linecache2-1.0.0-py2.py3-none-any.whl (12 kB) Processing /tmp/wheels/cmd2-0.8.9-py2.py3-none-any.whl Collecting soupsieve===2.0 Downloading soupsieve-2.0-py2.py3-none-any.whl (32 kB) Collecting jsonpointer===2.0 Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) Collecting zipp===3.1.0 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) Collecting sqlparse===0.3.1 Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB) Processing /tmp/wheels/Tempita-0.5.2-py3-none-any.whl Collecting typed-ast===1.4.1 Downloading typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (737 kB) Collecting lazy-object-proxy==1.4.* Downloading lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl (55 kB) Processing /tmp/wheels/pyperclip-1.8.0-py3-none-any.whl Collecting wcwidth===0.1.9 Downloading wcwidth-0.1.9-py2.py3-none-any.whl (19 kB) Building wheels for collected packages: neutron Building wheel for neutron (setup.py): started Building wheel for neutron (setup.py): finished with status 'done' Created wheel for neutron: filename=neutron-16.0.1.dev121-py3-none-any.whl size=3779233 sha256=d83285eff7953a118f56ae7c10c0f54d6ddf3c1324c41722493ef4237fe9dfc5 Stored in directory: /tmp/pip-ephem-wheel-cache-p7fmqtxu/wheels/15/9d/0f/315a2513043901907aa1bbb4a519c4ad2c1ee96a05ab236dd3 Successfully built neutron Installing collected packages: voluptuous, chardet, PasteDeploy, repoze.lru, Routes, WebOb, logutils, MarkupSafe, Mako, waitress, soupsieve, beautifulsoup4, WebTest, pecan, pytz, Babel, oslo.i18n, iso8601, netifaces, wrapt, debtcollector, netaddr, pyparsing, oslo.utils, urllib3, idna, certifi, requests, PyYAML, rfc3986, stevedore, oslo.config, monotonic, fasteners, oslo.concurrency, oslo.serialization, prettytable, osprofiler, lxml, setproctitle, Paste, linecache2, traceback2, argparse, unittest2, python-mimeparse, extras, testtools, fixtures, greenlet, dnspython, eventlet, yappi, pyinotify, oslo.context, python-dateutil, oslo.log, oslo.service, munch, attrs, pycadf, SQLAlchemy, testresources, testscenarios, python-editor, alembic, sqlparse, Tempita, decorator, sqlalchemy-migrate, oslo.db, vine, amqp, zipp, importlib-metadata, kombu, cachetools, futurist, statsd, Jinja2, oslo.middleware, oslo.messaging, oslo.versionedobjects, tinyrpc, sortedcontainers, ovs, os-ken, oslo.policy, os-traits, os-service-types, keystoneauth1, neutron-lib, bcrypt, PyNaCl, paramiko, os-xenapi, simplejson, pyOpenSSL, jsonpointer, wcwidth, pyroute2, python-novaclient, jsonpatch, appdirs, requestsexceptions, jmespath, dogpile.cache, openstacksdk, os-client-config, pyperclip, cmd2, cliff, pycrypto, psutil, oslo.cache, python-keystoneclient, keystonemiddleware, tenacity, tooz, osc-lib, python-neutronclient, oslo.reports, httplib2, oslo.upgradecheck, oslo.rootwrap, typed-ast, oslo.privsep, pyrsistent, jsonschema, python-designateclient, ovsdbapp, os-vif, neutron, networking-sfc, toml, mccabe, isort, lazy-object-proxy, astroid, pylint Successfully installed Babel-2.8.0 Jinja2-2.11.1 Mako-1.1.2 MarkupSafe-1.1.1 Paste-3.4.0 PasteDeploy-2.1.0 PyNaCl-1.3.0 PyYAML-5.3.1 Routes-2.4.1 SQLAlchemy-1.3.16 Tempita-0.5.2 WebOb-1.8.6 WebTest-2.0.34 alembic-1.4.2 amqp-2.5.2 appdirs-1.4.3 argparse-1.4.0 astroid-2.4.2 attrs-19.3.0 bcrypt-3.1.7 beautifulsoup4-4.9.0 cachetools-4.1.0 certifi-2020.4.5.1 chardet-3.0.4 cliff-3.1.0 cmd2-0.8.9 debtcollector-2.0.1 decorator-4.4.2 dnspython-1.15.0 dogpile.cache-0.9.0 eventlet-0.25.2 extras-1.0.0 fasteners-0.14.1 fixtures-3.0.0 futurist-2.1.1 greenlet-0.4.15 httplib2-0.17.2 idna-2.9 importlib-metadata-1.6.0 iso8601-0.1.12 isort-4.3.21 jmespath-0.9.5 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.0.0 keystonemiddleware-9.0.0 kombu-4.6.8 lazy-object-proxy-1.4.3 linecache2-1.0.0 logutils-0.3.5 lxml-4.5.0 mccabe-0.6.1 monotonic-1.5 munch-2.5.0 netaddr-0.7.19 netifaces-0.10.9 networking-sfc-8.0.0.0b2 neutron-16.0.1.dev121 neutron-lib-2.3.0 openstacksdk-0.46.0 os-client-config-2.1.0 os-ken-1.0.0 os-service-types-1.7.0 os-traits-2.3.0 os-vif-2.0.0 os-xenapi-0.3.4 osc-lib-2.0.0 oslo.cache-2.3.0 oslo.concurrency-4.0.2 oslo.config-8.0.2 oslo.context-3.0.2 oslo.db-8.1.0 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.messaging-12.1.2 oslo.middleware-4.0.2 oslo.policy-3.1.1 oslo.privsep-2.1.1 oslo.reports-2.0.1 oslo.rootwrap-6.0.2 oslo.serialization-3.1.1 oslo.service-2.1.1 oslo.upgradecheck-1.0.1 oslo.utils-4.1.2 oslo.versionedobjects-2.0.2 osprofiler-3.1.0 ovs-2.11.0 ovsdbapp-1.2.0 paramiko-2.7.1 pecan-1.3.3 prettytable-0.7.2 psutil-5.7.0 pyOpenSSL-19.1.0 pycadf-3.0.0 pycrypto-2.6.1 pyinotify-0.9.6 pylint-2.5.3 pyparsing-2.4.7 pyperclip-1.8.0 pyroute2-0.5.11 pyrsistent-0.16.0 python-dateutil-2.8.1 python-designateclient-4.0.0 python-editor-1.0.4 python-keystoneclient-4.0.0 python-mimeparse-1.6.0 python-neutronclient-7.1.1 python-novaclient-17.0.0 pytz-2019.3 repoze.lru-0.7 requests-2.23.0 requestsexceptions-1.4.0 rfc3986-1.4.0 setproctitle-1.1.10 simplejson-3.17.0 sortedcontainers-2.1.0 soupsieve-2.0 sqlalchemy-migrate-0.13.0 sqlparse-0.3.1 statsd-3.3.0 stevedore-1.32.0 tenacity-6.1.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.4.0 tinyrpc-1.0.4 toml-0.10.1 tooz-2.3.0 traceback2-1.4.0 typed-ast-1.4.1 unittest2-1.1.0 urllib3-1.25.8 vine-1.3.0 voluptuous-0.11.7 waitress-1.4.3 wcwidth-0.1.9 wrapt-1.12.1 yappi-1.2.3 zipp-3.1.0 ++ dirname /opt/loci/scripts/install.sh + /opt/loci/scripts/cleanup.sh + case ${distro} in + yum -y autoremove git python-virtualenv python3-virtualenv Loaded plugins: fastestmirror, ovl No Match for argument: python-virtualenv No Match for argument: python3-virtualenv Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be erased --> Processing Dependency: git = 1.8.3.1-23.el7_8 for package: perl-Git-1.8.3.1-23.el7_8.noarch --> Running transaction check ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be erased --> Finished Dependency Resolution --> Finding unneeded leftover dependencies ---> Marking rsync to be removed - no longer needed by git ---> Marking perl-Error to be removed - no longer needed by git ---> Marking perl-TermReadKey to be removed - no longer needed by git Found and removing 3 unneeded dependencies --> Running transaction check ---> Package perl-Error.noarch 1:0.17020-2.el7 will be erased ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be erased ---> Package rsync.x86_64 0:3.1.2-10.el7 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: git x86_64 1.8.3.1-23.el7_8 @updates 22 M Removing for dependencies: perl-Error noarch 1:0.17020-2.el7 @base 49 k perl-Git noarch 1.8.3.1-23.el7_8 @updates 57 k perl-TermReadKey x86_64 2.30-20.el7 @base 59 k rsync x86_64 3.1.2-10.el7 @base 815 k Transaction Summary ================================================================================ Remove 1 Package (+4 Dependent packages) Installed size: 23 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : git-1.8.3.1-23.el7_8.x86_64 1/5 Erasing : perl-Git-1.8.3.1-23.el7_8.noarch 2/5 Erasing : 1:perl-Error-0.17020-2.el7.noarch 3/5 Erasing : perl-TermReadKey-2.30-20.el7.x86_64 4/5 Erasing : rsync-3.1.2-10.el7.x86_64 5/5 Verifying : git-1.8.3.1-23.el7_8.x86_64 1/5 Verifying : 1:perl-Error-0.17020-2.el7.noarch 2/5 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 3/5 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 4/5 Verifying : rsync-3.1.2-10.el7.x86_64 5/5 Removed: git.x86_64 0:1.8.3.1-23.el7_8 Dependency Removed: perl-Error.noarch 1:0.17020-2.el7 perl-Git.noarch 0:1.8.3.1-23.el7_8 perl-TermReadKey.x86_64 0:2.30-20.el7 rsync.x86_64 0:3.1.2-10.el7 Complete! + yum clean all Loaded plugins: fastestmirror, ovl Cleaning repos: base extras stx-local-build stx-mirror-distro updates : ussuri-ceph ussuri-wsgi Cleaning up list of fastest mirrors + sed -i 's/\(include-system-site-packages\).*/\1 = true/g' /var/lib/openstack/pyvenv.cfg + rm -rf /tmp/neutron /tmp/pip /tmp/wheels /tmp/wheels.tar.gz /root/.cache /etc/machine-id + find /usr/ /var/ '(' -name '*.pyc' -o -name __pycache__ ')' -delete Removing intermediate container d6200e2dd379 ---> 7e5e3e81bb5c Successfully built 7e5e3e81bb5c Successfully tagged jenkins/stx-neutron:rc-4.0-centos-stable-build