Skip to content
Failed

Console Output

Skipping 12,141 KB.. Full Log
18:20:22     return self.post(url, **self._set_request_timeout(kwargs))
18:20:22 tests/unit/api_test.py:76: in fake_post
18:20:22     return fake_request('POST', url, *args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1016: in __call__
18:20:22     return _mock_self._mock_call(*args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1082: in _mock_call
18:20:22     result = effect(*args, **kwargs)
18:20:22 tests/unit/api_test.py:63: in fake_resp
18:20:22     raise Exception('{0} {1}'.format(method, url))
18:20:22 E   Exception: POST http+docker://localhost/v1.35/swarm/join
18:20:22 __________ SwarmTest.test_join_swarm_no_listen_address_takes_default ___________
18:20:22 tests/unit/swarm_test.py:65: in test_join_swarm_no_listen_address_takes_default
18:20:22     self.client.join_swarm(remote_addrs=remote_addr, join_token=join_token)
18:20:22 docker/utils/decorators.py:34: in wrapper
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/swarm.py:253: in join_swarm
18:20:22     response = self._post_json(url, data=data)
18:20:22 docker/api/client.py:287: in _post_json
18:20:22     return self._post(url, data=json.dumps(data2), **kwargs)
18:20:22 docker/utils/decorators.py:46: in inner
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/client.py:224: in _post
18:20:22     return self.post(url, **self._set_request_timeout(kwargs))
18:20:22 tests/unit/api_test.py:76: in fake_post
18:20:22     return fake_request('POST', url, *args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1016: in __call__
18:20:22     return _mock_self._mock_call(*args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1082: in _mock_call
18:20:22     result = effect(*args, **kwargs)
18:20:22 tests/unit/api_test.py:63: in fake_resp
18:20:22     raise Exception('{0} {1}'.format(method, url))
18:20:22 E   Exception: POST http+docker://localhost/v1.35/swarm/join
18:20:22 __________________________ SwarmTest.test_node_update __________________________
18:20:22 tests/unit/swarm_test.py:21: in test_node_update
18:20:22     node_id=fake_api.FAKE_NODE_ID, version=1, node_spec=node_spec
18:20:22 docker/utils/decorators.py:34: in wrapper
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/swarm.py:404: in update_node
18:20:22     res = self._post_json(url, data=node_spec)
18:20:22 docker/api/client.py:287: in _post_json
18:20:22     return self._post(url, data=json.dumps(data2), **kwargs)
18:20:22 docker/utils/decorators.py:46: in inner
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/client.py:224: in _post
18:20:22     return self.post(url, **self._set_request_timeout(kwargs))
18:20:22 tests/unit/api_test.py:76: in fake_post
18:20:22     return fake_request('POST', url, *args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1016: in __call__
18:20:22     return _mock_self._mock_call(*args, **kwargs)
18:20:22 /usr/local/lib/python3.7/unittest/mock.py:1082: in _mock_call
18:20:22     result = effect(*args, **kwargs)
18:20:22 tests/unit/api_test.py:63: in fake_resp
18:20:22     raise Exception('{0} {1}'.format(method, url))
18:20:22 E   Exception: POST http+docker://localhost/v1.35/nodes/24ifsmvkjbyhk/update?version=1
18:20:22 ______________________ DecoratorsTest.test_update_headers ______________________
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
18:20:22     chunked=chunked)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
18:20:22     conn.request(method, url, **httplib_request_kw)
18:20:22 /usr/local/lib/python3.7/http/client.py:1277: in request
18:20:22     self._send_request(method, url, body, headers, encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
18:20:22     self.endheaders(body, encode_chunked=encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
18:20:22     self._send_output(message_body, encode_chunked=encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
18:20:22     self.send(msg)
18:20:22 /usr/local/lib/python3.7/http/client.py:972: in send
18:20:22     self.connect()
18:20:22 docker/transport/unixconn.py:43: in connect
18:20:22     sock.connect(self.unix_socket)
18:20:22 E   FileNotFoundError: [Errno 2] No such file or directory
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
18:20:22     timeout=timeout
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
18:20:22     _stacktrace=sys.exc_info()[2])
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:368: in increment
18:20:22     raise six.reraise(type(error), error, _stacktrace)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/packages/six.py:685: in reraise
18:20:22     raise value.with_traceback(tb)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
18:20:22     chunked=chunked)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
18:20:22     conn.request(method, url, **httplib_request_kw)
18:20:22 /usr/local/lib/python3.7/http/client.py:1277: in request
18:20:22     self._send_request(method, url, body, headers, encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1323: in _send_request
18:20:22     self.endheaders(body, encode_chunked=encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1272: in endheaders
18:20:22     self._send_output(message_body, encode_chunked=encode_chunked)
18:20:22 /usr/local/lib/python3.7/http/client.py:1032: in _send_output
18:20:22     self.send(msg)
18:20:22 /usr/local/lib/python3.7/http/client.py:972: in send
18:20:22     self.connect()
18:20:22 docker/transport/unixconn.py:43: in connect
18:20:22     sock.connect(self.unix_socket)
18:20:22 E   urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 docker/api/client.py:205: in _retrieve_server_version
18:20:22     return self.version(api_version=False)["ApiVersion"]
18:20:22 docker/api/daemon.py:181: in version
18:20:22     return self._result(self._get(url), json=True)
18:20:22 docker/utils/decorators.py:46: in inner
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/client.py:228: in _get
18:20:22     return self.get(url, **self._set_request_timeout(kwargs))
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
18:20:22     return self.request('GET', url, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
18:20:22     resp = self.send(prep, **send_kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
18:20:22     r = adapter.send(request, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:498: in send
18:20:22     raise ConnectionError(err, request=request)
18:20:22 E   requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 tests/unit/utils_test.py:38: in test_update_headers
18:20:22     client = APIClient()
18:20:22 docker/api/client.py:187: in __init__
18:20:22     self._version = self._retrieve_server_version()
18:20:22 docker/api/client.py:213: in _retrieve_server_version
18:20:22     'Error while fetching server API version: {0}'.format(e)
18:20:22 E   docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
18:20:22 __________________ KwargsFromEnvTest.test_kwargs_from_env_tls __________________
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
18:20:22     (self._dns_host, self.port), self.timeout, **extra_kw)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:80: in create_connection
18:20:22     raise err
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:70: in create_connection
18:20:22     sock.connect(sa)
18:20:22 E   socket.timeout: timed out
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
18:20:22     chunked=chunked)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:343: in _make_request
18:20:22     self._validate_conn(conn)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:839: in _validate_conn
18:20:22     conn.connect()
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:301: in connect
18:20:22     conn = self._new_conn()
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:164: in _new_conn
18:20:22     (self.host, self.timeout))
18:20:22 E   urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c88fc0b50>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)')
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
18:20:22     timeout=timeout
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
18:20:22     _stacktrace=sys.exc_info()[2])
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
18:20:22     raise MaxRetryError(_pool, url, error or ResponseError(cause))
18:20:22 E   urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c88fc0b50>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 docker/api/client.py:205: in _retrieve_server_version
18:20:22     return self.version(api_version=False)["ApiVersion"]
18:20:22 docker/api/daemon.py:181: in version
18:20:22     return self._result(self._get(url), json=True)
18:20:22 docker/utils/decorators.py:46: in inner
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/client.py:228: in _get
18:20:22     return self.get(url, **self._set_request_timeout(kwargs))
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
18:20:22     return self.request('GET', url, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
18:20:22     resp = self.send(prep, **send_kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
18:20:22     r = adapter.send(request, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:504: in send
18:20:22     raise ConnectTimeout(e, request=request)
18:20:22 E   requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c88fc0b50>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 tests/unit/utils_test.py:90: in test_kwargs_from_env_tls
18:20:22     client = APIClient(**kwargs)
18:20:22 docker/api/client.py:187: in __init__
18:20:22     self._version = self._retrieve_server_version()
18:20:22 docker/api/client.py:213: in _retrieve_server_version
18:20:22     'Error while fetching server API version: {0}'.format(e)
18:20:22 E   docker.errors.DockerException: Error while fetching server API version: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c88fc0b50>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 ___________ KwargsFromEnvTest.test_kwargs_from_env_tls_verify_false ____________
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
18:20:22     (self._dns_host, self.port), self.timeout, **extra_kw)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:80: in create_connection
18:20:22     raise err
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:70: in create_connection
18:20:22     sock.connect(sa)
18:20:22 E   socket.timeout: timed out
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
18:20:22     chunked=chunked)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:343: in _make_request
18:20:22     self._validate_conn(conn)
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:839: in _validate_conn
18:20:22     conn.connect()
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:301: in connect
18:20:22     conn = self._new_conn()
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:164: in _new_conn
18:20:22     (self.host, self.timeout))
18:20:22 E   urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c8698ccd0>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)')
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
18:20:22     timeout=timeout
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
18:20:22     _stacktrace=sys.exc_info()[2])
18:20:22 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
18:20:22     raise MaxRetryError(_pool, url, error or ResponseError(cause))
18:20:22 E   urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c8698ccd0>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 docker/api/client.py:205: in _retrieve_server_version
18:20:22     return self.version(api_version=False)["ApiVersion"]
18:20:22 docker/api/daemon.py:181: in version
18:20:22     return self._result(self._get(url), json=True)
18:20:22 docker/utils/decorators.py:46: in inner
18:20:22     return f(self, *args, **kwargs)
18:20:22 docker/api/client.py:228: in _get
18:20:22     return self.get(url, **self._set_request_timeout(kwargs))
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
18:20:22     return self.request('GET', url, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
18:20:22     resp = self.send(prep, **send_kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
18:20:22     r = adapter.send(request, **kwargs)
18:20:22 /usr/local/lib/python3.7/site-packages/requests/adapters.py:504: in send
18:20:22     raise ConnectTimeout(e, request=request)
18:20:22 E   requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c8698ccd0>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 
18:20:22 During handling of the above exception, another exception occurred:
18:20:22 tests/unit/utils_test.py:110: in test_kwargs_from_env_tls_verify_false
18:20:22     client = APIClient(**kwargs)
18:20:22 docker/api/client.py:187: in __init__
18:20:22     self._version = self._retrieve_server_version()
18:20:22 docker/api/client.py:213: in _retrieve_server_version
18:20:22     'Error while fetching server API version: {0}'.format(e)
18:20:22 E   docker.errors.DockerException: Error while fetching server API version: HTTPSConnectionPool(host='192.168.59.103', port=2376): Max retries exceeded with url: /version (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3c8698ccd0>, 'Connection to 192.168.59.103 timed out. (connect timeout=60)'))
18:20:22 =============================== warnings summary ===============================
18:20:22 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
18:20:22   /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
18:20:22     from collections import MutableMapping
18:20:22 
18:20:22 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response
18:20:22   /src/tests/unit/api_test.py:423: PytestWarning: asserting the value None, please use "assert is None"
18:20:22     assert mo
18:20:22 
18:20:22 -- Docs: https://docs.pytest.org/en/latest/warnings.html
18:20:22 
18:20:22 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
18:20:22 Name                                  Stmts   Miss Branch BrPart  Cover
18:20:22 -----------------------------------------------------------------------
18:20:22 docker/__init__.py                        8      0      0      0   100%
18:20:22 docker/api/__init__.py                    1      0      0      0   100%
18:20:22 docker/api/build.py                     126     19     93     18    81%
18:20:22 docker/api/client.py                    263     45     98     17    82%
18:20:22 docker/api/config.py                     31      0      6      2    95%
18:20:22 docker/api/container.py                 266     20    104     20    89%
18:20:22 docker/api/daemon.py                     39      5     14      3    81%
18:20:22 docker/api/exec_api.py                   46      5     22      4    87%
18:20:22 docker/api/image.py                     149     24     52     10    81%
18:20:22 docker/api/network.py                    90     13     48     12    80%
18:20:22 docker/api/plugin.py                     90     13     14      4    82%
18:20:22 docker/api/secret.py                     36      3     10      3    83%
18:20:22 docker/api/service.py                   200     60    149     32    61%
18:20:22 docker/api/swarm.py                     106     15     38     10    81%
18:20:22 docker/api/volume.py                     38      3     14      3    88%
18:20:22 docker/auth.py                          198     16     74     16    88%
18:20:22 docker/client.py                         67      5      2      1    91%
18:20:22 docker/constants.py                      20      0      0      0   100%
18:20:22 docker/context/__init__.py                2      0      0      0   100%
18:20:22 docker/context/api.py                    78     16     38      8    76%
18:20:22 docker/context/config.py                 61     27     16      2    52%
18:20:22 docker/context/context.py               151     21     62     15    81%
18:20:22 docker/credentials/__init__.py            3      0      0      0   100%
18:20:22 docker/credentials/constants.py           4      0      0      0   100%
18:20:22 docker/credentials/errors.py             11      1      2      1    85%
18:20:22 docker/credentials/store.py              50      9     16      5    73%
18:20:22 docker/credentials/utils.py              23     13     12      1    31%
18:20:22 docker/errors.py                        110     12     20      6    86%
18:20:22 docker/models/__init__.py                 0      0      0      0   100%
18:20:22 docker/models/configs.py                 21      8      2      0    57%
18:20:22 docker/models/containers.py             183     20     70      8    87%
18:20:22 docker/models/images.py                 137     37     58      5    71%
18:20:22 docker/models/networks.py                37      1     12      2    94%
18:20:22 docker/models/nodes.py                   15      1      2      0    94%
18:20:22 docker/models/plugins.py                 49     30     10      0    32%
18:20:22 docker/models/resource.py                41     11      6      2    72%
18:20:22 docker/models/secrets.py                 21      8      2      0    57%
18:20:22 docker/models/services.py                87      3     36      3    95%
18:20:22 docker/models/swarm.py                   39      3      6      3    87%
18:20:22 docker/models/volumes.py                 23      1      4      0    96%
18:20:22 docker/tls.py                            37      6     14      6    76%
18:20:22 docker/transport/__init__.py             11      3      0      0    73%
18:20:22 docker/transport/basehttpadapter.py       6      0      2      1    88%
18:20:22 docker/transport/npipeconn.py            58     53     10      0     7%
18:20:22 docker/transport/npipesocket.py         137    132     22      0     3%
18:20:22 docker/transport/sshconn.py              87     61     22      1    25%
18:20:22 docker/transport/ssladapter.py           36      7     10      5    74%
18:20:22 docker/transport/unixconn.py             65      6     12      5    86%
18:20:22 docker/types/__init__.py                  6      0      0      0   100%
18:20:22 docker/types/base.py                      5      0      2      0   100%
18:20:22 docker/types/containers.py              418     63    328     43    85%
18:20:22 docker/types/daemon.py                   36      8     14      4    72%
18:20:22 docker/types/healthcheck.py              34     12      4      1    61%
18:20:22 docker/types/networks.py                 41      6     28      5    81%
18:20:22 docker/types/services.py                312     45    206     33    83%
18:20:22 docker/types/swarm.py                    51     24     40     10    52%
18:20:22 docker/utils/__init__.py                  3      0      0      0   100%
18:20:22 docker/utils/build.py                   154     18     76      7    87%
18:20:22 docker/utils/config.py                   36      1     10      1    96%
18:20:22 docker/utils/decorators.py               32      4     12      2    82%
18:20:22 docker/utils/fnmatch.py                  55     18     28      2    61%
18:20:22 docker/utils/json_stream.py              43      8     14      2    79%
18:20:22 docker/utils/ports.py                    50      3     32      2    91%
18:20:22 docker/utils/proxy.py                    32      1     12      0    98%
18:20:22 docker/utils/socket.py                   86      9     40      7    86%
18:20:22 docker/utils/utils.py                   285     19    177     13    92%
18:20:22 docker/version.py                         2      0      2      0   100%
18:20:22 -----------------------------------------------------------------------
18:20:22 TOTAL                                  5038    975   2229    366    78%
18:20:22 
18:20:22 =========================== short test summary info ============================
18:20:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
18:20:22   CONFIG_RT_GROUP_SCHED isn't enabled
18:20:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
18:20:22   Not supported on most drivers
18:20:22 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
18:20:22   Output of docker top depends on host distro, and is not formalized.
18:20:22 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
18:20:22   This doesn't seem to be taken into account by the engine
18:20:22 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
18:20:22 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
18:20:22 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
18:20:22 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
18:20:22 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
18:20:22 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
18:20:22 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
18:20:22 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
18:20:22 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
18:20:22 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
18:20:22 SKIPPED [1] tests/unit/utils_test.py:476: shlex doesn't support bytes in py3
18:20:22 = 233 failed, 689 passed, 12 skipped, 5 xfailed, 4 xpassed, 2 warnings in 556.90 seconds =
[Pipeline] sh
18:20:22 + docker stop dpy-dind-1-0-py3.7-19.03.12 dpy-tests-1-0-py3.7-19.03.12
18:20:28 dpy-dind-1-0-py3.7-19.03.13-beta2
18:20:28 dpy-tests-1-0-py3.7-19.03.13-beta2
18:20:28 + docker rm -vf dpy-dind-1-0-py3.7-19.03.13-beta2 dpy-tests-1-0-py3.7-19.03.13-beta2
18:20:28 dpy-dind-1-0-py3.7-19.03.13-beta2
18:20:28 dpy-tests-1-0-py3.7-19.03.13-beta2
18:20:28 + docker network rm dpy-testnet-1-0-py3.7-19.03.13-beta2
18:20:28 dpy-testnet-1-0-py3.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13-beta2
18:20:34 dpy-dind-1-0-py3.7-19.03.12
18:20:34 dpy-tests-1-0-py3.7-19.03.12
18:20:34 + docker rm -vf dpy-dind-1-0-py3.7-19.03.12 dpy-tests-1-0-py3.7-19.03.12
18:20:34 dpy-dind-1-0-py3.7-19.03.12
18:20:34 dpy-tests-1-0-py3.7-19.03.12
18:20:34 + docker network rm dpy-testnet-1-0-py3.7-19.03.12
18:20:34 dpy-testnet-1-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE