Skip to content

Console Output

Skipping 10,363 KB.. Full Log
QSOjNKU4P0+vIKc0PTOvWK8kMze1uCQxtyC1SC8ExvbLL0llgABGJgYmLwaB3MycnMzi4My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZBu8nrCpwZ0Hx/IFD2QKXpgU7qfTDjTr3yfiYHRi4G1LDGnNBVorgBCkV9pblJqUduaqbLcUx50Q00DAra87QBoYzv88gAAAA==    c = docker.APIClient(version='auto', **kwargs_from_env())
16:57:16 docker/api/client.py:197: in __init__
16:57:16     self._version = self._retrieve_server_version()
16:57:16 docker/api/client.py:221: in _retrieve_server_version
16:57:16     raise DockerException(
16:57:16 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 _______________ ERROR at setup of TestStore.test_unicode_strings _______________
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
16:57:16     conn = connection.create_connection(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
16:57:16     raise err
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
16:57:16     sock.connect(sa)
16:57:16 E   ConnectionRefusedError: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
16:57:16     httplib_response = self._make_request(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
16:57:16     conn.request(method, url, **httplib_request_kw)
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
16:57:16     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
16:57:16 /usr/local/lib/python3.10/http/client.py:1282: in request
16:57:16     self._send_request(method, url, body, headers, encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
16:57:16     self.endheaders(body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
16:57:16     self._send_output(message_body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
16:57:16     self.send(msg)
16:57:16 /usr/local/lib/python3.10/http/client.py:975: in send
16:57:16     self.connect()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
16:57:16     conn = self._new_conn()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
16:57:16     raise NewConnectionError(
16:57:16 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
16:57:16     resp = conn.urlopen(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
16:57:16     retries = retries.increment(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
16:57:16     raise MaxRetryError(_pool, url, error or ResponseError(cause))
16:57:16 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 docker/api/client.py:214: in _retrieve_server_version
16:57:16     return self.version(api_version=False)["ApiVersion"]
16:57:16 docker/api/daemon.py:181: in version
16:57:16     return self._result(self._get(url), json=True)
16:57:16 docker/utils/decorators.py:46: in inner
16:57:16     return f(self, *args, **kwargs)
16:57:16 docker/api/client.py:237: in _get
16:57:16     return self.get(url, **self._set_request_timeout(kwargs))
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
16:57:16     return self.request("GET", url, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
16:57:16     resp = self.send(prep, **send_kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
16:57:16     r = adapter.send(request, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
16:57:16     raise ConnectionError(e, request=request)
16:57:16 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 tests/integration/conftest.py:14: in setup_test_session
16:57:16     c = docker.APIClient(version='auto', **kwargs_from_env())
16:57:16 docker/api/client.py:197: in __init__
16:57:16     self._version = self._retrieve_server_version()
16:57:16 docker/api/client.py:221: in _retrieve_server_version
16:57:16     raise DockerException(
16:57:16 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 ____________________ ERROR at setup of TestStore.test_list _____________________
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
16:57:16     conn = connection.create_connection(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
16:57:16     raise err
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
16:57:16     sock.connect(sa)
16:57:16 E   ConnectionRefusedError: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
16:57:16     httplib_response = self._make_request(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
16:57:16     conn.request(method, url, **httplib_request_kw)
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
16:57:16     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
16:57:16 /usr/local/lib/python3.10/http/client.py:1282: in request
16:57:16     self._send_request(method, url, body, headers, encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
16:57:16     self.endheaders(body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
16:57:16     self._send_output(message_body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
16:57:16     self.send(msg)
16:57:16 /usr/local/lib/python3.10/http/client.py:975: in send
16:57:16     self.connect()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
16:57:16     conn = self._new_conn()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
16:57:16     raise NewConnectionError(
16:57:16 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
16:57:16     resp = conn.urlopen(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
16:57:16     retries = retries.increment(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
16:57:16     raise MaxRetryError(_pool, url, error or ResponseError(cause))
16:57:16 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 docker/api/client.py:214: in _retrieve_server_version
16:57:16     return self.version(api_version=False)["ApiVersion"]
16:57:16 docker/api/daemon.py:181: in version
16:57:16     return self._result(self._get(url), json=True)
16:57:16 docker/utils/decorators.py:46: in inner
16:57:16     return f(self, *args, **kwargs)
16:57:16 docker/api/client.py:237: in _get
16:57:16     return self.get(url, **self._set_request_timeout(kwargs))
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
16:57:16     return self.request("GET", url, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
16:57:16     resp = self.send(prep, **send_kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
16:57:16     r = adapter.send(request, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
16:57:16     raise ConnectionError(e, request=request)
16:57:16 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 tests/integration/conftest.py:14: in setup_test_session
16:57:16     c = docker.APIClient(version='auto', **kwargs_from_env())
16:57:16 docker/api/client.py:197: in __init__
16:57:16     self._version = self._retrieve_server_version()
16:57:16 docker/api/client.py:221: in _retrieve_server_version
16:57:16     raise DockerException(
16:57:16 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
16:57:16     conn = connection.create_connection(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
16:57:16     raise err
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
16:57:16     sock.connect(sa)
16:57:16 E   ConnectionRefusedError: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
16:57:16     httplib_response = self._make_request(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
16:57:16     conn.request(method, url, **httplib_request_kw)
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
16:57:16     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
16:57:16 /usr/local/lib/python3.10/http/client.py:1282: in request
16:57:16     self._send_request(method, url, body, headers, encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
16:57:16     self.endheaders(body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
16:57:16     self._send_output(message_body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
16:57:16     self.send(msg)
16:57:16 /usr/local/lib/python3.10/http/client.py:975: in send
16:57:16     self.connect()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
16:57:16     conn = self._new_conn()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
16:57:16     raise NewConnectionError(
16:57:16 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
16:57:16     resp = conn.urlopen(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
16:57:16     retries = retries.increment(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
16:57:16     raise MaxRetryError(_pool, url, error or ResponseError(cause))
16:57:16 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 docker/api/client.py:214: in _retrieve_server_version
16:57:16     return self.version(api_version=False)["ApiVersion"]
16:57:16 docker/api/daemon.py:181: in version
16:57:16     return self._result(self._get(url), json=True)
16:57:16 docker/utils/decorators.py:46: in inner
16:57:16     return f(self, *args, **kwargs)
16:57:16 docker/api/client.py:237: in _get
16:57:16     return self.get(url, **self._set_request_timeout(kwargs))
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
16:57:16     return self.request("GET", url, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
16:57:16     resp = self.send(prep, **send_kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
16:57:16     r = adapter.send(request, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
16:57:16     raise ConnectionError(e, request=request)
16:57:16 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 tests/integration/conftest.py:14: in setup_test_session
16:57:16     c = docker.APIClient(version='auto', **kwargs_from_env())
16:57:16 docker/api/client.py:197: in __init__
16:57:16     self._version = self._retrieve_server_version()
16:57:16 docker/api/client.py:221: in _retrieve_server_version
16:57:16     raise DockerException(
16:57:16 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 ________________ ERROR at setup of test_create_environment_dict ________________
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
16:57:16     conn = connection.create_connection(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
16:57:16     raise err
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
16:57:16     sock.connect(sa)
16:57:16 E   ConnectionRefusedError: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
16:57:16     httplib_response = self._make_request(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
16:57:16     conn.request(method, url, **httplib_request_kw)
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
16:57:16     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
16:57:16 /usr/local/lib/python3.10/http/client.py:1282: in request
16:57:16     self._send_request(method, url, body, headers, encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
16:57:16     self.endheaders(body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
16:57:16     self._send_output(message_body, encode_chunked=encode_chunked)
16:57:16 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
16:57:16     self.send(msg)
16:57:16 /usr/local/lib/python3.10/http/client.py:975: in send
16:57:16     self.connect()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
16:57:16     conn = self._new_conn()
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
16:57:16     raise NewConnectionError(
16:57:16 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
16:57:16     resp = conn.urlopen(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
16:57:16     retries = retries.increment(
16:57:16 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
16:57:16     raise MaxRetryError(_pool, url, error or ResponseError(cause))
16:57:16 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 docker/api/client.py:214: in _retrieve_server_version
16:57:16     return self.version(api_version=False)["ApiVersion"]
16:57:16 docker/api/daemon.py:181: in version
16:57:16     return self._result(self._get(url), json=True)
16:57:16 docker/utils/decorators.py:46: in inner
16:57:16     return f(self, *args, **kwargs)
16:57:16 docker/api/client.py:237: in _get
16:57:16     return self.get(url, **self._set_request_timeout(kwargs))
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
16:57:16     return self.request("GET", url, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
16:57:16     resp = self.send(prep, **send_kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
16:57:16     r = adapter.send(request, **kwargs)
16:57:16 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
16:57:16     raise ConnectionError(e, request=request)
16:57:16 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 During handling of the above exception, another exception occurred:
16:57:16 tests/integration/conftest.py:14: in setup_test_session
16:57:16     c = docker.APIClient(version='auto', **kwargs_from_env())
16:57:16 docker/api/client.py:197: in __init__
16:57:16     self._version = self._retrieve_server_version()
16:57:16 docker/api/client.py:221: in _retrieve_server_version
16:57:16     raise DockerException(
16:57:16 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-4-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2a34658880>: Failed to establish a new connection: [Errno 111] Connection refused'))
16:57:16 
16:57:16 ---------- coverage: platform linux, python 3.10.5-final-0 -----------
16:57:16 Name                                  Stmts   Miss Branch BrPart  Cover
16:57:16 -----------------------------------------------------------------------
16:57:16 docker/__init__.py                        8      0      0      0   100%
16:57:16 docker/api/__init__.py                    1      0      0      0   100%
16:57:16 docker/api/build.py                     127    112     98      0     8%
16:57:16 docker/api/client.py                    267    154     94     11    35%
16:57:16 docker/api/config.py                     31     18      6      0    41%
16:57:16 docker/api/container.py                 278    212    110      0    18%
16:57:16 docker/api/daemon.py                     40     27     16      0    27%
16:57:16 docker/api/exec_api.py                   45     36     24      0    16%
16:57:16 docker/api/image.py                     161    127     64      0    16%
16:57:16 docker/api/network.py                    91     74     50      0    13%
16:57:16 docker/api/plugin.py                     96     68     18      0    26%
16:57:16 docker/api/secret.py                     36     22     10      0    35%
16:57:16 docker/api/service.py                   202    176    151      0     8%
16:57:16 docker/api/swarm.py                     110     77     40      0    23%
16:57:16 docker/api/volume.py                     38     29     16      0    20%
16:57:16 docker/auth.py                          200    130     80     10    30%
16:57:16 docker/client.py                         80     18      4      1    77%
16:57:16 docker/constants.py                      21      0      0      0   100%
16:57:16 docker/context/__init__.py                2      0      0      0   100%
16:57:16 docker/context/api.py                    81     57     40      0    21%
16:57:16 docker/context/config.py                 61     42     22      1    24%
16:57:16 docker/context/context.py               163    113     70      2    23%
16:57:16 docker/credentials/__init__.py            3      0      0      0   100%
16:57:16 docker/credentials/constants.py           4      0      0      0   100%
16:57:16 docker/credentials/errors.py             11      4      8      0    68%
16:57:16 docker/credentials/store.py              44     30     14      0    28%
16:57:16 docker/credentials/utils.py              23     18     12      0    14%
16:57:16 docker/errors.py                        113     61     61      0    53%
16:57:16 docker/models/__init__.py                 0      0      0      0   100%
16:57:16 docker/models/configs.py                 22      8      6      0    64%
16:57:16 docker/models/containers.py             188    131     74      0    23%
16:57:16 docker/models/images.py                 141     92     62      0    27%
16:57:16 docker/models/networks.py                39     20     16      0    42%
16:57:16 docker/models/nodes.py                   16      5      6      0    68%
16:57:16 docker/models/plugins.py                 51     29     12      0    41%
16:57:16 docker/models/resource.py                43     24     10      0    43%
16:57:16 docker/models/secrets.py                 23      9      6      0    62%
16:57:16 docker/models/services.py                89     63     40      0    23%
16:57:16 docker/models/swarm.py                   40     21      8      0    44%
16:57:16 docker/models/volumes.py                 24     10      8      0    56%
16:57:16 docker/tls.py                            35     24     14      0    27%
16:57:16 docker/transport/__init__.py             11      3      0      0    73%
16:57:16 docker/transport/basehttpadapter.py       6      3      4      0    50%
16:57:16 docker/transport/npipeconn.py            56     51     17      0     7%
16:57:16 docker/transport/npipesocket.py         140    136     24      0     2%
16:57:16 docker/transport/sshconn.py             161    122     67      0    21%
16:57:16 docker/transport/ssladapter.py           32     20     10      0    33%
16:57:16 docker/transport/unixconn.py             54     33     15      0    39%
16:57:16 docker/types/__init__.py                  6      0      0      0   100%
16:57:16 docker/types/base.py                      4      2      4      0    50%
16:57:16 docker/types/containers.py              438    376    338      0    10%
16:57:16 docker/types/daemon.py                   36     26     16      0    23%
16:57:16 docker/types/healthcheck.py              43     20      6      0    51%
16:57:16 docker/types/networks.py                 41     31     36      0    23%
16:57:16 docker/types/services.py                328    269    252      0    16%
16:57:16 docker/types/swarm.py                    51     45     44      0    11%
16:57:16 docker/utils/__init__.py                  3      0      0      0   100%
16:57:16 docker/utils/build.py                   151    126     78      0    13%
16:57:16 docker/utils/config.py                   36      9     12      5    71%
16:57:16 docker/utils/decorators.py               33     13     12      1    47%
16:57:16 docker/utils/fnmatch.py                  55     47     28      0    10%
16:57:16 docker/utils/json_stream.py              40     31     14      1    19%
16:57:16 docker/utils/ports.py                    50     50     32      0     0%
16:57:16 docker/utils/proxy.py                    37     21     14      0    35%
16:57:16 docker/utils/socket.py                   85     64     42      0    18%
16:57:16 docker/utils/utils.py                   279    191    173     19    25%
16:57:16 docker/version.py                         2      0      2      0   100%
16:57:16 -----------------------------------------------------------------------
16:57:16 TOTAL                                  5226   3730   2510     51    23%
16:57:16 
16:57:16 =========================== short test summary info ============================
16:57:16 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
16:57:16   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
16:57:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
16:57:16   CONFIG_RT_GROUP_SCHED isn't enabled
16:57:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
16:57:16   Not supported on most drivers
16:57:16 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
16:57:16   Output of docker top depends on host distro, and is not formalized.
16:57:16 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
16:57:16   Output of docker top depends on host distro, and is not formalized.
16:57:16 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
16:57:16   Can fail if eth0 has multiple IP addresses
16:57:16 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
16:57:16   This doesn't seem to be taken into account by the engine
16:57:16 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
16:57:16   Flaky test
16:57:16 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
16:57:16   Docker API always returns chunked resp
16:57:16 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
16:57:16 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
16:57:16 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
16:57:16 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
16:57:16 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
16:57:16 ============ 5 skipped, 9 xfailed, 382 errors in 104.71s (0:01:44) =============