Skip to content

Console Output

Skipping 2,688 KB.. Full Log
zR+LCAAAAAAAAP9b85aBtbiIQSOjNKU4P0+vIKc0PTOvWK8kMze1uCQxtyC1SC8ExvbLL0llgABGJgYmLwaB3MycnMzi4My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZCunB9x+j3QfXwgU/RApuiBTel+MuFMv/J9JgZGLwbWssSc0lSguQIIRX6luUmpRW1rpspyT3nQDTUNCNiupgIAUc8GZfIAAAA=    self._send_request(method, url, body, headers, encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
17:07:47     self.endheaders(body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
17:07:47     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
17:07:47     self.send(msg)
17:07:47 /usr/local/lib/python3.7/http/client.py:972: in send
17:07:47     self.connect()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
17:07:47     conn = self._new_conn()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
17:07:47     self, "Failed to establish a new connection: %s" % e)
17:07:47 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6c359cd310>: Failed to establish a new connection: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
17:07:47     timeout=timeout
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
17:07:47     _stacktrace=sys.exc_info()[2])
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
17:07:47     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:47 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c359cd310>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 tests/integration/regression_test.py:22: in test_542_truncate_ids_client_side
17:07:47     self.client.create_container(TEST_IMG, ['true'])
17:07:47 docker/api/container.py:430: in create_container
17:07:47     return self.create_container_from_config(config, name)
17:07:47 docker/api/container.py:440: in create_container_from_config
17:07:47     res = self._post_json(u, data=config, params=params)
17:07:47 docker/api/client.py:296: in _post_json
17:07:47     return self._post(url, data=json.dumps(data2), **kwargs)
17:07:47 docker/utils/decorators.py:46: in inner
17:07:47     return f(self, *args, **kwargs)
17:07:47 docker/api/client.py:233: in _post
17:07:47     return self.post(url, **self._set_request_timeout(kwargs))
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
17:07:47     return self.request('POST', url, data=data, json=json, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
17:07:47     resp = self.send(prep, **send_kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
17:07:47     r = adapter.send(request, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
17:07:47     raise ConnectionError(e, request=request)
17:07:47 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c359cd310>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 _________ TestRegressions.test_647_support_doubleslash_in_image_names __________
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
17:07:47     (self._dns_host, self.port), self.timeout, **extra_kw)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
17:07:47     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
17:07:47 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
17:07:47     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
17:07:47 E   socket.gaierror: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
17:07:47     chunked=chunked)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
17:07:47     conn.request(method, url, **httplib_request_kw)
17:07:47 /usr/local/lib/python3.7/http/client.py:1277: in request
17:07:47     self._send_request(method, url, body, headers, encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
17:07:47     self.endheaders(body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
17:07:47     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
17:07:47     self.send(msg)
17:07:47 /usr/local/lib/python3.7/http/client.py:972: in send
17:07:47     self.connect()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
17:07:47     conn = self._new_conn()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
17:07:47     self, "Failed to establish a new connection: %s" % e)
17:07:47 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6c34a4c850>: Failed to establish a new connection: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
17:07:47     timeout=timeout
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
17:07:47     _stacktrace=sys.exc_info()[2])
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
17:07:47     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:47 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c34a4c850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 tests/integration/regression_test.py:29: in test_647_support_doubleslash_in_image_names
17:07:47     self.client.inspect_image('gensokyo.jp//kirisame')
17:07:47 docker/utils/decorators.py:19: in wrapped
17:07:47     return f(self, resource_id, *args, **kwargs)
17:07:47 docker/api/image.py:254: in inspect_image
17:07:47     self._get(self._url("/images/{0}/json", image)), True
17:07:47 docker/utils/decorators.py:46: in inner
17:07:47     return f(self, *args, **kwargs)
17:07:47 docker/api/client.py:237: in _get
17:07:47     return self.get(url, **self._set_request_timeout(kwargs))
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
17:07:47     return self.request('GET', url, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
17:07:47     resp = self.send(prep, **send_kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
17:07:47     r = adapter.send(request, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
17:07:47     raise ConnectionError(e, request=request)
17:07:47 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c34a4c850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 ______________ TestRegressions.test_649_handle_timeout_value_none ______________
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
17:07:47     (self._dns_host, self.port), self.timeout, **extra_kw)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
17:07:47     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
17:07:47 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
17:07:47     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
17:07:47 E   socket.gaierror: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
17:07:47     chunked=chunked)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
17:07:47     conn.request(method, url, **httplib_request_kw)
17:07:47 /usr/local/lib/python3.7/http/client.py:1277: in request
17:07:47     self._send_request(method, url, body, headers, encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
17:07:47     self.endheaders(body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
17:07:47     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
17:07:47     self.send(msg)
17:07:47 /usr/local/lib/python3.7/http/client.py:972: in send
17:07:47     self.connect()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
17:07:47     conn = self._new_conn()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
17:07:47     self, "Failed to establish a new connection: %s" % e)
17:07:47 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6c34b390d0>: Failed to establish a new connection: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
17:07:47     timeout=timeout
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
17:07:47     _stacktrace=sys.exc_info()[2])
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
17:07:47     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:47 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c34b390d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 tests/integration/regression_test.py:33: in test_649_handle_timeout_value_none
17:07:47     ctnr = self.client.create_container(TEST_IMG, ['sleep', '2'])
17:07:47 docker/api/container.py:430: in create_container
17:07:47     return self.create_container_from_config(config, name)
17:07:47 docker/api/container.py:440: in create_container_from_config
17:07:47     res = self._post_json(u, data=config, params=params)
17:07:47 docker/api/client.py:296: in _post_json
17:07:47     return self._post(url, data=json.dumps(data2), **kwargs)
17:07:47 docker/utils/decorators.py:46: in inner
17:07:47     return f(self, *args, **kwargs)
17:07:47 docker/api/client.py:233: in _post
17:07:47     return self.post(url, **self._set_request_timeout(kwargs))
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
17:07:47     return self.request('POST', url, data=data, json=json, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
17:07:47     resp = self.send(prep, **send_kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
17:07:47     r = adapter.send(request, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
17:07:47     raise ConnectionError(e, request=request)
17:07:47 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c34b390d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 ___________ TestRegressions.test_715_handle_user_param_as_int_value ____________
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
17:07:47     (self._dns_host, self.port), self.timeout, **extra_kw)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
17:07:47     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
17:07:47 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
17:07:47     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
17:07:47 E   socket.gaierror: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
17:07:47     chunked=chunked)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
17:07:47     conn.request(method, url, **httplib_request_kw)
17:07:47 /usr/local/lib/python3.7/http/client.py:1277: in request
17:07:47     self._send_request(method, url, body, headers, encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
17:07:47     self.endheaders(body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
17:07:47     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
17:07:47     self.send(msg)
17:07:47 /usr/local/lib/python3.7/http/client.py:972: in send
17:07:47     self.connect()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
17:07:47     conn = self._new_conn()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
17:07:47     self, "Failed to establish a new connection: %s" % e)
17:07:47 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6c3563dd90>: Failed to establish a new connection: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
17:07:47     timeout=timeout
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
17:07:47     _stacktrace=sys.exc_info()[2])
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
17:07:47     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:47 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c3563dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 tests/integration/regression_test.py:38: in test_715_handle_user_param_as_int_value
17:07:47     ctnr = self.client.create_container(TEST_IMG, ['id', '-u'], user=1000)
17:07:47 docker/api/container.py:430: in create_container
17:07:47     return self.create_container_from_config(config, name)
17:07:47 docker/api/container.py:440: in create_container_from_config
17:07:47     res = self._post_json(u, data=config, params=params)
17:07:47 docker/api/client.py:296: in _post_json
17:07:47     return self._post(url, data=json.dumps(data2), **kwargs)
17:07:47 docker/utils/decorators.py:46: in inner
17:07:47     return f(self, *args, **kwargs)
17:07:47 docker/api/client.py:233: in _post
17:07:47     return self.post(url, **self._set_request_timeout(kwargs))
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
17:07:47     return self.request('POST', url, data=data, json=json, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
17:07:47     resp = self.send(prep, **send_kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
17:07:47     r = adapter.send(request, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
17:07:47     raise ConnectionError(e, request=request)
17:07:47 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c3563dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 _______________ TestRegressions.test_792_explicit_port_protocol ________________
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
17:07:47     (self._dns_host, self.port), self.timeout, **extra_kw)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
17:07:47     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
17:07:47 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
17:07:47     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
17:07:47 E   socket.gaierror: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
17:07:47     chunked=chunked)
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
17:07:47     conn.request(method, url, **httplib_request_kw)
17:07:47 /usr/local/lib/python3.7/http/client.py:1277: in request
17:07:47     self._send_request(method, url, body, headers, encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
17:07:47     self.endheaders(body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
17:07:47     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:47 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
17:07:47     self.send(msg)
17:07:47 /usr/local/lib/python3.7/http/client.py:972: in send
17:07:47     self.connect()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
17:07:47     conn = self._new_conn()
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
17:07:47     self, "Failed to establish a new connection: %s" % e)
17:07:47 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6c35890fd0>: Failed to establish a new connection: [Errno -2] Name or service not known
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
17:07:47     timeout=timeout
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
17:07:47     _stacktrace=sys.exc_info()[2])
17:07:47 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
17:07:47     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:47 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c35890fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 During handling of the above exception, another exception occurred:
17:07:47 tests/integration/regression_test.py:52: in test_792_explicit_port_protocol
17:07:47     port_bindings={'2000/tcp': tcp_port, '2000/udp': udp_port}
17:07:47 docker/api/container.py:430: in create_container
17:07:47     return self.create_container_from_config(config, name)
17:07:47 docker/api/container.py:440: in create_container_from_config
17:07:47     res = self._post_json(u, data=config, params=params)
17:07:47 docker/api/client.py:296: in _post_json
17:07:47     return self._post(url, data=json.dumps(data2), **kwargs)
17:07:47 docker/utils/decorators.py:46: in inner
17:07:47     return f(self, *args, **kwargs)
17:07:47 docker/api/client.py:233: in _post
17:07:47     return self.post(url, **self._set_request_timeout(kwargs))
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
17:07:47     return self.request('POST', url, data=data, json=json, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
17:07:47     resp = self.send(prep, **send_kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
17:07:47     r = adapter.send(request, **kwargs)
17:07:47 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
17:07:47     raise ConnectionError(e, request=request)
17:07:47 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-3-0-py3.7-19.03.12', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6c35890fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
17:07:47 
17:07:47 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
17:07:47 Name                                  Stmts   Miss Branch BrPart  Cover
17:07:47 -----------------------------------------------------------------------
17:07:47 docker/__init__.py                        8      0      0      0   100%
17:07:47 docker/api/__init__.py                    1      0      0      0   100%
17:07:47 docker/api/build.py                     126     26     93     23    74%
17:07:47 docker/api/client.py                    261     57     96     20    76%
17:07:47 docker/api/config.py                     31      0      6      2    95%
17:07:47 docker/api/container.py                 266     40    104     31    79%
17:07:47 docker/api/daemon.py                     39     16     14      3    49%
17:07:47 docker/api/exec_api.py                   46      9     22      4    78%
17:07:47 docker/api/image.py                     160     50     60     13    65%
17:07:47 docker/api/network.py                    90     13     48     12    80%
17:07:47 docker/api/plugin.py                     91     10     14      4    85%
17:07:47 docker/api/secret.py                     36      3     10      3    83%
17:07:47 docker/api/service.py                   200     63    149     32    60%
17:07:47 docker/api/swarm.py                     106     24     38     10    74%
17:07:47 docker/api/volume.py                     38     14     14      4    58%
17:07:47 docker/auth.py                          198     93     74     22    48%
17:07:47 docker/client.py                         69      7      2      1    89%
17:07:47 docker/constants.py                      21      0      0      0   100%
17:07:47 docker/context/__init__.py                2      0      0      0   100%
17:07:47 docker/context/api.py                    78     18     38     10    72%
17:07:47 docker/context/config.py                 61     25     16      3    53%
17:07:47 docker/context/context.py               154     26     64     15    78%
17:07:47 docker/credentials/__init__.py            3      0      0      0   100%
17:07:47 docker/credentials/constants.py           4      0      0      0   100%
17:07:47 docker/credentials/errors.py             11      1      2      1    85%
17:07:47 docker/credentials/store.py              50      9     16      5    73%
17:07:47 docker/credentials/utils.py              23     13     12      1    31%
17:07:47 docker/errors.py                        110     34     20      6    66%
17:07:47 docker/models/__init__.py                 0      0      0      0   100%
17:07:47 docker/models/configs.py                 21      8      2      0    57%
17:07:47 docker/models/containers.py             183     87     70      8    49%
17:07:47 docker/models/images.py                 137     85     56      1    27%
17:07:47 docker/models/networks.py                37     19     12      0    37%
17:07:47 docker/models/nodes.py                   15      5      2      0    59%
17:07:47 docker/models/plugins.py                 49     30     10      0    32%
17:07:47 docker/models/resource.py                41     18      6      1    51%
17:07:47 docker/models/secrets.py                 22      9      2      0    54%
17:07:47 docker/models/services.py                87     63     36      0    20%
17:07:47 docker/models/swarm.py                   39     15      6      1    56%
17:07:47 docker/models/volumes.py                 23      9      4      0    52%
17:07:47 docker/tls.py                            37     13     14      5    57%
17:07:47 docker/transport/__init__.py             11      3      0      0    73%
17:07:47 docker/transport/basehttpadapter.py       6      3      2      0    38%
17:07:47 docker/transport/npipeconn.py            59     54     10      0     7%
17:07:47 docker/transport/npipesocket.py         137    132     22      0     3%
17:07:47 docker/transport/sshconn.py             163    124     56      1    18%
17:07:47 docker/transport/ssladapter.py           36     22     10      1    33%
17:07:47 docker/transport/unixconn.py             66     42     12      0    31%
17:07:47 docker/types/__init__.py                  6      0      0      0   100%
17:07:47 docker/types/base.py                      5      0      2      0   100%
17:07:47 docker/types/containers.py              420    222    326     70    45%
17:07:47 docker/types/daemon.py                   36      8     14      5    70%
17:07:47 docker/types/healthcheck.py              34     12      4      1    61%
17:07:47 docker/types/networks.py                 41      7     28      6    78%
17:07:47 docker/types/services.py                314     71    208     41    74%
17:07:47 docker/types/swarm.py                    51     24     40     10    52%
17:07:47 docker/utils/__init__.py                  3      0      0      0   100%
17:07:47 docker/utils/build.py                   155     25     76     13    80%
17:07:47 docker/utils/config.py                   36      9     10      5    70%
17:07:47 docker/utils/decorators.py               32      6     12      4    73%
17:07:47 docker/utils/fnmatch.py                  55     27     28      4    41%
17:07:47 docker/utils/json_stream.py              43      8     14      3    77%
17:07:47 docker/utils/ports.py                    50     50     32      0     0%
17:07:47 docker/utils/proxy.py                    32      2     12      1    93%
17:07:47 docker/utils/socket.py                   86      9     40      7    86%
17:07:47 docker/utils/utils.py                   278     98    171     32    60%
17:07:47 docker/version.py                         2      0      2      0   100%
17:07:47 -----------------------------------------------------------------------
17:07:47 TOTAL                                  5131   1870   2263    445    59%
17:07:47 
17:07:47 =========================== short test summary info ============================
17:07:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:07:47   CONFIG_RT_GROUP_SCHED isn't enabled
17:07:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:07:47   Not supported on most drivers
17:07:47 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:07:47   Output of docker top depends on host distro, and is not formalized.
17:07:47 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:07:47   This doesn't seem to be taken into account by the engine
17:07:47 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
17:07:47   Flaky test
17:07:47 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
17:07:47 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:07:47 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
17:07:47 = 85 failed, 277 passed, 5 skipped, 5 xfailed, 3 xpassed, 21 error in 232.59 seconds =