Skip to content

Console Output

Skipping 2,777 KB.. Full Log
My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZBulLFbLwJ0Hx/IFD2QKXpgU7qfTDjTr3yfiYHRi4G1LDGnNBVorgBCkV9pblJqUduaqbLcUx50Q00DArY7SwEjwNyO8gAAAA==E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:21: in test_542_truncate_ids_client_side
22:31:19     self.client.create_container(TEST_IMG, ['true'])
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________ TestRegressions.test_647_support_doubleslash_in_image_names __________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:28: in test_647_support_doubleslash_in_image_names
22:31:19     self.client.inspect_image('gensokyo.jp//kirisame')
22:31:19 docker/utils/decorators.py:19: in wrapped
22:31:19     return f(self, resource_id, *args, **kwargs)
22:31:19 docker/api/image.py:252: in inspect_image
22:31:19     self._get(self._url("/images/{0}/json", image)), True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ TestRegressions.test_649_handle_timeout_value_none ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:32: in test_649_handle_timeout_value_none
22:31:19     ctnr = self.client.create_container(TEST_IMG, ['sleep', '2'])
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ TestRegressions.test_715_handle_user_param_as_int_value ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:37: in test_715_handle_user_param_as_int_value
22:31:19     ctnr = self.client.create_container(TEST_IMG, ['id', '-u'], user=1000)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________ TestRegressions.test_792_explicit_port_protocol ________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:50: in test_792_explicit_port_protocol
22:31:19     port_bindings={'2000/tcp': tcp_port, '2000/udp': udp_port}
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:31:19 Name                                  Stmts   Miss Branch BrPart  Cover
22:31:19 -----------------------------------------------------------------------
22:31:19 docker/__init__.py                        8      0      0      0   100%
22:31:19 docker/api/__init__.py                    1      0      0      0   100%
22:31:19 docker/api/build.py                     126     26     92     23    74%
22:31:19 docker/api/client.py                    261     57     92     20    76%
22:31:19 docker/api/config.py                     29      0      4      1    97%
22:31:19 docker/api/container.py                 265     40    104     31    79%
22:31:19 docker/api/daemon.py                     39     16     14      3    49%
22:31:19 docker/api/exec_api.py                   45      9     22      4    78%
22:31:19 docker/api/image.py                     159     50     60     13    65%
22:31:19 docker/api/network.py                    90     13     48     12    80%
22:31:19 docker/api/plugin.py                     89     10     14      4    84%
22:31:19 docker/api/secret.py                     34      3      8      2    83%
22:31:19 docker/api/service.py                   200     63    149     32    60%
22:31:19 docker/api/swarm.py                     106     24     38     10    74%
22:31:19 docker/api/volume.py                     38     14     14      4    58%
22:31:19 docker/auth.py                          197     93     74     22    48%
22:31:19 docker/client.py                         69      7      2      1    89%
22:31:19 docker/constants.py                      21      0      0      0   100%
22:31:19 docker/context/__init__.py                2      0      0      0   100%
22:31:19 docker/context/api.py                    78     18     38     10    72%
22:31:19 docker/context/config.py                 61     25     16      3    53%
22:31:19 docker/context/context.py               154     26     64     15    78%
22:31:19 docker/credentials/__init__.py            3      0      0      0   100%
22:31:19 docker/credentials/constants.py           4      0      0      0   100%
22:31:19 docker/credentials/errors.py             11      1      2      1    85%
22:31:19 docker/credentials/store.py              44      5     12      4    80%
22:31:19 docker/credentials/utils.py              23     13     12      1    31%
22:31:19 docker/errors.py                        110     34     20      6    66%
22:31:19 docker/models/__init__.py                 0      0      0      0   100%
22:31:19 docker/models/configs.py                 21      8      2      0    57%
22:31:19 docker/models/containers.py             183     87     70      8    49%
22:31:19 docker/models/images.py                 136     85     56      1    27%
22:31:19 docker/models/networks.py                37     19     12      0    37%
22:31:19 docker/models/nodes.py                   15      5      2      0    59%
22:31:19 docker/models/plugins.py                 48     29      8      0    34%
22:31:19 docker/models/resource.py                41     18      6      1    51%
22:31:19 docker/models/secrets.py                 22      9      2      0    54%
22:31:19 docker/models/services.py                87     63     36      0    20%
22:31:19 docker/models/swarm.py                   39     15      6      1    56%
22:31:19 docker/models/volumes.py                 23      9      4      0    52%
22:31:19 docker/tls.py                            37     13     14      5    57%
22:31:19 docker/transport/__init__.py             11      3      0      0    73%
22:31:19 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:31:19 docker/transport/npipeconn.py            57     52      8      0     8%
22:31:19 docker/transport/npipesocket.py         134    130     20      0     3%
22:31:19 docker/transport/sshconn.py             162    123     54      0    18%
22:31:19 docker/transport/ssladapter.py           36     22     10      1    33%
22:31:19 docker/transport/unixconn.py             54     33      6      0    35%
22:31:19 docker/types/__init__.py                  6      0      0      0   100%
22:31:19 docker/types/base.py                      4      0      2      0   100%
22:31:19 docker/types/containers.py              419    222    326     70    45%
22:31:19 docker/types/daemon.py                   36      8     14      5    70%
22:31:19 docker/types/healthcheck.py              33     12      4      1    59%
22:31:19 docker/types/networks.py                 41      7     28      6    78%
22:31:19 docker/types/services.py                321     77    216     43    73%
22:31:19 docker/types/swarm.py                    51     24     40     10    52%
22:31:19 docker/utils/__init__.py                  3      0      0      0   100%
22:31:19 docker/utils/build.py                   150     22     72     13    82%
22:31:19 docker/utils/config.py                   36      9     10      5    70%
22:31:19 docker/utils/decorators.py               32      6     12      4    73%
22:31:19 docker/utils/fnmatch.py                  55     27     28      4    41%
22:31:19 docker/utils/json_stream.py              40      8     14      3    76%
22:31:19 docker/utils/ports.py                    50     50     32      0     0%
22:31:19 docker/utils/proxy.py                    32      2     12      1    93%
22:31:19 docker/utils/socket.py                   85      9     40      7    86%
22:31:19 docker/utils/utils.py                   278     98    171     32    60%
22:31:19 docker/version.py                         2      0      2      0   100%
22:31:19 -----------------------------------------------------------------------
22:31:19 TOTAL                                  5090   1854   2240    443    59%
22:31:19 
22:31:19 =========================== short test summary info ============================
22:31:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:31:19   CONFIG_RT_GROUP_SCHED isn't enabled
22:31:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:31:19   Not supported on most drivers
22:31:19 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:31:19   Output of docker top depends on host distro, and is not formalized.
22:31:19 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:31:19   This doesn't seem to be taken into account by the engine
22:31:19 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
22:31:19   Flaky test
22:31:19 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
22:31:19 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:31:19 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
22:31:19 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:31:19 = 85 failed, 278 passed, 9 skipped, 5 xfailed, 3 xpassed, 21 errors in 221.98s (0:03:41) =