Skip to content
Failed

Console Output

Skipping 43,589 KB.. Full Log
20:31:51     self._send_request(method, url, body, headers, encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
20:31:51     self.endheaders(body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
20:31:51     self._send_output(message_body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
20:31:51     self.send(msg)
20:31:51 /usr/local/lib/python3.10/http/client.py:975: in send
20:31:51     self.connect()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:200: in connect
20:31:51     conn = self._new_conn()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:181: in _new_conn
20:31:51     raise NewConnectionError(
20:31:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:439: in send
20:31:51     resp = conn.urlopen(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:755: in urlopen
20:31:51     retries = retries.increment(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:574: in increment
20:31:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
20:31:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 docker/api/client.py:214: in _retrieve_server_version
20:31:51     return self.version(api_version=False)["ApiVersion"]
20:31:51 docker/api/daemon.py:181: in version
20:31:51     return self._result(self._get(url), json=True)
20:31:51 docker/utils/decorators.py:46: in inner
20:31:51     return f(self, *args, **kwargs)
20:31:51 docker/api/client.py:237: in _get
20:31:51     return self.get(url, **self._set_request_timeout(kwargs))
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:555: in get
20:31:51     return self.request('GET', url, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:542: in request
20:31:51     resp = self.send(prep, **send_kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:655: in send
20:31:51     r = adapter.send(request, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:516: in send
20:31:51     raise ConnectionError(e, request=request)
20:31:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 tests/integration/conftest.py:14: in setup_test_session
20:31:51     c = docker.APIClient(version='auto', **kwargs_from_env())
20:31:51 docker/api/client.py:197: in __init__
20:31:51     self._version = self._retrieve_server_version()
20:31:51 docker/api/client.py:221: in _retrieve_server_version
20:31:51     raise DockerException(
20:31:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 ____________________ ERROR at setup of TestStore.test_list _____________________
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:169: in _new_conn
20:31:51     conn = connection.create_connection(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:96: in create_connection
20:31:51     raise err
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:86: in create_connection
20:31:51     sock.connect(sa)
20:31:51 E   ConnectionRefusedError: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:699: in urlopen
20:31:51     httplib_response = self._make_request(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:394: in _make_request
20:31:51     conn.request(method, url, **httplib_request_kw)
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:234: in request
20:31:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
20:31:51 /usr/local/lib/python3.10/http/client.py:1282: in request
20:31:51     self._send_request(method, url, body, headers, encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
20:31:51     self.endheaders(body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
20:31:51     self._send_output(message_body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
20:31:51     self.send(msg)
20:31:51 /usr/local/lib/python3.10/http/client.py:975: in send
20:31:51     self.connect()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:200: in connect
20:31:51     conn = self._new_conn()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:181: in _new_conn
20:31:51     raise NewConnectionError(
20:31:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:439: in send
20:31:51     resp = conn.urlopen(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:755: in urlopen
20:31:51     retries = retries.increment(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:574: in increment
20:31:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
20:31:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 docker/api/client.py:214: in _retrieve_server_version
20:31:51     return self.version(api_version=False)["ApiVersion"]
20:31:51 docker/api/daemon.py:181: in version
20:31:51     return self._result(self._get(url), json=True)
20:31:51 docker/utils/decorators.py:46: in inner
20:31:51     return f(self, *args, **kwargs)
20:31:51 docker/api/client.py:237: in _get
20:31:51     return self.get(url, **self._set_request_timeout(kwargs))
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:555: in get
20:31:51     return self.request('GET', url, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:542: in request
20:31:51     resp = self.send(prep, **send_kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:655: in send
20:31:51     r = adapter.send(request, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:516: in send
20:31:51     raise ConnectionError(e, request=request)
20:31:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 tests/integration/conftest.py:14: in setup_test_session
20:31:51     c = docker.APIClient(version='auto', **kwargs_from_env())
20:31:51 docker/api/client.py:197: in __init__
20:31:51     self._version = self._retrieve_server_version()
20:31:51 docker/api/client.py:221: in _retrieve_server_version
20:31:51     raise DockerException(
20:31:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:169: in _new_conn
20:31:51     conn = connection.create_connection(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:96: in create_connection
20:31:51     raise err
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:86: in create_connection
20:31:51     sock.connect(sa)
20:31:51 E   ConnectionRefusedError: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:699: in urlopen
20:31:51     httplib_response = self._make_request(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:394: in _make_request
20:31:51     conn.request(method, url, **httplib_request_kw)
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:234: in request
20:31:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
20:31:51 /usr/local/lib/python3.10/http/client.py:1282: in request
20:31:51     self._send_request(method, url, body, headers, encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
20:31:51     self.endheaders(body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
20:31:51     self._send_output(message_body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
20:31:51     self.send(msg)
20:31:51 /usr/local/lib/python3.10/http/client.py:975: in send
20:31:51     self.connect()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:200: in connect
20:31:51     conn = self._new_conn()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:181: in _new_conn
20:31:51     raise NewConnectionError(
20:31:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:439: in send
20:31:51     resp = conn.urlopen(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:755: in urlopen
20:31:51     retries = retries.increment(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:574: in increment
20:31:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
20:31:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 docker/api/client.py:214: in _retrieve_server_version
20:31:51     return self.version(api_version=False)["ApiVersion"]
20:31:51 docker/api/daemon.py:181: in version
20:31:51     return self._result(self._get(url), json=True)
20:31:51 docker/utils/decorators.py:46: in inner
20:31:51     return f(self, *args, **kwargs)
20:31:51 docker/api/client.py:237: in _get
20:31:51     return self.get(url, **self._set_request_timeout(kwargs))
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:555: in get
20:31:51     return self.request('GET', url, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:542: in request
20:31:51     resp = self.send(prep, **send_kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:655: in send
20:31:51     r = adapter.send(request, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:516: in send
20:31:51     raise ConnectionError(e, request=request)
20:31:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 tests/integration/conftest.py:14: in setup_test_session
20:31:51     c = docker.APIClient(version='auto', **kwargs_from_env())
20:31:51 docker/api/client.py:197: in __init__
20:31:51     self._version = self._retrieve_server_version()
20:31:51 docker/api/client.py:221: in _retrieve_server_version
20:31:51     raise DockerException(
20:31:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 ________________ ERROR at setup of test_create_environment_dict ________________
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:169: in _new_conn
20:31:51     conn = connection.create_connection(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:96: in create_connection
20:31:51     raise err
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:86: in create_connection
20:31:51     sock.connect(sa)
20:31:51 E   ConnectionRefusedError: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:699: in urlopen
20:31:51     httplib_response = self._make_request(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:394: in _make_request
20:31:51     conn.request(method, url, **httplib_request_kw)
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:234: in request
20:31:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
20:31:51 /usr/local/lib/python3.10/http/client.py:1282: in request
20:31:51     self._send_request(method, url, body, headers, encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1328: in _send_request
20:31:51     self.endheaders(body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1277: in endheaders
20:31:51     self._send_output(message_body, encode_chunked=encode_chunked)
20:31:51 /usr/local/lib/python3.10/http/client.py:1037: in _send_output
20:31:51     self.send(msg)
20:31:51 /usr/local/lib/python3.10/http/client.py:975: in send
20:31:51     self.connect()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:200: in connect
20:31:51     conn = self._new_conn()
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:181: in _new_conn
20:31:51     raise NewConnectionError(
20:31:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:439: in send
20:31:51     resp = conn.urlopen(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:755: in urlopen
20:31:51     retries = retries.increment(
20:31:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:574: in increment
20:31:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
20:31:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 docker/api/client.py:214: in _retrieve_server_version
20:31:51     return self.version(api_version=False)["ApiVersion"]
20:31:51 docker/api/daemon.py:181: in version
20:31:51     return self._result(self._get(url), json=True)
20:31:51 docker/utils/decorators.py:46: in inner
20:31:51     return f(self, *args, **kwargs)
20:31:51 docker/api/client.py:237: in _get
20:31:51     return self.get(url, **self._set_request_timeout(kwargs))
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:555: in get
20:31:51     return self.request('GET', url, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:542: in request
20:31:51     resp = self.send(prep, **send_kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:655: in send
20:31:51     r = adapter.send(request, **kwargs)
20:31:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:516: in send
20:31:51     raise ConnectionError(e, request=request)
20:31:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 
20:31:51 During handling of the above exception, another exception occurred:
20:31:51 tests/integration/conftest.py:14: in setup_test_session
20:31:51     c = docker.APIClient(version='auto', **kwargs_from_env())
20:31:51 docker/api/client.py:197: in __init__
20:31:51     self._version = self._retrieve_server_version()
20:31:51 docker/api/client.py:221: in _retrieve_server_version
20:31:51     raise DockerException(
20:31:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-150-0-py3.10-20.10.17', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe458f241f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
20:31:51 =============================== warnings summary ===============================
20:31:51 docker/credentials/utils.py:1
20:31:51   /src/docker/credentials/utils.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
20:31:51     import distutils.spawn
20:31:51 
20:31:51 -- Docs: https://docs.pytest.org/en/stable/warnings.html
20:31:51 
20:31:51 ---------- coverage: platform linux, python 3.10.5-final-0 -----------
20:31:51 Name                                  Stmts   Miss Branch BrPart  Cover
20:31:51 -----------------------------------------------------------------------
20:31:51 docker/__init__.py                        8      0      0      0   100%
20:31:51 docker/api/__init__.py                    1      0      0      0   100%
20:31:51 docker/api/build.py                     127    112     96      0     7%
20:31:51 docker/api/client.py                    267    154     92     11    35%
20:31:51 docker/api/config.py                     31     18      4      0    37%
20:31:51 docker/api/container.py                 274    208    104      0    17%
20:31:51 docker/api/daemon.py                     40     27     14      0    24%
20:31:51 docker/api/exec_api.py                   45     36     22      0    13%
20:31:51 docker/api/image.py                     161    127     62      0    15%
20:31:51 docker/api/network.py                    91     74     48      0    12%
20:31:51 docker/api/plugin.py                     96     68     16      0    25%
20:31:51 docker/api/secret.py                     36     22      8      0    32%
20:31:51 docker/api/service.py                   202    176    149      0     7%
20:31:51 docker/api/swarm.py                     110     77     38      0    22%
20:31:51 docker/api/volume.py                     38     29     14      0    17%
20:31:51 docker/auth.py                          200    130     78     10    29%
20:31:51 docker/client.py                         80     18      2      1    77%
20:31:51 docker/constants.py                      21      0      0      0   100%
20:31:51 docker/context/__init__.py                2      0      0      0   100%
20:31:51 docker/context/api.py                    81     57     38      0    20%
20:31:51 docker/context/config.py                 61     42     22      1    24%
20:31:51 docker/context/context.py               163    113     68      2    23%
20:31:51 docker/credentials/__init__.py            3      0      0      0   100%
20:31:51 docker/credentials/constants.py           4      0      0      0   100%
20:31:51 docker/credentials/errors.py             11      4      2      0    54%
20:31:51 docker/credentials/store.py              44     30     12      0    25%
20:31:51 docker/credentials/utils.py              23     18     12      0    14%
20:31:51 docker/errors.py                        111     60     20      0    39%
20:31:51 docker/models/__init__.py                 0      0      0      0   100%
20:31:51 docker/models/configs.py                 22      8      2      0    58%
20:31:51 docker/models/containers.py             188    131     70      0    22%
20:31:51 docker/models/images.py                 141     92     56      0    25%
20:31:51 docker/models/networks.py                39     20     12      0    37%
20:31:51 docker/models/nodes.py                   16      5      2      0    61%
20:31:51 docker/models/plugins.py                 51     29      8      0    37%
20:31:51 docker/models/resource.py                43     24      6      0    39%
20:31:51 docker/models/secrets.py                 23      9      2      0    56%
20:31:51 docker/models/services.py                89     63     36      0    21%
20:31:51 docker/models/swarm.py                   40     21      6      0    41%
20:31:51 docker/models/volumes.py                 24     10      4      0    50%
20:31:51 docker/tls.py                            35     24     12      0    23%
20:31:51 docker/transport/__init__.py             11      3      0      0    73%
20:31:51 docker/transport/basehttpadapter.py       6      3      2      0    38%
20:31:51 docker/transport/npipeconn.py            56     51     11      0     7%
20:31:51 docker/transport/npipesocket.py         140    136     20      0     2%
20:31:51 docker/transport/sshconn.py             161    122     59      0    18%
20:31:51 docker/transport/ssladapter.py           32     20      8      0    30%
20:31:51 docker/transport/unixconn.py             54     33      9      0    33%
20:31:51 docker/types/__init__.py                  6      0      0      0   100%
20:31:51 docker/types/base.py                      4      2      2      0    33%
20:31:51 docker/types/containers.py              438    376    326      0     8%
20:31:51 docker/types/daemon.py                   36     26     14      0    20%
20:31:51 docker/types/healthcheck.py              43     20      4      0    49%
20:31:51 docker/types/networks.py                 41     31     28      0    14%
20:31:51 docker/types/services.py                328    269    216      0    11%
20:31:51 docker/types/swarm.py                    51     45     40      0     7%
20:31:51 docker/utils/__init__.py                  3      0      0      0   100%
20:31:51 docker/utils/build.py                   151    126     74      0    11%
20:31:51 docker/utils/config.py                   36      9     12      5    71%
20:31:51 docker/utils/decorators.py               33     13     12      1    47%
20:31:51 docker/utils/fnmatch.py                  55     47     28      0    10%
20:31:51 docker/utils/json_stream.py              40     31     14      1    19%
20:31:51 docker/utils/ports.py                    50     50     32      0     0%
20:31:51 docker/utils/proxy.py                    37     21     12      0    33%
20:31:51 docker/utils/socket.py                   85     64     40      0    17%
20:31:51 docker/utils/utils.py                   279    191    173     19    25%
20:31:51 docker/version.py                         2      0      2      0   100%
20:31:51 -----------------------------------------------------------------------
20:31:51 TOTAL                                  5220   3725   2275     51    21%
20:31:51 
20:31:51 =========================== short test summary info ============================
20:31:51 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
20:31:51   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
20:31:51 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:31:51   CONFIG_RT_GROUP_SCHED isn't enabled
20:31:51 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:31:51   Not supported on most drivers
20:31:51 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:31:51   Output of docker top depends on host distro, and is not formalized.
20:31:51 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:31:51   Output of docker top depends on host distro, and is not formalized.
20:31:51 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:31:51   Can fail if eth0 has multiple IP addresses
20:31:51 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:31:51   This doesn't seem to be taken into account by the engine
20:31:51 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
20:31:51   Flaky test
20:31:51 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
20:31:51   Docker API always returns chunked resp
20:31:51 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:31:51 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
20:31:51 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
20:31:51 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
20:31:51 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
20:31:51 ======= 5 skipped, 9 xfailed, 1 warning, 381 errors in 112.12s (0:01:52) =======
[Pipeline] sh
20:31:51 + docker stop dpy-dind-150-0-py3.10-20.10.17
20:31:53 dpy-dind-150-0-py3.10-20.10.17
20:31:53 + docker network rm dpy-testnet-150-0-py3.10-20.10.17
20:31:53 dpy-testnet-150-0-py3.10-20.10.17
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_20.10.17
[Pipeline] // parallel
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE