ansible-playbook 2.7.0 config file = None configured module search path = [u'/opt/ansible27/ara-venv/local/lib/python2.7/site-packages/ara/plugins/modules'] ansible python module location = /opt/ansible27/ara-venv/local/lib/python2.7/site-packages/ansible executable location = /opt/ansible27/ara-venv/bin/ansible-playbook python version = 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC 5.4.0 20160609] No config file found; using defaults statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/sanity-checks.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/create-folders.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-utils.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-python.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-pip.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-pip-index.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-git.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-vcredist.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-zuul.yaml statically imported: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml PLAYBOOK: build-win2016-compute.yaml ******************************************* 1 plays in /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016-compute.yaml PLAY [win2016-compute] ********************************************************* TASK [Gathering Facts] ********************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016-compute.yaml:2 ok: [10.222.0.78] META: ran handlers TASK [Include variables from job_vars/os-brick.yaml] *************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016-compute.yaml:9 ok: [10.222.0.78] => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "failed_when_result": false, "message": "Could not find or access 'job_vars/os-brick.yaml'\nSearched in:\n\t/home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/vars/job_vars/os-brick.yaml\n\t/home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/job_vars/os-brick.yaml\n\t/home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/vars/job_vars/os-brick.yaml\n\t/home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/job_vars/os-brick.yaml on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} TASK [Include variables from job_vars/os-brick-smb.yaml] *********************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016-compute.yaml:14 ok: [10.222.0.78] => {"ansible_facts": {"compute_driver": "compute_hyperv.driver.HyperVDriver", "data_bridge_ovs": "br-ethernet", "join_ad": false, "local_conf": {"append": "Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch\nATTACH_ENCRYPTED_VOLUME_AVAILABLE=False\nSWIFT_REPLICAS=1\nSWIFT_HASH=66a3d6b56c1f479c8b4e70ab5d2014f6\nSWIFT_START_ALL_SERVICES=False\nUSE_PYTHON3=True\n\n[[post-config|$NOVA_CONF]]\n[DEFAULT]\nforce_config_drive = True\nscheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter\n[glance]\nuse_glance_v1=False\n[oslo_messaging_rabbit]\nheartbeat_timeout_threshold = 600\nheartbeat_rate = 3 \n[placement]\nos_region_name = RegionOne\nproject_domain_name = Default\nproject_name = service\nuser_domain_name = Default\npassword = Passw0rd\nusername = placement\nauth_url = http://{{ devstack_ip }}/identity\nauth_type = password\n\n[[post-config|$NEUTRON_CONF]]\n[database]\nmin_pool_size = 5\nmax_pool_size = 50\nmax_overflow = 50\n[quotas]\nquota_network = 100\nquota_subnet = 100\nquota_port = 500\nquota_security_group = 100\nquota_security_group_rule = 100\nquota_vip = 100\nquota_pool = 100\nquota_loadbalancer = 100\nquota_router = 100\nquota_floatingip = 50\nquota_firewall = 10\nquota_firewall_policy = 10\nquota_firewall_rule = 100\n\n[[post-config|$CINDER_CONF]]\n[DEFAULT]\nos_privileged_user_auth_url=http://{{ devstack_ip }}/identity/v2.0\n\n[[post-config|/$Q_PLUGIN_CONF_FILE]]\n[securitygroup]\nenable_security_group = True\n# Note(lpetrut): For some reason, the br-int controller is\n# unaccessible, so we'll stick with ovs-ofctl until we find\n# out what's wrong.\n[ovs]\nof_interface = ovs-ofctl\n", "block_migration": true, "disable_services": ["c-bak", "c-vol", "n-obj", "n-novnc", "n-net", "n-cpu", "q-lbaas", "q-fwaas", "horizon"], "enable_services": ["rabbit", "mysql", "key", "n-api", "n-crt", "n-cond", "n-sch", "n-cauth", "neutron", "q-svc", "q-agt", "q-dhcp", "q-l3", "q-meta", "q-metering", "q-vpn", "g-api", "g-reg", "cinder", "c-api", "c-sch", "s-proxy", "s-object", "s-container", "s-account", "heat", "h-api", "h-api-cfn", "h-api-cw", "h-eng", "ceilometer-acentral", "ceilometer-acompute", "ceilometer-collector", "ceilometer-api", "ceilometer-anotification", "tempest"], "enable_tenant_tunnels": true, "enable_tenant_vlans": false, "image_urls": "{{ image_urls }}", "ip_version": 4, "live_migration": false, "q_ml2_tenant_network_type": "vxlan", "tenant_vlan_range": "{{ vlan_range }}"}, "log_key": "/home/jenkins-slave/.ssh/id_rsa_log.pem", "log_path": "/tmp/build_logs/{{ zuul_change }}-{{ zuul_patchset }}/{{ job_type }}", "post_stack_bash": "source {{ devstack_dir.devstack }}/functions\nTEMPEST_CONFIG={{ devstack_dir.stack }}/tempest/etc/tempest.conf\niniset $TEMPEST_CONFIG compute volume_device_name \"sdb\"\niniset $TEMPEST_CONFIG compute min_compute_nodes {{ win2016_compute_nodes | length }}\niniset $TEMPEST_CONFIG compute flavor_ref 452\niniset $TEMPEST_CONFIG compute flavor_ref_alt 451\niniset $TEMPEST_CONFIG compute-feature-enabled rdp_console true\niniset $TEMPEST_CONFIG compute-feature-enabled block_migrate_cinder_iscsi False\niniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration False\niniset $TEMPEST_CONFIG compute-feature-enabled live_migration False\niniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False\niniset $TEMPEST_CONFIG compute-feature-enabled swap_volume False\n\niniset $TEMPEST_CONFIG scenario img_dir \"/home/ubuntu/devstack/files/\"\niniset $TEMPEST_CONFIG scenario img_file \"{{ local_conf.image_urls | basename }}\"\niniset $TEMPEST_CONFIG scenario img_disk_format vhdx\niniset $TEMPEST_CONFIG scenario dhcp_client dhclient\n\nIMAGE_REF=`iniget $TEMPEST_CONFIG compute image_ref`\niniset $TEMPEST_CONFIG compute image_ref_alt $IMAGE_REF\niniset $TEMPEST_CONFIG validation image_ssh_user ubuntu\n\niniset $TEMPEST_CONFIG compute build_timeout 360\niniset $TEMPEST_CONFIG orchestration build_timeout 360\niniset $TEMPEST_CONFIG volume build_timeout 360\niniset $TEMPEST_CONFIG boto build_timeout 360\n\niniset $TEMPEST_CONFIG compute ssh_timeout 360\niniset $TEMPEST_CONFIG compute allow_tenant_isolation True\n", "services": [{"binary": "{{ win_dir.python }}\\scripts\\nova-compute.exe", "config": "{{ win_dir.etc }}\\nova.conf", "description": "OpenStack nova Compute Service", "name": "nova-compute", "nova": null, "template": "nova.conf"}, {"binary": "{{ win_dir.python }}\\scripts\\cinder-volume.exe", "cinder": null, "config": "{{ win_dir.etc }}\\cinder-volume.conf", "description": "OpenStack Cinder Volume Service", "name": "cinder-volume", "template": "cinder-volume.conf"}], "smbshare": "c:\\smbshare", "tempest_tests": {"excluded-tests": "tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern\n", "included-tests": "tempest.scenario.test_minimum_basic\ntempest.scenario.test_stamp_pattern\ntempest.scenario.test_volume_boot_pattern\n"}, "vms": [{"additional_params": "ansible_ssh_private_key_file=/home/jenkins-slave/.ssh/id_rsa.pem ansible_ssh_common_args=\"-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\"", "devstack": null, "flavor": "devstack", "image": "bionic-09.08.2019", "inventory_group": "devstack", "name": "dv-osbrick-{{ zuul_change }}-{{ zuul_patchset }}-{{ job_type }}", "tags": "dv-{{ zuul_project | basename }}-{{ zuul_change }}-{{ zuul_patchset }}-{{ job_type }}", "userdata": ""}, {"additional_params": "ansible_winrm_cert_pem=/home/jenkins-slave/ssl/ssl_winrm.crt ansible_winrm_cert_key_pem=/home/jenkins-slave/ssl/ssl_winrm.key ansible_winrm_transport=certificate ansible_ssh_user=administrator ansible_connection=winrm ansible_winrm_server_cert_validation=ignore ansible_ssh_port=5986", "flavor": "ci-win2016hv", "hv2016-compute": null, "image": "win2016-hypervrole", "inventory_group": "win2016-compute", "name": "hv-osbrick-{{ zuul_change }}-{{ zuul_patchset }}-{{ job_type }}", "tags": "hv-{{ zuul_project | basename }}-{{ zuul_change }}-{{ zuul_patchset }}-{{ job_type }}", "userdata": "{{ lookup('file', '/home/jenkins-slave/ssl/ssl_winrm.crt') }}"}], "vmswitches": [{"management": false, "name": "{{ data_bridge }}", "subnet": "{{ data_network }}"}], "volume_driver": "cinder.volume.drivers.windows.smbfs.WindowsSmbfsDriver", "win2016_compute_node_ip": "{{ groups['win2016-compute'][0] }}", "win_cherry_picks": [{"patches": ["refs/changes/21/567621/13"], "path": "{{ win_dir.build }}\\neutron", "project": "openstack/neutron"}], "win_crt": "/home/jenkins-slave/ssl/ssl_winrm.crt", "win_dir": {"bin": "c:\\openstack\\bin", "build": "c:\\openstack\\build", "etc": "c:\\openstack\\etc", "event_log": "c:\\openstack\\log\\event-log", "instances": "C:\\openstack\\instances", "log": "c:\\openstack\\log", "openstack": "c:\\openstack", "pip": "C:\\ProgramData\\pip", "python": "c:\\python37", "python_zuul": "c:\\python27", "tmp": "c:\\openstack\\tmp"}, "win_git_prep_projects": ["openstack/requirements", "openstack/cinder", "openstack/nova", "openstack/neutron", "openstack/compute-hyperv", "openstack/os-win", "openstack/os-brick", "openstack/networking-hyperv"], "win_key": "/home/jenkins-slave/ssl/ssl_winrm.key", "win_python_archive_url": "http://10.100.0.9/ci/python37.zip", "win_python_packages": ["pywin32", "pbr", "pymysql", "ovs"]}, "ansible_included_var_files": ["/home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/job_vars/os-brick-smb.yaml"], "changed": false, "failed_when_result": false} TASK [Check if we have atleast 1 AD server in the inventory when join_ad is True] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/sanity-checks.yaml:2 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Check if job_type parameters is defined] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/sanity-checks.yaml:7 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Check if hostname parameter is defined] ********************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/sanity-checks.yaml:12 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Install FS-iSCSITarget-Server] ******************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016-compute.yaml:22 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Set administrator password to Passw0rd] ********************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:2 changed: [10.222.0.78] => {"changed": true, "cmd": "net user administrator Passw0rd", "delta": "0:00:01.884779", "end": "2021-01-15 03:42:45.361142", "rc": 0, "start": "2021-01-15 03:42:43.476363", "stderr": "", "stderr_lines": [], "stdout": "The command completed successfully.\r\n\r\n", "stdout_lines": ["The command completed successfully.", ""]} TASK [Create openstack folders] ************************************************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/create-folders.yaml:2 changed: [10.222.0.78] => (item=c:\openstack\bin) => {"changed": true, "item": "c:\\openstack\\bin"} changed: [10.222.0.78] => (item=c:\openstack\tmp) => {"changed": true, "item": "c:\\openstack\\tmp"} changed: [10.222.0.78] => (item=c:\openstack\log) => {"changed": true, "item": "c:\\openstack\\log"} changed: [10.222.0.78] => (item=c:\openstack\etc) => {"changed": true, "item": "c:\\openstack\\etc"} changed: [10.222.0.78] => (item=c:\python37) => {"changed": true, "item": "c:\\python37"} changed: [10.222.0.78] => (item=C:\openstack\instances) => {"changed": true, "item": "C:\\openstack\\instances"} changed: [10.222.0.78] => (item=c:\openstack\log\event-log) => {"changed": true, "item": "c:\\openstack\\log\\event-log"} changed: [10.222.0.78] => (item=c:\openstack\build) => {"changed": true, "item": "c:\\openstack\\build"} changed: [10.222.0.78] => (item=c:\python27) => {"changed": true, "item": "c:\\python27"} changed: [10.222.0.78] => (item=C:\ProgramData\pip) => {"changed": true, "item": "C:\\ProgramData\\pip"} ok: [10.222.0.78] => (item=c:\openstack) => {"changed": false, "item": "c:\\openstack"} TASK [Disable firewall for Domain, Public and Private profiles] **************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:7 changed: [10.222.0.78] => {"Domain": {"considered": true, "currentstate": 1, "enabled": false}, "Private": {"considered": true, "currentstate": 1, "enabled": false}, "Public": {"considered": true, "currentstate": 1, "enabled": false}, "changed": true, "profiles": ["Domain", "Private", "Public"], "state": "disabled"} TASK [Set neutron hyperv agent service] **************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:16 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Set neutron ovs agent service] ******************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:20 ok: [10.222.0.78] => {"ansible_facts": {"services": [{"binary": "c:\\python37\\scripts\\nova-compute.exe", "config": "c:\\openstack\\etc\\nova.conf", "description": "OpenStack nova Compute Service", "name": "nova-compute", "nova": null, "template": "nova.conf"}, {"binary": "c:\\python37\\scripts\\cinder-volume.exe", "cinder": null, "config": "c:\\openstack\\etc\\cinder-volume.conf", "description": "OpenStack Cinder Volume Service", "name": "cinder-volume", "template": "cinder-volume.conf"}, {"binary": "c:\\python37\\scripts\\neutron-openvswitch-agent.exe", "config": "c:\\openstack\\etc\\neutron-ovs-agent.conf", "description": "OpenStack Neutron OVS Agent Service", "name": "neutron-ovs-agent", "neutron": null, "template": "neutron-ovs-agent.conf"}]}, "changed": false} TASK [Create services and/or stop them if they are running] ******************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:24 changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\nova-compute.exe', u'name': u'nova-compute', u'template': u'nova.conf', u'config': u'c:\\openstack\\etc\\nova.conf', u'nova': None, u'description': u'OpenStack nova Compute Service'}) => {"can_pause_and_continue": false, "changed": true, "depended_by": [], "dependencies": [], "description": "OpenStack nova Compute Service", "desktop_interact": false, "display_name": "nova-compute", "exists": true, "item": {"binary": "c:\\python37\\scripts\\nova-compute.exe", "config": "c:\\openstack\\etc\\nova.conf", "description": "OpenStack nova Compute Service", "name": "nova-compute", "nova": null, "template": "nova.conf"}, "name": "nova-compute", "path": "c:\\openstack\\bin\\OpenStackService.exe nova-compute c:\\python37\\scripts\\nova-compute.exe --config-file c:\\openstack\\etc\\nova.conf", "start_mode": "manual", "state": "stopped", "username": "LocalSystem"} changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\cinder-volume.exe', u'description': u'OpenStack Cinder Volume Service', u'template': u'cinder-volume.conf', u'cinder': None, u'config': u'c:\\openstack\\etc\\cinder-volume.conf', u'name': u'cinder-volume'}) => {"can_pause_and_continue": false, "changed": true, "depended_by": [], "dependencies": [], "description": "OpenStack Cinder Volume Service", "desktop_interact": false, "display_name": "cinder-volume", "exists": true, "item": {"binary": "c:\\python37\\scripts\\cinder-volume.exe", "cinder": null, "config": "c:\\openstack\\etc\\cinder-volume.conf", "description": "OpenStack Cinder Volume Service", "name": "cinder-volume", "template": "cinder-volume.conf"}, "name": "cinder-volume", "path": "c:\\openstack\\bin\\OpenStackService.exe cinder-volume c:\\python37\\scripts\\cinder-volume.exe --config-file c:\\openstack\\etc\\cinder-volume.conf", "start_mode": "manual", "state": "stopped", "username": "LocalSystem"} changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\neutron-openvswitch-agent.exe', u'name': u'neutron-ovs-agent', u'template': u'neutron-ovs-agent.conf', u'config': u'c:\\openstack\\etc\\neutron-ovs-agent.conf', u'neutron': None, u'description': u'OpenStack Neutron OVS Agent Service'}) => {"can_pause_and_continue": false, "changed": true, "depended_by": [], "dependencies": [], "description": "OpenStack Neutron OVS Agent Service", "desktop_interact": false, "display_name": "neutron-ovs-agent", "exists": true, "item": {"binary": "c:\\python37\\scripts\\neutron-openvswitch-agent.exe", "config": "c:\\openstack\\etc\\neutron-ovs-agent.conf", "description": "OpenStack Neutron OVS Agent Service", "name": "neutron-ovs-agent", "neutron": null, "template": "neutron-ovs-agent.conf"}, "name": "neutron-ovs-agent", "path": "c:\\openstack\\bin\\OpenStackService.exe neutron-ovs-agent c:\\python37\\scripts\\neutron-openvswitch-agent.exe --config-file c:\\openstack\\etc\\neutron-ovs-agent.conf", "start_mode": "manual", "state": "stopped", "username": "LocalSystem"} TASK [Create vmswitches] ******************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:35 changed: [10.222.0.78] => (item={u'subnet': u'192.168.0.0/22', u'management': False, u'name': u'br-data'}) => {"changed": true, "interface_details": {"adapter_ip": "192.168.0.62", "adapter_name": "Ethernet 2"}, "item": {"management": false, "name": "br-data", "subnet": "192.168.0.0/22"}, "log": ["checking adapter Ethernet 2", "adapter Ethernet 2 ip 192.168.0.62 matches subnet 192.168.0.0/22"]} TASK [Set compute_local_ip variable] ******************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:46 ok: [10.222.0.78] => {"ansible_facts": {"compute_local_ip": "192.168.0.62"}, "changed": false} TASK [Set compute_dataplane_interface_name variable] *************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:50 ok: [10.222.0.78] => {"ansible_facts": {"compute_dataplane_interface_name": "Ethernet 2"}, "changed": false} TASK [Check if dataplane informations variable file exists] ******************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:54 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Create dataplane_informations.yaml file] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:59 changed: [10.222.0.78] => {"changed": true} TASK [Add dataplane interface informations in dataplane_informations.yaml] ***** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:65 changed: [10.222.0.78] => (item=compute_local_ip: 192.168.0.62) => {"backup": "", "changed": true, "encoding": "utf-8", "item": "compute_local_ip: 192.168.0.62", "msg": "line added"} changed: [10.222.0.78] => (item=compute_dataplane_interface_name: "Ethernet 2") => {"backup": "", "changed": true, "encoding": "utf-8", "item": "compute_dataplane_interface_name: \"Ethernet 2\"", "msg": "line added"} TASK [Create config files] ***************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:74 changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\nova-compute.exe', u'name': u'nova-compute', u'template': u'nova.conf', u'config': u'c:\\openstack\\etc\\nova.conf', u'nova': None, u'description': u'OpenStack nova Compute Service'}) => {"changed": true, "checksum": "bedcc1bf28fd2ebcbff3ab5097dd72c6ec6f45a5", "failed_when_result": false, "item": {"binary": "c:\\python37\\scripts\\nova-compute.exe", "config": "c:\\openstack\\etc\\nova.conf", "description": "OpenStack nova Compute Service", "name": "nova-compute", "nova": null, "template": "nova.conf"}} changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\cinder-volume.exe', u'description': u'OpenStack Cinder Volume Service', u'template': u'cinder-volume.conf', u'cinder': None, u'config': u'c:\\openstack\\etc\\cinder-volume.conf', u'name': u'cinder-volume'}) => {"changed": true, "checksum": "264648a8b5b8e952b58585990f2fffb013921a4a", "failed_when_result": false, "item": {"binary": "c:\\python37\\scripts\\cinder-volume.exe", "cinder": null, "config": "c:\\openstack\\etc\\cinder-volume.conf", "description": "OpenStack Cinder Volume Service", "name": "cinder-volume", "template": "cinder-volume.conf"}} changed: [10.222.0.78] => (item={u'binary': u'c:\\python37\\scripts\\neutron-openvswitch-agent.exe', u'name': u'neutron-ovs-agent', u'template': u'neutron-ovs-agent.conf', u'config': u'c:\\openstack\\etc\\neutron-ovs-agent.conf', u'neutron': None, u'description': u'OpenStack Neutron OVS Agent Service'}) => {"changed": true, "checksum": "e17c849d435851ee778dc9a43951225ed55b3a9d", "failed_when_result": false, "item": {"binary": "c:\\python37\\scripts\\neutron-openvswitch-agent.exe", "config": "c:\\openstack\\etc\\neutron-ovs-agent.conf", "description": "OpenStack Neutron OVS Agent Service", "name": "neutron-ovs-agent", "neutron": null, "template": "neutron-ovs-agent.conf"}} TASK [Create policy.json] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:82 changed: [10.222.0.78] => {"changed": true, "checksum": "01e30e09cb7d189e7439d9fac753d12cdf5f072c"} TASK [Check if utils archive is present] *************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-utils.yaml:2 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download utils archive] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-utils.yaml:8 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\utils.zip", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/utils_bin.zip", "win_get_url": {"dest": "c:\\openstack\\tmp\\utils.zip", "url": "http://10.100.0.9/ci/utils_bin.zip"}} TASK [Unzip utils archive] ***************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-utils.yaml:15 changed: [10.222.0.78] => {"cb_unzip": {"dest": "c:\\openstack\\bin", "src": "c:\\openstack\\tmp\\utils.zip"}, "changed": true} TASK [Add utils to PATH] ******************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-utils.yaml:21 changed: [10.222.0.78] => {"changed": true, "path_value": "C:\\windows\\system32;C:\\windows;C:\\windows\\System32\\Wbem;C:\\windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\openstack\\bin"} TASK [Check if python archive is present] ************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-python.yaml:2 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download python archive] ************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-python.yaml:8 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\python.zip", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/python37.zip", "win_get_url": {"dest": "c:\\openstack\\tmp\\python.zip", "url": "http://10.100.0.9/ci/python37.zip"}} TASK [Unzip python archive] **************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-python.yaml:15 changed: [10.222.0.78] => {"cb_unzip": {"dest": "c:\\python37", "src": "c:\\openstack\\tmp\\python.zip"}, "changed": true} TASK [Add python to PATH] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-python.yaml:21 changed: [10.222.0.78] => {"changed": true, "path_value": "C:\\windows\\system32;C:\\windows;C:\\windows\\System32\\Wbem;C:\\windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\openstack\\bin;c:\\python37;c:\\python37\\scripts"} TASK [Download get-pip.py from "https://bootstrap.pypa.io/get-pip.py"] ********* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-pip.yaml:2 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\get-pip.py", "msg": "OK", "status_code": 200, "url": "https://bootstrap.pypa.io/get-pip.py", "win_get_url": {"dest": "c:\\openstack\\tmp\\get-pip.py", "url": "https://bootstrap.pypa.io/get-pip.py"}} TASK [Create constraints file for pip==19.1.1] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-pip.yaml:9 changed: [10.222.0.78] => {"changed": true, "checksum": "2bc3b9d03d558ac30081fa9b443a1537fe4e8003", "dest": "c:\\openstack\\tmp\\constraints.txt", "operation": "file_copy", "original_basename": "tmp_RyyUq", "size": 12, "src": null} TASK [Install pip version "pip==19.1.1"] *************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-pip.yaml:15 changed: [10.222.0.78] => {"changed": true, "cmd": "python \"c:\\openstack\\tmp\\\\get-pip.py\" -c \"c:\\openstack\\tmp\\\\constraints.txt\" pip", "delta": "0:00:14.532017", "end": "2021-01-15 03:45:55.823975", "rc": 0, "start": "2021-01-15 03:45:41.291958", "stderr": "", "stderr_lines": [], "stdout": "Collecting pip==19.1.1\r\n Downloading pip-19.1.1-py2.py3-none-any.whl (1.4 MB)\r\nCollecting wheel\r\n Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)\r\nInstalling collected packages: pip, wheel\r\n Attempting uninstall: pip\r\n Found existing installation: pip 18.1\r\n Uninstalling pip-18.1:\r\n Successfully uninstalled pip-18.1\r\nSuccessfully installed pip-19.1.1 wheel-0.36.2\r\n", "stdout_lines": ["Collecting pip==19.1.1", " Downloading pip-19.1.1-py2.py3-none-any.whl (1.4 MB)", "Collecting wheel", " Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)", "Installing collected packages: pip, wheel", " Attempting uninstall: pip", " Found existing installation: pip 18.1", " Uninstalling pip-18.1:", " Successfully uninstalled pip-18.1", "Successfully installed pip-19.1.1 wheel-0.36.2"]} TASK [Configure pip index-url] ************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-pip-index.yaml:2 changed: [10.222.0.78] => {"changed": true, "checksum": "15cca614080fc9c90955863b8d5d2e7aa41c7104", "dest": "C:\\ProgramData\\pip\\pip.ini", "operation": "file_copy", "original_basename": "tmpQ6UA6F", "size": 314, "src": null} TASK [Check if git installer is present] *************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-git.yaml:2 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download git installer] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-git.yaml:8 [DEPRECATION WARNING]: The parameter 'skip_certificate_validation' is being replaced with 'validate_certs'. This feature will be removed in version 2.8. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\git-installer.exe", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/Git-2.13.2-64-bit.exe", "win_get_url": {"dest": "c:\\openstack\\tmp\\git-installer.exe", "url": "http://10.100.0.9/ci/Git-2.13.2-64-bit.exe"}} TASK [Install git] ************************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-git.yaml:16 changed: [10.222.0.78] => {"changed": true, "cmd": "c:\\openstack\\tmp\\git-installer.exe /silent", "delta": "0:00:35.077921", "end": "2021-01-15 03:46:42.747862", "rc": 0, "start": "2021-01-15 03:46:07.669941", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Add git to PATH] ********************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-git.yaml:22 changed: [10.222.0.78] => {"changed": true, "path_value": "C:\\windows\\system32;C:\\windows;C:\\windows\\System32\\Wbem;C:\\windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\openstack\\bin;c:\\python37;c:\\python37\\scripts;C:\\Program Files\\Git\\cmd;c:\\program files\\git\bin"} TASK [Check if vcredist_x86 is installed] ************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-vcredist.yaml:2 ok: [10.222.0.78] => {"changed": false, "cmd": "Get-WmiObject Win32_Product -Filter \"Name LIKE '%Visual C++ 2012 x86%'\"", "delta": "0:00:02.686302", "end": "2021-01-15 03:46:48.482162", "rc": 0, "start": "2021-01-15 03:46:45.795859", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check if vcredist_x86 installer is present] ****************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-vcredist.yaml:8 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download vcredist_x86 installer] ***************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-vcredist.yaml:14 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\vcredist_x86.exe", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/vcredist_x86.exe", "win_get_url": {"dest": "c:\\openstack\\tmp\\vcredist_x86.exe", "url": "http://10.100.0.9/ci/vcredist_x86.exe"}} TASK [Install vcredist_x86] **************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-vcredist.yaml:23 changed: [10.222.0.78] => {"changed": true, "cmd": "c:\\openstack\\tmp\\vcredist_x86.exe /q", "delta": "0:00:04.024308", "end": "2021-01-15 03:46:57.559797", "rc": 0, "start": "2021-01-15 03:46:53.535489", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check if FreeRDP archive is present] ************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml:2 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download FreeRDP archive] ************************************************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml:8 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\FreeRDP_powershell.zip", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/FreeRDP_powershell.zip", "win_get_url": {"dest": "c:\\openstack\\tmp\\FreeRDP_powershell.zip", "url": "http://10.100.0.9/ci/FreeRDP_powershell.zip"}} TASK [Unzip FreeRDP archive] *************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml:15 changed: [10.222.0.78] => {"cb_unzip": {"dest": "c:\\openstack\\tmp", "src": "c:\\openstack\\tmp\\FreeRDP_powershell.zip"}, "changed": true} TASK [Copy wfreerdp.exe, libeay32.dll and ssleay32.dll to windows folder] ****** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml:21 changed: [10.222.0.78] => {"changed": true, "cmd": "cp \"c:\\openstack\\tmp\\\\FreeRDP\\\\*\" c:\\\\windows", "delta": "0:00:00.812502", "end": "2021-01-15 03:47:04.926056", "rc": 0, "start": "2021-01-15 03:47:04.113553", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Copy FreeRDP.psm1 to Modules\FreeRDP folder] ***************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-freerdp.yaml:27 changed: [10.222.0.78] => {"changed": true, "cmd": "cp -recurse \"c:\\openstack\\tmp\\\\FreeRDP\" c:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "delta": "0:00:00.796836", "end": "2021-01-15 03:47:07.332296", "rc": 0, "start": "2021-01-15 03:47:06.535460", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check if python-zuul archive is present] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-zuul.yaml:2 ok: [10.222.0.78] => {"changed": false, "stat": {"exists": false}} TASK [Download python-zuul archive] ******************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-zuul.yaml:8 changed: [10.222.0.78] => {"changed": true, "dest": "c:\\openstack\\tmp\\python-zuul.zip", "msg": "OK", "status_code": 200, "url": "http://10.100.0.9/ci/python27.zip", "win_get_url": {"dest": "c:\\openstack\\tmp\\python-zuul.zip", "url": "http://10.100.0.9/ci/python27.zip"}} TASK [Unzip python-zuul archive] *********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-zuul.yaml:15 changed: [10.222.0.78] => {"cb_unzip": {"dest": "c:\\python27", "src": "c:\\openstack\\tmp\\python-zuul.zip"}, "changed": true} TASK [Install zuul version "zuul==2.5.2"] ************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-zuul.yaml:21 skipping: [10.222.0.78] => {"changed": false, "cmd": "c:\\python27\\scripts\\pip install zuul==2.5.2", "msg": "skipped, since c:\\python27\\scripts\\zuul-cloner.exe exists", "rc": 0} TASK [Upload zuul clonemap file] *********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:2 changed: [10.222.0.78] => {"changed": true, "checksum": "98db451335285ca5ce57d7c2ba54913e1aaaf712", "dest": "c:\\openstack\\build\\clonemap.yaml", "operation": "file_copy", "original_basename": "zuul-clonemap.yaml", "size": 50, "src": "files/zuul-clonemap.yaml"} TASK [Set zuul-cloner command for head only (no applied change)] *************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:8 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Set zuul-cloner command for project: openstack/os-brick ref: refs/zuul/stable/ussuri/Z925158a7793a474aac2d110b0b631276] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:16 ok: [10.222.0.78] => {"ansible_facts": {"zuul_cloner_command": "c:\\python27\\scripts\\zuul-cloner --workspace c:\\openstack\\build -m c:\\openstack\\build\\\\clonemap.yaml --zuul-project openstack/os-brick --zuul-ref refs/zuul/stable/ussuri/Z925158a7793a474aac2d110b0b631276 --zuul-url http://10.106.1.39/p --zuul-branch stable/ussuri https://opendev.org openstack/requirements openstack/cinder openstack/nova openstack/neutron openstack/compute-hyperv openstack/os-win openstack/os-brick openstack/networking-hyperv"}, "changed": false} TASK [Run zuul-cloner] ********************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:27 changed: [10.222.0.78] => {"changed": true, "cmd": "c:\\python27\\scripts\\zuul-cloner --workspace c:\\openstack\\build -m c:\\openstack\\build\\\\clonemap.yaml --zuul-project openstack/os-brick --zuul-ref refs/zuul/stable/ussuri/Z925158a7793a474aac2d110b0b631276 --zuul-url http://10.106.1.39/p --zuul-branch stable/ussuri https://opendev.org openstack/requirements openstack/cinder openstack/nova openstack/neutron openstack/compute-hyperv openstack/os-win openstack/os-brick openstack/networking-hyperv", "delta": "0:10:59.552847", "end": "2021-01-15 03:59:50.765280", "failed_when_result": false, "rc": 0, "start": "2021-01-15 03:48:51.212433", "stderr": "c:\\python27\\lib\\site-packages\\zuul\\lib\\cloner.py:66: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.\r\n self.clone_map = yaml.load(clone_map_file).get('clonemap')\r\nINFO:zuul.Cloner:Loaded map containing 1 rules\r\nINFO:zuul.CloneMapper:Workspace path set to: c:\\openstack\\build\r\nINFO:zuul.CloneMapper:Mapping projects to workspace...\r\nINFO:zuul.CloneMapper: openstack/requirements -> c:\\openstack\\build\\requirements\r\nINFO:zuul.CloneMapper: openstack/cinder -> c:\\openstack\\build\\cinder\r\nINFO:zuul.CloneMapper: openstack/nova -> c:\\openstack\\build\\nova\r\nINFO:zuul.CloneMapper: openstack/neutron -> c:\\openstack\\build\\neutron\r\nINFO:zuul.CloneMapper: openstack/compute-hyperv -> c:\\openstack\\build\\compute-hyperv\r\nINFO:zuul.CloneMapper: openstack/os-win -> c:\\openstack\\build\\os-win\r\nINFO:zuul.CloneMapper: openstack/os-brick -> c:\\openstack\\build\\os-brick\r\nINFO:zuul.CloneMapper: openstack/networking-hyperv -> c:\\openstack\\build\\networking-hyperv\r\nINFO:zuul.CloneMapper:Expansion completed.\r\nINFO:zuul.Cloner:Preparing 8 repositories\r\nINFO:zuul.Cloner:Creating repo openstack/requirements from upstream https://opendev.org/openstack/requirements\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/requirements repo with branch stable/ussuri at commit ee9faac15785d70b264b363aa8e473d6d7362f60\r\nINFO:zuul.Cloner:Creating repo openstack/cinder from upstream https://opendev.org/openstack/cinder\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/cinder repo with branch stable/ussuri at commit d00b1de8a9e86f79e028a7eb073e8f91e9c8723d\r\nINFO:zuul.Cloner:Creating repo openstack/nova from upstream https://opendev.org/openstack/nova\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/nova repo with branch stable/ussuri at commit a42f44a69c63d59dfbe03e6cf45de3a8d8f0e605\r\nINFO:zuul.Cloner:Creating repo openstack/neutron from upstream https://opendev.org/openstack/neutron\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/neutron repo with branch stable/ussuri at commit e641f5cfd0cb9c3dfc857c177445ca4bae66e032\r\nINFO:zuul.Cloner:Creating repo openstack/compute-hyperv from upstream https://opendev.org/openstack/compute-hyperv\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/compute-hyperv repo with branch stable/ussuri at commit 4ad05407b199fc844ba4716f6e5e62f453374343\r\nINFO:zuul.Cloner:Creating repo openstack/os-win from upstream https://opendev.org/openstack/os-win\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/os-win repo with branch stable/ussuri at commit 18793de7eb16569bc99171f74259bc81239c9681\r\nINFO:zuul.Cloner:Creating repo openstack/os-brick from upstream http://10.106.1.39/p/openstack/os-brick\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/os-brick repo with commit 9a8726aea6f8ca222a82584f65ed06f3617a979d\r\nINFO:zuul.Cloner:Creating repo openstack/networking-hyperv from upstream https://opendev.org/openstack/networking-hyperv\r\nINFO:zuul.Cloner:upstream repo has branch stable/ussuri\r\nINFO:zuul.Cloner:Falling back to branch stable/ussuri\r\nINFO:zuul.Cloner:Prepared openstack/networking-hyperv repo with branch stable/ussuri at commit e5b0ddbb1a9701c1661047293ec50042a63f7d89\r\nINFO:zuul.Cloner:Prepared all repositories", "stderr_lines": ["c:\\python27\\lib\\site-packages\\zuul\\lib\\cloner.py:66: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.", " self.clone_map = yaml.load(clone_map_file).get('clonemap')", "INFO:zuul.Cloner:Loaded map containing 1 rules", "INFO:zuul.CloneMapper:Workspace path set to: c:\\openstack\\build", "INFO:zuul.CloneMapper:Mapping projects to workspace...", "INFO:zuul.CloneMapper: openstack/requirements -> c:\\openstack\\build\\requirements", "INFO:zuul.CloneMapper: openstack/cinder -> c:\\openstack\\build\\cinder", "INFO:zuul.CloneMapper: openstack/nova -> c:\\openstack\\build\\nova", "INFO:zuul.CloneMapper: openstack/neutron -> c:\\openstack\\build\\neutron", "INFO:zuul.CloneMapper: openstack/compute-hyperv -> c:\\openstack\\build\\compute-hyperv", "INFO:zuul.CloneMapper: openstack/os-win -> c:\\openstack\\build\\os-win", "INFO:zuul.CloneMapper: openstack/os-brick -> c:\\openstack\\build\\os-brick", "INFO:zuul.CloneMapper: openstack/networking-hyperv -> c:\\openstack\\build\\networking-hyperv", "INFO:zuul.CloneMapper:Expansion completed.", "INFO:zuul.Cloner:Preparing 8 repositories", "INFO:zuul.Cloner:Creating repo openstack/requirements from upstream https://opendev.org/openstack/requirements", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/requirements repo with branch stable/ussuri at commit ee9faac15785d70b264b363aa8e473d6d7362f60", "INFO:zuul.Cloner:Creating repo openstack/cinder from upstream https://opendev.org/openstack/cinder", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/cinder repo with branch stable/ussuri at commit d00b1de8a9e86f79e028a7eb073e8f91e9c8723d", "INFO:zuul.Cloner:Creating repo openstack/nova from upstream https://opendev.org/openstack/nova", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/nova repo with branch stable/ussuri at commit a42f44a69c63d59dfbe03e6cf45de3a8d8f0e605", "INFO:zuul.Cloner:Creating repo openstack/neutron from upstream https://opendev.org/openstack/neutron", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/neutron repo with branch stable/ussuri at commit e641f5cfd0cb9c3dfc857c177445ca4bae66e032", "INFO:zuul.Cloner:Creating repo openstack/compute-hyperv from upstream https://opendev.org/openstack/compute-hyperv", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/compute-hyperv repo with branch stable/ussuri at commit 4ad05407b199fc844ba4716f6e5e62f453374343", "INFO:zuul.Cloner:Creating repo openstack/os-win from upstream https://opendev.org/openstack/os-win", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/os-win repo with branch stable/ussuri at commit 18793de7eb16569bc99171f74259bc81239c9681", "INFO:zuul.Cloner:Creating repo openstack/os-brick from upstream http://10.106.1.39/p/openstack/os-brick", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/os-brick repo with commit 9a8726aea6f8ca222a82584f65ed06f3617a979d", "INFO:zuul.Cloner:Creating repo openstack/networking-hyperv from upstream https://opendev.org/openstack/networking-hyperv", "INFO:zuul.Cloner:upstream repo has branch stable/ussuri", "INFO:zuul.Cloner:Falling back to branch stable/ussuri", "INFO:zuul.Cloner:Prepared openstack/networking-hyperv repo with branch stable/ussuri at commit e5b0ddbb1a9701c1661047293ec50042a63f7d89", "INFO:zuul.Cloner:Prepared all repositories"], "stdout": "", "stdout_lines": []} TASK [Write zuul-cloner log file] ********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:33 changed: [10.222.0.78] => {"changed": true, "checksum": "3d9ab3080f4734fc1dff51da1fb38ca05de8d775", "dest": "c:\\openstack\\log\\zuul-cloner.log", "operation": "file_copy", "original_basename": "tmpBlkkoO", "size": 9189, "src": null} TASK [Print zuul output when it fails] ***************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:40 skipping: [10.222.0.78] => {} TASK [Fail task if zuul cloner had any errors] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:46 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Applying cherry-picks] *************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:52 ok: [10.222.0.78] => (item={u'project': u'openstack/neutron', u'path': u'c:\\openstack\\build\\neutron', u'patches': [u'refs/changes/21/567621/13']}) => {"changed": false, "item": {"patches": ["refs/changes/21/567621/13"], "path": "c:\\openstack\\build\\neutron", "project": "openstack/neutron"}, "output": {"refs/changes/21/567621/13": {"git cherry pick": {"command": "git -C c:\\openstack\\build\\neutron cherry-pick FETCH_HEAD", "exitcode": 1, "stderr": "error: could not apply fee630efaa... Fix neutron-openvswitch-agent Windows support\nhint: after resolving the conflicts, mark the corrected paths\nhint: with 'git add ' or 'git rm '\nhint: and commit the result with 'git commit'\n", "stdout": ""}, "git cherry-pick abort": {"command": "git -C c:\\openstack\\build\\neutron cherry-pick --abort", "exitcode": 0, "stderr": "", "stdout": ""}, "git fetch": {"command": "git -C c:\\openstack\\build\\neutron fetch https://opendev.org/openstack/neutron refs/changes/21/567621/13", "exitcode": 0, "stderr": "From https://opendev.org/openstack/neutron\n * branch refs/changes/21/567621/13 -> FETCH_HEAD\n", "stdout": ""}}}} TASK [Write cherry-picks log file] ********************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/prepare-git-repos.yaml:62 changed: [10.222.0.78] => {"changed": true, "checksum": "cc991eddbc1960c73a5c58e190dc6f13475908a0", "dest": "c:\\openstack\\log\\cherry-picks.log", "operation": "file_copy", "original_basename": "tmp9UgaEw", "size": 2141, "src": null} TASK [include] ***************************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:98 included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/upper-constraints-mods.yaml for 10.222.0.78 => (item={u'project': u'oslo.rootwrap', u'olsorootwrap': None, u'value': u'oslo.rootwrap===5.14.0'}) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/upper-constraints-mods.yaml for 10.222.0.78 => (item={u'project': u'yappi', u'yappi': None, u'value': u'yappi===1.0'}) TASK [Change oslo.rootwrap version to oslo.rootwrap===5.14.0] ****************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/upper-constraints-mods.yaml:2 changed: [10.222.0.78] => {"changed": true, "cmd": "(gc c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt) -replace \"^oslo.rootwrap.*\", \"oslo.rootwrap===5.14.0\" | Set-Content c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt", "delta": "0:00:00.890755", "end": "2021-01-15 04:00:12.937137", "rc": 0, "start": "2021-01-15 04:00:12.046381", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Change yappi version to yappi===1.0] ************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/upper-constraints-mods.yaml:2 changed: [10.222.0.78] => {"changed": true, "cmd": "(gc c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt) -replace \"^yappi.*\", \"yappi===1.0\" | Set-Content c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt", "delta": "0:00:00.842316", "end": "2021-01-15 04:00:15.533993", "rc": 0, "start": "2021-01-15 04:00:14.691677", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [include] ***************************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:102 included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml for 10.222.0.78 => (item={u'subnet': u'192.168.0.0/22', u'management': False, u'name': u'br-data'}) TASK [Install OVS] ************************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:2 changed: [10.222.0.78] => {"changed": true, "exit_code": 0, "rc": 0, "reboot_required": false, "restart_required": false} TASK [Expose tcp port for OVS for remote control] ****************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:9 changed: [10.222.0.78] => {"can_pause_and_continue": false, "changed": true, "depended_by": ["ovs-vswitchd"], "dependencies": ["vmms"], "description": "Open vSwitch DB Service", "desktop_interact": false, "display_name": "Open vSwitch DB Service", "exists": true, "name": "ovsdb-server", "path": "\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\bin\\ovsdb-server.exe\" --log-file=\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\logs\\ovsdb-server.log\" --pidfile --service --unixctl=\"C:\\ProgramData\\openvswitch\\ovsdb-server.ctl\" --remote=punix:\"C:\\ProgramData\\openvswitch\\db.sock\" --remote=ptcp:6640 --remote=db:Open_vSwitch,Open_vSwitch,manager_options \"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\conf\\conf.db\"", "start_mode": "auto", "state": "running", "username": "LocalSystem"} TASK [Restart ovsdb-server] **************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:14 changed: [10.222.0.78] => {"can_pause_and_continue": false, "changed": true, "depended_by": ["ovs-vswitchd"], "dependencies": ["vmms"], "description": "Open vSwitch DB Service", "desktop_interact": false, "display_name": "Open vSwitch DB Service", "exists": true, "name": "ovsdb-server", "path": "\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\bin\\ovsdb-server.exe\" --log-file=\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\logs\\ovsdb-server.log\" --pidfile --service --unixctl=\"C:\\ProgramData\\openvswitch\\ovsdb-server.ctl\" --remote=punix:\"C:\\ProgramData\\openvswitch\\db.sock\" --remote=ptcp:6640 --remote=db:Open_vSwitch,Open_vSwitch,manager_options \"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\conf\\conf.db\"", "start_mode": "auto", "state": "running", "username": "LocalSystem"} TASK [Restart ovs-vswitchd] **************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:21 changed: [10.222.0.78] => {"can_pause_and_continue": false, "changed": true, "depended_by": [], "dependencies": ["ovsdb-server"], "description": "Open vSwitch Service", "desktop_interact": false, "display_name": "Open vSwitch Service", "exists": true, "name": "ovs-vswitchd", "path": "\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\bin\\ovs-vswitchd.exe\" --log-file=\"C:\\Program Files\\Cloudbase Solutions\\Open vSwitch\\logs\\ovs-vswitchd.log\" unix:\"C:\\ProgramData\\openvswitch\\db.sock\" --unixctl=\"C:\\ProgramData\\openvswitch\\ovs-vswitchd.ctl\" --pidfile --service", "start_mode": "manual", "state": "running", "username": "LocalSystem"} TASK [Check if OVS extension is installed] ************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:28 changed: [10.222.0.78] => {"changed": true, "cmd": "Get-VMSwitchExtension -VMSwitchName br-data -Name \"Cloudbase Open vSwitch Extension\"", "delta": "0:00:03.281225", "end": "2021-01-15 04:00:37.891713", "rc": 0, "start": "2021-01-15 04:00:34.610487", "stderr": "", "stderr_lines": [], "stdout": "\r\n\r\nId : 583CC151-73EC-4A6A-8B47-578297AD7623\r\nName : Cloudbase Open vSwitch Extension\r\nVendor : Cloudbase Solutions Srl\r\nVersion : 2.7.0\r\nExtensionType : Forwarding\r\nParentExtensionId : \r\nParentExtensionName : \r\nSwitchId : 41907e68-79a9-4b8d-a445-71b9e5514053\r\nSwitchName : br-data\r\nEnabled : False\r\nRunning : True\r\nCimSession : CimSession: .\r\nComputerName : HV-OSBRICK-7679\r\nIsDeleted : False\r\n\r\n\r\n\r\n", "stdout_lines": ["", "", "Id : 583CC151-73EC-4A6A-8B47-578297AD7623", "Name : Cloudbase Open vSwitch Extension", "Vendor : Cloudbase Solutions Srl", "Version : 2.7.0", "ExtensionType : Forwarding", "ParentExtensionId : ", "ParentExtensionName : ", "SwitchId : 41907e68-79a9-4b8d-a445-71b9e5514053", "SwitchName : br-data", "Enabled : False", "Running : True", "CimSession : CimSession: .", "ComputerName : HV-OSBRICK-7679", "IsDeleted : False", "", "", ""]} TASK [Enable OVS extension on br-data] ***************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:33 changed: [10.222.0.78] => {"changed": true, "cmd": "Enable-VMSwitchExtension -VMSwitchName br-data -Name \"Cloudbase Open vSwitch Extension\"", "delta": "0:00:02.126874", "end": "2021-01-15 04:00:41.657424", "rc": 0, "start": "2021-01-15 04:00:39.530549", "stderr": "", "stderr_lines": [], "stdout": "\r\n\r\nId : 583CC151-73EC-4A6A-8B47-578297AD7623\r\nName : Cloudbase Open vSwitch Extension\r\nVendor : Cloudbase Solutions Srl\r\nVersion : 2.7.0\r\nExtensionType : Forwarding\r\nParentExtensionId : \r\nParentExtensionName : \r\nSwitchId : 41907e68-79a9-4b8d-a445-71b9e5514053\r\nSwitchName : br-data\r\nEnabled : True\r\nRunning : True\r\nCimSession : CimSession: .\r\nComputerName : HV-OSBRICK-7679\r\nIsDeleted : False\r\n\r\n\r\n\r\n", "stdout_lines": ["", "", "Id : 583CC151-73EC-4A6A-8B47-578297AD7623", "Name : Cloudbase Open vSwitch Extension", "Vendor : Cloudbase Solutions Srl", "Version : 2.7.0", "ExtensionType : Forwarding", "ParentExtensionId : ", "ParentExtensionName : ", "SwitchId : 41907e68-79a9-4b8d-a445-71b9e5514053", "SwitchName : br-data", "Enabled : True", "Running : True", "CimSession : CimSession: .", "ComputerName : HV-OSBRICK-7679", "IsDeleted : False", "", "", ""]} TASK [Get dataplane_informations.yaml content] ********************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:38 ok: [10.222.0.78] => {"changed": false, "content": "Y29tcHV0ZV9sb2NhbF9pcDogMTkyLjE2OC4wLjYyDQpjb21wdXRlX2RhdGFwbGFuZV9pbnRlcmZhY2VfbmFtZTogIkV0aGVybmV0IDIi", "encoding": "base64"} TASK [Set compute_local_ip and compute_dataplane_interface_name variables] ***** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:43 ok: [10.222.0.78] => {"ansible_facts": {"compute_dataplane_interface_name": "Ethernet 2", "compute_local_ip": "192.168.0.62"}, "changed": false} TASK [Check if br-ethernet exists] ********************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:48 changed: [10.222.0.78] => {"changed": true, "cmd": "ovs-vsctl --db=tcp:127.0.0.1:6640 show | Select-String -Pattern \"br-ethernet\"", "delta": "0:00:00.809700", "end": "2021-01-15 04:00:45.876025", "rc": 0, "start": "2021-01-15 04:00:45.066324", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Add br-ethernet in OVS] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:53 changed: [10.222.0.78] => {"changed": true, "cmd": "ovs-vsctl --db=tcp:127.0.0.1:6640 add-br br-ethernet", "delta": "0:00:02.054156", "end": "2021-01-15 04:00:49.397181", "rc": 0, "start": "2021-01-15 04:00:47.343025", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Add dataplane interface in br-ethernet] ********************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:58 changed: [10.222.0.78] => {"changed": true, "cmd": "ovs-vsctl --db=tcp:127.0.0.1:6640 add-port br-ethernet \"Ethernet 2\"", "delta": "0:00:00.813528", "end": "2021-01-15 04:00:51.783361", "rc": 0, "start": "2021-01-15 04:00:50.969832", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Enable br-ethernet adapter] ********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:63 changed: [10.222.0.78] => {"changed": true, "cmd": "Enable-NetAdapter br-ethernet", "delta": "0:00:03.282531", "end": "2021-01-15 04:00:56.703778", "rc": 0, "start": "2021-01-15 04:00:53.421246", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Add dataplane interface ip on br-ethernet] ******************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/configure-ovs.yaml:67 changed: [10.222.0.78] => {"changed": true, "cmd": "New-NetIPAddress -IPAddress 192.168.0.62 -InterfaceAlias br-ethernet -PrefixLength 22", "delta": "0:00:02.826647", "end": "2021-01-15 04:01:01.264926", "rc": 0, "start": "2021-01-15 04:00:58.438279", "stderr": "", "stderr_lines": [], "stdout": "\r\n\r\nIPAddress : 192.168.0.62\r\nInterfaceIndex : 14\r\nInterfaceAlias : br-ethernet\r\nAddressFamily : IPv4\r\nType : Unicast\r\nPrefixLength : 22\r\nPrefixOrigin : Manual\r\nSuffixOrigin : Manual\r\nAddressState : Tentative\r\nValidLifetime : Infinite ([TimeSpan]::MaxValue)\r\nPreferredLifetime : Infinite ([TimeSpan]::MaxValue)\r\nSkipAsSource : False\r\nPolicyStore : ActiveStore\r\n\r\nIPAddress : 192.168.0.62\r\nInterfaceIndex : 14\r\nInterfaceAlias : br-ethernet\r\nAddressFamily : IPv4\r\nType : Unicast\r\nPrefixLength : 22\r\nPrefixOrigin : Manual\r\nSuffixOrigin : Manual\r\nAddressState : Invalid\r\nValidLifetime : Infinite ([TimeSpan]::MaxValue)\r\nPreferredLifetime : Infinite ([TimeSpan]::MaxValue)\r\nSkipAsSource : False\r\nPolicyStore : PersistentStore\r\n\r\n\r\n\r\n", "stdout_lines": ["", "", "IPAddress : 192.168.0.62", "InterfaceIndex : 14", "InterfaceAlias : br-ethernet", "AddressFamily : IPv4", "Type : Unicast", "PrefixLength : 22", "PrefixOrigin : Manual", "SuffixOrigin : Manual", "AddressState : Tentative", "ValidLifetime : Infinite ([TimeSpan]::MaxValue)", "PreferredLifetime : Infinite ([TimeSpan]::MaxValue)", "SkipAsSource : False", "PolicyStore : ActiveStore", "", "IPAddress : 192.168.0.62", "InterfaceIndex : 14", "InterfaceAlias : br-ethernet", "AddressFamily : IPv4", "Type : Unicast", "PrefixLength : 22", "PrefixOrigin : Manual", "SuffixOrigin : Manual", "AddressState : Invalid", "ValidLifetime : Infinite ([TimeSpan]::MaxValue)", "PreferredLifetime : Infinite ([TimeSpan]::MaxValue)", "SkipAsSource : False", "PolicyStore : PersistentStore", "", "", ""]} TASK [Update setuptools] ******************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:106 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U setuptools", "delta": "0:00:11.515467", "end": "2021-01-15 04:01:14.389703", "rc": 0, "start": "2021-01-15 04:01:02.874235", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nCollecting setuptools\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67d/8af2fc9f33e48/setuptools-51.1.2-py3-none-any.whl (784kB)\r\nInstalling collected packages: setuptools\r\n Found existing installation: setuptools 40.6.2\r\n Uninstalling setuptools-40.6.2:\r\n Successfully uninstalled setuptools-40.6.2\r\nSuccessfully installed setuptools-51.1.2\r\n", "stdout_lines": ["Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring scipy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-ken: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-win: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring futurist: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Collecting setuptools", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67d/8af2fc9f33e48/setuptools-51.1.2-py3-none-any.whl (784kB)", "Installing collected packages: setuptools", " Found existing installation: setuptools 40.6.2", " Uninstalling setuptools-40.6.2:", " Successfully uninstalled setuptools-40.6.2", "Successfully installed setuptools-51.1.2"]} TASK [Installing pip packages] ************************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:109 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U pywin32 pbr pymysql ovs", "delta": "0:00:31.429531", "end": "2021-01-15 04:01:47.588267", "rc": 0, "start": "2021-01-15 04:01:16.158735", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nCollecting pbr===5.4.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 81))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110kB)\r\nCollecting ovs===2.11.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/849/258c1367e3878/ovs-2.11.0.tar.gz (98kB)\r\nCollecting PyMySQL===0.9.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 709))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB)\r\nCollecting sortedcontainers===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 960))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d9e/96492dd51fae3/sortedcontainers-2.1.0-py2.py3-none-any.whl\r\nCollecting pywin32\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/815/1e4d7a19262d6/pywin32-300-cp37-cp37m-win_amd64.whl (9.2MB)\r\nBuilding wheels for collected packages: ovs\r\n Building wheel for ovs (setup.py): started\r\n Building wheel for ovs (setup.py): finished with status 'done'\r\n Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\60\\ce\\c2\\f19ba48703a4e73ed6a035fbd2455114f522cc3ba4275304c3\r\nSuccessfully built ovs\r\nInstalling collected packages: pbr, sortedcontainers, ovs, PyMySQL, pywin32\r\nSuccessfully installed PyMySQL-0.9.3 ovs-2.11.0 pbr-5.4.5 pywin32-300 sortedcontainers-2.1.0\r\n", "stdout_lines": ["Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring scipy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-ken: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-win: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring futurist: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Collecting pbr===5.4.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 81))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110kB)", "Collecting ovs===2.11.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/849/258c1367e3878/ovs-2.11.0.tar.gz (98kB)", "Collecting PyMySQL===0.9.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 709))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB)", "Collecting sortedcontainers===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 960))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d9e/96492dd51fae3/sortedcontainers-2.1.0-py2.py3-none-any.whl", "Collecting pywin32", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/815/1e4d7a19262d6/pywin32-300-cp37-cp37m-win_amd64.whl (9.2MB)", "Building wheels for collected packages: ovs", " Building wheel for ovs (setup.py): started", " Building wheel for ovs (setup.py): finished with status 'done'", " Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\60\\ce\\c2\\f19ba48703a4e73ed6a035fbd2455114f522cc3ba4275304c3", "Successfully built ovs", "Installing collected packages: pbr, sortedcontainers, ovs, PyMySQL, pywin32", "Successfully installed PyMySQL-0.9.3 ovs-2.11.0 pbr-5.4.5 pywin32-300 sortedcontainers-2.1.0"]} TASK [include] ***************************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:113 included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/requirements) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/cinder) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/nova) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/neutron) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/compute-hyperv) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/os-win) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/os-brick) included: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml for 10.222.0.78 => (item=openstack/networking-hyperv) TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-requirements.log", "project_folder": "c:\\openstack\\build\\requirements"}, "changed": false} TASK [Get project name from c:\openstack\build\requirements\setup.cfg] ********* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\requirements\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.830102", "end": "2021-01-15 04:01:51.202676", "rc": 0, "start": "2021-01-15 04:01:50.372574", "stderr": "", "stderr_lines": [], "stdout": "openstack_requirements\r\n", "stdout_lines": ["openstack_requirements"]} TASK [Set project name to openstack_requirements] ****************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "openstack_requirements"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Running edit-constraints for openstack_requirements in c:\openstack\build\requirements] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 skipping: [10.222.0.78] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Installing openstack_requirements from c:\openstack\build\requirements] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\requirements", "delta": "0:00:25.085336", "end": "2021-01-15 04:02:18.585475", "rc": 0, "start": "2021-01-15 04:01:53.500138", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/requirements\r\nCollecting fixtures===3.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 118))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB)\r\nCollecting PyYAML===5.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 307))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/73f/099454b799e05/PyYAML-5.3.1-cp37-cp37m-win_amd64.whl (216kB)\r\nCollecting requests===2.23.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 373))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB)\r\nCollecting packaging===20.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 573))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl\r\nCollecting testtools===2.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB)\r\nCollecting Parsley===1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 598))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB)\r\nCollecting idna===2.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 627))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58kB)\r\nCollecting pyparsing===2.4.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 716))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)\r\nCollecting six===1.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 779))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 81)) (5.4.5)\r\nCollecting certifi===2020.4.5.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 74))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d9/87a998c75633c/certifi-2020.4.5.1-py2.py3-none-any.whl (157kB)\r\nCollecting chardet===3.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB)\r\nCollecting urllib3===1.25.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 295))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125kB)\r\nCollecting traceback2===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl\r\nCollecting extras===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl\r\nCollecting python-mimeparse===1.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl\r\nCollecting unittest2===1.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB)\r\nCollecting linecache2===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 625))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl\r\nCollecting argparse (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl\r\nInstalling collected packages: chardet, certifi, six, linecache2, traceback2, extras, python-mimeparse, argparse, unittest2, testtools, fixtures, urllib3, PyYAML, idna, requests, pyparsing, packaging, Parsley, openstack-requirements\r\n Running setup.py develop for openstack-requirements\r\nSuccessfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 certifi-2020.4.5.1 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.9 linecache2-1.0.0 openstack-requirements packaging-20.3 pyparsing-2.4.7 python-mimeparse-1.6.0 requests-2.23.0 six-1.14.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.8\r\n", "stdout_lines": ["Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring scipy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-ken: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring os-win: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring futurist: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' 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.6\"' don't match your environment", "Ignoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/requirements", "Collecting fixtures===3.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 118))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB)", "Collecting PyYAML===5.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 307))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/73f/099454b799e05/PyYAML-5.3.1-cp37-cp37m-win_amd64.whl (216kB)", "Collecting requests===2.23.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 373))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB)", "Collecting packaging===20.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 573))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl", "Collecting testtools===2.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB)", "Collecting Parsley===1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 598))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB)", "Collecting idna===2.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 627))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58kB)", "Collecting pyparsing===2.4.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 716))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)", "Collecting six===1.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 779))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 81)) (5.4.5)", "Collecting certifi===2020.4.5.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 74))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d9/87a998c75633c/certifi-2020.4.5.1-py2.py3-none-any.whl (157kB)", "Collecting chardet===3.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB)", "Collecting urllib3===1.25.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 295))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125kB)", "Collecting traceback2===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl", "Collecting extras===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl", "Collecting python-mimeparse===1.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl", "Collecting unittest2===1.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB)", "Collecting linecache2===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 625))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl", "Collecting argparse (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl", "Installing collected packages: chardet, certifi, six, linecache2, traceback2, extras, python-mimeparse, argparse, unittest2, testtools, fixtures, urllib3, PyYAML, idna, requests, pyparsing, packaging, Parsley, openstack-requirements", " Running setup.py develop for openstack-requirements", "Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 certifi-2020.4.5.1 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.9 linecache2-1.0.0 openstack-requirements packaging-20.3 pyparsing-2.4.7 python-mimeparse-1.6.0 requests-2.23.0 six-1.14.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.8"]} TASK [Write log file c:\openstack\log\pip-install-requirements.log] ************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "3930c6c6ca05e2d66810077cc7be556bb573f1c3", "dest": "c:\\openstack\\log\\pip-install-requirements.log", "operation": "file_copy", "original_basename": "tmppBCJFf", "size": 90554, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-cinder.log", "project_folder": "c:\\openstack\\build\\cinder"}, "changed": false} TASK [Get project name from c:\openstack\build\cinder\setup.cfg] *************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\cinder\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.803416", "end": "2021-01-15 04:02:25.919676", "rc": 0, "start": "2021-01-15 04:02:25.116260", "stderr": "", "stderr_lines": [], "stdout": "cinder\r\n", "stdout_lines": ["cinder"]} TASK [Set project name to cinder] ********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "cinder"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for cinder in c:\openstack\build\cinder] ******** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- cinder \"-e file:///C:/openstack/build/cinder#egg=cinder\"", "delta": "0:00:02.077926", "end": "2021-01-15 04:02:30.122923", "rc": 0, "start": "2021-01-15 04:02:28.044997", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing cinder from c:\openstack\build\cinder] ************************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\cinder", "delta": "0:04:30.751238", "end": "2021-01-15 04:07:02.501174", "rc": 0, "start": "2021-01-15 04:02:31.749936", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/cinder\r\nObtaining cinder from file:///C:/openstack/build/cinder#egg=cinder (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nCollecting Paste===3.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5d2/29beb9a0efdb8/Paste-3.4.0-py2.py3-none-any.whl (593kB)\r\nCollecting PasteDeploy===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc6/578735a32c774/PasteDeploy-2.1.0-py2.py3-none-any.whl\r\nCollecting Routes===2.4.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d64/b8ae22bef127d/Routes-2.4.1-py2.py3-none-any.whl (48kB)\r\nCollecting SQLAlchemy===1.3.16 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2dc/57ee80b768137/SQLAlchemy-1.3.16-cp37-cp37m-win_amd64.whl (1.2MB)\r\nCollecting WebOb===1.8.6 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114kB)\r\nCollecting castellan===3.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 164))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/236/852de48348169/castellan-3.0.3-py3-none-any.whl (90kB)\r\nCollecting cryptography===2.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 188))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5ac/a6f00b2f42546/cryptography-2.9-cp37-cp37m-win_amd64.whl (1.5MB)\r\nCollecting cursive===0.2.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl\r\nCollecting decorator===4.4.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl\r\nCollecting defusedxml===0.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl\r\nCollecting eventlet===0.26.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 235))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/faa/384fdd8e5797a/eventlet-0.26.1-py2.py3-none-any.whl (223kB)\r\nCollecting google-api-python-client===1.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 271))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/503/2ad1af5046889/google_api_python_client-1.8.0-py3-none-any.whl (57kB)\r\nCollecting google-auth===1.13.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 272))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cab/6c707e6ee20e5/google_auth-1.13.1-py2.py3-none-any.whl (87kB)\r\nCollecting google-auth-httplib2===0.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 273))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl\r\nCollecting greenlet===0.4.15 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 277))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/37c/9ba82bd82eb6a/greenlet-0.4.15-cp37-cp37m-win_amd64.whl\r\nCollecting httplib2===0.17.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 289))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/396/ef66a170f76d5/httplib2-0.17.2-py3-none-any.whl (95kB)\r\nCollecting iso8601===0.1.12 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 309))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl\r\nCollecting jsonschema===3.2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56kB)\r\nCollecting keystoneauth1===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 332))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/afa/67df303067529/keystoneauth1-4.0.0-py3-none-any.whl (310kB)\r\nCollecting keystonemiddleware===9.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2ae/8388ab611a33a/keystonemiddleware-9.0.0-py3-none-any.whl (119kB)\r\nCollecting lxml===4.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 347))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df5/33af6f8808041/lxml-4.5.0-cp37-cp37m-win_amd64.whl (3.7MB)\r\nCollecting monotonic===1.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 362))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl\r\nCollecting oauth2client===4.1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 408))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)\r\nCollecting os-brick===3.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 434))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/68db76fc44c0e/os_brick-3.0.4-py3-none-any.whl (247kB)\r\nCollecting os-service-types===1.7.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 448))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl\r\nCollecting os-win===5.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/386/361690099f797/os_win-5.0.2-py3-none-any.whl (273kB)\r\nCollecting oslo.cache===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 470))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/9bd51e54edf73/oslo.cache-2.3.0-py3-none-any.whl (60kB)\r\nCollecting oslo.concurrency===4.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 474))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/649/f5407717c5c98/oslo.concurrency-4.0.3-py3-none-any.whl (47kB)\r\nCollecting oslo.config===8.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 478))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e62/3fda2a10e664f/oslo.config-8.0.4-py3-none-any.whl (125kB)\r\nCollecting oslo.context===3.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 482))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c9/fe7ee6f588b2e/oslo.context-3.0.2-py3-none-any.whl\r\nCollecting oslo.db===8.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 486))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8db/83454163aeafe/oslo.db-8.1.0-py3-none-any.whl (177kB)\r\nCollecting oslo.i18n===4.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 490))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ec3/57b430b29d589/oslo.i18n-4.0.1-py3-none-any.whl (47kB)\r\nCollecting oslo.log===4.1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 498))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/483/fc4e31129cbed/oslo.log-4.1.3-py3-none-any.whl (71kB)\r\nCollecting oslo.messaging===12.1.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 502))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a47/43fe9c79941da/oslo.messaging-12.1.5-py3-none-any.whl (240kB)\r\nCollecting oslo.middleware===4.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 506))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef0/0d42eb8faf54f/oslo.middleware-4.0.2-py3-none-any.whl (60kB)\r\nCollecting oslo.policy===3.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 510))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf9/c25fed14960cf/oslo.policy-3.1.1-py3-none-any.whl (74kB)\r\nCollecting oslo.privsep===2.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 514))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f9/fd7d33a506b7e/oslo.privsep-2.1.2-py3-none-any.whl\r\nCollecting oslo.reports===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 518))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa4/6c36ac5cf7bf7/oslo.reports-2.0.1-py3-none-any.whl (53kB)\r\nCollecting oslo.rootwrap===5.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 520))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/023/ac56195d9261f/oslo.rootwrap-5.14.0-py2.py3-none-any.whl\r\nCollecting oslo.serialization===3.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 526))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de8/ca4688adec03c/oslo.serialization-3.1.1-py3-none-any.whl\r\nCollecting oslo.service===2.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 530))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be5/7ccf2f48ad732/oslo.service-2.1.1-py3-none-any.whl (77kB)\r\nCollecting oslo.upgradecheck===1.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 534))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93c/11f7b52f0e425/oslo.upgradecheck-1.0.1-py3-none-any.whl\r\nCollecting oslo.utils===4.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 538))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb7/75f22c701065f/oslo.utils-4.1.2-py3-none-any.whl (95kB)\r\nCollecting oslo.versionedobjects===2.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 542))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/360/74234bde8d118/oslo.versionedobjects-2.0.2-py3-none-any.whl (86kB)\r\nCollecting oslo.vmware===3.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 546))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/423/621a2e77be165/oslo.vmware-3.3.1-py3-none-any.whl (358kB)\r\nCollecting osprofiler===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 555))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fdb/2b2ea298dc335/osprofiler-3.1.0-py3-none-any.whl (89kB)\r\nCollecting paramiko===2.7.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 564))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/80875fa4d2cb7/paramiko-2.7.1-py2.py3-none-any.whl (206kB)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 569)) (5.4.5)\r\nCollecting prettytable===0.7.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 577))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl\r\nCollecting psutil===5.7.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 581))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/73f/35ab66c6c7a9c/psutil-5.7.0-cp37-cp37m-win_amd64.whl (235kB)\r\nCollecting pyasn1===0.4.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 589))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)\r\nCollecting pyasn1-modules===0.2.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 590))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155kB)\r\nCollecting pycadf===3.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 593))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3ba/e41aa236e90ce/pycadf-3.0.0-py3-none-any.whl (43kB)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 609)) (2.4.7)\r\nCollecting pyrsistent===0.16.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 613))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/599/c865ed8e6c591/pyrsistent-0.16.0-cp37-cp37m-win_amd64.whl (71kB)\r\nCollecting python-barbicanclient===4.10.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 631))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/5b44e5682dc6d/python_barbicanclient-4.10.0-py3-none-any.whl (82kB)\r\nCollecting python-dateutil===2.8.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 651))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)\r\nCollecting python-glanceclient===3.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 664))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33f/c23354e421374/python_glanceclient-3.1.2-py3-none-any.whl (191kB)\r\nCollecting python-keystoneclient===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 684))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b08/1a330eab0aa7c/python_keystoneclient-4.0.0-py3-none-any.whl (397kB)\r\nCollecting python-novaclient===17.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 718))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f4/bea680e0a5ecb/python_novaclient-17.0.0-py3-none-any.whl (331kB)\r\nCollecting python-swiftclient===3.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 752))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84kB)\r\nCollecting pytz===2019.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 771))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509kB)\r\nCollecting repoze.lru===0.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (2.23.0)\r\nCollecting retrying===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 796))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl\r\nCollecting rfc3986===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl\r\nCollecting rsa===4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 800))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl\r\nCollecting rtslib-fb===2.1.71 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 802))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d0b/a9368b6dc11c8/rtslib-fb-2.1.71.tar.gz (72kB)\r\nCollecting simplejson===3.17.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 828))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7cc/e4bac7e0d66f3/simplejson-3.17.0-cp37-cp37m-win_amd64.whl (73kB)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 830)) (1.14.0)\r\nCollecting sqlalchemy-migrate===0.13.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 892))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109kB)\r\nCollecting sqlparse===0.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/022/fb9c87b524d1f/sqlparse-0.3.1-py2.py3-none-any.whl (40kB)\r\nCollecting statsd===3.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl\r\nCollecting stevedore===1.32.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 899))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43kB)\r\nCollecting suds-jurko===0.6 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 909))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454kB)\r\nCollecting tabulate===0.8.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 914))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl\r\nCollecting taskflow===4.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 918))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/92b/5da73d9bdbc5d/taskflow-4.1.0-py3-none-any.whl (490kB)\r\nCollecting tenacity===6.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 921))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f7b/cbf5bb53875cf/tenacity-6.1.0-py2.py3-none-any.whl\r\nCollecting testresources===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 924))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl\r\nCollecting testscenarios===0.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (2.4.0)\r\nCollecting tooz===2.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 935))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0fa/045f50becd2d5/tooz-2.3.1-py3-none-any.whl (89kB)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 945)) (1.4.0)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.1.0)\r\nCollecting uritemplate===3.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.25.8)\r\nCollecting voluptuous===0.11.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 974))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl\r\nCollecting warlock===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 977))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl\r\nCollecting wrapt===1.12.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 987))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8b7/e1d78c3f9efd2/wrapt-1.12.1-cp37-cp37m-win_amd64.whl\r\nCollecting yappi===1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 993))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d91/c0d3705589d98/yappi-1.0-cp37-cp37m-win_amd64.whl\r\nCollecting Babel===2.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6MB)\r\nCollecting cffi===1.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/208/9ed025da3919d/cffi-1.14.0-cp37-cp37m-win_amd64.whl (176kB)\r\nCollecting dnspython===1.15.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 214))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/861/e6e58faa730f9/dnspython-1.15.0-py2.py3-none-any.whl (177kB)\r\nCollecting google-api-core===1.16.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 270))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/859/f7392676761f2/google_api_core-1.16.0-py2.py3-none-any.whl (70kB)\r\nRequirement already satisfied, skipping upgrade: setuptools>=40.3.0 in c:\\python37\\lib\\site-packages (from google-auth===1.13.1->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 272)) (51.1.2)\r\nCollecting cachetools===4.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de5/d88f877816022/cachetools-4.1.0-py3-none-any.whl\r\nCollecting importlib-metadata===1.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 297))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a6/88cbaa90e0cc5/importlib_metadata-1.6.0-py2.py3-none-any.whl\r\nCollecting attrs===19.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl\r\nCollecting PyMI>=1.0.0; sys_platform == \"win32\" (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac3/0d6767412a15e/PyMI-1.0.6-cp37-cp37m-win_amd64.whl (317kB)\r\nCollecting wmi>=0.5; sys_platform == \"win32\" (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d6/b085e5c445141/WMI-1.5.1-py2.py3-none-any.whl\r\nCollecting dogpile.cache===0.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 224))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b34/8835825c9dcd2/dogpile.cache-0.9.0.tar.gz (325kB)\r\nCollecting fasteners===0.14.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl\r\nCollecting debtcollector===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 195))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96b/de97db3de7721/debtcollector-2.0.1-py3-none-any.whl\r\nCollecting netaddr===0.7.19 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 383))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6MB)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nCollecting alembic===1.4.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/bc3/4e2872ed689e0/alembic-1.4.2-py2.py3-none-any.whl (159kB)\r\nCollecting kombu===4.6.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/598/e7e749d6ab54f/kombu-4.6.8-py2.py3-none-any.whl (183kB)\r\nCollecting amqp===2.5.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6e6/49ca13a7df3fa/amqp-2.5.2-py2.py3-none-any.whl (49kB)\r\nCollecting futurist===2.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 256))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/894/708fc623952aa/futurist-2.1.1-py3-none-any.whl\r\nCollecting Jinja2===2.11.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0e/af100007721b5/Jinja2-2.11.1-py2.py3-none-any.whl (126kB)\r\nCollecting msgpack===0.6.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 373))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/190/4b7cb65342d09/msgpack-0.6.2-cp37-cp37m-win_amd64.whl (68kB)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (3.0.0)\r\nCollecting netifaces===0.10.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86b/8a140e891bb23/netifaces-0.10.9-cp37-cp37m-win_amd64.whl\r\nCollecting bcrypt===3.1.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff0/32765bb8716d9/bcrypt-3.1.7-cp37-cp37m-win_amd64.whl\r\nCollecting PyNaCl===1.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd4/ecb473a96ad0f/PyNaCl-1.3.0-cp37-cp37m-win_amd64.whl (188kB)\r\nCollecting cliff===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 174))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c7/3056715f3ce66/cliff-3.1.0-py3-none-any.whl (80kB)\r\nCollecting pyOpenSSL===19.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 587))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53kB)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 292)) (2.9)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nCollecting pyudev===0.22.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63kB)\r\nCollecting Tempita===0.5.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl\r\nCollecting automaton===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 133))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/869/0800a16118ebf/automaton-2.0.1-py3-none-any.whl\r\nCollecting networkx===2.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 389))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/bf698749a5014/networkx-2.4-py3-none-any.whl (1.6MB)\r\nCollecting pydot===1.4.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 598))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (1.0.0)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 699)) (1.6.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 344)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.4.0)\r\nCollecting jsonpatch===1.25 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 321))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cc3/a7241010a1fd3/jsonpatch-1.25-py2.py3-none-any.whl\r\nCollecting pycparser===2.20 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 595))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112kB)\r\nCollecting googleapis-common-protos===1.51.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 274))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/013/c917042791191/googleapis-common-protos-1.51.0.tar.gz\r\nCollecting protobuf===3.11.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 580))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82d/7ac987715d8d1/protobuf-3.11.3-cp37-cp37m-win_amd64.whl (1.0MB)\r\nCollecting zipp===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1004))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (300)\r\nCollecting Mako===1.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e8/b53c71c7e59f3/Mako-1.1.2-py2.py3-none-any.whl (75kB)\r\nCollecting python-editor===1.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 656))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl\r\nCollecting vine===1.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea4/947cc56d1fd6f/vine-1.3.0-py2.py3-none-any.whl\r\nCollecting MarkupSafe===1.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9bf/40443012702a1/MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl\r\nCollecting cmd2===0.8.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53kB)\r\nCollecting jsonpointer===2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 324))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl\r\nCollecting pyperclip===1.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl\r\nCollecting pyreadline; sys_platform == \"win32\" (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/9dd/3fc94e1062f36/pyreadline-2.1-py3-none-any.whl (93kB)\r\nBuilding wheels for collected packages: dogpile.cache, googleapis-common-protos, rtslib-fb\r\n Building wheel for dogpile.cache (setup.py): started\r\n Building wheel for dogpile.cache (setup.py): finished with status 'done'\r\n Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\49\\05\\14\\3502f13142577d34dae45f527d1876fb5a59fce4e8b3ff992a\r\n Building wheel for googleapis-common-protos (setup.py): started\r\n Building wheel for googleapis-common-protos (setup.py): finished with status 'done'\r\n Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\e0\\84\\23\\ecc6e6d9b59941feec2d1b0bc5e1e3bffea9ee8774c3e5104a\r\n Building wheel for rtslib-fb (setup.py): started\r\n Building wheel for rtslib-fb (setup.py): finished with status 'done'\r\n Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\d4\\03\\b9\\042c8a7e759293c91f995dd7e0aca7777d8a41c63fb839ffb4\r\nSuccessfully built dogpile.cache googleapis-common-protos rtslib-fb\r\nInstalling collected packages: decorator, defusedxml, monotonic, dnspython, greenlet, eventlet, httplib2, iso8601, pyrsistent, zipp, importlib-metadata, attrs, jsonschema, stevedore, os-service-types, keystoneauth1, WebOb, netifaces, wrapt, debtcollector, pytz, Babel, oslo.i18n, netaddr, oslo.utils, python-dateutil, rfc3986, oslo.config, msgpack, oslo.serialization, oslo.context, oslo.log, dogpile.cache, oslo.cache, pycadf, python-keystoneclient, keystonemiddleware, lxml, pyasn1, pyasn1-modules, rsa, oauth2client, fasteners, oslo.concurrency, testresources, SQLAlchemy, sqlparse, Tempita, sqlalchemy-migrate, testscenarios, MarkupSafe, Mako, python-editor, alembic, oslo.db, vine, amqp, kombu, repoze.lru, Routes, Paste, PasteDeploy, yappi, oslo.service, statsd, Jinja2, oslo.middleware, futurist, cachetools, oslo.messaging, oslo.policy, pycparser, cffi, oslo.privsep, psutil, oslo.reports, oslo.rootwrap, prettytable, oslo.upgradecheck, oslo.versionedobjects, osprofiler, cryptography, bcrypt, PyNaCl, paramiko, pyperclip, pyreadline, cmd2, cliff, python-barbicanclient, pyOpenSSL, jsonpointer, jsonpatch, warlock, python-glanceclient, simplejson, python-novaclient, python-swiftclient, retrying, automaton, networkx, tenacity, pydot, taskflow, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, PyMI, wmi, os-win, os-brick, voluptuous, tooz, uritemplate, google-auth, google-auth-httplib2, protobuf, googleapis-common-protos, google-api-core, google-api-python-client, castellan, cursive, cinder\r\n Running setup.py develop for cinder\r\nSuccessfully 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 PyMI-1.0.6 PyNaCl-1.3.0 Routes-2.4.1 SQLAlchemy-1.3.16 Tempita-0.5.2 WebOb-1.8.6 alembic-1.4.2 amqp-2.5.2 attrs-19.3.0 automaton-2.0.1 bcrypt-3.1.7 cachetools-4.1.0 castellan-3.0.3 cffi-1.14.0 cinder cliff-3.1.0 cmd2-0.8.9 cryptography-2.9 cursive-0.2.2 debtcollector-2.0.1 decorator-4.4.2 defusedxml-0.6.0 dnspython-1.15.0 dogpile.cache-0.9.0 eventlet-0.26.1 fasteners-0.14.1 futurist-2.1.1 google-api-core-1.16.0 google-api-python-client-1.8.0 google-auth-1.13.1 google-auth-httplib2-0.0.3 googleapis-common-protos-1.51.0 greenlet-0.4.15 httplib2-0.17.2 importlib-metadata-1.6.0 iso8601-0.1.12 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.0.0 keystonemiddleware-9.0.0 kombu-4.6.8 lxml-4.5.0 monotonic-1.5 msgpack-0.6.2 netaddr-0.7.19 netifaces-0.10.9 networkx-2.4 oauth2client-4.1.3 os-brick-3.0.4 os-service-types-1.7.0 os-win-5.0.2 oslo.cache-2.3.0 oslo.concurrency-4.0.3 oslo.config-8.0.4 oslo.context-3.0.2 oslo.db-8.1.0 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.messaging-12.1.5 oslo.middleware-4.0.2 oslo.policy-3.1.1 oslo.privsep-2.1.2 oslo.reports-2.0.1 oslo.rootwrap-5.14.0 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 oslo.vmware-3.3.1 osprofiler-3.1.0 paramiko-2.7.1 prettytable-0.7.2 protobuf-3.11.3 psutil-5.7.0 pyOpenSSL-19.1.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycadf-3.0.0 pycparser-2.20 pydot-1.4.1 pyperclip-1.8.0 pyreadline-2.1 pyrsistent-0.16.0 python-barbicanclient-4.10.0 python-dateutil-2.8.1 python-editor-1.0.4 python-glanceclient-3.1.2 python-keystoneclient-4.0.0 python-novaclient-17.0.0 python-swiftclient-3.9.0 pytz-2019.3 pyudev-0.22.0 repoze.lru-0.7 retrying-1.3.3 rfc3986-1.4.0 rsa-4.0 rtslib-fb-2.1.71 simplejson-3.17.0 sqlalchemy-migrate-0.13.0 sqlparse-0.3.1 statsd-3.3.0 stevedore-1.32.0 suds-jurko-0.6 tabulate-0.8.7 taskflow-4.1.0 tenacity-6.1.0 testresources-2.0.1 testscenarios-0.5.0 tooz-2.3.1 uritemplate-3.0.1 vine-1.3.0 voluptuous-0.11.7 warlock-1.3.3 wmi-1.5.1 wrapt-1.12.1 yappi-1.0 zipp-3.1.0\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring os-win: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/cinder", "Obtaining cinder from file:///C:/openstack/build/cinder#egg=cinder (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Collecting Paste===3.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5d2/29beb9a0efdb8/Paste-3.4.0-py2.py3-none-any.whl (593kB)", "Collecting PasteDeploy===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc6/578735a32c774/PasteDeploy-2.1.0-py2.py3-none-any.whl", "Collecting Routes===2.4.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d64/b8ae22bef127d/Routes-2.4.1-py2.py3-none-any.whl (48kB)", "Collecting SQLAlchemy===1.3.16 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2dc/57ee80b768137/SQLAlchemy-1.3.16-cp37-cp37m-win_amd64.whl (1.2MB)", "Collecting WebOb===1.8.6 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114kB)", "Collecting castellan===3.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 164))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/236/852de48348169/castellan-3.0.3-py3-none-any.whl (90kB)", "Collecting cryptography===2.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 188))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5ac/a6f00b2f42546/cryptography-2.9-cp37-cp37m-win_amd64.whl (1.5MB)", "Collecting cursive===0.2.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl", "Collecting decorator===4.4.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl", "Collecting defusedxml===0.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl", "Collecting eventlet===0.26.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 235))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/faa/384fdd8e5797a/eventlet-0.26.1-py2.py3-none-any.whl (223kB)", "Collecting google-api-python-client===1.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 271))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/503/2ad1af5046889/google_api_python_client-1.8.0-py3-none-any.whl (57kB)", "Collecting google-auth===1.13.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 272))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cab/6c707e6ee20e5/google_auth-1.13.1-py2.py3-none-any.whl (87kB)", "Collecting google-auth-httplib2===0.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 273))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl", "Collecting greenlet===0.4.15 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 277))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/37c/9ba82bd82eb6a/greenlet-0.4.15-cp37-cp37m-win_amd64.whl", "Collecting httplib2===0.17.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 289))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/396/ef66a170f76d5/httplib2-0.17.2-py3-none-any.whl (95kB)", "Collecting iso8601===0.1.12 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 309))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl", "Collecting jsonschema===3.2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56kB)", "Collecting keystoneauth1===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 332))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/afa/67df303067529/keystoneauth1-4.0.0-py3-none-any.whl (310kB)", "Collecting keystonemiddleware===9.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2ae/8388ab611a33a/keystonemiddleware-9.0.0-py3-none-any.whl (119kB)", "Collecting lxml===4.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 347))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df5/33af6f8808041/lxml-4.5.0-cp37-cp37m-win_amd64.whl (3.7MB)", "Collecting monotonic===1.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 362))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl", "Collecting oauth2client===4.1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 408))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)", "Collecting os-brick===3.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 434))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/68db76fc44c0e/os_brick-3.0.4-py3-none-any.whl (247kB)", "Collecting os-service-types===1.7.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 448))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl", "Collecting os-win===5.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/386/361690099f797/os_win-5.0.2-py3-none-any.whl (273kB)", "Collecting oslo.cache===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 470))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/9bd51e54edf73/oslo.cache-2.3.0-py3-none-any.whl (60kB)", "Collecting oslo.concurrency===4.0.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 474))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/649/f5407717c5c98/oslo.concurrency-4.0.3-py3-none-any.whl (47kB)", "Collecting oslo.config===8.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 478))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e62/3fda2a10e664f/oslo.config-8.0.4-py3-none-any.whl (125kB)", "Collecting oslo.context===3.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 482))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c9/fe7ee6f588b2e/oslo.context-3.0.2-py3-none-any.whl", "Collecting oslo.db===8.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 486))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8db/83454163aeafe/oslo.db-8.1.0-py3-none-any.whl (177kB)", "Collecting oslo.i18n===4.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 490))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ec3/57b430b29d589/oslo.i18n-4.0.1-py3-none-any.whl (47kB)", "Collecting oslo.log===4.1.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 498))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/483/fc4e31129cbed/oslo.log-4.1.3-py3-none-any.whl (71kB)", "Collecting oslo.messaging===12.1.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 502))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a47/43fe9c79941da/oslo.messaging-12.1.5-py3-none-any.whl (240kB)", "Collecting oslo.middleware===4.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 506))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef0/0d42eb8faf54f/oslo.middleware-4.0.2-py3-none-any.whl (60kB)", "Collecting oslo.policy===3.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 510))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf9/c25fed14960cf/oslo.policy-3.1.1-py3-none-any.whl (74kB)", "Collecting oslo.privsep===2.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 514))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f9/fd7d33a506b7e/oslo.privsep-2.1.2-py3-none-any.whl", "Collecting oslo.reports===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 518))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa4/6c36ac5cf7bf7/oslo.reports-2.0.1-py3-none-any.whl (53kB)", "Collecting oslo.rootwrap===5.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 520))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/023/ac56195d9261f/oslo.rootwrap-5.14.0-py2.py3-none-any.whl", "Collecting oslo.serialization===3.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 526))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de8/ca4688adec03c/oslo.serialization-3.1.1-py3-none-any.whl", "Collecting oslo.service===2.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 530))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be5/7ccf2f48ad732/oslo.service-2.1.1-py3-none-any.whl (77kB)", "Collecting oslo.upgradecheck===1.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 534))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93c/11f7b52f0e425/oslo.upgradecheck-1.0.1-py3-none-any.whl", "Collecting oslo.utils===4.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 538))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb7/75f22c701065f/oslo.utils-4.1.2-py3-none-any.whl (95kB)", "Collecting oslo.versionedobjects===2.0.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 542))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/360/74234bde8d118/oslo.versionedobjects-2.0.2-py3-none-any.whl (86kB)", "Collecting oslo.vmware===3.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 546))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/423/621a2e77be165/oslo.vmware-3.3.1-py3-none-any.whl (358kB)", "Collecting osprofiler===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 555))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fdb/2b2ea298dc335/osprofiler-3.1.0-py3-none-any.whl (89kB)", "Collecting paramiko===2.7.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 564))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/80875fa4d2cb7/paramiko-2.7.1-py2.py3-none-any.whl (206kB)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 569)) (5.4.5)", "Collecting prettytable===0.7.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 577))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl", "Collecting psutil===5.7.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 581))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/73f/35ab66c6c7a9c/psutil-5.7.0-cp37-cp37m-win_amd64.whl (235kB)", "Collecting pyasn1===0.4.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 589))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)", "Collecting pyasn1-modules===0.2.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 590))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155kB)", "Collecting pycadf===3.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 593))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3ba/e41aa236e90ce/pycadf-3.0.0-py3-none-any.whl (43kB)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 609)) (2.4.7)", "Collecting pyrsistent===0.16.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 613))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/599/c865ed8e6c591/pyrsistent-0.16.0-cp37-cp37m-win_amd64.whl (71kB)", "Collecting python-barbicanclient===4.10.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 631))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/5b44e5682dc6d/python_barbicanclient-4.10.0-py3-none-any.whl (82kB)", "Collecting python-dateutil===2.8.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 651))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)", "Collecting python-glanceclient===3.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 664))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33f/c23354e421374/python_glanceclient-3.1.2-py3-none-any.whl (191kB)", "Collecting python-keystoneclient===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 684))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b08/1a330eab0aa7c/python_keystoneclient-4.0.0-py3-none-any.whl (397kB)", "Collecting python-novaclient===17.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 718))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f4/bea680e0a5ecb/python_novaclient-17.0.0-py3-none-any.whl (331kB)", "Collecting python-swiftclient===3.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 752))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84kB)", "Collecting pytz===2019.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 771))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509kB)", "Collecting repoze.lru===0.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (2.23.0)", "Collecting retrying===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 796))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl", "Collecting rfc3986===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl", "Collecting rsa===4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 800))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl", "Collecting rtslib-fb===2.1.71 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 802))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d0b/a9368b6dc11c8/rtslib-fb-2.1.71.tar.gz (72kB)", "Collecting simplejson===3.17.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 828))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7cc/e4bac7e0d66f3/simplejson-3.17.0-cp37-cp37m-win_amd64.whl (73kB)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 830)) (1.14.0)", "Collecting sqlalchemy-migrate===0.13.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 892))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109kB)", "Collecting sqlparse===0.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/022/fb9c87b524d1f/sqlparse-0.3.1-py2.py3-none-any.whl (40kB)", "Collecting statsd===3.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl", "Collecting stevedore===1.32.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 899))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43kB)", "Collecting suds-jurko===0.6 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 909))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454kB)", "Collecting tabulate===0.8.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 914))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl", "Collecting taskflow===4.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 918))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/92b/5da73d9bdbc5d/taskflow-4.1.0-py3-none-any.whl (490kB)", "Collecting tenacity===6.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 921))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f7b/cbf5bb53875cf/tenacity-6.1.0-py2.py3-none-any.whl", "Collecting testresources===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 924))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl", "Collecting testscenarios===0.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (2.4.0)", "Collecting tooz===2.3.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 935))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0fa/045f50becd2d5/tooz-2.3.1-py3-none-any.whl (89kB)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 945)) (1.4.0)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.1.0)", "Collecting uritemplate===3.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.25.8)", "Collecting voluptuous===0.11.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 974))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl", "Collecting warlock===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 977))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl", "Collecting wrapt===1.12.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 987))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8b7/e1d78c3f9efd2/wrapt-1.12.1-cp37-cp37m-win_amd64.whl", "Collecting yappi===1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 993))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d91/c0d3705589d98/yappi-1.0-cp37-cp37m-win_amd64.whl", "Collecting Babel===2.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6MB)", "Collecting cffi===1.14.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/208/9ed025da3919d/cffi-1.14.0-cp37-cp37m-win_amd64.whl (176kB)", "Collecting dnspython===1.15.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 214))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/861/e6e58faa730f9/dnspython-1.15.0-py2.py3-none-any.whl (177kB)", "Collecting google-api-core===1.16.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 270))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/859/f7392676761f2/google_api_core-1.16.0-py2.py3-none-any.whl (70kB)", "Requirement already satisfied, skipping upgrade: setuptools>=40.3.0 in c:\\python37\\lib\\site-packages (from google-auth===1.13.1->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 272)) (51.1.2)", "Collecting cachetools===4.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de5/d88f877816022/cachetools-4.1.0-py3-none-any.whl", "Collecting importlib-metadata===1.6.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 297))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a6/88cbaa90e0cc5/importlib_metadata-1.6.0-py2.py3-none-any.whl", "Collecting attrs===19.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl", "Collecting PyMI>=1.0.0; sys_platform == \"win32\" (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac3/0d6767412a15e/PyMI-1.0.6-cp37-cp37m-win_amd64.whl (317kB)", "Collecting wmi>=0.5; sys_platform == \"win32\" (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d6/b085e5c445141/WMI-1.5.1-py2.py3-none-any.whl", "Collecting dogpile.cache===0.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 224))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b34/8835825c9dcd2/dogpile.cache-0.9.0.tar.gz (325kB)", "Collecting fasteners===0.14.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl", "Collecting debtcollector===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 195))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96b/de97db3de7721/debtcollector-2.0.1-py3-none-any.whl", "Collecting netaddr===0.7.19 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 383))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6MB)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Collecting alembic===1.4.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/bc3/4e2872ed689e0/alembic-1.4.2-py2.py3-none-any.whl (159kB)", "Collecting kombu===4.6.8 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/598/e7e749d6ab54f/kombu-4.6.8-py2.py3-none-any.whl (183kB)", "Collecting amqp===2.5.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6e6/49ca13a7df3fa/amqp-2.5.2-py2.py3-none-any.whl (49kB)", "Collecting futurist===2.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 256))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/894/708fc623952aa/futurist-2.1.1-py3-none-any.whl", "Collecting Jinja2===2.11.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0e/af100007721b5/Jinja2-2.11.1-py2.py3-none-any.whl (126kB)", "Collecting msgpack===0.6.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 373))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/190/4b7cb65342d09/msgpack-0.6.2-cp37-cp37m-win_amd64.whl (68kB)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (3.0.0)", "Collecting netifaces===0.10.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86b/8a140e891bb23/netifaces-0.10.9-cp37-cp37m-win_amd64.whl", "Collecting bcrypt===3.1.7 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff0/32765bb8716d9/bcrypt-3.1.7-cp37-cp37m-win_amd64.whl", "Collecting PyNaCl===1.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd4/ecb473a96ad0f/PyNaCl-1.3.0-cp37-cp37m-win_amd64.whl (188kB)", "Collecting cliff===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 174))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c7/3056715f3ce66/cliff-3.1.0-py3-none-any.whl (80kB)", "Collecting pyOpenSSL===19.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 587))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53kB)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 292)) (2.9)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Collecting pyudev===0.22.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63kB)", "Collecting Tempita===0.5.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl", "Collecting automaton===2.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 133))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/869/0800a16118ebf/automaton-2.0.1-py3-none-any.whl", "Collecting networkx===2.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 389))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/bf698749a5014/networkx-2.4-py3-none-any.whl (1.6MB)", "Collecting pydot===1.4.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 598))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (1.0.0)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 699)) (1.6.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 344)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.4.0)", "Collecting jsonpatch===1.25 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 321))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cc3/a7241010a1fd3/jsonpatch-1.25-py2.py3-none-any.whl", "Collecting pycparser===2.20 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 595))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112kB)", "Collecting googleapis-common-protos===1.51.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 274))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/013/c917042791191/googleapis-common-protos-1.51.0.tar.gz", "Collecting protobuf===3.11.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 580))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82d/7ac987715d8d1/protobuf-3.11.3-cp37-cp37m-win_amd64.whl (1.0MB)", "Collecting zipp===3.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1004))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (300)", "Collecting Mako===1.1.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e8/b53c71c7e59f3/Mako-1.1.2-py2.py3-none-any.whl (75kB)", "Collecting python-editor===1.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 656))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl", "Collecting vine===1.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea4/947cc56d1fd6f/vine-1.3.0-py2.py3-none-any.whl", "Collecting MarkupSafe===1.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9bf/40443012702a1/MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", "Collecting cmd2===0.8.9 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53kB)", "Collecting jsonpointer===2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 324))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl", "Collecting pyperclip===1.8.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl", "Collecting pyreadline; sys_platform == \"win32\" (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 176))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/9dd/3fc94e1062f36/pyreadline-2.1-py3-none-any.whl (93kB)", "Building wheels for collected packages: dogpile.cache, googleapis-common-protos, rtslib-fb", " Building wheel for dogpile.cache (setup.py): started", " Building wheel for dogpile.cache (setup.py): finished with status 'done'", " Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\49\\05\\14\\3502f13142577d34dae45f527d1876fb5a59fce4e8b3ff992a", " Building wheel for googleapis-common-protos (setup.py): started", " Building wheel for googleapis-common-protos (setup.py): finished with status 'done'", " Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\e0\\84\\23\\ecc6e6d9b59941feec2d1b0bc5e1e3bffea9ee8774c3e5104a", " Building wheel for rtslib-fb (setup.py): started", " Building wheel for rtslib-fb (setup.py): finished with status 'done'", " Stored in directory: C:\\Users\\Admin\\AppData\\Local\\pip\\Cache\\wheels\\d4\\03\\b9\\042c8a7e759293c91f995dd7e0aca7777d8a41c63fb839ffb4", "Successfully built dogpile.cache googleapis-common-protos rtslib-fb", "Installing collected packages: decorator, defusedxml, monotonic, dnspython, greenlet, eventlet, httplib2, iso8601, pyrsistent, zipp, importlib-metadata, attrs, jsonschema, stevedore, os-service-types, keystoneauth1, WebOb, netifaces, wrapt, debtcollector, pytz, Babel, oslo.i18n, netaddr, oslo.utils, python-dateutil, rfc3986, oslo.config, msgpack, oslo.serialization, oslo.context, oslo.log, dogpile.cache, oslo.cache, pycadf, python-keystoneclient, keystonemiddleware, lxml, pyasn1, pyasn1-modules, rsa, oauth2client, fasteners, oslo.concurrency, testresources, SQLAlchemy, sqlparse, Tempita, sqlalchemy-migrate, testscenarios, MarkupSafe, Mako, python-editor, alembic, oslo.db, vine, amqp, kombu, repoze.lru, Routes, Paste, PasteDeploy, yappi, oslo.service, statsd, Jinja2, oslo.middleware, futurist, cachetools, oslo.messaging, oslo.policy, pycparser, cffi, oslo.privsep, psutil, oslo.reports, oslo.rootwrap, prettytable, oslo.upgradecheck, oslo.versionedobjects, osprofiler, cryptography, bcrypt, PyNaCl, paramiko, pyperclip, pyreadline, cmd2, cliff, python-barbicanclient, pyOpenSSL, jsonpointer, jsonpatch, warlock, python-glanceclient, simplejson, python-novaclient, python-swiftclient, retrying, automaton, networkx, tenacity, pydot, taskflow, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, PyMI, wmi, os-win, os-brick, voluptuous, tooz, uritemplate, google-auth, google-auth-httplib2, protobuf, googleapis-common-protos, google-api-core, google-api-python-client, castellan, cursive, cinder", " Running setup.py develop for cinder", "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 PyMI-1.0.6 PyNaCl-1.3.0 Routes-2.4.1 SQLAlchemy-1.3.16 Tempita-0.5.2 WebOb-1.8.6 alembic-1.4.2 amqp-2.5.2 attrs-19.3.0 automaton-2.0.1 bcrypt-3.1.7 cachetools-4.1.0 castellan-3.0.3 cffi-1.14.0 cinder cliff-3.1.0 cmd2-0.8.9 cryptography-2.9 cursive-0.2.2 debtcollector-2.0.1 decorator-4.4.2 defusedxml-0.6.0 dnspython-1.15.0 dogpile.cache-0.9.0 eventlet-0.26.1 fasteners-0.14.1 futurist-2.1.1 google-api-core-1.16.0 google-api-python-client-1.8.0 google-auth-1.13.1 google-auth-httplib2-0.0.3 googleapis-common-protos-1.51.0 greenlet-0.4.15 httplib2-0.17.2 importlib-metadata-1.6.0 iso8601-0.1.12 jsonpatch-1.25 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.0.0 keystonemiddleware-9.0.0 kombu-4.6.8 lxml-4.5.0 monotonic-1.5 msgpack-0.6.2 netaddr-0.7.19 netifaces-0.10.9 networkx-2.4 oauth2client-4.1.3 os-brick-3.0.4 os-service-types-1.7.0 os-win-5.0.2 oslo.cache-2.3.0 oslo.concurrency-4.0.3 oslo.config-8.0.4 oslo.context-3.0.2 oslo.db-8.1.0 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.messaging-12.1.5 oslo.middleware-4.0.2 oslo.policy-3.1.1 oslo.privsep-2.1.2 oslo.reports-2.0.1 oslo.rootwrap-5.14.0 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 oslo.vmware-3.3.1 osprofiler-3.1.0 paramiko-2.7.1 prettytable-0.7.2 protobuf-3.11.3 psutil-5.7.0 pyOpenSSL-19.1.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycadf-3.0.0 pycparser-2.20 pydot-1.4.1 pyperclip-1.8.0 pyreadline-2.1 pyrsistent-0.16.0 python-barbicanclient-4.10.0 python-dateutil-2.8.1 python-editor-1.0.4 python-glanceclient-3.1.2 python-keystoneclient-4.0.0 python-novaclient-17.0.0 python-swiftclient-3.9.0 pytz-2019.3 pyudev-0.22.0 repoze.lru-0.7 retrying-1.3.3 rfc3986-1.4.0 rsa-4.0 rtslib-fb-2.1.71 simplejson-3.17.0 sqlalchemy-migrate-0.13.0 sqlparse-0.3.1 statsd-3.3.0 stevedore-1.32.0 suds-jurko-0.6 tabulate-0.8.7 taskflow-4.1.0 tenacity-6.1.0 testresources-2.0.1 testscenarios-0.5.0 tooz-2.3.1 uritemplate-3.0.1 vine-1.3.0 voluptuous-0.11.7 warlock-1.3.3 wmi-1.5.1 wrapt-1.12.1 yappi-1.0 zipp-3.1.0"]} TASK [Write log file c:\openstack\log\pip-install-cinder.log] ****************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "47d048629fff7af8453a0e5c5755ec6f78580f96", "dest": "c:\\openstack\\log\\pip-install-cinder.log", "operation": "file_copy", "original_basename": "tmpvYaTi1", "size": 155740, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-nova.log", "project_folder": "c:\\openstack\\build\\nova"}, "changed": false} TASK [Get project name from c:\openstack\build\nova\setup.cfg] ***************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\nova\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.796843", "end": "2021-01-15 04:07:10.001089", "rc": 0, "start": "2021-01-15 04:07:09.204246", "stderr": "", "stderr_lines": [], "stdout": "nova\r\n", "stdout_lines": ["nova"]} TASK [Set project name to nova] ************************************************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "nova"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for nova in c:\openstack\build\nova] ************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- nova \"-e file:///C:/openstack/build/nova#egg=nova\"", "delta": "0:00:02.278609", "end": "2021-01-15 04:07:14.456260", "rc": 0, "start": "2021-01-15 04:07:12.177650", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing nova from c:\openstack\build\nova] **************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\nova", "delta": "0:02:12.732670", "end": "2021-01-15 04:09:28.702422", "rc": 0, "start": "2021-01-15 04:07:15.969752", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/nova\r\nObtaining nova from file:///C:/openstack/build/nova#egg=nova (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)\r\nRequirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)\r\nRequirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)\r\nRequirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)\r\nRequirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)\r\nRequirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)\r\nRequirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)\r\nRequirement already up-to-date: castellan===3.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 164)) (3.0.3)\r\nRequirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189)) (2.9)\r\nRequirement already up-to-date: cursive===0.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 190)) (0.2.2)\r\nRequirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198)) (4.4.2)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)\r\nRequirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)\r\nRequirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (3.2.0)\r\nRequirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)\r\nRequirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (9.0.0)\r\nRequirement already up-to-date: lxml===4.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 348)) (4.5.0)\r\nCollecting microversion-parse===1.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 353))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)\r\nCollecting openstacksdk===0.46.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 427))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e16/09423bfe676d9/openstacksdk-0.46.0-py3-none-any.whl (1.3MB)\r\nRequirement already up-to-date: os-brick===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 435)) (3.0.4)\r\nCollecting os-resource-classes===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 447))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl\r\nRequirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 449)) (1.7.0)\r\nCollecting os-traits===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 456))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/870/2635419f01b28/os_traits-2.3.0-py3-none-any.whl\r\nCollecting os-vif===2.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 460))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/243/b177adc2cbfbf/os_vif-2.0.0-py3-none-any.whl (103kB)\r\nRequirement already up-to-date: os-win===5.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (5.0.2)\r\nCollecting os-xenapi===0.3.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137kB)\r\nRequirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 471)) (2.3.0)\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 475)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 479)) (8.0.4)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 483)) (3.0.2)\r\nRequirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 487)) (8.1.0)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 491)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 499)) (4.1.3)\r\nRequirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 503)) (12.1.5)\r\nRequirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 507)) (4.0.2)\r\nRequirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 511)) (3.1.1)\r\nRequirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 515)) (2.1.2)\r\nRequirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 519)) (2.0.1)\r\nRequirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 521)) (5.14.0)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 527)) (3.1.1)\r\nRequirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 531)) (2.1.1)\r\nRequirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 535)) (1.0.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 539)) (4.1.2)\r\nRequirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 543)) (2.0.2)\r\nCollecting ovsdbapp===1.2.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 561))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/aadaec76ea539/ovsdbapp-1.2.2-py3-none-any.whl (100kB)\r\nRequirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 565)) (2.7.1)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (5.4.5)\r\nRequirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 578)) (0.7.2)\r\nRequirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 582)) (5.7.0)\r\nRequirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (3.0.0)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (2.4.7)\r\nCollecting pypowervm===1.1.24 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 612))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1MB)\r\nRequirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 614)) (0.16.0)\r\nRequirement already up-to-date: python-barbicanclient===4.10.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 632)) (4.10.0)\r\nCollecting python-cinderclient===7.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 640))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/161/fb6ac22db606d/python_cinderclient-7.0.0-py3-none-any.whl (275kB)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 652)) (2.8.1)\r\nRequirement already up-to-date: python-glanceclient===3.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 665)) (3.1.2)\r\nRequirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 685)) (4.0.0)\r\nCollecting python-neutronclient===7.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 715))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/55f/1f40e48c46e52/python_neutronclient-7.1.1-py3-none-any.whl (436kB)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772)) (2019.3)\r\nRequirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (0.7)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (2.23.0)\r\nCollecting requestsexceptions===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl\r\nRequirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.3.3)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 799)) (1.4.0)\r\nRequirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (3.17.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 831)) (1.14.0)\r\nRequirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.13.0)\r\nRequirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (0.3.1)\r\nRequirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 895)) (3.3.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 900)) (1.32.0)\r\nRequirement already up-to-date: taskflow===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 919)) (4.1.0)\r\nRequirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 922)) (6.1.0)\r\nRequirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.0.1)\r\nRequirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (0.5.0)\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 927)) (2.4.0)\r\nRequirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 936)) (2.3.1)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 946)) (1.4.0)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.1.0)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 969)) (1.25.8)\r\nRequirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 975)) (0.11.7)\r\nRequirement already up-to-date: warlock===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 978)) (1.3.3)\r\nCollecting websockify===0.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 988)) (1.12.1)\r\nRequirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 994)) (1.0)\r\nRequirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)\r\nRequirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (51.1.2)\r\nRequirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 298)) (1.6.0)\r\nRequirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)\r\nRequirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 322)) (1.25)\r\nRequirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 225)) (0.9.0)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nCollecting munch===2.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl\r\nCollecting jmespath===0.9.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 317))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/695/cb76fa78a1066/jmespath-0.9.5-py2.py3-none-any.whl\r\nCollecting appdirs===1.4.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d8b/24664561d0d34/appdirs-1.4.3-py2.py3-none-any.whl\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)\r\nRequirement already satisfied, skipping upgrade: PyMI>=1.0.0; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.0.6)\r\nRequirement already satisfied, skipping upgrade: wmi>=0.5; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.5.1)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)\r\nRequirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)\r\nRequirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)\r\nRequirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)\r\nRequirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (4.6.8)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)\r\nRequirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 558)) (2.11.0)\r\nRequirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)\r\nRequirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)\r\nRequirement already up-to-date: pyasn1===0.4.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 590)) (0.4.8)\r\nRequirement already up-to-date: pyasn1-modules===0.2.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 591)) (0.2.8)\r\nRequirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)\r\nRequirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 588)) (19.1.0)\r\nCollecting os-client-config===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl\r\nCollecting osc-lib===2.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 467))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89kB)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)\r\nRequirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)\r\nRequirement already up-to-date: automaton===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 133)) (2.0.1)\r\nRequirement already up-to-date: networkx===2.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 390)) (2.4)\r\nRequirement already up-to-date: pydot===1.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 599)) (1.4.1)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 700)) (1.6.0)\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.4.0)\r\nCollecting numpy===1.18.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 406))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4ba/59db1fcc27ea3/numpy-1.18.2-cp37-cp37m-win_amd64.whl (12.8MB)\r\nRequirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596)) (2.20)\r\nRequirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1005)) (3.1.0)\r\nRequirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325)) (2.0)\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (300)\r\nRequirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 657)) (1.0.4)\r\nRequirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)\r\nRequirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 971)) (1.3.0)\r\nRequirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 836)) (2.1.0)\r\nRequirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)\r\nRequirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)\r\nRequirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (1.8.0)\r\nInstalling collected packages: python-cinderclient, munch, jmespath, appdirs, requestsexceptions, openstacksdk, os-client-config, osc-lib, python-neutronclient, numpy, websockify, os-resource-classes, os-traits, ovsdbapp, os-vif, microversion-parse, os-xenapi, pypowervm, nova\r\n Running setup.py develop for nova\r\nSuccessfully installed appdirs-1.4.3 jmespath-0.9.5 microversion-parse-1.0.1 munch-2.5.0 nova numpy-1.18.2 openstacksdk-0.46.0 os-client-config-2.1.0 os-resource-classes-1.0.0 os-traits-2.3.0 os-vif-2.0.0 os-xenapi-0.3.4 osc-lib-2.0.0 ovsdbapp-1.2.2 pypowervm-1.1.24 python-cinderclient-7.0.0 python-neutronclient-7.1.1 requestsexceptions-1.4.0 websockify-0.9.0\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring os-win: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/nova", "Obtaining nova from file:///C:/openstack/build/nova#egg=nova (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)", "Requirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)", "Requirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)", "Requirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)", "Requirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)", "Requirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)", "Requirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)", "Requirement already up-to-date: castellan===3.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 164)) (3.0.3)", "Requirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189)) (2.9)", "Requirement already up-to-date: cursive===0.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 190)) (0.2.2)", "Requirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198)) (4.4.2)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)", "Requirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)", "Requirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (3.2.0)", "Requirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)", "Requirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (9.0.0)", "Requirement already up-to-date: lxml===4.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 348)) (4.5.0)", "Collecting microversion-parse===1.0.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 353))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)", "Collecting openstacksdk===0.46.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 427))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e16/09423bfe676d9/openstacksdk-0.46.0-py3-none-any.whl (1.3MB)", "Requirement already up-to-date: os-brick===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 435)) (3.0.4)", "Collecting os-resource-classes===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 447))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl", "Requirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 449)) (1.7.0)", "Collecting os-traits===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 456))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/870/2635419f01b28/os_traits-2.3.0-py3-none-any.whl", "Collecting os-vif===2.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 460))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/243/b177adc2cbfbf/os_vif-2.0.0-py3-none-any.whl (103kB)", "Requirement already up-to-date: os-win===5.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (5.0.2)", "Collecting os-xenapi===0.3.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137kB)", "Requirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 471)) (2.3.0)", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 475)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 479)) (8.0.4)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 483)) (3.0.2)", "Requirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 487)) (8.1.0)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 491)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 499)) (4.1.3)", "Requirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 503)) (12.1.5)", "Requirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 507)) (4.0.2)", "Requirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 511)) (3.1.1)", "Requirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 515)) (2.1.2)", "Requirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 519)) (2.0.1)", "Requirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 521)) (5.14.0)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 527)) (3.1.1)", "Requirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 531)) (2.1.1)", "Requirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 535)) (1.0.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 539)) (4.1.2)", "Requirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 543)) (2.0.2)", "Collecting ovsdbapp===1.2.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 561))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/aadaec76ea539/ovsdbapp-1.2.2-py3-none-any.whl (100kB)", "Requirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 565)) (2.7.1)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (5.4.5)", "Requirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 578)) (0.7.2)", "Requirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 582)) (5.7.0)", "Requirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (3.0.0)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (2.4.7)", "Collecting pypowervm===1.1.24 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 612))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1MB)", "Requirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 614)) (0.16.0)", "Requirement already up-to-date: python-barbicanclient===4.10.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 632)) (4.10.0)", "Collecting python-cinderclient===7.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 640))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/161/fb6ac22db606d/python_cinderclient-7.0.0-py3-none-any.whl (275kB)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 652)) (2.8.1)", "Requirement already up-to-date: python-glanceclient===3.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 665)) (3.1.2)", "Requirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 685)) (4.0.0)", "Collecting python-neutronclient===7.1.1 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 715))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/55f/1f40e48c46e52/python_neutronclient-7.1.1-py3-none-any.whl (436kB)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772)) (2019.3)", "Requirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (0.7)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (2.23.0)", "Collecting requestsexceptions===1.4.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl", "Requirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.3.3)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 799)) (1.4.0)", "Requirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (3.17.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 831)) (1.14.0)", "Requirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.13.0)", "Requirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (0.3.1)", "Requirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 895)) (3.3.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 900)) (1.32.0)", "Requirement already up-to-date: taskflow===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 919)) (4.1.0)", "Requirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 922)) (6.1.0)", "Requirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.0.1)", "Requirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (0.5.0)", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 927)) (2.4.0)", "Requirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 936)) (2.3.1)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 946)) (1.4.0)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.1.0)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 969)) (1.25.8)", "Requirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 975)) (0.11.7)", "Requirement already up-to-date: warlock===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 978)) (1.3.3)", "Collecting websockify===0.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 988)) (1.12.1)", "Requirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 994)) (1.0)", "Requirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)", "Requirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (51.1.2)", "Requirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 298)) (1.6.0)", "Requirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)", "Requirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 322)) (1.25)", "Requirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 225)) (0.9.0)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Collecting munch===2.5.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl", "Collecting jmespath===0.9.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 317))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/695/cb76fa78a1066/jmespath-0.9.5-py2.py3-none-any.whl", "Collecting appdirs===1.4.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d8b/24664561d0d34/appdirs-1.4.3-py2.py3-none-any.whl", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)", "Requirement already satisfied, skipping upgrade: PyMI>=1.0.0; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.0.6)", "Requirement already satisfied, skipping upgrade: wmi>=0.5; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.5.1)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)", "Requirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)", "Requirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)", "Requirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)", "Requirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (4.6.8)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)", "Requirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 558)) (2.11.0)", "Requirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)", "Requirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)", "Requirement already up-to-date: pyasn1===0.4.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 590)) (0.4.8)", "Requirement already up-to-date: pyasn1-modules===0.2.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 591)) (0.2.8)", "Requirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)", "Requirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 588)) (19.1.0)", "Collecting os-client-config===2.1.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl", "Collecting osc-lib===2.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 467))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89kB)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)", "Requirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)", "Requirement already up-to-date: automaton===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 133)) (2.0.1)", "Requirement already up-to-date: networkx===2.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 390)) (2.4)", "Requirement already up-to-date: pydot===1.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 599)) (1.4.1)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 700)) (1.6.0)", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.4.0)", "Collecting numpy===1.18.2 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 406))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4ba/59db1fcc27ea3/numpy-1.18.2-cp37-cp37m-win_amd64.whl (12.8MB)", "Requirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596)) (2.20)", "Requirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1005)) (3.1.0)", "Requirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325)) (2.0)", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (300)", "Requirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 657)) (1.0.4)", "Requirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)", "Requirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 971)) (1.3.0)", "Requirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 836)) (2.1.0)", "Requirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)", "Requirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)", "Requirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (1.8.0)", "Installing collected packages: python-cinderclient, munch, jmespath, appdirs, requestsexceptions, openstacksdk, os-client-config, osc-lib, python-neutronclient, numpy, websockify, os-resource-classes, os-traits, ovsdbapp, os-vif, microversion-parse, os-xenapi, pypowervm, nova", " Running setup.py develop for nova", "Successfully installed appdirs-1.4.3 jmespath-0.9.5 microversion-parse-1.0.1 munch-2.5.0 nova numpy-1.18.2 openstacksdk-0.46.0 os-client-config-2.1.0 os-resource-classes-1.0.0 os-traits-2.3.0 os-vif-2.0.0 os-xenapi-0.3.4 osc-lib-2.0.0 ovsdbapp-1.2.2 pypowervm-1.1.24 python-cinderclient-7.0.0 python-neutronclient-7.1.1 requestsexceptions-1.4.0 websockify-0.9.0"]} TASK [Write log file c:\openstack\log\pip-install-nova.log] ******************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "ee45001ae06526a22cba0b3e5d32432d6d61867b", "dest": "c:\\openstack\\log\\pip-install-nova.log", "operation": "file_copy", "original_basename": "tmp4PAa7b", "size": 136708, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-neutron.log", "project_folder": "c:\\openstack\\build\\neutron"}, "changed": false} TASK [Get project name from c:\openstack\build\neutron\setup.cfg] ************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\neutron\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.792698", "end": "2021-01-15 04:09:36.238077", "rc": 0, "start": "2021-01-15 04:09:35.445379", "stderr": "", "stderr_lines": [], "stdout": "neutron\r\n", "stdout_lines": ["neutron"]} TASK [Set project name to neutron] ********************************************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "neutron"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for neutron in c:\openstack\build\neutron] ****** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- neutron \"-e file:///C:/openstack/build/neutron#egg=neutron\"", "delta": "0:00:02.337712", "end": "2021-01-15 04:09:40.649619", "rc": 0, "start": "2021-01-15 04:09:38.311907", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing neutron from c:\openstack\build\neutron] ********************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\neutron", "delta": "0:01:29.681404", "end": "2021-01-15 04:11:11.930904", "rc": 0, "start": "2021-01-15 04:09:42.249500", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/neutron\r\nObtaining neutron from file:///C:/openstack/build/neutron#egg=neutron (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)\r\nRequirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)\r\nRequirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)\r\nRequirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)\r\nRequirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)\r\nRequirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)\r\nRequirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)\r\nRequirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)\r\nRequirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198)) (4.4.2)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)\r\nRequirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)\r\nRequirement already up-to-date: httplib2===0.17.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 290)) (0.17.2)\r\nRequirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)\r\nRequirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (9.0.0)\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)\r\nCollecting neutron-lib===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 394))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/caa/bf3f73f3ffa23/neutron_lib-2.3.0-py3-none-any.whl (502kB)\r\nRequirement already up-to-date: openstacksdk===0.46.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 427)) (0.46.0)\r\nCollecting os-ken===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 441))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/58de42c2bdb99/os_ken-1.0.0-py3-none-any.whl (2.1MB)\r\nRequirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 449)) (1.7.0)\r\nRequirement already up-to-date: os-traits===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 456)) (2.3.0)\r\nRequirement already up-to-date: os-vif===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 460)) (2.0.0)\r\nRequirement already up-to-date: os-xenapi===0.3.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466)) (0.3.4)\r\nRequirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 471)) (2.3.0)\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 475)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 479)) (8.0.4)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 483)) (3.0.2)\r\nRequirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 487)) (8.1.0)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 491)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 499)) (4.1.3)\r\nRequirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 503)) (12.1.5)\r\nRequirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 507)) (4.0.2)\r\nRequirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 511)) (3.1.1)\r\nRequirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 515)) (2.1.2)\r\nRequirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 519)) (2.0.1)\r\nRequirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 521)) (5.14.0)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 527)) (3.1.1)\r\nRequirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 531)) (2.1.1)\r\nRequirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 535)) (1.0.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 539)) (4.1.2)\r\nRequirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 543)) (2.0.2)\r\nRequirement already up-to-date: osprofiler===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 556)) (3.1.0)\r\nRequirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 558)) (2.11.0)\r\nRequirement already up-to-date: ovsdbapp===1.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 561)) (1.2.2)\r\nRequirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 565)) (2.7.1)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (5.4.5)\r\nCollecting pecan===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 571))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d95/927cd140c5839/pecan-1.3.3-py3-none-any.whl (146kB)\r\nRequirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 578)) (0.7.2)\r\nRequirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 582)) (5.7.0)\r\nRequirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 588)) (19.1.0)\r\nRequirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (3.0.0)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (2.4.7)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 652)) (2.8.1)\r\nCollecting python-designateclient===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 655))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7cc/41ff24966f165/python_designateclient-4.0.0-py3-none-any.whl (84kB)\r\nRequirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 657)) (1.0.4)\r\nRequirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 685)) (4.0.0)\r\nRequirement already up-to-date: python-neutronclient===7.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 715)) (7.1.1)\r\nRequirement already up-to-date: python-novaclient===17.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 719)) (17.0.0)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772)) (2019.3)\r\nRequirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (0.7)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (2.23.0)\r\nRequirement already up-to-date: requestsexceptions===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795)) (1.4.0)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 799)) (1.4.0)\r\nCollecting setproctitle===1.1.10 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 826))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2f9/6f3b7a73662a6/setproctitle-1.1.10-cp37-cp37m-win_amd64.whl\r\nRequirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (3.17.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 831)) (1.14.0)\r\nRequirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 836)) (2.1.0)\r\nRequirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.13.0)\r\nRequirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (0.3.1)\r\nRequirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 895)) (3.3.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 900)) (1.32.0)\r\nRequirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 922)) (6.1.0)\r\nRequirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.0.1)\r\nRequirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (0.5.0)\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 927)) (2.4.0)\r\nCollecting tinyrpc===1.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 933))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/4e7/2714bf0a16e74/tinyrpc-1.0.4-py3-none-any.whl\r\nRequirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 936)) (2.3.1)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 946)) (1.4.0)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.1.0)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 969)) (1.25.8)\r\nRequirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 975)) (0.11.7)\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 988)) (1.12.1)\r\nRequirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 994)) (1.0)\r\nRequirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)\r\nRequirement already up-to-date: munch===2.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (2.5.0)\r\nRequirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 225)) (0.9.0)\r\nRequirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189)) (2.9)\r\nRequirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 322)) (1.25)\r\nRequirement already up-to-date: jmespath===0.9.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 317)) (0.9.5)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nRequirement already up-to-date: appdirs===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120)) (1.4.3)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)\r\nRequirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)\r\nRequirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)\r\nRequirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (4.6.8)\r\nRequirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)\r\nRequirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)\r\nRequirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)\r\nCollecting logutils===0.3.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 347))\r\n Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/330/91b324881269f/logutils-0.3.5-py2.py3-none-any.whl\r\nCollecting WebTest===2.0.34 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 61))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da9/cf14c103ff51a/WebTest-2.0.34-py2.py3-none-any.whl\r\nRequirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)\r\nRequirement already up-to-date: osc-lib===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 467)) (2.0.0)\r\nRequirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (3.2.0)\r\nRequirement already up-to-date: os-client-config===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436)) (2.1.0)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 700)) (1.6.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.4.0)\r\nRequirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325)) (2.0)\r\nRequirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 971)) (1.3.0)\r\nRequirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 298)) (1.6.0)\r\nRequirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596)) (2.20)\r\nCollecting beautifulsoup4===4.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 143))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d4e/96ac9b0c3a6d3/beautifulsoup4-4.9.0-py3-none-any.whl (109kB)\r\nCollecting waitress===1.4.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 977))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/77f/f3f3226931a1d/waitress-1.4.3-py2.py3-none-any.whl (148kB)\r\nRequirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)\r\nRequirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (51.1.2)\r\nRequirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 614)) (0.16.0)\r\nRequirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)\r\nRequirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1005)) (3.1.0)\r\nCollecting soupsieve===2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 839))\r\n Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fcd/71e08c0aee99a/soupsieve-2.0-py2.py3-none-any.whl\r\nRequirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (1.8.0)\r\nRequirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)\r\nInstalling collected packages: logutils, soupsieve, beautifulsoup4, waitress, WebTest, pecan, tinyrpc, os-ken, setproctitle, neutron-lib, python-designateclient, neutron\r\n Running setup.py develop for neutron\r\nSuccessfully installed WebTest-2.0.34 beautifulsoup4-4.9.0 logutils-0.3.5 neutron neutron-lib-2.3.0 os-ken-1.0.0 pecan-1.3.3 python-designateclient-4.0.0 setproctitle-1.1.10 soupsieve-2.0 tinyrpc-1.0.4 waitress-1.4.3\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring os-win: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/neutron", "Obtaining neutron from file:///C:/openstack/build/neutron#egg=neutron (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)", "Requirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)", "Requirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)", "Requirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)", "Requirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)", "Requirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)", "Requirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)", "Requirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)", "Requirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 198)) (4.4.2)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)", "Requirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)", "Requirement already up-to-date: httplib2===0.17.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 290)) (0.17.2)", "Requirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)", "Requirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (9.0.0)", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)", "Collecting neutron-lib===2.3.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 394))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/caa/bf3f73f3ffa23/neutron_lib-2.3.0-py3-none-any.whl (502kB)", "Requirement already up-to-date: openstacksdk===0.46.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 427)) (0.46.0)", "Collecting os-ken===1.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 441))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/58de42c2bdb99/os_ken-1.0.0-py3-none-any.whl (2.1MB)", "Requirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 449)) (1.7.0)", "Requirement already up-to-date: os-traits===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 456)) (2.3.0)", "Requirement already up-to-date: os-vif===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 460)) (2.0.0)", "Requirement already up-to-date: os-xenapi===0.3.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466)) (0.3.4)", "Requirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 471)) (2.3.0)", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 475)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 479)) (8.0.4)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 483)) (3.0.2)", "Requirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 487)) (8.1.0)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 491)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 499)) (4.1.3)", "Requirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 503)) (12.1.5)", "Requirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 507)) (4.0.2)", "Requirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 511)) (3.1.1)", "Requirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 515)) (2.1.2)", "Requirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 519)) (2.0.1)", "Requirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 521)) (5.14.0)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 527)) (3.1.1)", "Requirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 531)) (2.1.1)", "Requirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 535)) (1.0.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 539)) (4.1.2)", "Requirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 543)) (2.0.2)", "Requirement already up-to-date: osprofiler===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 556)) (3.1.0)", "Requirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 558)) (2.11.0)", "Requirement already up-to-date: ovsdbapp===1.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 561)) (1.2.2)", "Requirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 565)) (2.7.1)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (5.4.5)", "Collecting pecan===1.3.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 571))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d95/927cd140c5839/pecan-1.3.3-py3-none-any.whl (146kB)", "Requirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 578)) (0.7.2)", "Requirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 582)) (5.7.0)", "Requirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 588)) (19.1.0)", "Requirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (3.0.0)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (2.4.7)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 652)) (2.8.1)", "Collecting python-designateclient===4.0.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 655))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7cc/41ff24966f165/python_designateclient-4.0.0-py3-none-any.whl (84kB)", "Requirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 657)) (1.0.4)", "Requirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 685)) (4.0.0)", "Requirement already up-to-date: python-neutronclient===7.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 715)) (7.1.1)", "Requirement already up-to-date: python-novaclient===17.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 719)) (17.0.0)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 772)) (2019.3)", "Requirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (0.7)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (2.23.0)", "Requirement already up-to-date: requestsexceptions===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795)) (1.4.0)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 799)) (1.4.0)", "Collecting setproctitle===1.1.10 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 826))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2f9/6f3b7a73662a6/setproctitle-1.1.10-cp37-cp37m-win_amd64.whl", "Requirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (3.17.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 831)) (1.14.0)", "Requirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 836)) (2.1.0)", "Requirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.13.0)", "Requirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (0.3.1)", "Requirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 895)) (3.3.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 900)) (1.32.0)", "Requirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 922)) (6.1.0)", "Requirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.0.1)", "Requirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (0.5.0)", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 927)) (2.4.0)", "Collecting tinyrpc===1.0.4 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 933))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/4e7/2714bf0a16e74/tinyrpc-1.0.4-py3-none-any.whl", "Requirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 936)) (2.3.1)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 946)) (1.4.0)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.1.0)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 969)) (1.25.8)", "Requirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 975)) (0.11.7)", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 988)) (1.12.1)", "Requirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 994)) (1.0)", "Requirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)", "Requirement already up-to-date: munch===2.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (2.5.0)", "Requirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 225)) (0.9.0)", "Requirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 189)) (2.9)", "Requirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 322)) (1.25)", "Requirement already up-to-date: jmespath===0.9.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 317)) (0.9.5)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Requirement already up-to-date: appdirs===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120)) (1.4.3)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)", "Requirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)", "Requirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)", "Requirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (4.6.8)", "Requirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)", "Requirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)", "Requirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)", "Collecting logutils===0.3.5 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 347))", " Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/330/91b324881269f/logutils-0.3.5-py2.py3-none-any.whl", "Collecting WebTest===2.0.34 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 61))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da9/cf14c103ff51a/WebTest-2.0.34-py2.py3-none-any.whl", "Requirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)", "Requirement already up-to-date: osc-lib===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 467)) (2.0.0)", "Requirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (3.2.0)", "Requirement already up-to-date: os-client-config===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436)) (2.1.0)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 700)) (1.6.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.4.0)", "Requirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 325)) (2.0)", "Requirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 971)) (1.3.0)", "Requirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 298)) (1.6.0)", "Requirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 596)) (2.20)", "Collecting beautifulsoup4===4.9.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 143))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d4e/96ac9b0c3a6d3/beautifulsoup4-4.9.0-py3-none-any.whl (109kB)", "Collecting waitress===1.4.3 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 977))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/77f/f3f3226931a1d/waitress-1.4.3-py2.py3-none-any.whl (148kB)", "Requirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)", "Requirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (51.1.2)", "Requirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 614)) (0.16.0)", "Requirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)", "Requirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1005)) (3.1.0)", "Collecting soupsieve===2.0 (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 839))", " Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fcd/71e08c0aee99a/soupsieve-2.0-py2.py3-none-any.whl", "Requirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (1.8.0)", "Requirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)", "Installing collected packages: logutils, soupsieve, beautifulsoup4, waitress, WebTest, pecan, tinyrpc, os-ken, setproctitle, neutron-lib, python-designateclient, neutron", " Running setup.py develop for neutron", "Successfully installed WebTest-2.0.34 beautifulsoup4-4.9.0 logutils-0.3.5 neutron neutron-lib-2.3.0 os-ken-1.0.0 pecan-1.3.3 python-designateclient-4.0.0 setproctitle-1.1.10 soupsieve-2.0 tinyrpc-1.0.4 waitress-1.4.3"]} TASK [Write log file c:\openstack\log\pip-install-neutron.log] ***************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "a94bb9e960e3f794f819f0a8f13838db98338b16", "dest": "c:\\openstack\\log\\pip-install-neutron.log", "operation": "file_copy", "original_basename": "tmpAPFILr", "size": 131531, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-compute-hyperv.log", "project_folder": "c:\\openstack\\build\\compute-hyperv"}, "changed": false} TASK [Get project name from c:\openstack\build\compute-hyperv\setup.cfg] ******* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\compute-hyperv\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.783962", "end": "2021-01-15 04:11:19.495351", "rc": 0, "start": "2021-01-15 04:11:18.711388", "stderr": "", "stderr_lines": [], "stdout": "compute-hyperv\r\n", "stdout_lines": ["compute-hyperv"]} TASK [Set project name to compute-hyperv] ************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "compute-hyperv"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for compute-hyperv in c:\openstack\build\compute-hyperv] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- compute-hyperv \"-e file:///C:/openstack/build/compute-hyperv#egg=compute-hyperv\"", "delta": "0:00:02.358699", "end": "2021-01-15 04:11:24.147983", "rc": 0, "start": "2021-01-15 04:11:21.789283", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing compute-hyperv from c:\openstack\build\compute-hyperv] ******** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\compute-hyperv", "delta": "0:00:18.530004", "end": "2021-01-15 04:11:44.271742", "rc": 0, "start": "2021-01-15 04:11:25.741738", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-win: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/compute-hyperv\r\nObtaining compute-hyperv from file:///C:/openstack/build/compute-hyperv#egg=compute-hyperv (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)\r\nRequirement already up-to-date: os-brick===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436)) (3.0.4)\r\nRequirement already up-to-date: os-win===5.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (5.0.2)\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 476)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 480)) (8.0.4)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 492)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 500)) (4.1.3)\r\nRequirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 516)) (2.1.2)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 528)) (3.1.1)\r\nRequirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 532)) (2.1.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 540)) (4.1.2)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 571)) (5.4.5)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (2.4.7)\r\nRequirement already up-to-date: python-barbicanclient===4.10.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 633)) (4.10.0)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 653)) (2.8.1)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 773)) (2019.3)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 788)) (2.23.0)\r\nRequirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798)) (1.3.3)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 800)) (1.4.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 832)) (1.14.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 901)) (1.32.0)\r\nRequirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 937)) (2.3.1)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970)) (1.25.8)\r\nRequirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 976)) (0.11.7)\r\nRequirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 995)) (1.0)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)\r\nRequirement already satisfied, skipping upgrade: PyMI>=1.0.0; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (1.0.6)\r\nRequirement already satisfied, skipping upgrade: wmi>=0.5; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (1.5.1)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 484)) (3.0.2)\r\nRequirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)\r\nRequirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)\r\nRequirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)\r\nRequirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)\r\nRequirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)\r\nRequirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)\r\nRequirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)\r\nRequirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 923)) (6.1.0)\r\nRequirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (300)\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 989)) (1.12.1)\r\nRequirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 597)) (2.20)\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 928)) (2.4.0)\r\nRequirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (0.7)\r\nRequirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 450)) (1.7.0)\r\nRequirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)\r\nRequirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 579)) (0.7.2)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 947)) (1.4.0)\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 701)) (1.6.0)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.1.0)\r\nRequirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)\r\nRequirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 612)) (1.8.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.4.0)\r\nInstalling collected packages: compute-hyperv\r\n Running setup.py develop for compute-hyperv\r\nSuccessfully installed compute-hyperv\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring os-win: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/compute-hyperv", "Obtaining compute-hyperv from file:///C:/openstack/build/compute-hyperv#egg=compute-hyperv (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 236)) (0.26.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 278)) (0.4.15)", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 363)) (1.5)", "Requirement already up-to-date: os-brick===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 436)) (3.0.4)", "Requirement already up-to-date: os-win===5.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (5.0.2)", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 476)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 480)) (8.0.4)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 492)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 500)) (4.1.3)", "Requirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 516)) (2.1.2)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 528)) (3.1.1)", "Requirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 532)) (2.1.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 540)) (4.1.2)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 571)) (5.4.5)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 611)) (2.4.7)", "Requirement already up-to-date: python-barbicanclient===4.10.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 633)) (4.10.0)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 653)) (2.8.1)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 773)) (2019.3)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 788)) (2.23.0)", "Requirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798)) (1.3.3)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 800)) (1.4.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 832)) (1.14.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 901)) (1.32.0)", "Requirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 937)) (2.3.1)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970)) (1.25.8)", "Requirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 976)) (0.11.7)", "Requirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 995)) (1.0)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 215)) (1.15.0)", "Requirement already satisfied, skipping upgrade: PyMI>=1.0.0; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (1.0.6)", "Requirement already satisfied, skipping upgrade: wmi>=0.5; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (1.5.1)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 240)) (0.14.1)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 384)) (0.7.19)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 196)) (2.0.1)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 484)) (3.0.2)", "Requirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 374)) (0.6.2)", "Requirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 242)) (3.0.0)", "Requirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)", "Requirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)", "Requirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 310)) (0.1.12)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.10.9)", "Requirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 333)) (4.0.0)", "Requirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 293)) (2.9)", "Requirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 923)) (6.1.0)", "Requirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 257)) (2.1.1)", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5; sys_platform == \"win32\"->os-win===5.0.2->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (300)", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 989)) (1.12.1)", "Requirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 597)) (2.20)", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 928)) (2.4.0)", "Requirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 787)) (0.7)", "Requirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 450)) (1.7.0)", "Requirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)", "Requirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 579)) (0.7.2)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 947)) (1.4.0)", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 238)) (1.0.0)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 701)) (1.6.0)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.1.0)", "Requirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)", "Requirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 612)) (1.8.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 345)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.4.0)", "Installing collected packages: compute-hyperv", " Running setup.py develop for compute-hyperv", "Successfully installed compute-hyperv"]} TASK [Write log file c:\openstack\log\pip-install-compute-hyperv.log] ********** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "39f8ebd285c43d113fffb6228cd47b0afe796f8d", "dest": "c:\\openstack\\log\\pip-install-compute-hyperv.log", "operation": "file_copy", "original_basename": "tmpBguT1v", "size": 106150, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-os-win.log", "project_folder": "c:\\openstack\\build\\os-win"}, "changed": false} TASK [Get project name from c:\openstack\build\os-win\setup.cfg] *************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\os-win\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.796811", "end": "2021-01-15 04:11:51.884518", "rc": 0, "start": "2021-01-15 04:11:51.087707", "stderr": "", "stderr_lines": [], "stdout": "os-win\r\n", "stdout_lines": ["os-win"]} TASK [Set project name to os-win] ********************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "os-win"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for os-win in c:\openstack\build\os-win] ******** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- os-win \"-e file:///C:/openstack/build/os-win#egg=os-win\"", "delta": "0:00:02.417408", "end": "2021-01-15 04:11:56.661654", "rc": 0, "start": "2021-01-15 04:11:54.244245", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing os-win from c:\openstack\build\os-win] ************************ task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\os-win", "delta": "0:00:16.717876", "end": "2021-01-15 04:12:15.176324", "rc": 0, "start": "2021-01-15 04:11:58.458448", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/os-win\r\nObtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 473)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 477)) (8.0.4)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 489)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 497)) (4.1.3)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 525)) (3.1.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 537)) (4.1.2)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 568)) (5.4.5)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 608)) (2.4.7)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 650)) (2.8.1)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 770)) (2019.3)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (2.23.0)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.4.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (1.14.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 898)) (1.32.0)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.25.8)\r\nRequirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win==5.0.2) (1.0.6)\r\nRequirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win==5.0.2) (1.5.1)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 481)) (3.0.2)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win==5.0.2) (300)\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986)) (1.12.1)\r\nInstalling collected packages: os-win\r\n Found existing installation: os-win 5.0.2\r\n Uninstalling os-win-5.0.2:\r\n Successfully uninstalled os-win-5.0.2\r\n Running setup.py develop for os-win\r\nSuccessfully installed os-win\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/os-win", "Obtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 473)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 477)) (8.0.4)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 489)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 497)) (4.1.3)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 525)) (3.1.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 537)) (4.1.2)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 568)) (5.4.5)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 608)) (2.4.7)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 650)) (2.8.1)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 770)) (2019.3)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (2.23.0)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.4.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (1.14.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 898)) (1.32.0)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.25.8)", "Requirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win==5.0.2) (1.0.6)", "Requirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win==5.0.2) (1.5.1)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 481)) (3.0.2)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win==5.0.2) (300)", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986)) (1.12.1)", "Installing collected packages: os-win", " Found existing installation: os-win 5.0.2", " Uninstalling os-win-5.0.2:", " Successfully uninstalled os-win-5.0.2", " Running setup.py develop for os-win", "Successfully installed os-win"]} TASK [Write log file c:\openstack\log\pip-install-os-win.log] ****************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "325ceaea962c5472b7fb7616185e0fb41b9a1000", "dest": "c:\\openstack\\log\\pip-install-os-win.log", "operation": "file_copy", "original_basename": "tmp6QHr1t", "size": 93156, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-os-brick.log", "project_folder": "c:\\openstack\\build\\os-brick"}, "changed": false} TASK [Get project name from c:\openstack\build\os-brick\setup.cfg] ************* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\os-brick\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.796903", "end": "2021-01-15 04:12:22.587891", "rc": 0, "start": "2021-01-15 04:12:21.790988", "stderr": "", "stderr_lines": [], "stdout": "os-brick\r\n", "stdout_lines": ["os-brick"]} TASK [Set project name to os-brick] ******************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "os-brick"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for os-brick in c:\openstack\build\os-brick] **** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- os-brick \"-e file:///C:/openstack/build/os-brick#egg=os-brick\"", "delta": "0:00:02.380536", "end": "2021-01-15 04:12:27.040793", "rc": 0, "start": "2021-01-15 04:12:24.660256", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing os-brick from c:\openstack\build\os-brick] ******************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\os-brick", "delta": "0:00:25.047970", "end": "2021-01-15 04:12:53.614287", "rc": 0, "start": "2021-01-15 04:12:28.566317", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/os-brick\r\nObtaining os-brick from file:///C:/openstack/build/os-brick#egg=os-brick (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)\r\nObtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 473)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 477)) (8.0.4)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 489)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 497)) (4.1.3)\r\nRequirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 513)) (2.1.2)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 525)) (3.1.1)\r\nRequirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 529)) (2.1.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 537)) (4.1.2)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 568)) (5.4.5)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 608)) (2.4.7)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 650)) (2.8.1)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 770)) (2019.3)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (2.23.0)\r\nRequirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795)) (1.3.3)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.4.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (1.14.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 898)) (1.32.0)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.25.8)\r\nRequirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 992)) (1.0)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)\r\nRequirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (1.0.6)\r\nRequirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (1.5.1)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 481)) (3.0.2)\r\nRequirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)\r\nRequirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)\r\nRequirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)\r\nRequirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 243)) (3.0.0)\r\nRequirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (300)\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986)) (1.12.1)\r\nRequirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (2.20)\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.4.0)\r\nRequirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 784)) (0.7)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 965)) (1.1.0)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 698)) (1.6.0)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 944)) (1.4.0)\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 965)) (1.4.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 346)) (1.0.0)\r\nInstalling collected packages: os-win, os-brick\r\n Found existing installation: os-win 5.0.2\r\n Uninstalling os-win-5.0.2:\r\n Successfully uninstalled os-win-5.0.2\r\n Running setup.py develop for os-win\r\n Found existing installation: os-brick 3.0.4\r\n Uninstalling os-brick-3.0.4:\r\n Successfully uninstalled os-brick-3.0.4\r\n Running setup.py develop for os-brick\r\nSuccessfully installed os-brick os-win\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/os-brick", "Obtaining os-brick from file:///C:/openstack/build/os-brick#egg=os-brick (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)", "Obtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463))", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 473)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 477)) (8.0.4)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 489)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 497)) (4.1.3)", "Requirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 513)) (2.1.2)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 525)) (3.1.1)", "Requirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 529)) (2.1.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 537)) (4.1.2)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 568)) (5.4.5)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 608)) (2.4.7)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 650)) (2.8.1)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 770)) (2019.3)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (2.23.0)", "Requirement already up-to-date: retrying===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 795)) (1.3.3)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 797)) (1.4.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 829)) (1.14.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 898)) (1.32.0)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 967)) (1.25.8)", "Requirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 992)) (1.0)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)", "Requirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (1.0.6)", "Requirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (1.5.1)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 481)) (3.0.2)", "Requirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)", "Requirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)", "Requirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)", "Requirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 243)) (3.0.0)", "Requirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 463)) (300)", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 986)) (1.12.1)", "Requirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 594)) (2.20)", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (2.4.0)", "Requirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 784)) (0.7)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 965)) (1.1.0)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 698)) (1.6.0)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 944)) (1.4.0)", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 965)) (1.4.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 346)) (1.0.0)", "Installing collected packages: os-win, os-brick", " Found existing installation: os-win 5.0.2", " Uninstalling os-win-5.0.2:", " Successfully uninstalled os-win-5.0.2", " Running setup.py develop for os-win", " Found existing installation: os-brick 3.0.4", " Uninstalling os-brick-3.0.4:", " Successfully uninstalled os-brick-3.0.4", " Running setup.py develop for os-brick", "Successfully installed os-brick os-win"]} TASK [Write log file c:\openstack\log\pip-install-os-brick.log] **************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "e066f06ea1c10bcceab43e3f7f99bbc9daf38649", "dest": "c:\\openstack\\log\\pip-install-os-brick.log", "operation": "file_copy", "original_basename": "tmpw58TXH", "size": 101156, "src": null} TASK [Set project folder] ****************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:2 ok: [10.222.0.78] => {"ansible_facts": {"log_file": "c:\\openstack\\log\\pip-install-networking-hyperv.log", "project_folder": "c:\\openstack\\build\\networking-hyperv"}, "changed": false} TASK [Get project name from c:\openstack\build\networking-hyperv\setup.cfg] **** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:8 changed: [10.222.0.78] => {"changed": true, "cmd": "Select-String -path c:\\openstack\\build\\networking-hyperv\\\\setup.cfg -pattern \"^name.*=.*\" | % {$_.matches.value.split(\"=\")[1].trim()}", "delta": "0:00:00.781233", "end": "2021-01-15 04:13:01.314977", "rc": 0, "start": "2021-01-15 04:13:00.533744", "stderr": "", "stderr_lines": [], "stdout": "networking-hyperv\r\n", "stdout_lines": ["networking-hyperv"]} TASK [Set project name to networking-hyperv] *********************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:13 ok: [10.222.0.78] => {"ansible_facts": {"project_name": "networking-hyperv"}, "changed": false} TASK [Set repo_path variable] ************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:18 ok: [10.222.0.78] => {"ansible_facts": {"repo_path": "C:/openstack/build"}, "changed": false} TASK [Running edit-constraints for networking-hyperv in c:\openstack\build\networking-hyperv] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:26 changed: [10.222.0.78] => {"changed": true, "cmd": "edit-constraints c:\\openstack\\build\\\\requirements\\\\upper-constraints.txt -- networking-hyperv \"-e file:///C:/openstack/build/networking-hyperv#egg=networking-hyperv\"", "delta": "0:00:02.318022", "end": "2021-01-15 04:13:05.711022", "rc": 0, "start": "2021-01-15 04:13:03.392999", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Installing networking-hyperv from c:\openstack\build\networking-hyperv] *** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:31 changed: [10.222.0.78] => {"changed": true, "cmd": "pip install -c c:\\openstack\\build\\requirements\\upper-constraints.txt -U -e c:\\openstack\\build\\networking-hyperv", "delta": "0:00:45.988096", "end": "2021-01-15 04:13:53.193466", "rc": 0, "start": "2021-01-15 04:13:07.205370", "stderr": "WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.\r\nYou should consider upgrading via the 'python -m pip install --upgrade pip' command.", "stderr_lines": ["WARNING: You are using pip version 19.1.1, however version 20.3.3 is available.", "You should consider upgrading via the 'python -m pip install --upgrade pip' command."], "stdout": "Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Django: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Faker: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring GitPython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pillow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Pint: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Pygments: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring SecretStorage: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring Sphinx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring asyncio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring autobahn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring automaton: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring bashate: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cachetools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring castellan: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring cliff: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring configparser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring dnspython: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring enum34: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring functools32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futures: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring futurist: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gitdb2: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring happybase: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring influxdb: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring jeepney: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring joblib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring keyring: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring libvirt-python: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring microversion-parse: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mistral-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mox3: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring mypy-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring networkx: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring neutron-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring numpy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring octavia-lib: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstack-doc-tools: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstackdocstheme: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring openstacksdk: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-api-ref: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-ken: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-resource-classes: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-testr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-traits: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring os-vif: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.cache: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.concurrency: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.config: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.context: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.db: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.i18n: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.limit: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.log: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.messaging: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.middleware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.policy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.privsep: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.reports: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.serialization: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.service: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.upgradecheck: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.utils: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.versionedobjects: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslo.vmware: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring oslotest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring osprofiler: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pathlib: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pycadf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring pytest-html: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-blazarclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cinderclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-cloudkittyclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-congressclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-designateclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-freezerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-glanceclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-heatclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironic-inspector-client: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-ironicclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-keystoneclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-manilaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-masakariclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-mistralclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-monascaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-muranoclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-neutronclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-novaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-octaviaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-saharaclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-searchlightclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-senlinclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-solumclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-tackerclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-vitrageclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-watcherclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring reno: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scandir: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scikit-learn: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring scipy: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring smmap2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring soupsieve: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinx-feature-classification: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-applehelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-jsmath: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-qthelp: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stestr: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring taskflow: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tooz: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tornado: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tosca-parser: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring trollius: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring txaio: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring webcolors: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"2.7\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.6\"' don't match your environment\r\nIgnoring zipp: markers 'python_version == \"3.8\"' don't match your environment\r\nLooking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/\r\nObtaining file:///C:/openstack/build/networking-hyperv\r\nObtaining networking-hyperv from file:///C:/openstack/build/networking-hyperv#egg=networking-hyperv (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))\r\nRequirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)\r\nRequirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)\r\nRequirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)\r\nRequirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)\r\nObtaining neutron from file:///C:/openstack/build/neutron#egg=neutron (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 393))\r\nRequirement already up-to-date: neutron-lib===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 396)) (2.3.0)\r\nRequirement already up-to-date: openstacksdk===0.46.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 429)) (0.46.0)\r\nRequirement already up-to-date: os-ken===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 443)) (1.0.0)\r\nRequirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 451)) (1.7.0)\r\nRequirement already up-to-date: os-traits===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 458)) (2.3.0)\r\nRequirement already up-to-date: os-vif===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 462)) (2.0.0)\r\nObtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464))\r\nRequirement already up-to-date: os-xenapi===0.3.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (0.3.4)\r\nRequirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 470)) (2.3.0)\r\nRequirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 474)) (4.0.3)\r\nRequirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 478)) (8.0.4)\r\nRequirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 482)) (3.0.2)\r\nRequirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 486)) (8.1.0)\r\nRequirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 490)) (4.0.1)\r\nRequirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 498)) (4.1.3)\r\nRequirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 502)) (12.1.5)\r\nRequirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 506)) (4.0.2)\r\nRequirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 510)) (3.1.1)\r\nRequirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 514)) (2.1.2)\r\nRequirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 518)) (2.0.1)\r\nRequirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 520)) (5.14.0)\r\nRequirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 526)) (3.1.1)\r\nRequirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 530)) (2.1.1)\r\nRequirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 534)) (1.0.1)\r\nRequirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 538)) (4.1.2)\r\nRequirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 542)) (2.0.2)\r\nRequirement already up-to-date: osprofiler===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 555)) (3.1.0)\r\nRequirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 557)) (2.11.0)\r\nRequirement already up-to-date: ovsdbapp===1.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 560)) (1.2.2)\r\nRequirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 564)) (2.7.1)\r\nRequirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 569)) (5.4.5)\r\nRequirement already up-to-date: pecan===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (1.3.3)\r\nRequirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 577)) (0.7.2)\r\nRequirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 581)) (5.7.0)\r\nRequirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 587)) (19.1.0)\r\nRequirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 609)) (2.4.7)\r\nRequirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 651)) (2.8.1)\r\nRequirement already up-to-date: python-designateclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 654)) (4.0.0)\r\nRequirement already up-to-date: python-neutronclient===7.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 714)) (7.1.1)\r\nRequirement already up-to-date: python-novaclient===17.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 718)) (17.0.0)\r\nRequirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 771)) (2019.3)\r\nRequirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (2.23.0)\r\nRequirement already up-to-date: requestsexceptions===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 794)) (1.4.0)\r\nRequirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798)) (1.4.0)\r\nRequirement already up-to-date: setproctitle===1.1.10 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 825)) (1.1.10)\r\nRequirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 828)) (3.17.0)\r\nRequirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 830)) (1.14.0)\r\nRequirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 835)) (2.1.0)\r\nRequirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 892)) (0.13.0)\r\nRequirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.3.1)\r\nRequirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (3.3.0)\r\nRequirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 899)) (1.32.0)\r\nRequirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 921)) (6.1.0)\r\nRequirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 924)) (2.0.1)\r\nRequirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (0.5.0)\r\nRequirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (2.4.0)\r\nRequirement already up-to-date: tinyrpc===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 932)) (1.0.4)\r\nRequirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 935)) (2.3.1)\r\nRequirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 945)) (1.4.0)\r\nRequirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.1.0)\r\nRequirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.25.8)\r\nRequirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 974)) (0.11.7)\r\nRequirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 993)) (1.0)\r\nRequirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)\r\nRequirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)\r\nRequirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)\r\nRequirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)\r\nRequirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)\r\nRequirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 199)) (4.4.2)\r\nRequirement already up-to-date: httplib2===0.17.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 291)) (0.17.2)\r\nRequirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)\r\nRequirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (9.0.0)\r\nRequirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)\r\nRequirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)\r\nRequirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)\r\nRequirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)\r\nRequirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (4.0.0)\r\nRequirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)\r\nRequirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 258)) (2.1.1)\r\nRequirement already up-to-date: munch===2.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 376)) (2.5.0)\r\nRequirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 190)) (2.9)\r\nRequirement already up-to-date: appdirs===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120)) (1.4.3)\r\nRequirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 323)) (1.25)\r\nRequirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 226)) (0.9.0)\r\nRequirement already up-to-date: jmespath===0.9.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 318)) (0.9.5)\r\nRequirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)\r\nRequirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)\r\nRequirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)\r\nRequirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.0.6)\r\nRequirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.5.1)\r\nRequirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)\r\nRequirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)\r\nRequirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)\r\nRequirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 336)) (4.6.8)\r\nRequirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)\r\nRequirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 243)) (3.0.0)\r\nRequirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)\r\nRequirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)\r\nRequirement already up-to-date: logutils===0.3.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 348)) (0.3.5)\r\nRequirement already up-to-date: WebTest===2.0.34 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 61)) (2.0.34)\r\nRequirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)\r\nRequirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 327)) (3.2.0)\r\nRequirement already up-to-date: osc-lib===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466)) (2.0.0)\r\nRequirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)\r\nRequirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 684)) (4.0.0)\r\nRequirement already up-to-date: os-client-config===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 438)) (2.1.0)\r\nRequirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)\r\nRequirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)\r\nRequirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)\r\nRequirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)\r\nRequirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239)) (1.0.0)\r\nRequirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 699)) (1.6.0)\r\nRequirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 346)) (1.0.0)\r\nRequirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.4.0)\r\nRequirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (0.7)\r\nRequirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 987)) (1.12.1)\r\nRequirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)\r\nRequirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 593)) (3.0.0)\r\nRequirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 656)) (1.0.4)\r\nRequirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (2.0)\r\nRequirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (300)\r\nRequirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970)) (1.3.0)\r\nRequirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 299)) (1.6.0)\r\nRequirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 595)) (2.20)\r\nRequirement already up-to-date: beautifulsoup4===4.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 143)) (4.9.0)\r\nRequirement already up-to-date: waitress===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 976)) (1.4.3)\r\nRequirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 327)) (51.1.2)\r\nRequirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)\r\nRequirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 613)) (0.16.0)\r\nRequirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)\r\nRequirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1004)) (3.1.0)\r\nRequirement already up-to-date: soupsieve===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 838)) (2.0)\r\nRequirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)\r\nRequirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (1.8.0)\r\nInstalling collected packages: os-win, neutron, networking-hyperv\r\n Found existing installation: os-win 5.0.2\r\n Uninstalling os-win-5.0.2:\r\n Successfully uninstalled os-win-5.0.2\r\n Running setup.py develop for os-win\r\n Found existing installation: neutron 16.2.1.dev50\r\n Uninstalling neutron-16.2.1.dev50:\r\n Successfully uninstalled neutron-16.2.1.dev50\r\n Running setup.py develop for neutron\r\n Running setup.py develop for networking-hyperv\r\nSuccessfully installed networking-hyperv neutron os-win\r\n", "stdout_lines": ["Ignoring Django: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Django: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Django: 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.6\"' don't match your environment", "Ignoring Faker: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring GitPython: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring M2Crypto: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pillow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring Pint: markers 'python_version == \"3.6\"' 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 Pygments: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring Pygments: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring Pygments: 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.6\"' don't match your environment", "Ignoring SecretStorage: 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.6\"' don't match your environment", "Ignoring Sphinx: 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.6\"' don't match your environment", "Ignoring actdiag: 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.6\"' don't match your environment", "Ignoring aodhclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring asyncio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring atomicwrites: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring autobahn: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring autobahn: 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.6\"' don't match your environment", "Ignoring automaton: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring backports-abc: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.functools-lru-cache: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring backports.ssl-match-hostname: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring bashate: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring bashate: 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.6\"' don't match your environment", "Ignoring blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring cachetools: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring cachetools: 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.6\"' don't match your environment", "Ignoring castellan: 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.6\"' don't match your environment", "Ignoring cliff: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring configparser: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring contextlib2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring dataclasses: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring debtcollector: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring dnspython: markers 'python_version == \"3.6\"' 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 dnspython3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring dnspython3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring enum34: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring funcsigs: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring functools32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring futures: 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.6\"' don't match your environment", "Ignoring futurist: 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.6\"' don't match your environment", "Ignoring gitdb: 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.6\"' don't match your environment", "Ignoring gitdb2: 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.6\"' don't match your environment", "Ignoring gunicorn: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring happybase: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring heat-translator: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring ifaddr: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring influxdb: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring ipaddress: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring jeepney: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring joblib: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring joblib: 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.6\"' don't match your environment", "Ignoring keyring: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring libvirt-python: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring libvirt-python: 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.6\"' don't match your environment", "Ignoring microversion-parse: 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.6\"' don't match your environment", "Ignoring mistral-lib: 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.6\"' don't match your environment", "Ignoring more-itertools: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mox3: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring mypy-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring mypy-extensions: 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.6\"' don't match your environment", "Ignoring networkx: 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.6\"' don't match your environment", "Ignoring neutron-lib: 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.6\"' don't match your environment", "Ignoring numpy: 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.6\"' don't match your environment", "Ignoring octavia-lib: 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.6\"' don't match your environment", "Ignoring openstack-doc-tools: 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.6\"' don't match your environment", "Ignoring openstackdocstheme: 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.6\"' don't match your environment", "Ignoring openstacksdk: 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.6\"' don't match your environment", "Ignoring os-api-ref: 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.6\"' don't match your environment", "Ignoring os-ken: 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.6\"' don't match your environment", "Ignoring os-resource-classes: 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.6\"' don't match your environment", "Ignoring os-testr: 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.6\"' don't match your environment", "Ignoring os-traits: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring os-vif: 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.6\"' don't match your environment", "Ignoring oslo.cache: 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.6\"' don't match your environment", "Ignoring oslo.concurrency: 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.6\"' don't match your environment", "Ignoring oslo.config: 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.6\"' don't match your environment", "Ignoring oslo.context: 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.6\"' don't match your environment", "Ignoring oslo.db: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.i18n: 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.6\"' don't match your environment", "Ignoring oslo.limit: 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.6\"' don't match your environment", "Ignoring oslo.log: 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.6\"' don't match your environment", "Ignoring oslo.messaging: 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.6\"' don't match your environment", "Ignoring oslo.middleware: 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.6\"' don't match your environment", "Ignoring oslo.policy: 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.6\"' don't match your environment", "Ignoring oslo.privsep: 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.6\"' don't match your environment", "Ignoring oslo.reports: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring oslo.serialization: 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.6\"' don't match your environment", "Ignoring oslo.service: 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.6\"' don't match your environment", "Ignoring oslo.upgradecheck: 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.6\"' don't match your environment", "Ignoring oslo.utils: 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.6\"' don't match your environment", "Ignoring oslo.versionedobjects: 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.6\"' don't match your environment", "Ignoring oslo.vmware: 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.6\"' don't match your environment", "Ignoring oslotest: 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.6\"' don't match your environment", "Ignoring osprofiler: 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.6\"' don't match your environment", "Ignoring ovsdbapp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring pathlib: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring pycadf: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring pycadf: 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.6\"' don't match your environment", "Ignoring pytest: 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.6\"' don't match your environment", "Ignoring pytest-html: 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.6\"' don't match your environment", "Ignoring python-blazarclient: 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.6\"' don't match your environment", "Ignoring python-cinderclient: 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.6\"' don't match your environment", "Ignoring python-cloudkittyclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-congressclient: 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.6\"' don't match your environment", "Ignoring python-designateclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-freezerclient: 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.6\"' don't match your environment", "Ignoring python-glanceclient: 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.6\"' don't match your environment", "Ignoring python-heatclient: 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.6\"' don't match your environment", "Ignoring python-ironic-inspector-client: 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.6\"' don't match your environment", "Ignoring python-ironicclient: 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.6\"' don't match your environment", "Ignoring python-keystoneclient: 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.6\"' don't match your environment", "Ignoring python-manilaclient: 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.6\"' don't match your environment", "Ignoring python-masakariclient: 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.6\"' don't match your environment", "Ignoring python-mistralclient: 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.6\"' don't match your environment", "Ignoring python-monascaclient: 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.6\"' don't match your environment", "Ignoring python-muranoclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-neutronclient: 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.6\"' don't match your environment", "Ignoring python-novaclient: 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.6\"' don't match your environment", "Ignoring python-octaviaclient: 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.6\"' don't match your environment", "Ignoring python-qinlingclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring python-saharaclient: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring python-saharaclient: 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.6\"' don't match your environment", "Ignoring python-searchlightclient: 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.6\"' don't match your environment", "Ignoring python-senlinclient: 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.6\"' don't match your environment", "Ignoring python-solumclient: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring python-tackerclient: 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.6\"' don't match your environment", "Ignoring python-vitrageclient: 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.6\"' don't match your environment", "Ignoring python-watcherclient: 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.6\"' don't match your environment", "Ignoring python-zunclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring qpid-python: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring reno: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring scandir: markers 'python_version == \"2.7\"' 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.6\"' don't match your environment", "Ignoring scikit-learn: 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.6\"' don't match your environment", "Ignoring scipy: 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.6\"' don't match your environment", "Ignoring seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring singledispatch: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring smmap2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring soupsieve: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring soupsieve: 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.6\"' don't match your environment", "Ignoring sphinx-feature-classification: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-actdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-applehelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-blockdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-devhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-htmlhelp: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-jsmath: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-nwdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-qthelp: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-seqdiag: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring sphinxcontrib-serializinghtml: 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.6\"' don't match your environment", "Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring sphinxcontrib-websupport: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring stestr: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring stestr: 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.6\"' don't match your environment", "Ignoring stomp.py: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring subprocess32: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring taskflow: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring thriftpy2: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tooz: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring tornado: markers 'python_version == \"3.8\"' 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.6\"' don't match your environment", "Ignoring tosca-parser: 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.6\"' don't match your environment", "Ignoring tricircleclient: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring trollius: 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.6\"' don't match your environment", "Ignoring txaio: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typed-ast: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring typing-extensions: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring unicodecsv: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring weakrefmethod: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring webcolors: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring webcolors: 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.6\"' don't match your environment", "Ignoring zeroconf: markers 'python_version == \"3.8\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"2.7\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.6\"' don't match your environment", "Ignoring zipp: markers 'python_version == \"3.8\"' don't match your environment", "Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/", "Obtaining file:///C:/openstack/build/networking-hyperv", "Obtaining networking-hyperv from file:///C:/openstack/build/networking-hyperv#egg=networking-hyperv (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1))", "Requirement already up-to-date: Babel===2.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 3)) (2.8.0)", "Requirement already up-to-date: eventlet===0.26.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 237)) (0.26.1)", "Requirement already up-to-date: greenlet===0.4.15 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 279)) (0.4.15)", "Requirement already up-to-date: monotonic===1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 364)) (1.5)", "Obtaining neutron from file:///C:/openstack/build/neutron#egg=neutron (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 393))", "Requirement already up-to-date: neutron-lib===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 396)) (2.3.0)", "Requirement already up-to-date: openstacksdk===0.46.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 429)) (0.46.0)", "Requirement already up-to-date: os-ken===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 443)) (1.0.0)", "Requirement already up-to-date: os-service-types===1.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 451)) (1.7.0)", "Requirement already up-to-date: os-traits===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 458)) (2.3.0)", "Requirement already up-to-date: os-vif===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 462)) (2.0.0)", "Obtaining os-win from file:///C:/openstack/build/os-win#egg=os-win (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464))", "Requirement already up-to-date: os-xenapi===0.3.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 465)) (0.3.4)", "Requirement already up-to-date: oslo.cache===2.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 470)) (2.3.0)", "Requirement already up-to-date: oslo.concurrency===4.0.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 474)) (4.0.3)", "Requirement already up-to-date: oslo.config===8.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 478)) (8.0.4)", "Requirement already up-to-date: oslo.context===3.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 482)) (3.0.2)", "Requirement already up-to-date: oslo.db===8.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 486)) (8.1.0)", "Requirement already up-to-date: oslo.i18n===4.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 490)) (4.0.1)", "Requirement already up-to-date: oslo.log===4.1.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 498)) (4.1.3)", "Requirement already up-to-date: oslo.messaging===12.1.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 502)) (12.1.5)", "Requirement already up-to-date: oslo.middleware===4.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 506)) (4.0.2)", "Requirement already up-to-date: oslo.policy===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 510)) (3.1.1)", "Requirement already up-to-date: oslo.privsep===2.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 514)) (2.1.2)", "Requirement already up-to-date: oslo.reports===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 518)) (2.0.1)", "Requirement already up-to-date: oslo.rootwrap===5.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 520)) (5.14.0)", "Requirement already up-to-date: oslo.serialization===3.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 526)) (3.1.1)", "Requirement already up-to-date: oslo.service===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 530)) (2.1.1)", "Requirement already up-to-date: oslo.upgradecheck===1.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 534)) (1.0.1)", "Requirement already up-to-date: oslo.utils===4.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 538)) (4.1.2)", "Requirement already up-to-date: oslo.versionedobjects===2.0.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 542)) (2.0.2)", "Requirement already up-to-date: osprofiler===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 555)) (3.1.0)", "Requirement already up-to-date: ovs===2.11.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 557)) (2.11.0)", "Requirement already up-to-date: ovsdbapp===1.2.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 560)) (1.2.2)", "Requirement already up-to-date: paramiko===2.7.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 564)) (2.7.1)", "Requirement already up-to-date: pbr===5.4.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 569)) (5.4.5)", "Requirement already up-to-date: pecan===1.3.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 570)) (1.3.3)", "Requirement already up-to-date: prettytable===0.7.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 577)) (0.7.2)", "Requirement already up-to-date: psutil===5.7.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 581)) (5.7.0)", "Requirement already up-to-date: pyOpenSSL===19.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 587)) (19.1.0)", "Requirement already up-to-date: pyparsing===2.4.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 609)) (2.4.7)", "Requirement already up-to-date: python-dateutil===2.8.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 651)) (2.8.1)", "Requirement already up-to-date: python-designateclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 654)) (4.0.0)", "Requirement already up-to-date: python-neutronclient===7.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 714)) (7.1.1)", "Requirement already up-to-date: python-novaclient===17.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 718)) (17.0.0)", "Requirement already up-to-date: pytz===2019.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 771)) (2019.3)", "Requirement already up-to-date: requests===2.23.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 786)) (2.23.0)", "Requirement already up-to-date: requestsexceptions===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 794)) (1.4.0)", "Requirement already up-to-date: rfc3986===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 798)) (1.4.0)", "Requirement already up-to-date: setproctitle===1.1.10 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 825)) (1.1.10)", "Requirement already up-to-date: simplejson===3.17.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 828)) (3.17.0)", "Requirement already up-to-date: six===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 830)) (1.14.0)", "Requirement already up-to-date: sortedcontainers===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 835)) (2.1.0)", "Requirement already up-to-date: sqlalchemy-migrate===0.13.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 892)) (0.13.0)", "Requirement already up-to-date: sqlparse===0.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 893)) (0.3.1)", "Requirement already up-to-date: statsd===3.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 894)) (3.3.0)", "Requirement already up-to-date: stevedore===1.32.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 899)) (1.32.0)", "Requirement already up-to-date: tenacity===6.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 921)) (6.1.0)", "Requirement already up-to-date: testresources===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 924)) (2.0.1)", "Requirement already up-to-date: testscenarios===0.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 925)) (0.5.0)", "Requirement already up-to-date: testtools===2.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 926)) (2.4.0)", "Requirement already up-to-date: tinyrpc===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 932)) (1.0.4)", "Requirement already up-to-date: tooz===2.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 935)) (2.3.1)", "Requirement already up-to-date: traceback2===1.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 945)) (1.4.0)", "Requirement already up-to-date: unittest2===1.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.1.0)", "Requirement already up-to-date: urllib3===1.25.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 968)) (1.25.8)", "Requirement already up-to-date: voluptuous===0.11.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 974)) (0.11.7)", "Requirement already up-to-date: yappi===1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 993)) (1.0)", "Requirement already up-to-date: dnspython===1.15.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 216)) (1.15.0)", "Requirement already up-to-date: Paste===3.4.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 26)) (3.4.0)", "Requirement already up-to-date: PasteDeploy===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 27)) (2.1.0)", "Requirement already up-to-date: Routes===2.4.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 46)) (2.4.1)", "Requirement already up-to-date: debtcollector===2.0.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 197)) (2.0.1)", "Requirement already up-to-date: decorator===4.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 199)) (4.4.2)", "Requirement already up-to-date: httplib2===0.17.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 291)) (0.17.2)", "Requirement already up-to-date: Jinja2===2.11.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 20)) (2.11.1)", "Requirement already up-to-date: keystonemiddleware===9.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 335)) (9.0.0)", "Requirement already up-to-date: netaddr===0.7.19 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 385)) (0.7.19)", "Requirement already up-to-date: netifaces===0.10.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 386)) (0.10.9)", "Requirement already up-to-date: SQLAlchemy===1.3.16 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 47)) (1.3.16)", "Requirement already up-to-date: WebOb===1.8.6 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 60)) (1.8.6)", "Requirement already up-to-date: keystoneauth1===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 334)) (4.0.0)", "Requirement already up-to-date: alembic===1.4.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 110)) (1.4.2)", "Requirement already up-to-date: futurist===2.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 258)) (2.1.1)", "Requirement already up-to-date: munch===2.5.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 376)) (2.5.0)", "Requirement already up-to-date: cryptography===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 190)) (2.9)", "Requirement already up-to-date: appdirs===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 120)) (1.4.3)", "Requirement already up-to-date: jsonpatch===1.25 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 323)) (1.25)", "Requirement already up-to-date: dogpile.cache===0.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 226)) (0.9.0)", "Requirement already up-to-date: jmespath===0.9.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 318)) (0.9.5)", "Requirement already up-to-date: iso8601===0.1.12 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 311)) (0.1.12)", "Requirement already up-to-date: PyYAML===5.3.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 41)) (5.3.1)", "Requirement already up-to-date: msgpack===0.6.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 375)) (0.6.2)", "Requirement already satisfied, skipping upgrade: PyMI>=1.0.0 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.0.6)", "Requirement already satisfied, skipping upgrade: wmi>=0.5 in c:\\python37\\lib\\site-packages (from os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (1.5.1)", "Requirement already up-to-date: fasteners===0.14.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 241)) (0.14.1)", "Requirement already up-to-date: cachetools===4.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 157)) (4.1.0)", "Requirement already up-to-date: amqp===2.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 111)) (2.5.2)", "Requirement already up-to-date: kombu===4.6.8 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 336)) (4.6.8)", "Requirement already up-to-date: cffi===1.14.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 169)) (1.14.0)", "Requirement already up-to-date: fixtures===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 243)) (3.0.0)", "Requirement already up-to-date: PyNaCl===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 40)) (1.3.0)", "Requirement already up-to-date: bcrypt===3.1.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 142)) (3.1.7)", "Requirement already up-to-date: logutils===0.3.5 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 348)) (0.3.5)", "Requirement already up-to-date: WebTest===2.0.34 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 61)) (2.0.34)", "Requirement already up-to-date: Mako===1.1.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 23)) (1.1.2)", "Requirement already up-to-date: jsonschema===3.2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 327)) (3.2.0)", "Requirement already up-to-date: osc-lib===2.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 466)) (2.0.0)", "Requirement already up-to-date: cliff===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 175)) (3.1.0)", "Requirement already up-to-date: python-keystoneclient===4.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 684)) (4.0.0)", "Requirement already up-to-date: os-client-config===2.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 438)) (2.1.0)", "Requirement already up-to-date: certifi===2020.4.5.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 168)) (2020.4.5.1)", "Requirement already up-to-date: chardet===3.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 170)) (3.0.4)", "Requirement already up-to-date: idna===2.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 294)) (2.9)", "Requirement already up-to-date: Tempita===0.5.2 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 57)) (0.5.2)", "Requirement already up-to-date: extras===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 239)) (1.0.0)", "Requirement already up-to-date: python-mimeparse===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 699)) (1.6.0)", "Requirement already up-to-date: linecache2===1.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 346)) (1.0.0)", "Requirement already satisfied, skipping upgrade: argparse in c:\\python37\\lib\\site-packages (from unittest2===1.1.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 966)) (1.4.0)", "Requirement already up-to-date: repoze.lru===0.7 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 785)) (0.7)", "Requirement already up-to-date: wrapt===1.12.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 987)) (1.12.1)", "Requirement already up-to-date: MarkupSafe===1.1.1 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 24)) (1.1.1)", "Requirement already up-to-date: pycadf===3.0.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 593)) (3.0.0)", "Requirement already up-to-date: python-editor===1.0.4 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 656)) (1.0.4)", "Requirement already up-to-date: jsonpointer===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 326)) (2.0)", "Requirement already satisfied, skipping upgrade: pywin32 in c:\\python37\\lib\\site-packages (from wmi>=0.5->os-win->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 464)) (300)", "Requirement already up-to-date: vine===1.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 970)) (1.3.0)", "Requirement already up-to-date: importlib-metadata===1.6.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 299)) (1.6.0)", "Requirement already up-to-date: pycparser===2.20 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 595)) (2.20)", "Requirement already up-to-date: beautifulsoup4===4.9.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 143)) (4.9.0)", "Requirement already up-to-date: waitress===1.4.3 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 976)) (1.4.3)", "Requirement already satisfied, skipping upgrade: setuptools in c:\\python37\\lib\\site-packages (from jsonschema===3.2.0->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 327)) (51.1.2)", "Requirement already up-to-date: attrs===19.3.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 126)) (19.3.0)", "Requirement already up-to-date: pyrsistent===0.16.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 613)) (0.16.0)", "Requirement already up-to-date: cmd2===0.8.9 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (0.8.9)", "Requirement already up-to-date: zipp===3.1.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 1004)) (3.1.0)", "Requirement already up-to-date: soupsieve===2.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 838)) (2.0)", "Requirement already satisfied, skipping upgrade: pyreadline; sys_platform == \"win32\" in c:\\python37\\lib\\site-packages (from cmd2===0.8.9->-c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 177)) (2.1)", "Requirement already up-to-date: pyperclip===1.8.0 in c:\\python37\\lib\\site-packages (from -c c:\\openstack\\build\\requirements\\upper-constraints.txt (line 610)) (1.8.0)", "Installing collected packages: os-win, neutron, networking-hyperv", " Found existing installation: os-win 5.0.2", " Uninstalling os-win-5.0.2:", " Successfully uninstalled os-win-5.0.2", " Running setup.py develop for os-win", " Found existing installation: neutron 16.2.1.dev50", " Uninstalling neutron-16.2.1.dev50:", " Successfully uninstalled neutron-16.2.1.dev50", " Running setup.py develop for neutron", " Running setup.py develop for networking-hyperv", "Successfully installed networking-hyperv neutron os-win"]} TASK [Write log file c:\openstack\log\pip-install-networking-hyperv.log] ******* task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/tasks/windows/install-project.yaml:36 changed: [10.222.0.78] => {"changed": true, "checksum": "423c95e0c0e90ab1d31605aba08c1d2da83a0223", "dest": "c:\\openstack\\log\\pip-install-networking-hyperv.log", "operation": "file_copy", "original_basename": "tmpddrDqI", "size": 132005, "src": null} TASK [Start iscsi service] ***************************************************** task path: /home/jenkins-slave/workspace/os-brick-smb/021b14583ee04812b457abfa30fa53f4/cbci/build-win2016.yaml:117 changed: [10.222.0.78] => {"can_pause_and_continue": false, "changed": true, "depended_by": [], "dependencies": [], "description": "Manages Internet SCSI (iSCSI) sessions from this computer to remote iSCSI target devices. If this service is stopped, this computer will not be able to login or access iSCSI targets. If this service is disabled, any services that explicitly depend on it will fail to start.", "desktop_interact": false, "display_name": "Microsoft iSCSI Initiator Service", "exists": true, "name": "MSiSCSI", "path": "C:\\windows\\system32\\svchost.exe -k netsvcs", "start_mode": "auto", "state": "running", "username": "LocalSystem"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* 10.222.0.78 : ok=133 changed=81 unreachable=0 failed=0