Skip to content
Failed

Console Output

Skipping 3,088 KB.. Full Log
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
13:13:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:13:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:13:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:13:46 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
13:13:46 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
13:13:46 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:13:46 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:13:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:13:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:13:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
13:13:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:13:46 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:13:46 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:13:46 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:13:46 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:13:46 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:13:46 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:13:46 
13:13:46 =================================== FAILURES ===================================
13:13:46 ____________________ ImageCollectionTest.test_pull_multiple ____________________
13:13:46 tests/integration/models_images_test.py:90: in test_pull_multiple
13:13:46     assert len(images) == 1
13:13:46 E   AssertionError: assert 2 == 1
13:13:46 E     -2
13:13:46 E     +1
13:13:46 ________ CreateContainerTest.test_create_container_with_device_requests ________
13:13:46 tests/unit/api_container_test.py:788: in test_create_container_with_device_requests
13:13:46     'key': 'value'
13:13:46 docker/api/container.py:595: in create_host_config
13:13:46     return HostConfig(*args, **kwargs)
13:13:46 docker/types/containers.py:639: in __init__
13:13:46     raise host_config_version_error('device_requests', '1.40')
13:13:46 E   InvalidVersion: device_requests param is not supported in API versions < 1.40
13:13:46 
13:13:46 ---------- coverage: platform linux2, python 2.7.17-final-0 ----------
13:13:46 Name                                  Stmts   Miss Branch BrPart  Cover
13:13:46 -----------------------------------------------------------------------
13:13:46 docker/__init__.py                        5      0      0      0   100%
13:13:46 docker/api/__init__.py                    1      0      0      0   100%
13:13:46 docker/api/build.py                     126     19     92     17    82%
13:13:46 docker/api/client.py                    265     45     98     12    82%
13:13:46 docker/api/config.py                     31      1      6      2    92%
13:13:46 docker/api/container.py                 265     17    102     19    90%
13:13:46 docker/api/daemon.py                     39      2     14      4    89%
13:13:46 docker/api/exec_api.py                   46      4     22      4    88%
13:13:46 docker/api/image.py                     149     19     50     10    84%
13:13:46 docker/api/network.py                    90     13     48     12    80%
13:13:46 docker/api/plugin.py                     90     13     12      4    81%
13:13:46 docker/api/secret.py                     36      4     10      3    80%
13:13:46 docker/api/service.py                   200     60    149     32    61%
13:13:46 docker/api/swarm.py                     106     14     38     10    82%
13:13:46 docker/api/volume.py                     38      3     14      3    88%
13:13:46 docker/auth.py                          198     16     74     17    88%
13:13:46 docker/client.py                         67      4      2      0    94%
13:13:46 docker/constants.py                      16      0      0      0   100%
13:13:46 docker/credentials/__init__.py            3      0      0      0   100%
13:13:46 docker/credentials/constants.py           4      0      0      0   100%
13:13:46 docker/credentials/errors.py             11      1      2      1    85%
13:13:46 docker/credentials/store.py              50      6     16      3    83%
13:13:46 docker/credentials/utils.py              23     13     12      1    31%
13:13:46 docker/errors.py                         90      6     18      6    89%
13:13:46 docker/models/__init__.py                 0      0      0      0   100%
13:13:46 docker/models/configs.py                 21      8      0      0    62%
13:13:46 docker/models/containers.py             183      6     60      5    95%
13:13:46 docker/models/images.py                 137     28     52      3    76%
13:13:46 docker/models/networks.py                37      1      8      0    98%
13:13:46 docker/models/nodes.py                   15      1      0      0    93%
13:13:46 docker/models/plugins.py                 49     30      8      0    33%
13:13:46 docker/models/resource.py                41      9      6      2    77%
13:13:46 docker/models/secrets.py                 21      8      0      0    62%
13:13:46 docker/models/services.py                87      3     34      3    95%
13:13:46 docker/models/swarm.py                   39      3      6      3    87%
13:13:46 docker/models/volumes.py                 23      1      2      0    96%
13:13:46 docker/tls.py                            37      6     14      6    76%
13:13:46 docker/transport/__init__.py             11      3      0      0    73%
13:13:46 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:13:46 docker/transport/npipeconn.py            58     53     10      0     7%
13:13:46 docker/transport/npipesocket.py         137    132     22      0     3%
13:13:46 docker/transport/sshconn.py              87     61     22      1    25%
13:13:46 docker/transport/ssladapter.py           36      8     10      4    70%
13:13:46 docker/transport/unixconn.py             65      5     12      4    88%
13:13:46 docker/types/__init__.py                  6      0      0      0   100%
13:13:46 docker/types/base.py                      5      0      2      0   100%
13:13:46 docker/types/containers.py              418     89    326     36    79%
13:13:46 docker/types/daemon.py                   36      9     14      3    68%
13:13:46 docker/types/healthcheck.py              34     12      4      1    61%
13:13:46 docker/types/networks.py                 35      4     22      3    84%
13:13:46 docker/types/services.py                312     45    206     33    83%
13:13:46 docker/types/swarm.py                    51     24     40     10    52%
13:13:46 docker/utils/__init__.py                  3      0      0      0   100%
13:13:46 docker/utils/build.py                   154     14     74      7    89%
13:13:46 docker/utils/config.py                   36      1     10      1    96%
13:13:46 docker/utils/decorators.py               32      1     12      1    95%
13:13:46 docker/utils/fnmatch.py                  55     18     28      2    61%
13:13:46 docker/utils/json_stream.py              43      8     14      2    79%
13:13:46 docker/utils/ports.py                    50      3     28      2    91%
13:13:46 docker/utils/proxy.py                    32      1     12      0    98%
13:13:46 docker/utils/socket.py                   86      8     40      7    87%
13:13:46 docker/utils/utils.py                   285     17    164     12    93%
13:13:46 docker/version.py                         2      0      0      0   100%
13:13:46 -----------------------------------------------------------------------
13:13:46 TOTAL                                  4714    880   2043    312    79%
13:13:46 
13:13:46 =========================== short test summary info ============================
13:13:46 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:13:46   CONFIG_RT_GROUP_SCHED isn't enabled
13:13:46 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:13:46   Not supported on most drivers
13:13:46 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:13:46   This doesn't seem to be taken into account by the engine
13:13:46 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:13:46 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:13:46 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:13:46 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:13:46 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:13:46 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:13:46 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:13:46 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:13:46 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:13:46 === 2 failed, 914 passed, 10 skipped, 4 xfailed, 3 xpassed in 348.16 seconds ===
[Pipeline] sh
13:13:47 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:13:47 
13:13:47 =================================== FAILURES ===================================
13:13:47 ____________________ ImageCollectionTest.test_pull_multiple ____________________
13:13:47 tests/integration/models_images_test.py:90: in test_pull_multiple
13:13:47     assert len(images) == 1
13:13:47 E   AssertionError: assert 2 == 1
13:13:47 E     -2
13:13:47 E     +1
13:13:47 =============================== warnings summary ===============================
13:13:47 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:13:47   /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
13:13:47     from collections import MutableMapping
13:13:47 
13:13:47 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:13:47 
13:13:47 ----------- coverage: platform linux, python 3.7.5-final-0 -----------
13:13:47 Name                                  Stmts   Miss Branch BrPart  Cover
13:13:47 -----------------------------------------------------------------------
13:13:47 docker/__init__.py                        5      0      0      0   100%
13:13:47 docker/api/__init__.py                    1      0      0      0   100%
13:13:47 docker/api/build.py                     126     21     93     17    81%
13:13:47 docker/api/client.py                    265     46    100     13    82%
13:13:47 docker/api/config.py                     31      0      6      2    95%
13:13:47 docker/api/container.py                 265     21    104     17    88%
13:13:47 docker/api/daemon.py                     39      2     14      4    89%
13:13:47 docker/api/exec_api.py                   46      6     22      4    82%
13:13:47 docker/api/image.py                     149     19     52     10    85%
13:13:47 docker/api/network.py                    90     17     48     12    75%
13:13:47 docker/api/plugin.py                     90     13     14      4    82%
13:13:47 docker/api/secret.py                     36      3     10      3    83%
13:13:47 docker/api/service.py                   200     56    149     36    64%
13:13:47 docker/api/swarm.py                     106     20     38     10    72%
13:13:47 docker/api/volume.py                     38      3     14      3    88%
13:13:47 docker/auth.py                          198     16     74     16    88%
13:13:47 docker/client.py                         67      4      2      0    94%
13:13:47 docker/constants.py                      16      0      0      0   100%
13:13:47 docker/credentials/__init__.py            3      0      0      0   100%
13:13:47 docker/credentials/constants.py           4      0      0      0   100%
13:13:47 docker/credentials/errors.py             11      1      2      1    85%
13:13:47 docker/credentials/store.py              50      9     16      5    73%
13:13:47 docker/credentials/utils.py              23     13     12      1    31%
13:13:47 docker/errors.py                         90      6     20      6    89%
13:13:47 docker/models/__init__.py                 0      0      0      0   100%
13:13:47 docker/models/configs.py                 21      8      2      0    57%
13:13:47 docker/models/containers.py             183      6     70      5    95%
13:13:47 docker/models/images.py                 137     28     58      3    77%
13:13:47 docker/models/networks.py                37      1     12      0    98%
13:13:47 docker/models/nodes.py                   15      1      2      0    94%
13:13:47 docker/models/plugins.py                 49     30     10      0    32%
13:13:47 docker/models/resource.py                41      9      6      2    77%
13:13:47 docker/models/secrets.py                 21      8      2      0    57%
13:13:47 docker/models/services.py                87      3     36      3    95%
13:13:47 docker/models/swarm.py                   39      3      6      3    87%
13:13:47 docker/models/volumes.py                 23      1      4      0    96%
13:13:47 docker/tls.py                            37      6     14      6    76%
13:13:47 docker/transport/__init__.py             11      3      0      0    73%
13:13:47 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:13:47 docker/transport/npipeconn.py            58     53     10      0     7%
13:13:47 docker/transport/npipesocket.py         137    132     22      0     3%
13:13:47 docker/transport/sshconn.py              87     61     22      1    25%
13:13:47 docker/transport/ssladapter.py           36     10     10      4    65%
13:13:47 docker/transport/unixconn.py             65      6     12      4    87%
13:13:47 docker/types/__init__.py                  6      0      0      0   100%
13:13:47 docker/types/base.py                      5      0      2      0   100%
13:13:47 docker/types/containers.py              418     91    328     36    78%
13:13:47 docker/types/daemon.py                   36      8     14      4    72%
13:13:47 docker/types/healthcheck.py              34     12      4      1    61%
13:13:47 docker/types/networks.py                 35      4     22      3    84%
13:13:47 docker/types/services.py                312     60    206     39    77%
13:13:47 docker/types/swarm.py                    51     24     40     10    52%
13:13:47 docker/utils/__init__.py                  3      0      0      0   100%
13:13:47 docker/utils/build.py                   154     18     76      7    87%
13:13:47 docker/utils/config.py                   36      1     10      1    96%
13:13:47 docker/utils/decorators.py               32      1     12      1    95%
13:13:47 docker/utils/fnmatch.py                  55     18     28      2    61%
13:13:47 docker/utils/json_stream.py              43      8     14      2    79%
13:13:47 docker/utils/ports.py                    50      3     32      2    91%
13:13:47 docker/utils/proxy.py                    32      1     12      0    98%
13:13:47 docker/utils/socket.py                   86      9     40      7    86%
13:13:47 docker/utils/utils.py                   285     19    177     13    92%
13:13:47 docker/version.py                         2      0      2      0   100%
13:13:47 -----------------------------------------------------------------------
13:13:47 TOTAL                                  4714    922   2109    324    78%
13:13:47 
13:13:47 =========================== short test summary info ============================
13:13:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:13:47   CONFIG_RT_GROUP_SCHED isn't enabled
13:13:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:13:47   Not supported on most drivers
13:13:47 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:13:47   This doesn't seem to be taken into account by the engine
13:13:47 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:13:47 SKIPPED [1] tests/integration/api_build_test.py:441: API version is too low (< 1.32)
13:13:47 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:13:47 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
13:13:47 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
13:13:47 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
13:13:47 SKIPPED [1] tests/integration/api_image_test.py:66: API version is too low (< 1.32)
13:13:47 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:13:47 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
13:13:47 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
13:13:47 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
13:13:47 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
13:13:47 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
13:13:47 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
13:13:47 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
13:13:47 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
13:13:47 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
13:13:47 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:13:47 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:13:47 SKIPPED [1] tests/unit/api_container_test.py:770: API version is too low (< 1.40)
13:13:47 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:13:47 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:13:47 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:13:47 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:13:47 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
13:13:47 = 1 failed, 902 passed, 24 skipped, 4 xfailed, 2 xpassed, 1 warnings in 347.05 seconds =
13:13:47 + docker stop dpy-dind-4-0-py2.7-19.03.5 dpy-tests-4-0-py2.7-19.03.5
[Pipeline] sh
13:13:48 + docker stop dpy-dind-4-0-py3.7-17.06.2-ce dpy-tests-4-0-py3.7-17.06.2-ce
13:13:55 dpy-dind-4-0-py2.7-19.03.6-rc2
13:13:55 dpy-tests-4-0-py2.7-19.03.6-rc2
13:13:55 + docker rm -vf dpy-dind-4-0-py2.7-19.03.6-rc2 dpy-tests-4-0-py2.7-19.03.6-rc2
13:13:55 dpy-dind-4-0-py2.7-19.03.6-rc2
13:13:55 dpy-tests-4-0-py2.7-19.03.6-rc2
13:13:55 + docker network rm dpy-testnet-4-0-py2.7-19.03.6-rc2
13:13:55 dpy-testnet-4-0-py2.7-19.03.6-rc2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.6-rc2
13:13:57 dpy-dind-4-0-py3.7-19.03.5
13:13:57 dpy-tests-4-0-py3.7-19.03.5
13:13:57 + docker rm -vf dpy-dind-4-0-py3.7-19.03.5 dpy-tests-4-0-py3.7-19.03.5
13:13:57 dpy-dind-4-0-py3.7-19.03.5
13:13:57 dpy-tests-4-0-py3.7-19.03.5
13:13:57 + docker network rm dpy-testnet-4-0-py3.7-19.03.5
13:13:57 dpy-testnet-4-0-py3.7-19.03.5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
13:13:58 dpy-dind-4-0-py3.7-19.03.6-rc2
13:13:58 dpy-tests-4-0-py3.7-19.03.6-rc2
13:13:58 + docker rm -vf dpy-dind-4-0-py3.7-19.03.6-rc2 dpy-tests-4-0-py3.7-19.03.6-rc2
13:13:58 dpy-dind-4-0-py3.7-19.03.6-rc2
13:13:58 dpy-tests-4-0-py3.7-19.03.6-rc2
13:13:58 + docker network rm dpy-testnet-4-0-py3.7-19.03.6-rc2
13:13:58 dpy-testnet-4-0-py3.7-19.03.6-rc2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.6-rc2
13:13:59 dpy-dind-4-0-py2.7-19.03.5
13:13:59 dpy-tests-4-0-py2.7-19.03.5
13:13:59 + docker rm -vf dpy-dind-4-0-py2.7-19.03.5 dpy-tests-4-0-py2.7-19.03.5
13:13:59 dpy-dind-4-0-py2.7-19.03.5
13:13:59 dpy-tests-4-0-py2.7-19.03.5
13:13:59 + docker network rm dpy-testnet-4-0-py2.7-19.03.5
13:13:59 dpy-testnet-4-0-py2.7-19.03.5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.5
13:14:00 dpy-dind-4-0-py3.7-17.06.2-ce
13:14:00 dpy-tests-4-0-py3.7-17.06.2-ce
13:14:00 + docker rm -vf dpy-dind-4-0-py3.7-17.06.2-ce dpy-tests-4-0-py3.7-17.06.2-ce
13:14:00 dpy-dind-4-0-py3.7-17.06.2-ce
13:14:00 dpy-tests-4-0-py3.7-17.06.2-ce
13:14:00 + docker network rm dpy-testnet-4-0-py3.7-17.06.2-ce
13:14:00 dpy-testnet-4-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