Skip to content

Console Output

Skipping 1,534 KB.. Full Log
02:20:36 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

02:20:36 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 91%]

02:20:36 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 91%]

02:20:36 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 92%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

02:20:36 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

02:20:36 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

02:20:36 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 93%]

02:20:36 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 93%]

02:20:36 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

02:20:36 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 94%]

02:20:36 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 95%]

02:20:36 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 96%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

02:20:36 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

02:20:36 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

02:20:36 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

02:20:37 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

02:20:37 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

02:20:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

02:20:38 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

02:20:39 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

02:20:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

02:20:40 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

02:20:40 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

02:20:40 

02:20:40 =================================== FAILURES ===================================

02:20:40 _____________________________ CLITestCase.test_up ______________________________

02:20:40 tests/acceptance/cli_test.py:1117: in test_up

02:20:40     assert self.lookup(container, service.name)

02:20:40 E   AssertionError: assert False

02:20:40 E    +  where False = <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2-simple_simple_1 (e25136)>, 'simple')

02:20:40 E    +    where <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>> = <tests.acceptance.cli_test.CLITestCase testMethod=test_up>.lookup

02:20:40 E    +    and   'simple' = <Service: simple>.name

02:20:40 ----------------------------- Captured stdout call -----------------------------

02:20:40 Running process: 1851

02:20:40 ----------------------------- Captured stderr call -----------------------------

02:20:40 Killing v2-simple_another_1                                      ... 


02:20:40 Killing v2-simple_simple_1                                       ... 


02:20:40 
Killing v2-simple_another_1                                      ... done

Killing v2-simple_simple_1                                       ... done
Removing v2-simple_another_1                                     ... 


02:20:40 Removing v2-simple_simple_1                                      ... 


02:20:40 
Removing v2-simple_another_1                                     ... done

Removing v2-simple_simple_1                                      ... done


02:20:40 

02:20:40 ----------- coverage: platform linux, python 3.7.2-final-0 -----------

02:20:40 Name                              Stmts   Miss Branch BrPart  Cover   Missing

02:20:40 -----------------------------------------------------------------------------

02:20:40 compose/__init__.py                   3      0      0      0   100%

02:20:40 compose/__main__.py                   4      4      0      0     0%   1-6

02:20:40 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

02:20:40 compose/cli/__init__.py               0      0      0      0   100%

02:20:40 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

02:20:40 compose/cli/command.py               87     13     24      3    82%   67-77, 117-122, 166, 66->67, 116->117, 163->166

02:20:40 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

02:20:40 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

02:20:40 compose/cli/errors.py               100     26     34      6    67%   47-48, 62-65, 70-79, 105-106, 123, 125, 127-131, 136, 141-148, 46->47, 61->62, 103->105, 122->123, 124->125, 126->127

02:20:40 compose/cli/formatter.py             34      2     10      1    93%   17-18, 15->17

02:20:40 compose/cli/log_printer.py          144     12     52      5    90%   76, 103, 110-115, 162-164, 173, 226-229, 253, 43->exit, 75->76, 98->103, 171->173, 225->226

02:20:40 compose/cli/main.py                 689     90    301     40    84%   83-84, 86-87, 168, 319, 351-353, 439, 502, 506, 511-512, 522-551, 563, 581-583, 654-655, 693-694, 712, 732-733, 745, 768, 786, 833, 1064, 1075, 1101-1110, 1150-1153, 1161-1165, 1167-1172, 1195, 1217-1246, 1253-1254, 1256-1258, 1273, 1279, 1455, 1473, 1489, 1493-1494, 1505, 1510, 1513, 1539, 1558-1560, 1570, 1581, 60->63, 82->83, 85->86, 167->168, 318->319, 350->351, 438->439, 501->502, 505->506, 516->522, 560->563, 580->581, 652->654, 711->712, 731->732, 744->745, 767->768, 823->833, 825->exit, 1063->1064, 1074->1075, 1160->1161, 1166->1167, 1194->1195, 1252->1253, 1255->1256, 1272->1273, 1278->1279, 1454->1455, 1472->1473, 1488->1489, 1504->1505, 1509->1510, 1512->1513, 1531->exit, 1538->1539, 1552->1560, 1554->1558, 1569->1570, 1579->1581

02:20:40 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

02:20:40 compose/cli/utils.py                 81     29     18      4    59%   36-45, 53-55, 62-68, 76, 90-103, 111-112, 127-128, 138, 151-154, 88->90, 108->111, 137->138, 150->151

02:20:40 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

02:20:40 compose/config/__init__.py           13      0      0      0   100%

02:20:40 compose/config/config.py            826     30    428     18    95%   266, 277, 508, 621-622, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 709->713, 713->714, 756->757, 778->exit, 809->812, 936->938, 938->942, 957->959, 978->979, 981->982, 993->1002, 1015->1017, 1017->1020, 1332->1335, 1365->1366, 1408->1412

02:20:40 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

02:20:40 compose/config/errors.py             25      2      2      0    85%   36-40

02:20:40 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

02:20:40 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

02:20:40 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

02:20:40 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

02:20:40 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

02:20:40 compose/const.py                     36      0      0      0   100%

02:20:40 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

02:20:40 compose/errors.py                    17      1      0      0    94%   12

02:20:40 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

02:20:40 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

02:20:40 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

02:20:40 compose/project.py                  417     28    197     15    92%   60, 156, 212-213, 254-255, 364-365, 378-381, 434, 485, 489, 616, 619-622, 744-745, 751-754, 769, 774-777, 780, 801, 57->60, 152->156, 331->333, 362->364, 377->378, 433->434, 484->485, 488->489, 615->616, 618->619, 666->exit, 747->754, 768->769, 773->774, 779->780

02:20:40 compose/service.py                  849     49    429     25    94%   271-272, 293, 366-369, 417-422, 428-430, 470-471, 485, 488, 506, 573, 618-619, 727, 946-947, 967-968, 1069, 1115, 1170, 1234-1249, 1289, 1328-1332, 1520, 1524, 1640, 1680, 1692, 216->exit, 269->271, 292->293, 427->428, 469->470, 484->485, 487->488, 505->506, 563->573, 722->727, 945->946, 966->967, 1068->1069, 1114->1115, 1169->1170, 1288->1289, 1325->1328, 1519->1520, 1523->1524, 1572->exit, 1580->1579, 1617->1614, 1639->1640, 1679->1680, 1691->1692

02:20:40 compose/state.py                      0      0      0      0   100%

02:20:40 compose/timeparse.py                 22      0      4      0   100%

02:20:40 compose/utils.py                    117      8     42      5    92%   27, 75-79, 125, 135, 161, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

02:20:40 compose/version.py                    6      0      0      0   100%

02:20:40 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

02:20:40 -----------------------------------------------------------------------------

02:20:40 TOTAL                              5525    432   2383    201    91%

02:20:40 Coverage HTML written to dir coverage-html

02:20:40 

02:20:40 =========================== short test summary info ============================

02:20:40 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

02:20:40   not supported by kernel

02:20:40 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

02:20:40   Not supported on most drivers

02:20:40 SKIP [1] /code/tests/integration/testcases.py:166: This daemon does not support the 'nvidia'' runtime

02:20:40 SKIP [1] tests/integration/service_test.py:147: cpu_percent is not supported for Linux

02:20:40 SKIP [1] tests/integration/service_test.py:1635: Broken on 1.11.0 - 17.03.0

02:20:40 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

02:20:40 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

02:20:40 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

02:20:40 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

02:20:40 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

02:20:40 SKIP [1] tests/unit/config/config_test.py:3776: windows paths

02:20:40 === 1 failed, 1102 passed, 9 skipped, 2 xfailed, 2 xpassed in 771.53 seconds ===

02:20:40 ERROR: InvocationError: '/code/.tox/py37/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose'

02:20:40 ___________________________________ summary ____________________________________

02:20:40 ERROR:   py37: commands failed

02:20:41 + on_exit
02:20:41 + [[ 1 != \0 ]]
02:20:41 + tail -n 100
02:20:41 + docker logs compose-dind-19.03.2-rc1-jenkins-compose-bump-docker-py-to-3.7.1-2
02:20:41 time="2019-08-28T02:19:38.075566130Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:38.365238713Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/af7a521e69be1f523cc5428779e48cc7c0b6719ac5d715df69ba35199cdabbf1/shim.sock" debug=false pid=26582 
02:20:41 time="2019-08-28T02:19:38.737935609Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b5154f4a5d7a1e4b9ebba2d3db3dbe53907052c4e1647738ded7f8a31fc08f8a/shim.sock" debug=false pid=26637 
02:20:41 time="2019-08-28T02:19:39.241427658Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a62e409f45b022be12702454e80e2e11033e8fcac224a7aeef50b9b8a9160db2/shim.sock" debug=false pid=26692 
02:20:41 time="2019-08-28T02:19:40.558877340Z" level=info msg="Container af7a521e69be1f523cc5428779e48cc7c0b6719ac5d715df69ba35199cdabbf1 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:40.673771985Z" level=info msg="shim reaped" id=af7a521e69be1f523cc5428779e48cc7c0b6719ac5d715df69ba35199cdabbf1 
02:20:41 time="2019-08-28T02:19:40.683836011Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:40.948490802Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b7108d5da60e8ed05165826982e03717ea7b554fe1e82a44f55c568b593b8e5a/shim.sock" debug=false pid=26798 
02:20:41 time="2019-08-28T02:19:41.339533723Z" level=info msg="shim reaped" id=b7108d5da60e8ed05165826982e03717ea7b554fe1e82a44f55c568b593b8e5a 
02:20:41 time="2019-08-28T02:19:41.349579236Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:41.602384635Z" level=info msg="shim reaped" id=a62e409f45b022be12702454e80e2e11033e8fcac224a7aeef50b9b8a9160db2 
02:20:41 time="2019-08-28T02:19:41.612482571Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:41.821720556Z" level=info msg="shim reaped" id=b5154f4a5d7a1e4b9ebba2d3db3dbe53907052c4e1647738ded7f8a31fc08f8a 
02:20:41 time="2019-08-28T02:19:41.831802062Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:42.139356413Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e5f5f1ca2152b23a7cc7180b06da6a9b5a48d38fa103abbf7b5a85f989854a85/shim.sock" debug=false pid=26964 
02:20:41 time="2019-08-28T02:19:42.501290968Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/27d59b85f1ac6b0fd921e3a38c25096f329fed2a3a0609c670bcaf58a3dd307c/shim.sock" debug=false pid=27021 
02:20:41 time="2019-08-28T02:19:42.884615732Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b604625d42090dfcf5a62731fa8540d6bf467f18540a0127ae9b86f493adb3e4/shim.sock" debug=false pid=27076 
02:20:41 time="2019-08-28T02:19:44.212263483Z" level=info msg="Container e5f5f1ca2152b23a7cc7180b06da6a9b5a48d38fa103abbf7b5a85f989854a85 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:44.316380806Z" level=info msg="shim reaped" id=e5f5f1ca2152b23a7cc7180b06da6a9b5a48d38fa103abbf7b5a85f989854a85 
02:20:41 time="2019-08-28T02:19:44.316926632Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:44.578013640Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e0317d262315da75ee456286bffb29d39da62068fb9cb785d0f91c62a93b4ee1/shim.sock" debug=false pid=27178 
02:20:41 time="2019-08-28T02:19:45.892286741Z" level=info msg="Container 27d59b85f1ac6b0fd921e3a38c25096f329fed2a3a0609c670bcaf58a3dd307c failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:45.993683047Z" level=info msg="shim reaped" id=27d59b85f1ac6b0fd921e3a38c25096f329fed2a3a0609c670bcaf58a3dd307c 
02:20:41 time="2019-08-28T02:19:46.003753918Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:46.240352099Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/cc531550cf88441517ca43ec293a68e31afa242ffaa84b8a6568421e3cee5a31/shim.sock" debug=false pid=27284 
02:20:41 time="2019-08-28T02:19:47.531336549Z" level=info msg="Container b604625d42090dfcf5a62731fa8540d6bf467f18540a0127ae9b86f493adb3e4 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:47.639468416Z" level=info msg="shim reaped" id=b604625d42090dfcf5a62731fa8540d6bf467f18540a0127ae9b86f493adb3e4 
02:20:41 time="2019-08-28T02:19:47.651066360Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:47.914700891Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/defbc35dc88c85b20ca5ebbeee00c5ea3089bc15e39fcf13513f47282d9735bf/shim.sock" debug=false pid=27386 
02:20:41 time="2019-08-28T02:19:48.277506871Z" level=info msg="shim reaped" id=defbc35dc88c85b20ca5ebbeee00c5ea3089bc15e39fcf13513f47282d9735bf 
02:20:41 time="2019-08-28T02:19:48.287615163Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:48.538563269Z" level=info msg="shim reaped" id=cc531550cf88441517ca43ec293a68e31afa242ffaa84b8a6568421e3cee5a31 
02:20:41 time="2019-08-28T02:19:48.548643825Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:48.769124988Z" level=info msg="shim reaped" id=e0317d262315da75ee456286bffb29d39da62068fb9cb785d0f91c62a93b4ee1 
02:20:41 time="2019-08-28T02:19:48.779187912Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:49.096518111Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b55dc199ffedfc9afc7e1505d443c70a95ce551407095e7f1f898dba5b66e9da/shim.sock" debug=false pid=27554 
02:20:41 time="2019-08-28T02:19:49.469785163Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/879b1b41c99cfad3ae1d1aebfdb96b7b8350f00494982174a5173a076b0e68d2/shim.sock" debug=false pid=27610 
02:20:41 time="2019-08-28T02:19:49.852936875Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4e8db65fe8909cf308200a74d00926eb210d5bcb35da4ebc2219604ced2fc8ec/shim.sock" debug=false pid=27666 
02:20:41 time="2019-08-28T02:19:50.269752831Z" level=info msg="shim reaped" id=4e8db65fe8909cf308200a74d00926eb210d5bcb35da4ebc2219604ced2fc8ec 
02:20:41 time="2019-08-28T02:19:50.279830375Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:50.514045530Z" level=info msg="shim reaped" id=879b1b41c99cfad3ae1d1aebfdb96b7b8350f00494982174a5173a076b0e68d2 
02:20:41 time="2019-08-28T02:19:50.524130842Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:50.762433690Z" level=info msg="shim reaped" id=b55dc199ffedfc9afc7e1505d443c70a95ce551407095e7f1f898dba5b66e9da 
02:20:41 time="2019-08-28T02:19:50.772491219Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:51.037405522Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/38a4be86e35f34e637f06c06345073bca11b975006f93981e3258751a97c5543/shim.sock" debug=false pid=27833 
02:20:41 time="2019-08-28T02:19:51.474642718Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0d8ee3c27b6fc963a75ca6b3aa5ef90e4b4ecad8bb897e960f8fd48979fda0b1/shim.sock" debug=false pid=27887 
02:20:41 time="2019-08-28T02:19:52.748750167Z" level=info msg="Container 38a4be86e35f34e637f06c06345073bca11b975006f93981e3258751a97c5543 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:52.865200016Z" level=info msg="shim reaped" id=38a4be86e35f34e637f06c06345073bca11b975006f93981e3258751a97c5543 
02:20:41 time="2019-08-28T02:19:52.875282288Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:53.125120619Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/240851e9132d883c6d3cba03a0aaf11a9e20063e39e6fc0411456829038a2cf8/shim.sock" debug=false pid=27990 
02:20:41 time="2019-08-28T02:19:53.476038966Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/540f3c89a0733ca63fddde878bfcd730ac86a43fc36ccb3fbe28a86c93273149/shim.sock" debug=false pid=28047 
02:20:41 time="2019-08-28T02:19:53.826303905Z" level=info msg="shim reaped" id=540f3c89a0733ca63fddde878bfcd730ac86a43fc36ccb3fbe28a86c93273149 
02:20:41 time="2019-08-28T02:19:53.836384429Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:54.081897515Z" level=info msg="shim reaped" id=240851e9132d883c6d3cba03a0aaf11a9e20063e39e6fc0411456829038a2cf8 
02:20:41 time="2019-08-28T02:19:54.092002643Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:54.318760637Z" level=info msg="shim reaped" id=0d8ee3c27b6fc963a75ca6b3aa5ef90e4b4ecad8bb897e960f8fd48979fda0b1 
02:20:41 time="2019-08-28T02:19:54.328782931Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:54.656995741Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/558b25de5cfe0529c380c940682cdbef6d273d08bb36747a651692f63b616b16/shim.sock" debug=false pid=28213 
02:20:41 time="2019-08-28T02:19:55.029454517Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fae976a4d217edeb2ed28a53e405c9d9f88f7b602096119510b48ba3b1135865/shim.sock" debug=false pid=28270 
02:20:41 time="2019-08-28T02:19:55.418311308Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4d216d95b3d119820efa05d916d0c30546a11aac63e014daf0484338f1008512/shim.sock" debug=false pid=28325 
02:20:41 time="2019-08-28T02:19:56.725195388Z" level=info msg="Container 4d216d95b3d119820efa05d916d0c30546a11aac63e014daf0484338f1008512 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:56.842209574Z" level=info msg="shim reaped" id=4d216d95b3d119820efa05d916d0c30546a11aac63e014daf0484338f1008512 
02:20:41 time="2019-08-28T02:19:56.852266346Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:58.017660640Z" level=info msg="Container fae976a4d217edeb2ed28a53e405c9d9f88f7b602096119510b48ba3b1135865 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:58.118388331Z" level=info msg="shim reaped" id=fae976a4d217edeb2ed28a53e405c9d9f88f7b602096119510b48ba3b1135865 
02:20:41 time="2019-08-28T02:19:58.128482415Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:59.276743345Z" level=info msg="Container 558b25de5cfe0529c380c940682cdbef6d273d08bb36747a651692f63b616b16 failed to exit within 1 seconds of signal 15 - using the force"
02:20:41 time="2019-08-28T02:19:59.376881633Z" level=info msg="shim reaped" id=558b25de5cfe0529c380c940682cdbef6d273d08bb36747a651692f63b616b16 
02:20:41 time="2019-08-28T02:19:59.386945043Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:19:59.678158089Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/35852a2b5deb2221fa97fc7052c08c203bcac571cab0b13e541fa361663dd79f/shim.sock" debug=false pid=28529 
02:20:41 time="2019-08-28T02:20:00.095414952Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/78a1ac4ee1545b4e0a84246a2651a1dd19aecfdd59b468f9b48e24cb2e66fb5d/shim.sock" debug=false pid=28584 
02:20:41 time="2019-08-28T02:20:00.458256286Z" level=info msg="shim reaped" id=78a1ac4ee1545b4e0a84246a2651a1dd19aecfdd59b468f9b48e24cb2e66fb5d 
02:20:41 time="2019-08-28T02:20:00.468342449Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:00.722342462Z" level=info msg="shim reaped" id=35852a2b5deb2221fa97fc7052c08c203bcac571cab0b13e541fa361663dd79f 
02:20:41 time="2019-08-28T02:20:00.732386826Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:01.036518198Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0e12bae7f52cf3efdc95ed5049b29f81635d29111960753d5ecc856aa5df37d9/shim.sock" debug=false pid=28712 
02:20:41 time="2019-08-28T02:20:01.532593021Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/89b8c385522a1bcc111a4c3db6851eda0642cfef45e5101a3bf5be134476e6d8/shim.sock" debug=false pid=28767 
02:20:41 time="2019-08-28T02:20:01.907551741Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/034eeeb8356024fcd3628f51f9b94d2fd1c96347007f1a71ccfe252f89d8e37f/shim.sock" debug=false pid=28824 
02:20:41 time="2019-08-28T02:20:02.266383826Z" level=info msg="shim reaped" id=034eeeb8356024fcd3628f51f9b94d2fd1c96347007f1a71ccfe252f89d8e37f 
02:20:41 time="2019-08-28T02:20:02.276446584Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:02.504922493Z" level=info msg="shim reaped" id=89b8c385522a1bcc111a4c3db6851eda0642cfef45e5101a3bf5be134476e6d8 
02:20:41 time="2019-08-28T02:20:02.514998635Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:02.792221241Z" level=info msg="shim reaped" id=0e12bae7f52cf3efdc95ed5049b29f81635d29111960753d5ecc856aa5df37d9 
02:20:41 time="2019-08-28T02:20:02.802267723Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:03.299828745Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:20:41 time="2019-08-28T02:20:04.117768251Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3c461e95ad4de141d800cd3c7e6fc8465b57a4da25888804837ce332f5fea91d/shim.sock" debug=false pid=29010 
02:20:41 time="2019-08-28T02:20:04.654195952Z" level=info msg="shim reaped" id=3c461e95ad4de141d800cd3c7e6fc8465b57a4da25888804837ce332f5fea91d 
02:20:41 time="2019-08-28T02:20:04.664247193Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:04.963352609Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/42bc357ec113edc57cfa8d5c2c1adf2ddc8f7485d172a8af9ce395199957c210/shim.sock" debug=false pid=29103 
02:20:41 time="2019-08-28T02:20:05.344201031Z" level=info msg="shim reaped" id=42bc357ec113edc57cfa8d5c2c1adf2ddc8f7485d172a8af9ce395199957c210 
02:20:41 time="2019-08-28T02:20:05.354171194Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:05.774744113Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:20:41 time="2019-08-28T02:20:06.355520516Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:20:41 time="2019-08-28T02:20:07.543147058Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:20:41 time="2019-08-28T02:20:08.444568033Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/86f500f816f8b668705965c5b030755c39cea00e3ff248975794fc6f1ea915d8/shim.sock" debug=false pid=29233 
02:20:41 time="2019-08-28T02:20:08.448082104Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/23cbcc3fe54d135e051358e14e2544eedebd81dc8782d729bfe04c8faa56feec/shim.sock" debug=false pid=29241 
02:20:41 time="2019-08-28T02:20:08.909507785Z" level=info msg="shim reaped" id=23cbcc3fe54d135e051358e14e2544eedebd81dc8782d729bfe04c8faa56feec 
02:20:41 time="2019-08-28T02:20:08.919556400Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 time="2019-08-28T02:20:09.189675642Z" level=info msg="shim reaped" id=86f500f816f8b668705965c5b030755c39cea00e3ff248975794fc6f1ea915d8 
02:20:41 time="2019-08-28T02:20:09.199809513Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:20:41 + docker rm -vf compose-dind-19.03.2-rc1-jenkins-compose-bump-docker-py-to-3.7.1-2
02:20:41 compose-dind-19.03.2-rc1-jenkins-compose-bump-docker-py-to-3.7.1-2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py37
02:20:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py Sending interrupt signal to process
02:20:41 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py Sending interrupt signal to process
02:20:41 tests/integration/state_test.py::BasicProjectTest::test_partial_change Sending interrupt signal to process
02:20:42 Terminated
02:20:42 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:20:42 Terminated
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
02:20:42 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch 19.03.2-rc1_py27
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py37
02:20:42 PASSED [ 34%]

02:20:42 tests/integration/service_test.py::ServiceTest::test_stop_signal Terminated
02:20:42 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py27
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE