+ docker run --rm --name dpy-tests-48-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-48-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-48-0-py2.7-19.03.12 --volumes-from dpy-dind-48-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-27e3fa3e2e2a198ae95399629c2d492368c95965 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 collecting ... collected 952 items tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove FAILED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel FAILED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_commit FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_logs FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_pause FAILED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stop FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_top FAILED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_update FAILED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository FAILED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull FAILED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha FAILED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag FAILED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove FAILED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect FAILED [ 37%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload FAILED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== _______________________ ContainerCollectionTest.test_get _______________________ tests/integration/models_containers_test.py:187: in test_get container = client.containers.run("alpine", "sleep 300", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________________ ContainerCollectionTest.test_list _______________________ tests/integration/models_containers_test.py:195: in test_list "alpine", "sleep 300", detach=True).id docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________ ContainerCollectionTest.test_list_sparse ___________________ tests/integration/models_containers_test.py:213: in test_list_sparse "alpine", "sleep 300", detach=True).id docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _______________________ ContainerCollectionTest.test_run _______________________ tests/integration/models_containers_test.py:18: in test_run assert client.containers.run( docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________ ContainerCollectionTest.test_run_detach ____________________ tests/integration/models_containers_test.py:24: in test_run_detach container = client.containers.run("alpine", "sleep 300", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________ ContainerCollectionTest.test_run_with_auto_remove _______________ tests/integration/models_containers_test.py:131: in test_run_with_auto_remove 'alpine', 'sh -c "echo hello && sleep 2"', auto_remove=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________ ContainerCollectionTest.test_run_with_auto_remove_error ____________ tests/integration/models_containers_test.py:143: in test_run_with_auto_remove_error auto_remove=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _________________ ContainerCollectionTest.test_run_with_error __________________ tests/integration/models_containers_test.py:32: in test_run_with_error client.containers.run("alpine", "cat /test", remove=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________ ContainerCollectionTest.test_run_with_json_file_driver ____________ tests/integration/models_containers_test.py:121: in test_run_with_json_file_driver log_config=dict(type='json-file') docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________ ContainerCollectionTest.test_run_with_named_volume ______________ tests/integration/models_containers_test.py:75: in test_run_with_named_volume detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________________ ContainerCollectionTest.test_run_with_network _________________ tests/integration/models_containers_test.py:97: in test_run_with_network detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________ ContainerCollectionTest.test_run_with_none_driver _______________ tests/integration/models_containers_test.py:112: in test_run_with_none_driver log_config=dict(type='none') docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________ ContainerCollectionTest.test_run_with_proxy_config ______________ tests/integration/models_containers_test.py:180: in test_run_with_proxy_config out = client.containers.run('alpine', 'sh -c "env"') docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _____________ ContainerCollectionTest.test_run_with_streamed_logs ______________ tests/integration/models_containers_test.py:151: in test_run_with_streamed_logs 'alpine', 'sh -c "echo hello && echo world"', stream=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________ ContainerCollectionTest.test_run_with_streamed_logs_and_cancel ________ tests/integration/models_containers_test.py:163: in test_run_with_streamed_logs_and_cancel 'alpine', 'sh -c "echo hello && echo world"', stream=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _________________ ContainerCollectionTest.test_run_with_volume _________________ tests/integration/models_containers_test.py:53: in test_run_with_volume detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") __________________________ ContainerTest.test_commit ___________________________ tests/integration/models_containers_test.py:237: in test_commit detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _________________ ContainerTest.test_create_with_volume_driver _________________ tests/integration/models_containers_test.py:453: in test_create_with_volume_driver volume_driver='foo' docker/models/containers.py:870: in create resp = self.client.api.create_container(**create_kwargs) docker/api/container.py:430: in create_container return self.create_container_from_config(config, name) docker/api/container.py:441: in create_container_from_config return self._result(res, True) docker/api/client.py:274: in _result self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E ImageNotFound: 404 Client Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/containers/create: Not Found ("No such image: alpine:latest") ___________________________ ContainerTest.test_diff ____________________________ tests/integration/models_containers_test.py:248: in test_diff container = client.containers.run("alpine", "touch /test", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ______________________ ContainerTest.test_exec_run_failed ______________________ tests/integration/models_containers_test.py:266: in test_exec_run_failed "alpine", "sh -c 'sleep 60'", detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _____________________ ContainerTest.test_exec_run_success ______________________ tests/integration/models_containers_test.py:256: in test_exec_run_success "alpine", "sh -c 'echo \"hello\" > /test; sleep 60'", detach=True docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_kill ____________________________ tests/integration/models_containers_test.py:274: in test_kill container = client.containers.run("alpine", "sleep 300", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_logs ____________________________ tests/integration/models_containers_test.py:286: in test_logs detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_pause ___________________________ tests/integration/models_containers_test.py:293: in test_pause container = client.containers.run("alpine", "sleep 300", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _____________________ ContainerTest.test_ports_target_list _____________________ tests/integration/models_containers_test.py:396: in test_ports_target_list ports=target_ports docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _____________________ ContainerTest.test_ports_target_none _____________________ tests/integration/models_containers_test.py:356: in test_ports_target_none ports=target_ports docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________________ ContainerTest.test_ports_target_tuple _____________________ tests/integration/models_containers_test.py:376: in test_ports_target_tuple ports=target_ports docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") __________________________ ContainerTest.test_remove ___________________________ tests/integration/models_containers_test.py:304: in test_remove container = client.containers.run("alpine", "echo hello", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") __________________________ ContainerTest.test_rename ___________________________ tests/integration/models_containers_test.py:315: in test_rename detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") __________________________ ContainerTest.test_restart __________________________ tests/integration/models_containers_test.py:324: in test_restart container = client.containers.run("alpine", "sleep 100", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_start ___________________________ tests/integration/models_containers_test.py:334: in test_start container = client.containers.create("alpine", "sleep 50", detach=True) docker/models/containers.py:870: in create resp = self.client.api.create_container(**create_kwargs) docker/api/container.py:430: in create_container return self.create_container_from_config(config, name) docker/api/container.py:441: in create_container_from_config return self._result(res, True) docker/api/client.py:274: in _result self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E ImageNotFound: 404 Client Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/containers/create: Not Found ("No such image: alpine:latest") ___________________________ ContainerTest.test_stats ___________________________ tests/integration/models_containers_test.py:343: in test_stats container = client.containers.run("alpine", "sleep 100", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_stop ____________________________ tests/integration/models_containers_test.py:412: in test_stop container = client.containers.run("alpine", "top", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________________________ ContainerTest.test_top ____________________________ tests/integration/models_containers_test.py:421: in test_top container = client.containers.run("alpine", "sleep 60", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") __________________________ ContainerTest.test_update ___________________________ tests/integration/models_containers_test.py:430: in test_update cpu_shares=2) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ___________________________ ContainerTest.test_wait ____________________________ tests/integration/models_containers_test.py:440: in test_wait detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________________________ ImageCollectionTest.test_build ________________________ tests/integration/models_images_test.py:17: in test_build "CMD echo hello world".encode('ascii') docker/models/images.py:287: in build raise BuildError(chunk['error'], result_stream) E BuildError: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit __________________ ImageCollectionTest.test_build_with_error ___________________ tests/integration/models_images_test.py:30: in test_build_with_error assert ( E AssertionError: assert "The command '/bin/sh -c exit 1' returned a non-zero code: 1" in 'BuildError: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit' E + where 'BuildError: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit' = >() E + where > = .exconly _____________ ImageCollectionTest.test_build_with_multiple_success _____________ tests/integration/models_images_test.py:40: in test_build_with_multiple_success "CMD echo hello world".encode('ascii') docker/models/images.py:287: in build raise BuildError(chunk['error'], result_stream) E BuildError: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit ___________ ImageCollectionTest.test_build_with_success_build_output ___________ tests/integration/models_images_test.py:51: in test_build_with_success_build_output "CMD echo Successfully built abcd1234".encode('ascii') docker/models/images.py:287: in build raise BuildError(chunk['error'], result_stream) E BuildError: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit ________________________ ImageCollectionTest.test_list _________________________ tests/integration/models_images_test.py:59: in test_list image = client.images.pull('alpine:latest') docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________________ ImageCollectionTest.test_list_with_repository _________________ tests/integration/models_images_test.py:64: in test_list_with_repository image = client.images.pull('alpine:latest') docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________________________ ImageCollectionTest.test_pull _________________________ tests/integration/models_images_test.py:70: in test_pull image = client.images.pull('alpine:latest') docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/integration/models_images_test.py:89: in test_pull_multiple images = client.images.pull('hello-world', all_tags=True) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?fromImage=hello-world: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________________ ImageCollectionTest.test_pull_with_sha ____________________ tests/integration/models_images_test.py:84: in test_pull_with_sha image = client.images.pull(image_ref) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=sha256%3A083de497cff944f969d8499ab94f07134c50bcf5e6b9559b27182d3fa80ce3f7&fromImage=hello-world: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ____________________ ImageCollectionTest.test_pull_with_tag ____________________ tests/integration/models_images_test.py:75: in test_pull_with_tag image = client.images.pull('alpine', tag='3.10') docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=3.10&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") ________________________ ImageTest.test_tag_and_remove _________________________ tests/integration/models_images_test.py:149: in test_tag_and_remove image = client.images.pull('alpine:latest') docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") _____________________ NetworkTest.test_connect_disconnect ______________________ tests/integration/models_networks_test.py:56: in test_connect_disconnect container = client.containers.create("alpine", "sleep 300") docker/models/containers.py:870: in create resp = self.client.api.create_container(**create_kwargs) docker/api/container.py:430: in create_container return self.create_container_from_config(config, name) docker/api/container.py:441: in create_container_from_config return self._result(res, True) docker/api/client.py:274: in _result self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E ImageNotFound: 404 Client Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/containers/create: Not Found ("No such image: alpine:latest") ____________________________ ModelTest.test_reload _____________________________ tests/integration/models_resources_test.py:9: in test_reload container = client.containers.run("alpine", "sleep 300", detach=True) docker/models/containers.py:814: in run self.client.images.pull(image, platform=platform) docker/models/images.py:447: in pull repository, tag=tag, stream=True, all_tags=all_tags, **kwargs docker/api/image.py:422: in pull self._raise_for_status(response) docker/api/client.py:270: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E APIError: 500 Server Error for http://dpy-dind-48-0-py2.7-19.03.12:2375/v1.40/images/create?tag=latest&fromImage=alpine: Internal Server Error ("toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit") =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 19 92 17 82% docker/api/client.py 263 45 96 12 82% docker/api/config.py 31 1 6 2 92% docker/api/container.py 266 17 102 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 151 19 50 10 85% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 12 4 81% docker/api/secret.py 36 4 10 3 80% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 16 74 17 88% docker/client.py 69 4 2 0 94% docker/constants.py 21 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 27 16 2 52% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 6 16 3 83% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 11 18 5 88% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 11 60 9 92% docker/models/images.py 137 33 50 6 71% docker/models/networks.py 37 6 8 3 76% docker/models/nodes.py 15 1 0 0 93% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 3 34 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 2 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 66 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 423 66 328 44 84% docker/types/daemon.py 36 9 14 4 66% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 14 74 7 89% docker/utils/config.py 36 1 10 1 96% docker/utils/decorators.py 32 1 12 1 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 8 40 7 87% docker/utils/utils.py 285 17 164 12 93% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5113 993 2191 357 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows = 49 failed, 879 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 253.91 seconds = script returned exit code 1