Skip to content
Failed

Console Output

Skipping 19,098 KB.. Full Log
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
23:22:09     timeout=timeout
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
23:22:09     _stacktrace=sys.exc_info()[2])
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
23:22:09     raise MaxRetryError(_pool, url, error or ResponseError(cause))
23:22:09 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 docker/api/client.py:207: in _retrieve_server_version
23:22:09     return self.version(api_version=False)["ApiVersion"]
23:22:09 docker/api/daemon.py:181: in version
23:22:09     return self._result(self._get(url), json=True)
23:22:09 docker/utils/decorators.py:46: in inner
23:22:09     return f(self, *args, **kwargs)
23:22:09 docker/api/client.py:230: in _get
23:22:09     return self.get(url, **self._set_request_timeout(kwargs))
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
23:22:09     return self.request('GET', url, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
23:22:09     resp = self.send(prep, **send_kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
23:22:09     r = adapter.send(request, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
23:22:09     raise ConnectionError(e, request=request)
23:22:09 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/six.py:685: in reraise
23:22:09     raise value.with_traceback(tb)
23:22:09 tests/integration/conftest.py:16: in setup_test_session
23:22:09     c = docker.APIClient(version='auto', **kwargs_from_env())
23:22:09 docker/api/client.py:190: in __init__
23:22:09     self._version = self._retrieve_server_version()
23:22:09 docker/api/client.py:215: in _retrieve_server_version
23:22:09     'Error while fetching server API version: {0}'.format(e)
23:22:09 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 ____________________ ERROR at setup of TestStore.test_list _____________________
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
23:22:09     (self._dns_host, self.port), self.timeout, **extra_kw)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
23:22:09     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
23:22:09 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
23:22:09     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
23:22:09 E   socket.gaierror: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
23:22:09     chunked=chunked)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
23:22:09     conn.request(method, url, **httplib_request_kw)
23:22:09 /usr/local/lib/python3.7/http/client.py:1252: in request
23:22:09     self._send_request(method, url, body, headers, encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
23:22:09     self.endheaders(body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
23:22:09     self._send_output(message_body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
23:22:09     self.send(msg)
23:22:09 /usr/local/lib/python3.7/http/client.py:966: in send
23:22:09     self.connect()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
23:22:09     conn = self._new_conn()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
23:22:09     self, "Failed to establish a new connection: %s" % e)
23:22:09 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
23:22:09     timeout=timeout
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
23:22:09     _stacktrace=sys.exc_info()[2])
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
23:22:09     raise MaxRetryError(_pool, url, error or ResponseError(cause))
23:22:09 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 docker/api/client.py:207: in _retrieve_server_version
23:22:09     return self.version(api_version=False)["ApiVersion"]
23:22:09 docker/api/daemon.py:181: in version
23:22:09     return self._result(self._get(url), json=True)
23:22:09 docker/utils/decorators.py:46: in inner
23:22:09     return f(self, *args, **kwargs)
23:22:09 docker/api/client.py:230: in _get
23:22:09     return self.get(url, **self._set_request_timeout(kwargs))
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
23:22:09     return self.request('GET', url, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
23:22:09     resp = self.send(prep, **send_kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
23:22:09     r = adapter.send(request, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
23:22:09     raise ConnectionError(e, request=request)
23:22:09 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/six.py:685: in reraise
23:22:09     raise value.with_traceback(tb)
23:22:09 tests/integration/conftest.py:16: in setup_test_session
23:22:09     c = docker.APIClient(version='auto', **kwargs_from_env())
23:22:09 docker/api/client.py:190: in __init__
23:22:09     self._version = self._retrieve_server_version()
23:22:09 docker/api/client.py:215: in _retrieve_server_version
23:22:09     'Error while fetching server API version: {0}'.format(e)
23:22:09 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
23:22:09     (self._dns_host, self.port), self.timeout, **extra_kw)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
23:22:09     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
23:22:09 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
23:22:09     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
23:22:09 E   socket.gaierror: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
23:22:09     chunked=chunked)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
23:22:09     conn.request(method, url, **httplib_request_kw)
23:22:09 /usr/local/lib/python3.7/http/client.py:1252: in request
23:22:09     self._send_request(method, url, body, headers, encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
23:22:09     self.endheaders(body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
23:22:09     self._send_output(message_body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
23:22:09     self.send(msg)
23:22:09 /usr/local/lib/python3.7/http/client.py:966: in send
23:22:09     self.connect()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
23:22:09     conn = self._new_conn()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
23:22:09     self, "Failed to establish a new connection: %s" % e)
23:22:09 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
23:22:09     timeout=timeout
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
23:22:09     _stacktrace=sys.exc_info()[2])
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
23:22:09     raise MaxRetryError(_pool, url, error or ResponseError(cause))
23:22:09 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 docker/api/client.py:207: in _retrieve_server_version
23:22:09     return self.version(api_version=False)["ApiVersion"]
23:22:09 docker/api/daemon.py:181: in version
23:22:09     return self._result(self._get(url), json=True)
23:22:09 docker/utils/decorators.py:46: in inner
23:22:09     return f(self, *args, **kwargs)
23:22:09 docker/api/client.py:230: in _get
23:22:09     return self.get(url, **self._set_request_timeout(kwargs))
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
23:22:09     return self.request('GET', url, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
23:22:09     resp = self.send(prep, **send_kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
23:22:09     r = adapter.send(request, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
23:22:09     raise ConnectionError(e, request=request)
23:22:09 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/six.py:685: in reraise
23:22:09     raise value.with_traceback(tb)
23:22:09 tests/integration/conftest.py:16: in setup_test_session
23:22:09     c = docker.APIClient(version='auto', **kwargs_from_env())
23:22:09 docker/api/client.py:190: in __init__
23:22:09     self._version = self._retrieve_server_version()
23:22:09 docker/api/client.py:215: in _retrieve_server_version
23:22:09     'Error while fetching server API version: {0}'.format(e)
23:22:09 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 ________________ ERROR at setup of test_create_environment_dict ________________
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
23:22:09     (self._dns_host, self.port), self.timeout, **extra_kw)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
23:22:09     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
23:22:09 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
23:22:09     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
23:22:09 E   socket.gaierror: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
23:22:09     chunked=chunked)
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
23:22:09     conn.request(method, url, **httplib_request_kw)
23:22:09 /usr/local/lib/python3.7/http/client.py:1252: in request
23:22:09     self._send_request(method, url, body, headers, encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
23:22:09     self.endheaders(body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
23:22:09     self._send_output(message_body, encode_chunked=encode_chunked)
23:22:09 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
23:22:09     self.send(msg)
23:22:09 /usr/local/lib/python3.7/http/client.py:966: in send
23:22:09     self.connect()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
23:22:09     conn = self._new_conn()
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
23:22:09     self, "Failed to establish a new connection: %s" % e)
23:22:09 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
23:22:09     timeout=timeout
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
23:22:09     _stacktrace=sys.exc_info()[2])
23:22:09 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
23:22:09     raise MaxRetryError(_pool, url, error or ResponseError(cause))
23:22:09 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 docker/api/client.py:207: in _retrieve_server_version
23:22:09     return self.version(api_version=False)["ApiVersion"]
23:22:09 docker/api/daemon.py:181: in version
23:22:09     return self._result(self._get(url), json=True)
23:22:09 docker/utils/decorators.py:46: in inner
23:22:09     return f(self, *args, **kwargs)
23:22:09 docker/api/client.py:230: in _get
23:22:09     return self.get(url, **self._set_request_timeout(kwargs))
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
23:22:09     return self.request('GET', url, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
23:22:09     resp = self.send(prep, **send_kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
23:22:09     r = adapter.send(request, **kwargs)
23:22:09 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
23:22:09     raise ConnectionError(e, request=request)
23:22:09 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 
23:22:09 During handling of the above exception, another exception occurred:
23:22:09 /usr/local/lib/python3.7/site-packages/six.py:685: in reraise
23:22:09     raise value.with_traceback(tb)
23:22:09 tests/integration/conftest.py:16: in setup_test_session
23:22:09     c = docker.APIClient(version='auto', **kwargs_from_env())
23:22:09 docker/api/client.py:190: in __init__
23:22:09     self._version = self._retrieve_server_version()
23:22:09 docker/api/client.py:215: in _retrieve_server_version
23:22:09     'Error while fetching server API version: {0}'.format(e)
23:22:09 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-17.06.2-ce', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6790119e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
23:22:09 =============================== warnings summary ===============================
23:22:09 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
23:22:09   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
23:22:09     from collections import MutableMapping
23:22:09 
23:22:09 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:22:09 
23:22:09 ----------- coverage: platform linux, python 3.7.6-final-0 -----------
23:22:09 Name                                  Stmts   Miss Branch BrPart  Cover
23:22:09 -----------------------------------------------------------------------
23:22:09 docker/__init__.py                        8      0      0      0   100%
23:22:09 docker/api/__init__.py                    1      0      0      0   100%
23:22:09 docker/api/build.py                     126     41     93     21    63%
23:22:09 docker/api/client.py                    265     62    100     14    76%
23:22:09 docker/api/config.py                     31     19      6      0    32%
23:22:09 docker/api/container.py                 265     71    104     25    65%
23:22:09 docker/api/daemon.py                     39      5     14      4    83%
23:22:09 docker/api/exec_api.py                   46     11     22      9    68%
23:22:09 docker/api/image.py                     149     39     52     11    71%
23:22:09 docker/api/network.py                    90     35     48     11    51%
23:22:09 docker/api/plugin.py                     90     68     14      0    21%
23:22:09 docker/api/secret.py                     36     23     10      0    28%
23:22:09 docker/api/service.py                   200    176    149      0     7%
23:22:09 docker/api/swarm.py                     106     67     38      1    28%
23:22:09 docker/api/volume.py                     38      9     14      2    71%
23:22:09 docker/auth.py                          198     16     74     16    88%
23:22:09 docker/client.py                         67     10      2      0    86%
23:22:09 docker/constants.py                      20      0      0      0   100%
23:22:09 docker/context/__init__.py                2      0      0      0   100%
23:22:09 docker/context/api.py                    76     39     36      8    40%
23:22:09 docker/context/config.py                 61     34     16      3    39%
23:22:09 docker/context/context.py               135     86     56      4    28%
23:22:09 docker/credentials/__init__.py            3      0      0      0   100%
23:22:09 docker/credentials/constants.py           4      0      0      0   100%
23:22:09 docker/credentials/errors.py             11      4      2      0    54%
23:22:09 docker/credentials/store.py              50     35     16      0    23%
23:22:09 docker/credentials/utils.py              23     18     12      0    14%
23:22:09 docker/errors.py                        110     26     20      4    71%
23:22:09 docker/models/__init__.py                 0      0      0      0   100%
23:22:09 docker/models/configs.py                 21      8      2      0    57%
23:22:09 docker/models/containers.py             183     11     70      9    91%
23:22:09 docker/models/images.py                 137     55     58      5    52%
23:22:09 docker/models/networks.py                37      7     12      3    71%
23:22:09 docker/models/nodes.py                   15      5      2      0    59%
23:22:09 docker/models/plugins.py                 49     30     10      0    32%
23:22:09 docker/models/resource.py                41     10      6      3    72%
23:22:09 docker/models/secrets.py                 21      8      2      0    57%
23:22:09 docker/models/services.py                87     35     36      4    59%
23:22:09 docker/models/swarm.py                   39     21      6      0    40%
23:22:09 docker/models/volumes.py                 23     10      4      0    48%
23:22:09 docker/tls.py                            37      6     14      6    76%
23:22:09 docker/transport/__init__.py             11      3      0      0    73%
23:22:09 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:22:09 docker/transport/npipeconn.py            58     53     10      0     7%
23:22:09 docker/transport/npipesocket.py         137    132     22      0     3%
23:22:09 docker/transport/sshconn.py              87     61     22      1    25%
23:22:09 docker/transport/ssladapter.py           36     10     10      4    65%
23:22:09 docker/transport/unixconn.py             65      6     12      4    87%
23:22:09 docker/types/__init__.py                  6      0      0      0   100%
23:22:09 docker/types/base.py                      5      0      2      0   100%
23:22:09 docker/types/containers.py              360     59    298     35    82%
23:22:09 docker/types/daemon.py                   36     24     14      0    24%
23:22:09 docker/types/healthcheck.py              34     20      4      0    37%
23:22:09 docker/types/networks.py                 35      9     22      7    65%
23:22:09 docker/types/services.py                312    140    206     38    50%
23:22:09 docker/types/swarm.py                    51     45     40      0     7%
23:22:09 docker/utils/__init__.py                  3      0      0      0   100%
23:22:09 docker/utils/build.py                   154     26     76     10    82%
23:22:09 docker/utils/config.py                   36      1     10      1    96%
23:22:09 docker/utils/decorators.py               32      1     12      1    95%
23:22:09 docker/utils/fnmatch.py                  55     18     28      2    61%
23:22:09 docker/utils/json_stream.py              43      8     14      2    79%
23:22:09 docker/utils/ports.py                    50      3     32      2    91%
23:22:09 docker/utils/proxy.py                    32      1     12      0    98%
23:22:09 docker/utils/socket.py                   86     10     40      8    84%
23:22:09 docker/utils/utils.py                   285     21    177     16    91%
23:22:09 docker/version.py                         2      0      2      0   100%
23:22:09 -----------------------------------------------------------------------
23:22:09 TOTAL                                  4957   1751   2187    295    61%
23:22:09 
23:22:09 =========================== short test summary info ============================
23:22:09 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:22:09   CONFIG_RT_GROUP_SCHED isn't enabled
23:22:09 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:22:09   Not supported on most drivers
23:22:09 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
23:22:09   Can fail if eth0 has multiple IP addresses
23:22:09 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:22:09   This doesn't seem to be taken into account by the engine
23:22:09 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
23:22:09   Flaky test
23:22:09 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:22:09 SKIPPED [1] tests/integration/api_build_test.py:441: API version is too low (< 1.32)
23:22:09 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
23:22:09 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
23:22:09 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
23:22:09 SKIPPED [1] tests/integration/api_image_test.py:66: API version is too low (< 1.32)
23:22:09 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:22:09 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
23:22:09 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
23:22:09 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
23:22:09 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
23:22:09 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
23:22:09 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
23:22:09 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
23:22:09 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
23:22:09 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
23:22:09 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
23:22:09 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:22:09 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:22:09 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:22:09 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:22:09 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:22:09 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
23:22:09 == 545 passed, 22 skipped, 6 xfailed, 1 warnings, 367 error in 109.21 seconds ==
[Pipeline] sh
23:22:09 + docker stop dpy-dind-1-0-py3.7-17.06.2-ce dpy-tests-1-0-py3.7-17.06.2-ce
23:22:09 dpy-dind-1-0-py3.7-17.06.2-ce
23:22:09 dpy-tests-1-0-py3.7-17.06.2-ce
23:22:09 + docker rm -vf dpy-dind-1-0-py3.7-17.06.2-ce dpy-tests-1-0-py3.7-17.06.2-ce
23:22:09 dpy-dind-1-0-py3.7-17.06.2-ce
23:22:09 dpy-tests-1-0-py3.7-17.06.2-ce
23:22:09 + docker network rm dpy-testnet-1-0-py3.7-17.06.2-ce
23:22:09 dpy-testnet-1-0-py3.7-17.06.2-ce
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_17.06.2-ce
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE