Skip to content

Console Output

Skipping 2,778 KB.. Full Log
My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZCuf3Jg/hqg+/hApuiBTNEDm9L9ZMKZfuX7TAyMXgysZYk5palAcwUQivxKc5NSi9rWTJXlnvKgG2oaEHC8dAAAa9T4FvIAAAA=E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fbfa884a9d0>: Failed to establish a new connection: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
10:51:43     timeout=timeout
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
10:51:43     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
10:51:43     raise MaxRetryError(_pool, url, error or ResponseError(cause))
10:51:43 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa884a9d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 tests/integration/regression_test.py:21: in test_542_truncate_ids_client_side
10:51:43     self.client.create_container(TEST_IMG, ['true'])
10:51:43 docker/api/container.py:428: in create_container
10:51:43     return self.create_container_from_config(config, name)
10:51:43 docker/api/container.py:438: in create_container_from_config
10:51:43     res = self._post_json(u, data=config, params=params)
10:51:43 docker/api/client.py:296: in _post_json
10:51:43     return self._post(url, data=json.dumps(data2), **kwargs)
10:51:43 docker/utils/decorators.py:46: in inner
10:51:43     return f(self, *args, **kwargs)
10:51:43 docker/api/client.py:233: in _post
10:51:43     return self.post(url, **self._set_request_timeout(kwargs))
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
10:51:43     return self.request('POST', url, data=data, json=json, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
10:51:43     resp = self.send(prep, **send_kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
10:51:43     r = adapter.send(request, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
10:51:43     raise ConnectionError(e, request=request)
10:51:43 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa884a9d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 _________ TestRegressions.test_647_support_doubleslash_in_image_names __________
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
10:51:43     (self._dns_host, self.port), self.timeout, **extra_kw
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
10:51:43     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
10:51:43 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
10:51:43     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
10:51:43 E   socket.gaierror: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
10:51:43     chunked=chunked,
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
10:51:43     conn.request(method, url, **httplib_request_kw)
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
10:51:43     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
10:51:43 /usr/local/lib/python3.7/http/client.py:1281: in request
10:51:43     self._send_request(method, url, body, headers, encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
10:51:43     self.endheaders(body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
10:51:43     self._send_output(message_body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
10:51:43     self.send(msg)
10:51:43 /usr/local/lib/python3.7/http/client.py:976: in send
10:51:43     self.connect()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
10:51:43     conn = self._new_conn()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
10:51:43     self, "Failed to establish a new connection: %s" % e
10:51:43 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fbfa7479610>: Failed to establish a new connection: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
10:51:43     timeout=timeout
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
10:51:43     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
10:51:43     raise MaxRetryError(_pool, url, error or ResponseError(cause))
10:51:43 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa7479610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 tests/integration/regression_test.py:28: in test_647_support_doubleslash_in_image_names
10:51:43     self.client.inspect_image('gensokyo.jp//kirisame')
10:51:43 docker/utils/decorators.py:19: in wrapped
10:51:43     return f(self, resource_id, *args, **kwargs)
10:51:43 docker/api/image.py:252: in inspect_image
10:51:43     self._get(self._url("/images/{0}/json", image)), True
10:51:43 docker/utils/decorators.py:46: in inner
10:51:43     return f(self, *args, **kwargs)
10:51:43 docker/api/client.py:237: in _get
10:51:43     return self.get(url, **self._set_request_timeout(kwargs))
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
10:51:43     return self.request('GET', url, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
10:51:43     resp = self.send(prep, **send_kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
10:51:43     r = adapter.send(request, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
10:51:43     raise ConnectionError(e, request=request)
10:51:43 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa7479610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 ______________ TestRegressions.test_649_handle_timeout_value_none ______________
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
10:51:43     (self._dns_host, self.port), self.timeout, **extra_kw
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
10:51:43     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
10:51:43 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
10:51:43     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
10:51:43 E   socket.gaierror: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
10:51:43     chunked=chunked,
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
10:51:43     conn.request(method, url, **httplib_request_kw)
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
10:51:43     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
10:51:43 /usr/local/lib/python3.7/http/client.py:1281: in request
10:51:43     self._send_request(method, url, body, headers, encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
10:51:43     self.endheaders(body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
10:51:43     self._send_output(message_body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
10:51:43     self.send(msg)
10:51:43 /usr/local/lib/python3.7/http/client.py:976: in send
10:51:43     self.connect()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
10:51:43     conn = self._new_conn()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
10:51:43     self, "Failed to establish a new connection: %s" % e
10:51:43 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fbfa80b3bd0>: Failed to establish a new connection: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
10:51:43     timeout=timeout
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
10:51:43     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
10:51:43     raise MaxRetryError(_pool, url, error or ResponseError(cause))
10:51:43 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa80b3bd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 tests/integration/regression_test.py:32: in test_649_handle_timeout_value_none
10:51:43     ctnr = self.client.create_container(TEST_IMG, ['sleep', '2'])
10:51:43 docker/api/container.py:428: in create_container
10:51:43     return self.create_container_from_config(config, name)
10:51:43 docker/api/container.py:438: in create_container_from_config
10:51:43     res = self._post_json(u, data=config, params=params)
10:51:43 docker/api/client.py:296: in _post_json
10:51:43     return self._post(url, data=json.dumps(data2), **kwargs)
10:51:43 docker/utils/decorators.py:46: in inner
10:51:43     return f(self, *args, **kwargs)
10:51:43 docker/api/client.py:233: in _post
10:51:43     return self.post(url, **self._set_request_timeout(kwargs))
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
10:51:43     return self.request('POST', url, data=data, json=json, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
10:51:43     resp = self.send(prep, **send_kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
10:51:43     r = adapter.send(request, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
10:51:43     raise ConnectionError(e, request=request)
10:51:43 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa80b3bd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 ___________ TestRegressions.test_715_handle_user_param_as_int_value ____________
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
10:51:43     (self._dns_host, self.port), self.timeout, **extra_kw
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
10:51:43     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
10:51:43 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
10:51:43     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
10:51:43 E   socket.gaierror: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
10:51:43     chunked=chunked,
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
10:51:43     conn.request(method, url, **httplib_request_kw)
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
10:51:43     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
10:51:43 /usr/local/lib/python3.7/http/client.py:1281: in request
10:51:43     self._send_request(method, url, body, headers, encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
10:51:43     self.endheaders(body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
10:51:43     self._send_output(message_body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
10:51:43     self.send(msg)
10:51:43 /usr/local/lib/python3.7/http/client.py:976: in send
10:51:43     self.connect()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
10:51:43     conn = self._new_conn()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
10:51:43     self, "Failed to establish a new connection: %s" % e
10:51:43 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fbfa84cead0>: Failed to establish a new connection: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
10:51:43     timeout=timeout
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
10:51:43     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
10:51:43     raise MaxRetryError(_pool, url, error or ResponseError(cause))
10:51:43 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa84cead0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 tests/integration/regression_test.py:37: in test_715_handle_user_param_as_int_value
10:51:43     ctnr = self.client.create_container(TEST_IMG, ['id', '-u'], user=1000)
10:51:43 docker/api/container.py:428: in create_container
10:51:43     return self.create_container_from_config(config, name)
10:51:43 docker/api/container.py:438: in create_container_from_config
10:51:43     res = self._post_json(u, data=config, params=params)
10:51:43 docker/api/client.py:296: in _post_json
10:51:43     return self._post(url, data=json.dumps(data2), **kwargs)
10:51:43 docker/utils/decorators.py:46: in inner
10:51:43     return f(self, *args, **kwargs)
10:51:43 docker/api/client.py:233: in _post
10:51:43     return self.post(url, **self._set_request_timeout(kwargs))
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
10:51:43     return self.request('POST', url, data=data, json=json, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
10:51:43     resp = self.send(prep, **send_kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
10:51:43     r = adapter.send(request, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
10:51:43     raise ConnectionError(e, request=request)
10:51:43 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa84cead0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 _______________ TestRegressions.test_792_explicit_port_protocol ________________
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
10:51:43     (self._dns_host, self.port), self.timeout, **extra_kw
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
10:51:43     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
10:51:43 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
10:51:43     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
10:51:43 E   socket.gaierror: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
10:51:43     chunked=chunked,
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
10:51:43     conn.request(method, url, **httplib_request_kw)
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
10:51:43     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
10:51:43 /usr/local/lib/python3.7/http/client.py:1281: in request
10:51:43     self._send_request(method, url, body, headers, encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
10:51:43     self.endheaders(body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
10:51:43     self._send_output(message_body, encode_chunked=encode_chunked)
10:51:43 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
10:51:43     self.send(msg)
10:51:43 /usr/local/lib/python3.7/http/client.py:976: in send
10:51:43     self.connect()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
10:51:43     conn = self._new_conn()
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
10:51:43     self, "Failed to establish a new connection: %s" % e
10:51:43 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fbfa85fbfd0>: Failed to establish a new connection: [Errno -2] Name or service not known
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
10:51:43     timeout=timeout
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
10:51:43     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
10:51:43 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
10:51:43     raise MaxRetryError(_pool, url, error or ResponseError(cause))
10:51:43 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa85fbfd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 During handling of the above exception, another exception occurred:
10:51:43 tests/integration/regression_test.py:50: in test_792_explicit_port_protocol
10:51:43     port_bindings={'2000/tcp': tcp_port, '2000/udp': udp_port}
10:51:43 docker/api/container.py:428: in create_container
10:51:43     return self.create_container_from_config(config, name)
10:51:43 docker/api/container.py:438: in create_container_from_config
10:51:43     res = self._post_json(u, data=config, params=params)
10:51:43 docker/api/client.py:296: in _post_json
10:51:43     return self._post(url, data=json.dumps(data2), **kwargs)
10:51:43 docker/utils/decorators.py:46: in inner
10:51:43     return f(self, *args, **kwargs)
10:51:43 docker/api/client.py:233: in _post
10:51:43     return self.post(url, **self._set_request_timeout(kwargs))
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
10:51:43     return self.request('POST', url, data=data, json=json, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
10:51:43     resp = self.send(prep, **send_kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
10:51:43     r = adapter.send(request, **kwargs)
10:51:43 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
10:51:43     raise ConnectionError(e, request=request)
10:51:43 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-20.10.14', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbfa85fbfd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
10:51:43 
10:51:43 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:51:43 Name                                  Stmts   Miss Branch BrPart  Cover
10:51:43 -----------------------------------------------------------------------
10:51:43 docker/__init__.py                        8      0      0      0   100%
10:51:43 docker/api/__init__.py                    1      0      0      0   100%
10:51:43 docker/api/build.py                     126     26     92     23    74%
10:51:43 docker/api/client.py                    261     57     92     20    76%
10:51:43 docker/api/config.py                     29      0      4      1    97%
10:51:43 docker/api/container.py                 265     40    104     31    79%
10:51:43 docker/api/daemon.py                     39     16     14      3    49%
10:51:43 docker/api/exec_api.py                   45      9     22      4    78%
10:51:43 docker/api/image.py                     159     50     60     13    65%
10:51:43 docker/api/network.py                    90     13     48     12    80%
10:51:43 docker/api/plugin.py                     89     10     14      4    84%
10:51:43 docker/api/secret.py                     34      3      8      2    83%
10:51:43 docker/api/service.py                   200     63    149     32    60%
10:51:43 docker/api/swarm.py                     106     24     38     10    74%
10:51:43 docker/api/volume.py                     38     14     14      4    58%
10:51:43 docker/auth.py                          197     93     74     22    48%
10:51:43 docker/client.py                         69      7      2      1    89%
10:51:43 docker/constants.py                      21      0      0      0   100%
10:51:43 docker/context/__init__.py                2      0      0      0   100%
10:51:43 docker/context/api.py                    78     18     38     10    72%
10:51:43 docker/context/config.py                 61     25     16      3    53%
10:51:43 docker/context/context.py               154     26     64     15    78%
10:51:43 docker/credentials/__init__.py            3      0      0      0   100%
10:51:43 docker/credentials/constants.py           4      0      0      0   100%
10:51:43 docker/credentials/errors.py             11      1      2      1    85%
10:51:43 docker/credentials/store.py              44      5     12      4    80%
10:51:43 docker/credentials/utils.py              23     13     12      1    31%
10:51:43 docker/errors.py                        110     34     20      6    66%
10:51:43 docker/models/__init__.py                 0      0      0      0   100%
10:51:43 docker/models/configs.py                 21      8      2      0    57%
10:51:43 docker/models/containers.py             183     87     70      8    49%
10:51:43 docker/models/images.py                 136     85     56      1    27%
10:51:43 docker/models/networks.py                37     19     12      0    37%
10:51:43 docker/models/nodes.py                   15      5      2      0    59%
10:51:43 docker/models/plugins.py                 48     29      8      0    34%
10:51:43 docker/models/resource.py                41     18      6      1    51%
10:51:43 docker/models/secrets.py                 22      9      2      0    54%
10:51:43 docker/models/services.py                87     63     36      0    20%
10:51:43 docker/models/swarm.py                   39     15      6      1    56%
10:51:43 docker/models/volumes.py                 23      9      4      0    52%
10:51:43 docker/tls.py                            37     13     14      5    57%
10:51:43 docker/transport/__init__.py             11      3      0      0    73%
10:51:43 docker/transport/basehttpadapter.py       6      3      2      0    38%
10:51:43 docker/transport/npipeconn.py            57     52      8      0     8%
10:51:43 docker/transport/npipesocket.py         134    130     20      0     3%
10:51:43 docker/transport/sshconn.py             162    123     54      0    18%
10:51:43 docker/transport/ssladapter.py           36     22     10      1    33%
10:51:43 docker/transport/unixconn.py             54     33      6      0    35%
10:51:43 docker/types/__init__.py                  6      0      0      0   100%
10:51:43 docker/types/base.py                      4      0      2      0   100%
10:51:43 docker/types/containers.py              419    222    326     70    45%
10:51:43 docker/types/daemon.py                   36      8     14      5    70%
10:51:43 docker/types/healthcheck.py              33     12      4      1    59%
10:51:43 docker/types/networks.py                 41      7     28      6    78%
10:51:43 docker/types/services.py                321     77    216     43    73%
10:51:43 docker/types/swarm.py                    51     24     40     10    52%
10:51:43 docker/utils/__init__.py                  3      0      0      0   100%
10:51:43 docker/utils/build.py                   150     22     72     13    82%
10:51:43 docker/utils/config.py                   36      9     10      5    70%
10:51:43 docker/utils/decorators.py               32      6     12      4    73%
10:51:43 docker/utils/fnmatch.py                  55     27     28      4    41%
10:51:43 docker/utils/json_stream.py              40      8     14      3    76%
10:51:43 docker/utils/ports.py                    50     50     32      0     0%
10:51:43 docker/utils/proxy.py                    32      2     12      1    93%
10:51:43 docker/utils/socket.py                   85      9     40      7    86%
10:51:43 docker/utils/utils.py                   278     98    171     32    60%
10:51:43 docker/version.py                         2      0      2      0   100%
10:51:43 -----------------------------------------------------------------------
10:51:43 TOTAL                                  5090   1854   2240    443    59%
10:51:43 
10:51:43 =========================== short test summary info ============================
10:51:43 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
10:51:43   CONFIG_RT_GROUP_SCHED isn't enabled
10:51:43 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
10:51:43   Not supported on most drivers
10:51:43 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
10:51:43   Output of docker top depends on host distro, and is not formalized.
10:51:43 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
10:51:43   This doesn't seem to be taken into account by the engine
10:51:43 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
10:51:43   Flaky test
10:51:43 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
10:51:43 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
10:51:43 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
10:51:43 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
10:51:43 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
10:51:43 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
10:51:43 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
10:51:43 = 85 failed, 278 passed, 9 skipped, 5 xfailed, 3 xpassed, 21 errors in 219.80s (0:03:39) =