Skip to content
Failed

Console Output

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