Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created December 1, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrardjp/548fe0c242189e7faae011e4ebbde1ba to your computer and use it in GitHub Desktop.
Save evrardjp/548fe0c242189e7faae011e4ebbde1ba to your computer and use it in GitHub Desktop.
fullmetal: TASK [pip_install : Install pip packages (fall back mode)] *********************
fullmetal: Friday 01 December 2017 12:50:04 +0000 (0:00:58.485) 0:01:39.357 *******
fullmetal: FAILED - RETRYING: Install pip packages (fall back mode) (5 retries left).
fullmetal: FAILED - RETRYING: Install pip packages (fall back mode) (4 retries left).
fullmetal: FAILED - RETRYING: Install pip packages (fall back mode) (3 retries left).
fullmetal: FAILED - RETRYING: Install pip packages (fall back mode) (2 retries left).
fullmetal: FAILED - RETRYING: Install pip packages (fall back mode) (1 retries left).
fullmetal: fatal: [aio1]: FAILED! => {"attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip2 install -U --isolated --constraint http://172.29.236.100:8181/os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt ", "failed": true, "msg": "\n:stderr: Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77c4d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt\nRetrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77c650>: Failed to establish a new connection: [Errno 111] Connection refused',)': /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt\nRetrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77c7d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt\nRetrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77c950>: Failed to establish a new connection: [Errno 111] Connection refused',)': /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt\nRetrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77cad0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt\nException:\nTraceback (most recent call last):\n File \"/usr/local/lib/python2.7/dist-packages/pip/basecommand.py\", line 215, in main\n status = self.run(options, args)\n File \"/usr/local/lib/python2.7/dist-packages/pip/commands/install.py\", line 312, in run\n wheel_cache\n File \"/usr/local/lib/python2.7/dist-packages/pip/basecommand.py\", line 269, in populate_requirement_set\n session=session, wheel_cache=wheel_cache):\n File \"/usr/local/lib/python2.7/dist-packages/pip/req/req_file.py\", line 84, in parse_requirements\n filename, comes_from=comes_from, session=session\n File \"/usr/local/lib/python2.7/dist-packages/pip/download.py\", line 417, in get_file_content\n resp = session.get(url)\n File \"/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py\", line 488, in get\n return self.request('GET', url, **kwargs)\n File \"/usr/local/lib/python2.7/dist-packages/pip/download.py\", line 386, in request\n return super(PipSession, self).request(method, url, *args, **kwargs)\n File \"/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py\", line 475, in request\n resp = self.send(prep, **send_kwargs)\n File \"/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py\", line 596, in send\n r = adapter.send(request, **kwargs)\n File \"/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/adapters.py\", line 487, in send\n raise ConnectionError(e, request=request)\nConnectionError: HTTPConnectionPool(host='172.29.236.100', port=8181): Max retries exceeded with url: /os-releases/master/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt (Caused by NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fea7a77cbd0>: Failed to establish a new connection: [Errno 111] Connection refused',))\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment