Console Output
Skipping 289 KB..
Full Log5aBtbiIQSOjNKU4P0+vIKc0PTOvWK8kMze1uCQxtyC1SC8ExvbLL0llgABGJgYmLwaB3MycnMzi4My85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZDOud94RwToPj6QKXogU/TApnQ/mXCmX/k+EwOjFwNrWWJOaSrQXAGEIr/S3KTUorY1U2W5pzzohpoGBJwaIQDcMqb/8gAAAA==[0mtests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
22:32:05 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 73%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
22:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 75%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
22:32:05 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
22:32:05 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
22:32:05 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 79%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 80%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%]
22:32:05 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 81%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 82%]
22:32:05 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 82%]
22:32:06 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 82%]
22:32:06 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%]
22:32:06 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%]
22:32:06 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 83%]
22:32:06 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 83%]
22:32:06 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
22:32:06 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
22:32:06 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 84%]
22:32:06 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
22:32:06 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 84%]
22:32:06 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
22:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
22:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
22:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
22:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
22:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
22:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
22:32:06 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
22:32:06 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
22:32:06 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
22:32:06 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
22:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
22:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 91%]
22:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
22:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%]
22:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
22:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 95%]
22:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%]
22:32:06 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
22:32:07 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
22:32:07
22:32:07 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
22:32:07 Name Stmts Miss Branch BrPart Cover
22:32:07 -----------------------------------------------------------------------
22:32:07 docker/__init__.py 5 0 0 0 100%
22:32:07 docker/api/__init__.py 1 0 0 0 100%
22:32:07 docker/api/build.py 126 21 92 17 81%
22:32:07 docker/api/client.py 265 45 98 12 82%
22:32:07 docker/api/config.py 31 1 6 2 92%
22:32:07 docker/api/container.py 265 21 102 17 88%
22:32:07 docker/api/daemon.py 39 2 14 4 89%
22:32:07 docker/api/exec_api.py 46 6 22 4 82%
22:32:07 docker/api/image.py 149 19 50 10 84%
22:32:07 docker/api/network.py 90 17 48 12 75%
22:32:07 docker/api/plugin.py 90 13 12 4 81%
22:32:07 docker/api/secret.py 36 4 10 3 80%
22:32:07 docker/api/service.py 200 56 149 36 64%
22:32:07 docker/api/swarm.py 106 20 38 10 72%
22:32:07 docker/api/volume.py 38 3 14 3 88%
22:32:07 docker/auth.py 198 16 74 17 88%
22:32:07 docker/client.py 67 4 2 0 94%
22:32:07 docker/constants.py 16 0 0 0 100%
22:32:07 docker/credentials/__init__.py 3 0 0 0 100%
22:32:07 docker/credentials/constants.py 4 0 0 0 100%
22:32:07 docker/credentials/errors.py 11 1 2 1 85%
22:32:07 docker/credentials/store.py 50 6 16 3 83%
22:32:07 docker/credentials/utils.py 23 13 12 1 31%
22:32:07 docker/errors.py 90 6 18 6 89%
22:32:07 docker/models/__init__.py 0 0 0 0 100%
22:32:07 docker/models/configs.py 21 8 0 0 62%
22:32:07 docker/models/containers.py 183 6 60 5 95%
22:32:07 docker/models/images.py 137 29 52 3 76%
22:32:07 docker/models/networks.py 37 1 8 0 98%
22:32:07 docker/models/nodes.py 15 1 0 0 93%
22:32:07 docker/models/plugins.py 49 30 8 0 33%
22:32:07 docker/models/resource.py 41 9 6 2 77%
22:32:07 docker/models/secrets.py 21 8 0 0 62%
22:32:07 docker/models/services.py 87 3 34 3 95%
22:32:07 docker/models/swarm.py 39 3 6 3 87%
22:32:07 docker/models/volumes.py 23 1 2 0 96%
22:32:07 docker/tls.py 37 6 14 6 76%
22:32:07 docker/transport/__init__.py 11 3 0 0 73%
22:32:07 docker/transport/basehttpadapter.py 6 0 2 1 88%
22:32:07 docker/transport/npipeconn.py 58 53 10 0 7%
22:32:07 docker/transport/npipesocket.py 134 130 20 0 3%
22:32:07 docker/transport/sshconn.py 68 44 12 1 31%
22:32:07 docker/transport/ssladapter.py 36 8 10 4 70%
22:32:07 docker/transport/unixconn.py 65 5 12 4 88%
22:32:07 docker/types/__init__.py 6 0 0 0 100%
22:32:07 docker/types/base.py 5 0 2 0 100%
22:32:07 docker/types/containers.py 360 46 296 35 86%
22:32:07 docker/types/daemon.py 36 9 14 3 68%
22:32:07 docker/types/healthcheck.py 34 12 4 1 61%
22:32:07 docker/types/networks.py 35 4 22 3 84%
22:32:07 docker/types/services.py 312 60 206 39 77%
22:32:07 docker/types/swarm.py 51 24 40 10 52%
22:32:07 docker/utils/__init__.py 3 0 0 0 100%
22:32:07 docker/utils/build.py 154 14 74 7 89%
22:32:07 docker/utils/config.py 36 1 10 1 96%
22:32:07 docker/utils/decorators.py 32 1 12 1 95%
22:32:07 docker/utils/fnmatch.py 55 18 28 2 61%
22:32:07 docker/utils/json_stream.py 43 8 14 2 79%
22:32:07 docker/utils/ports.py 50 3 28 2 91%
22:32:07 docker/utils/proxy.py 32 1 12 0 98%
22:32:07 docker/utils/socket.py 86 8 40 7 87%
22:32:07 docker/utils/utils.py 285 17 164 12 93%
22:32:07 docker/version.py 2 0 0 0 100%
22:32:07 -----------------------------------------------------------------------
22:32:07 TOTAL 4634 848 2001 319 79%
22:32:07
22:32:07 =========================== short test summary info ============================
22:32:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:32:07 CONFIG_RT_GROUP_SCHED isn't enabled
22:32:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:32:07 Not supported on most drivers
22:32:07 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:32:07 This doesn't seem to be taken into account by the engine
22:32:07 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
22:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
22:32:07 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
22:32:07 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
22:32:07 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
22:32:07 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
22:32:07 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
22:32:07 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
22:32:07 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
22:32:07 SKIPPED [2] tests/helpers.py:67: API version is too low (< 1.32)
22:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
22:32:07 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
22:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
22:32:07 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
22:32:07 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
22:32:07 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
22:32:07 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
22:32:07 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
22:32:07 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:32:07 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
22:32:07 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
22:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
22:32:07
22:32:07 ========================== deprecated python version ===========================
22:32:07 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
22:32:07 For more information, please read:
22:32:07 https://docs.pytest.org/en/latest/py27-py34-deprecation.html
22:32:07 ======== 904 passed, 22 skipped, 4 xfailed, 2 xpassed in 320.19 seconds ========