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