Skip to content
Failed

Console Output

Skipping 5,306 KB.. Full Log
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:00:05 ________________ ContainerTest.test_kill_container_with_signal _________________
23:00:05 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': <Signals.SIGTERM: 15>}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:00:05 ______________________ ContainerTest.test_list_containers ______________________
23:00:05 tests/unit/api_container_test.py:1290: in test_list_containers
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60)
23:00:05 _______________________ ContainerTest.test_log_following _______________________
23:00:05 tests/unit/api_container_test.py:1407: in test_log_following
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 __________________ ContainerTest.test_log_following_backwards __________________
23:00:05 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:00:05     stream=True
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 _________________________ ContainerTest.test_log_since _________________________
23:00:05 tests/unit/api_container_test.py:1472: in test_log_since
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:00:05 __________________ ContainerTest.test_log_since_with_datetime __________________
23:00:05 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:00:05 _______________________ ContainerTest.test_log_streaming _______________________
23:00:05 tests/unit/api_container_test.py:1391: in test_log_streaming
23:00:05     stream=True
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 ________________ ContainerTest.test_log_streaming_and_following ________________
23:00:05 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:00:05     stream=True
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 _________________________ ContainerTest.test_log_tail __________________________
23:00:05 tests/unit/api_container_test.py:1455: in test_log_tail
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60)
23:00:05 __________________________ ContainerTest.test_log_tty __________________________
23:00:05 tests/unit/api_container_test.py:1517: in test_log_tty
23:00:05     stream=True
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:00:05 ___________________________ ContainerTest.test_logs ____________________________
23:00:05 tests/unit/api_container_test.py:1356: in test_logs
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:00:05 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:00:05     stream=False
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:00:05 ______________________ ContainerTest.test_pause_container ______________________
23:00:05 tests/unit/api_container_test.py:1584: in test_pause_container
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:00:05 ___________________________ ContainerTest.test_port ____________________________
23:00:05 tests/unit/api_container_test.py:1547: in test_port
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:00:05 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:00:05 _____________________ ContainerTest.test_remove_container ______________________
23:00:05 tests/unit/api_container_test.py:1660: in test_remove_container
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:00:05 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:00:05 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:00:05 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:00:05 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:00:05 _____________________ ContainerTest.test_rename_container ______________________
23:00:05 tests/unit/api_container_test.py:1319: in test_rename_container
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:00:05 _____________________ ContainerTest.test_resize_container ______________________
23:00:05 tests/unit/api_container_test.py:1305: in test_resize_container
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:00:05 _____________________ ContainerTest.test_restart_container _____________________
23:00:05 tests/unit/api_container_test.py:1638: in test_restart_container
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:00:05 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:00:05 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:00:05 ______________________ ContainerTest.test_stop_container _______________________
23:00:05 tests/unit/api_container_test.py:1560: in test_stop_container
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:00:05 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:00:05 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:00:05 _____________________ ContainerTest.test_unpause_container _____________________
23:00:05 tests/unit/api_container_test.py:1594: in test_unpause_container
23:00:05     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:00:05 ___________________________ ContainerTest.test_wait ____________________________
23:00:05 tests/unit/api_container_test.py:1330: in test_wait
23:00:05     params={}
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:00:05 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:00:05 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:00:05     params={}
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:00:05 __________________________ ExecTest.test_exec_create ___________________________
23:00:05 tests/unit/api_exec_test.py:41: in test_exec_create
23:00:05     assert args[1]['headers'] == \
23:00:05 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:00:05 E     Omitting 1 identical items, use -vv to show
23:00:05 E     Right contains more items:
23:00:05 E     {'Accept': '*/*',
23:00:05 E      'Accept-Encoding': 'gzip, deflate',
23:00:05 E      'Connection': 'keep-alive',
23:00:05 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:00:05 E     Full diff:...
23:00:05 E     
23:00:05 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:00:05 __________________________ ExecTest.test_exec_resize ___________________________
23:00:05 tests/unit/api_exec_test.py:95: in test_exec_resize
23:00:05     timeout=DEFAULT_TIMEOUT_SECONDS
23:00:05 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:00:05     raise AssertionError(_error_message()) from cause
23:00:05 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:00:05 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:00:05 ___________________________ ExecTest.test_exec_start ___________________________
23:00:05 tests/unit/api_exec_test.py:58: in test_exec_start
23:00:05     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:00:05 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:00:05 E     Omitting 3 identical items, use -vv to show
23:00:05 E     Right contains more items:
23:00:05 E     {'Accept': '*/*',
23:00:05 E      'Accept-Encoding': 'gzip, deflate',
23:00:05 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:00:05 E     Full diff:
23:00:05 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:00:05 E     
23:00:05 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:00:05 ______________________ ExecTest.test_exec_start_detached _______________________
23:00:05 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:00:05     assert args[1]['headers'] == DEFAULT_HEADERS
23:00:05 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'}
23:00:05 E     Left contains more items:
23:00:05 E     {'Content-Type': 'application/json'}
23:00:05 E     Right contains more items:
23:00:05 E     {'Accept': '*/*',
23:00:05 E      'Accept-Encoding': 'gzip, deflate',
23:00:05 E      'Connection': 'keep-alive',
23:00:05 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}...
23:00:05 E     
23:00:05 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:00:05 =============================== warnings summary ===============================
23:00:05 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
23:00:05   /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:00:05     from collections import MutableMapping
23:00:05 
23:00:05 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:00:05 
23:00:05 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
23:00:05 Name                                  Stmts   Miss Branch BrPart  Cover
23:00:05 -----------------------------------------------------------------------
23:00:05 docker/__init__.py                        8      0      0      0   100%
23:00:05 docker/api/__init__.py                    1      0      0      0   100%
23:00:05 docker/api/build.py                     126     18     93     16    83%
23:00:05 docker/api/client.py                    263     46     98     13    82%
23:00:05 docker/api/config.py                     31      0      6      2    95%
23:00:05 docker/api/container.py                 266     17    104     19    90%
23:00:05 docker/api/daemon.py                     39      2     14      4    89%
23:00:05 docker/api/exec_api.py                   46      4     22      4    88%
23:00:05 docker/api/image.py                     157     21     58     12    84%
23:00:05 docker/api/network.py                    90     13     48     12    80%
23:00:05 docker/api/plugin.py                     90     13     14      4    82%
23:00:05 docker/api/secret.py                     36      3     10      3    83%
23:00:05 docker/api/service.py                   200     60    149     32    61%
23:00:05 docker/api/swarm.py                     106     14     38     10    82%
23:00:05 docker/api/volume.py                     38      3     14      3    88%
23:00:05 docker/auth.py                          198     17     74     17    88%
23:00:05 docker/client.py                         69      4      2      0    94%
23:00:05 docker/constants.py                      22      0      0      0   100%
23:00:05 docker/context/__init__.py                2      0      0      0   100%
23:00:05 docker/context/api.py                    78     16     38      8    76%
23:00:05 docker/context/config.py                 61     24     16      2    56%
23:00:05 docker/context/context.py               151     21     62     15    81%
23:00:05 docker/credentials/__init__.py            3      0      0      0   100%
23:00:05 docker/credentials/constants.py           4      0      0      0   100%
23:00:05 docker/credentials/errors.py             11      1      2      1    85%
23:00:05 docker/credentials/store.py              50      9     16      5    73%
23:00:05 docker/credentials/utils.py              23     13     12      1    31%
23:00:05 docker/errors.py                        110     12     20      6    86%
23:00:05 docker/models/__init__.py                 0      0      0      0   100%
23:00:05 docker/models/configs.py                 21      8      2      0    57%
23:00:05 docker/models/containers.py             183      6     70      5    95%
23:00:05 docker/models/images.py                 137     29     56      3    76%
23:00:05 docker/models/networks.py                37      1     12      0    98%
23:00:05 docker/models/nodes.py                   15      1      2      0    94%
23:00:05 docker/models/plugins.py                 49     30     10      0    32%
23:00:05 docker/models/resource.py                41      9      6      2    77%
23:00:05 docker/models/secrets.py                 21      8      2      0    57%
23:00:05 docker/models/services.py                87      3     36      3    95%
23:00:05 docker/models/swarm.py                   39      3      6      3    87%
23:00:05 docker/models/volumes.py                 23      1      4      0    96%
23:00:05 docker/tls.py                            37      6     14      6    76%
23:00:05 docker/transport/__init__.py             11      3      0      0    73%
23:00:05 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:00:05 docker/transport/npipeconn.py            59     54     10      0     7%
23:00:05 docker/transport/npipesocket.py         137    132     22      0     3%
23:00:05 docker/transport/sshconn.py             149    110     50      1    20%
23:00:05 docker/transport/ssladapter.py           36     10     10      4    65%
23:00:05 docker/transport/unixconn.py             66      6     12      4    87%
23:00:05 docker/types/__init__.py                  6      0      0      0   100%
23:00:05 docker/types/base.py                      5      0      2      0   100%
23:00:05 docker/types/containers.py              420     66    326     43    84%
23:00:05 docker/types/daemon.py                   36      8     14      4    72%
23:00:05 docker/types/healthcheck.py              34     12      4      1    61%
23:00:05 docker/types/networks.py                 41      6     28      5    81%
23:00:05 docker/types/services.py                312     45    206     33    83%
23:00:05 docker/types/swarm.py                    51     24     40     10    52%
23:00:05 docker/utils/__init__.py                  3      0      0      0   100%
23:00:05 docker/utils/build.py                   155     18     76      7    87%
23:00:05 docker/utils/config.py                   36      2     10      2    91%
23:00:05 docker/utils/decorators.py               37      1     18      2    95%
23:00:05 docker/utils/fnmatch.py                  55     18     28      2    61%
23:00:05 docker/utils/json_stream.py              43      8     14      2    79%
23:00:05 docker/utils/ports.py                    50      3     32      2    91%
23:00:05 docker/utils/proxy.py                    32      1     12      0    98%
23:00:05 docker/utils/socket.py                   86      9     40      7    86%
23:00:05 docker/utils/utils.py                   285     19    177     13    92%
23:00:05 docker/version.py                         2      0      2      0   100%
23:00:05 -----------------------------------------------------------------------
23:00:05 TOTAL                                  5122    991   2265    354    78%
23:00:05 
23:00:05 =========================== short test summary info ============================
23:00:05 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:00:05   CONFIG_RT_GROUP_SCHED isn't enabled
23:00:05 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:00:05   Not supported on most drivers
23:00:05 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:00:05   Output of docker top depends on host distro, and is not formalized.
23:00:05 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:00:05   This doesn't seem to be taken into account by the engine
23:00:05 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:00:05 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:00:05 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:00:05 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:00:05 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:00:05 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
23:00:05 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
23:00:05 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
23:00:05 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
23:00:05 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:00:05 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:00:05 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:00:05 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:00:05 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:00:05 SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3
23:00:05 = 75 failed, 853 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 325.61 seconds =
[Pipeline] sh
23:00:05 + docker stop dpy-dind-35-0-py3.7-20.10.0
23:00:15 dpy-dind-35-0-py3.7-19.03.13
23:00:15 + docker network rm dpy-testnet-35-0-py3.7-19.03.13
23:00:15 dpy-testnet-35-0-py3.7-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.7_19.03.13
23:00:18 dpy-dind-35-0-py3.7-20.10.0
23:00:18 + docker network rm dpy-testnet-35-0-py3.7-20.10.0
23:00:18 dpy-testnet-35-0-py3.7-20.10.0
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.0
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE