Advertisement
snadge

neutron tempest centos 7 issue

Jun 16th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. TASK [os_tempest : Get tempest plugins from git] ***************************************************************************************************************************************************
  2. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/telemetry-tempest-plugin', u'name': u'telemetry-tempest-plugin', u'install': True, u'branch': u'master'})
  3. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/cinder-tempest-plugin', u'name': u'cinder-tempest-plugin', u'install': True, u'branch': u'master'})
  4. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/keystone-tempest-plugin', u'name': u'keystone-tempest-plugin', u'install': True, u'branch': u'master'})
  5. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/heat-tempest-plugin', u'name': u'heat-tempest-plugin', u'install': True, u'branch': u'master'})
  6. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/neutron-tempest-plugin', u'name': u'neutron-tempest-plugin', u'install': True, u'branch': u'master'})
  7.  
  8. TASK [os_tempest : Install tempest plugins from cloned repo] ***************************************************************************************************************************************
  9. FAILED - RETRYING: Install tempest plugins from cloned repo (5 retries left).
  10. FAILED - RETRYING: Install tempest plugins from cloned repo (4 retries left).
  11. FAILED - RETRYING: Install tempest plugins from cloned repo (3 retries left).
  12. FAILED - RETRYING: Install tempest plugins from cloned repo (2 retries left).
  13. FAILED - RETRYING: Install tempest plugins from cloned repo (1 retries left).
  14. failed: [infra1_utility_container-c5f9253c] (item={u'repo': u'https://opendev.org/openstack/telemetry-tempest-plugin', u'name': u'telemetry-tempest-plugin', u'install': True, u'branch': u'master'}) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "cmd": ["/openstack/venvs/tempest-20.0.1/bin/pip2", "install", "-U", "--timeout", "120", "--trusted-host=172.30.236.100", "--trusted-host=files.pythonhosted.org", "--trusted-host=pythonhosted.org", "--trusted-host=pypi.org", "--trusted-host=pypi.python.org", "--trusted-host=git.openstack.org", "--isolated", "/opt/telemetry_tempest_plugin_master"], "item": {"branch": "master", "install": true, "name": "telemetry-tempest-plugin", "repo": "https://opendev.org/openstack/telemetry-tempest-plugin"}, "msg": "stdout: Processing /opt/telemetry_tempest_plugin_master\n\n:stderr: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support\nERROR: Package 'telemetry-tempest-plugin' requires a different Python: 2.7.5 not in '>=3.6'\nWARNING: You are using pip version 19.3; however, version 20.3.4 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n"}
  15. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/cinder-tempest-plugin', u'name': u'cinder-tempest-plugin', u'install': True, u'branch': u'master'})
  16. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/keystone-tempest-plugin', u'name': u'keystone-tempest-plugin', u'install': True, u'branch': u'master'})
  17. changed: [infra1_utility_container-c5f9253c] => (item={u'repo': u'https://opendev.org/openstack/heat-tempest-plugin', u'name': u'heat-tempest-plugin', u'install': True, u'branch': u'master'})
  18. FAILED - RETRYING: Install tempest plugins from cloned repo (5 retries left).
  19. FAILED - RETRYING: Install tempest plugins from cloned repo (4 retries left).
  20. FAILED - RETRYING: Install tempest plugins from cloned repo (3 retries left).
  21. FAILED - RETRYING: Install tempest plugins from cloned repo (2 retries left).
  22. FAILED - RETRYING: Install tempest plugins from cloned repo (1 retries left).
  23. failed: [infra1_utility_container-c5f9253c] (item={u'repo': u'https://opendev.org/openstack/neutron-tempest-plugin', u'name': u'neutron-tempest-plugin', u'install': True, u'branch': u'master'}) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "cmd": ["/openstack/venvs/tempest-20.0.1/bin/pip2", "install", "-U", "--timeout", "120", "--trusted-host=172.30.236.100", "--trusted-host=files.pythonhosted.org", "--trusted-host=pythonhosted.org", "--trusted-host=pypi.org", "--trusted-host=pypi.python.org", "--trusted-host=git.openstack.org", "--isolated", "/opt/neutron_tempest_plugin_master"], "item": {"branch": "master", "install": true, "name": "neutron-tempest-plugin", "repo": "https://opendev.org/openstack/neutron-tempest-plugin"}, "msg": "stdout: Processing /opt/neutron_tempest_plugin_master\n\n:stderr: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support\nERROR: Package 'neutron-tempest-plugin' requires a different Python: 2.7.5 not in '>=3.6'\nWARNING: You are using pip version 19.3; however, version 20.3.4 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n"}
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement