Skip to content
Success

Console Output

Skipping 2,262 KB.. Full Log
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
16:45:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
16:45:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
16:45:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
16:45:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
16:45:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
16:45:07 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
16:45:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
16:45:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
16:45:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
16:45:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
16:45:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
16:45:07 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
16:45:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
16:45:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
16:45:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
16:45:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
16:45:07 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
16:45:07 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
16:45:07 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
16:45:07 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
16:45:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
16:45:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
16:45:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
16:45:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
16:45:07 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
16:45:07 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
16:45:07 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
16:45:07 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
16:45:07 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
16:45:07 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
16:45:07 
16:45:07 =============================== warnings summary ===============================
16:45:07 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
16:45:07   /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
16:45:07     from collections import MutableMapping
16:45:07 
16:45:07 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:45:07 
16:45:07 ----------- coverage: platform linux, python 3.7.8-final-0 -----------
16:45:07 Name                                  Stmts   Miss Branch BrPart  Cover
16:45:07 -----------------------------------------------------------------------
16:45:07 docker/__init__.py                        8      0      0      0   100%
16:45:07 docker/api/__init__.py                    1      0      0      0   100%
16:45:07 docker/api/build.py                     126     19     93     17    82%
16:45:07 docker/api/client.py                    265     46    100     13    82%
16:45:07 docker/api/config.py                     31      0      6      2    95%
16:45:07 docker/api/container.py                 266     17    104     19    90%
16:45:07 docker/api/daemon.py                     39      2     14      4    89%
16:45:07 docker/api/exec_api.py                   46      4     22      4    88%
16:45:07 docker/api/image.py                     149     19     52     10    85%
16:45:07 docker/api/network.py                    90     13     48     12    80%
16:45:07 docker/api/plugin.py                     90     13     14      4    82%
16:45:07 docker/api/secret.py                     36      3     10      3    83%
16:45:07 docker/api/service.py                   200     60    149     32    61%
16:45:07 docker/api/swarm.py                     106     14     38     10    82%
16:45:07 docker/api/volume.py                     38      3     14      3    88%
16:45:07 docker/auth.py                          198     16     74     16    88%
16:45:07 docker/client.py                         67      4      2      0    94%
16:45:07 docker/constants.py                      20      0      0      0   100%
16:45:07 docker/context/__init__.py                2      0      0      0   100%
16:45:07 docker/context/api.py                    78     16     38      8    76%
16:45:07 docker/context/config.py                 61     27     16      2    52%
16:45:07 docker/context/context.py               151     21     62     15    81%
16:45:07 docker/credentials/__init__.py            3      0      0      0   100%
16:45:07 docker/credentials/constants.py           4      0      0      0   100%
16:45:07 docker/credentials/errors.py             11      1      2      1    85%
16:45:07 docker/credentials/store.py              50      9     16      5    73%
16:45:07 docker/credentials/utils.py              23     13     12      1    31%
16:45:07 docker/errors.py                        110     12     20      6    86%
16:45:07 docker/models/__init__.py                 0      0      0      0   100%
16:45:07 docker/models/configs.py                 21      8      2      0    57%
16:45:07 docker/models/containers.py             183      6     70      5    95%
16:45:07 docker/models/images.py                 137     29     58      3    76%
16:45:07 docker/models/networks.py                37      1     12      0    98%
16:45:07 docker/models/nodes.py                   15      1      2      0    94%
16:45:07 docker/models/plugins.py                 49     30     10      0    32%
16:45:07 docker/models/resource.py                41      9      6      2    77%
16:45:07 docker/models/secrets.py                 21      8      2      0    57%
16:45:07 docker/models/services.py                87      3     36      3    95%
16:45:07 docker/models/swarm.py                   39      3      6      3    87%
16:45:07 docker/models/volumes.py                 23      1      4      0    96%
16:45:07 docker/tls.py                            37      6     14      6    76%
16:45:07 docker/transport/__init__.py             11      3      0      0    73%
16:45:07 docker/transport/basehttpadapter.py       6      0      2      1    88%
16:45:07 docker/transport/npipeconn.py            58     53     10      0     7%
16:45:07 docker/transport/npipesocket.py         137    132     22      0     3%
16:45:07 docker/transport/sshconn.py              87     61     22      1    25%
16:45:07 docker/transport/ssladapter.py           36     10     10      4    65%
16:45:07 docker/transport/unixconn.py             65      6     12      4    87%
16:45:07 docker/types/__init__.py                  6      0      0      0   100%
16:45:07 docker/types/base.py                      5      0      2      0   100%
16:45:07 docker/types/containers.py              418     63    328     43    85%
16:45:07 docker/types/daemon.py                   36      8     14      4    72%
16:45:07 docker/types/healthcheck.py              34     12      4      1    61%
16:45:07 docker/types/networks.py                 41      6     28      5    81%
16:45:07 docker/types/services.py                312     45    206     33    83%
16:45:07 docker/types/swarm.py                    51     24     40     10    52%
16:45:07 docker/utils/__init__.py                  3      0      0      0   100%
16:45:07 docker/utils/build.py                   154     18     76      7    87%
16:45:07 docker/utils/config.py                   36      1     10      1    96%
16:45:07 docker/utils/decorators.py               32      1     12      1    95%
16:45:07 docker/utils/fnmatch.py                  55     18     28      2    61%
16:45:07 docker/utils/json_stream.py              43      8     14      2    79%
16:45:07 docker/utils/ports.py                    50      3     32      2    91%
16:45:07 docker/utils/proxy.py                    32      1     12      0    98%
16:45:07 docker/utils/socket.py                   86      9     40      7    86%
16:45:07 docker/utils/utils.py                   285     19    177     13    92%
16:45:07 docker/version.py                         2      0      2      0   100%
16:45:07 -----------------------------------------------------------------------
16:45:07 TOTAL                                  5040    938   2231    350    79%
16:45:07 
16:45:07 =========================== short test summary info ============================
16:45:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
16:45:07   CONFIG_RT_GROUP_SCHED isn't enabled
16:45:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
16:45:07   Not supported on most drivers
16:45:07 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
16:45:07   Output of docker top depends on host distro, and is not formalized.
16:45:07 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
16:45:07   This doesn't seem to be taken into account by the engine
16:45:07 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
16:45:07 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
16:45:07 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
16:45:07 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
16:45:07 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
16:45:07 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
16:45:07 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
16:45:07 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
16:45:07 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
16:45:07 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
16:45:07 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
16:45:07 == 923 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 311.15 seconds ==
[Pipeline] sh
16:45:08 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
16:45:08 
16:45:08 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:45:08 Name                                  Stmts   Miss Branch BrPart  Cover
16:45:08 -----------------------------------------------------------------------
16:45:08 docker/__init__.py                        8      0      0      0   100%
16:45:08 docker/api/__init__.py                    1      0      0      0   100%
16:45:08 docker/api/build.py                     126     19     92     17    82%
16:45:08 docker/api/client.py                    265     45     98     12    82%
16:45:08 docker/api/config.py                     31      1      6      2    92%
16:45:08 docker/api/container.py                 266     17    102     19    90%
16:45:08 docker/api/daemon.py                     39      2     14      4    89%
16:45:08 docker/api/exec_api.py                   46      4     22      4    88%
16:45:08 docker/api/image.py                     149     19     50     10    84%
16:45:08 docker/api/network.py                    90     13     48     12    80%
16:45:08 docker/api/plugin.py                     90     13     12      4    81%
16:45:08 docker/api/secret.py                     36      4     10      3    80%
16:45:08 docker/api/service.py                   200     60    149     32    61%
16:45:08 docker/api/swarm.py                     106     14     38     10    82%
16:45:08 docker/api/volume.py                     38      3     14      3    88%
16:45:08 docker/auth.py                          198     16     74     17    88%
16:45:08 docker/client.py                         67      4      2      0    94%
16:45:08 docker/constants.py                      20      0      0      0   100%
16:45:08 docker/context/__init__.py                2      0      0      0   100%
16:45:08 docker/context/api.py                    78     16     38      8    76%
16:45:08 docker/context/config.py                 61     27     16      2    52%
16:45:08 docker/context/context.py               151     21     62     15    81%
16:45:08 docker/credentials/__init__.py            3      0      0      0   100%
16:45:08 docker/credentials/constants.py           4      0      0      0   100%
16:45:08 docker/credentials/errors.py             11      1      2      1    85%
16:45:08 docker/credentials/store.py              50      6     16      3    83%
16:45:08 docker/credentials/utils.py              23     13     12      1    31%
16:45:08 docker/errors.py                        110     12     18      6    86%
16:45:08 docker/models/__init__.py                 0      0      0      0   100%
16:45:08 docker/models/configs.py                 21      8      0      0    62%
16:45:08 docker/models/containers.py             183      6     60      5    95%
16:45:08 docker/models/images.py                 137     29     52      3    76%
16:45:08 docker/models/networks.py                37      1      8      0    98%
16:45:08 docker/models/nodes.py                   15      1      0      0    93%
16:45:08 docker/models/plugins.py                 49     30      8      0    33%
16:45:08 docker/models/resource.py                41      9      6      2    77%
16:45:08 docker/models/secrets.py                 21      8      0      0    62%
16:45:08 docker/models/services.py                87      3     34      3    95%
16:45:08 docker/models/swarm.py                   39      3      6      3    87%
16:45:08 docker/models/volumes.py                 23      1      2      0    96%
16:45:08 docker/tls.py                            37      6     14      6    76%
16:45:08 docker/transport/__init__.py             11      3      0      0    73%
16:45:08 docker/transport/basehttpadapter.py       6      0      2      1    88%
16:45:08 docker/transport/npipeconn.py            58     53     10      0     7%
16:45:08 docker/transport/npipesocket.py         137    132     22      0     3%
16:45:08 docker/transport/sshconn.py              87     61     22      1    25%
16:45:08 docker/transport/ssladapter.py           36      8     10      4    70%
16:45:08 docker/transport/unixconn.py             65      5     12      4    88%
16:45:08 docker/types/__init__.py                  6      0      0      0   100%
16:45:08 docker/types/base.py                      5      0      2      0   100%
16:45:08 docker/types/containers.py              418     63    326     43    85%
16:45:08 docker/types/daemon.py                   36      9     14      3    68%
16:45:08 docker/types/healthcheck.py              34     12      4      1    61%
16:45:08 docker/types/networks.py                 41      6     28      5    81%
16:45:08 docker/types/services.py                312     45    206     33    83%
16:45:08 docker/types/swarm.py                    51     24     40     10    52%
16:45:08 docker/utils/__init__.py                  3      0      0      0   100%
16:45:08 docker/utils/build.py                   154     14     74      7    89%
16:45:08 docker/utils/config.py                   36      1     10      1    96%
16:45:08 docker/utils/decorators.py               32      1     12      1    95%
16:45:08 docker/utils/fnmatch.py                  55     18     28      2    61%
16:45:08 docker/utils/json_stream.py              43      8     14      2    79%
16:45:08 docker/utils/ports.py                    50      3     28      2    91%
16:45:08 docker/utils/proxy.py                    32      1     12      0    98%
16:45:08 docker/utils/socket.py                   86      8     40      7    87%
16:45:08 docker/utils/utils.py                   285     17    164     12    93%
16:45:08 docker/version.py                         2      0      0      0   100%
16:45:08 -----------------------------------------------------------------------
16:45:08 TOTAL                                  5040    927   2165    346    79%
16:45:08 
16:45:08 =========================== short test summary info ============================
16:45:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
16:45:08   CONFIG_RT_GROUP_SCHED isn't enabled
16:45:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
16:45:08   Not supported on most drivers
16:45:08 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
16:45:08   Output of docker top depends on host distro, and is not formalized.
16:45:08 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
16:45:08   This doesn't seem to be taken into account by the engine
16:45:08 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
16:45:08 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
16:45:08 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
16:45:08 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
16:45:08 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
16:45:08 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
16:45:08 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
16:45:08 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
16:45:08 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
16:45:08 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
16:45:08 
16:45:08 ======== 924 passed, 11 skipped, 5 xfailed, 4 xpassed in 314.04 seconds ========
16:45:08 + docker stop dpy-dind-8-0-py3.7-19.03.13-beta2 dpy-tests-8-0-py3.7-19.03.13-beta2
[Pipeline] sh
16:45:09 + docker stop dpy-dind-8-0-py2.7-19.03.13-beta2 dpy-tests-8-0-py2.7-19.03.13-beta2
16:45:17 dpy-dind-8-0-py3.7-19.03.12
16:45:17 dpy-tests-8-0-py3.7-19.03.12
16:45:17 + docker rm -vf dpy-dind-8-0-py3.7-19.03.12 dpy-tests-8-0-py3.7-19.03.12
16:45:17 dpy-dind-8-0-py3.7-19.03.12
16:45:17 dpy-tests-8-0-py3.7-19.03.12
16:45:17 + docker network rm dpy-testnet-8-0-py3.7-19.03.12
16:45:17 dpy-testnet-8-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
16:45:21 dpy-dind-8-0-py3.7-19.03.13-beta2
16:45:21 dpy-tests-8-0-py3.7-19.03.13-beta2
16:45:21 + docker rm -vf dpy-dind-8-0-py3.7-19.03.13-beta2 dpy-tests-8-0-py3.7-19.03.13-beta2
16:45:21 dpy-dind-8-0-py3.7-19.03.13-beta2
16:45:21 dpy-tests-8-0-py3.7-19.03.13-beta2
16:45:21 + docker network rm dpy-testnet-8-0-py3.7-19.03.13-beta2
16:45:21 dpy-testnet-8-0-py3.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
16:45:21 dpy-dind-8-0-py2.7-19.03.13-beta2
16:45:21 dpy-tests-8-0-py2.7-19.03.13-beta2
16:45:21 + docker rm -vf dpy-dind-8-0-py2.7-19.03.13-beta2 dpy-tests-8-0-py2.7-19.03.13-beta2
16:45:21 dpy-dind-8-0-py2.7-19.03.13-beta2
16:45:21 dpy-tests-8-0-py2.7-19.03.13-beta2
16:45:21 + docker network rm dpy-testnet-8-0-py2.7-19.03.13-beta2
16:45:21 dpy-testnet-8-0-py2.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS