Skip to content

Instantly share code, notes, and snippets.

@celikmustafa89
Created April 13, 2016 13:28
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 celikmustafa89/b461461201a014f6a7fed68127d2eae1 to your computer and use it in GitHub Desktop.
Save celikmustafa89/b461461201a014f6a7fed68127d2eae1 to your computer and use it in GitHub Desktop.
TASK: [pip_install | Install PIP] *********************************************
failed: [ansible06] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.587968", "end": "2016-04-13 16:25:41.478522", "failed": true, "rc": 1, "start": "2016-04-13 16:25:17.890554", "warnings": []}
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 0x7fda364560d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fda36456090>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fda36456c50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fda36456dd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fda36456f50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmpV1_sQG/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmpV1_sQG/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
failed: [ansible04] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.625784", "end": "2016-04-13 16:25:41.041187", "failed": true, "rc": 1, "start": "2016-04-13 16:25:17.415403", "warnings": []}
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 0x7f3170e6e0d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f3170e6e3d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f3170e6ec50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f3170e6edd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f3170e6ef50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmp2yVyU9/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmp2yVyU9/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
failed: [ansible02] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.604639", "end": "2016-04-13 16:25:41.679699", "failed": true, "rc": 1, "start": "2016-04-13 16:25:18.075060", "warnings": []}
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 0x7ff1a44630d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7ff1a4463090>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7ff1a4463c50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7ff1a4463dd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7ff1a4463f50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmpNpwK6U/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmpNpwK6U/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
failed: [ansible01] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.671593", "end": "2016-04-13 16:25:40.348000", "failed": true, "rc": 1, "start": "2016-04-13 16:25:16.676407", "warnings": []}
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 0x7fc777a17150>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc777a173d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc777a17c50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc777a17dd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc777a17f50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmp8CcOIS/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmp8CcOIS/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
failed: [ansible03] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.664486", "end": "2016-04-13 16:25:41.950210", "failed": true, "rc": 1, "start": "2016-04-13 16:25:18.285724", "warnings": []}
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 0x7f1f6212f0d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f1f6212f090>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f1f6212fc50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f1f6212fdd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7f1f6212ff50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmpgKgsxE/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmpgKgsxE/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
failed: [ansible05] => {"attempts": 3, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links \"http://172.29.236.107:8181/os-releases/12.0.10\" --find-links \"https://rpc-repo.rackspace.com/os-releases/12.0.10\" --trusted-host \"172.29.236.107\" --trusted-host \"rpc-repo.rackspace.com\" pip==8.1.1 setuptools==20.3.1 wheel==0.26.0", "delta": "0:00:23.654614", "end": "2016-04-13 16:27:22.898470", "failed": true, "rc": 1, "start": "2016-04-13 16:26:59.243856", "warnings": []}
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 0x7fe0943de0d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fe0943de390>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fe0943dec50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fe0943dedd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fe0943def50>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.10
/tmp/tmpLOhZ9y/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmpLOhZ9y/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Could not find a version that satisfies the requirement pip==8.1.1 (from versions: )
No matching distribution found for pip==8.1.1
stdout: Ignoring indexes: https://pypi.python.org/simple
Collecting pip==8.1.1
msg: Task failed as maximum retries was encountered
...ignoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment