Skip to content
Failed

Console Output

Skipping 1,593 KB.. Full Log
01:32:16 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

01:32:16 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

01:32:16 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

01:32:16 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 91%]

01:32:16 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 91%]

01:32:16 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 92%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

01:32:16 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

01:32:16 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

01:32:16 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 93%]

01:32:16 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 93%]

01:32:16 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

01:32:16 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 94%]

01:32:16 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 95%]

01:32:16 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 96%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

01:32:16 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

01:32:16 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

01:32:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

01:32:17 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 36%]

01:32:17 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

01:32:17 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

01:32:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

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

01:32:20 

01:32:20 =================================== FAILURES ===================================

01:32:20 _____________________________ CLITestCase.test_up ______________________________

01:32:20 tests/acceptance/cli_test.py:1117: in test_up

01:32:20     assert self.lookup(container, service.name)

01:32:20 E   AssertionError: assert False

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

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

01:32:20 E    +    and   'simple' = <Service: simple>.name

01:32:20 ----------------------------- Captured stdout call -----------------------------

01:32:20 Running process: 1851

01:32:20 ----------------------------- Captured stderr call -----------------------------

01:32:20 Killing v2-simple_another_1                                      ... 


01:32:20 Killing v2-simple_simple_1                                       ... 


01:32:20 
Killing v2-simple_another_1                                      ... done

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


01:32:20 Removing v2-simple_simple_1                                      ... 


01:32:20 
Removing v2-simple_another_1                                     ... done

Removing v2-simple_simple_1                                      ... done


01:32:20 

01:32:20 ----------- coverage: platform linux, python 3.7.2-final-0 -----------

01:32:20 Name                              Stmts   Miss Branch BrPart  Cover   Missing

01:32:20 -----------------------------------------------------------------------------

01:32:20 compose/__init__.py                   3      0      0      0   100%

01:32:20 compose/__main__.py                   4      4      0      0     0%   1-6

01:32:20 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

01:32:20 compose/cli/__init__.py               0      0      0      0   100%

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

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

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

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

01:32:20 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

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

01:32:20 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

01:32:20 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

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

01:32:20 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

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

01:32:20 compose/config/__init__.py           13      0      0      0   100%

01:32:20 compose/config/config.py            842     31    440     21    95%   268, 279, 431, 528, 641-642, 734, 777, 832-850, 972-973, 979, 999, 1002, 1355, 1386, 1432, 267->268, 278->279, 424->exit, 426->425, 430->431, 729->733, 733->734, 776->777, 798->exit, 829->832, 956->958, 958->962, 977->979, 998->999, 1001->1002, 1013->1022, 1035->1037, 1037->1040, 1352->1355, 1385->1386, 1428->1432

01:32:20 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

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

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

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

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

01:32:20 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

01:32:20 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

01:32:20 compose/const.py                     36      0      0      0   100%

01:32:20 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

01:32:20 compose/errors.py                    17      1      0      0    94%   12

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

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

01:32:20 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

01:32:20 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

01:32:20 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

01:32:20 compose/state.py                      0      0      0      0   100%

01:32:20 compose/timeparse.py                 22      0      4      0   100%

01:32:20 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

01:32:20 compose/version.py                    6      0      0      0   100%

01:32:20 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

01:32:20 -----------------------------------------------------------------------------

01:32:20 TOTAL                              5541    433   2395    205    91%

01:32:20 Coverage HTML written to dir coverage-html

01:32:20 

01:32:20 =========================== short test summary info ============================

01:32:20 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

01:32:20   not supported by kernel

01:32:20 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

01:32:20   Not supported on most drivers

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

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

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

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

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

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

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

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

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

01:32:20 === 1 failed, 1102 passed, 9 skipped, 2 xfailed, 2 xpassed in 754.31 seconds ===

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

01:32:20 ___________________________________ summary ____________________________________

01:32:20 ERROR:   py37: commands failed

01:32:20 + on_exit
01:32:20 + [[ 1 != \0 ]]
01:32:20 + docker logs compose-dind-19.03.2-rc1-jenkins-compose-PR-6595-2
01:32:20 + tail -n 100
01:32:21 time="2019-08-28T01:31:19.362539022Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:19.648502205Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/50c5778af8b44fac1c6db472f51a11ec20264fa3acc467566e0fef0a75d13f36/shim.sock" debug=false pid=26553 
01:32:21 time="2019-08-28T01:31:20.006533362Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5232c3bf5f48f7114cca0f64f448e41af75a7910e5599b6b721c01ea70fd2331/shim.sock" debug=false pid=26610 
01:32:21 time="2019-08-28T01:31:20.379063394Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/eda81936b8389d4ff698f049bfe7ff8de20970d5a2aa11db0b62436ac327d20e/shim.sock" debug=false pid=26665 
01:32:21 time="2019-08-28T01:31:21.711812895Z" level=info msg="Container 50c5778af8b44fac1c6db472f51a11ec20264fa3acc467566e0fef0a75d13f36 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:21.815700335Z" level=info msg="shim reaped" id=50c5778af8b44fac1c6db472f51a11ec20264fa3acc467566e0fef0a75d13f36 
01:32:21 time="2019-08-28T01:31:21.825752106Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:22.052540849Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e6d13381b5abec6e7ca21cf4004721d7b12bcf1f0fc72462f5f67daab14b1083/shim.sock" debug=false pid=26773 
01:32:21 time="2019-08-28T01:31:22.412516103Z" level=info msg="shim reaped" id=e6d13381b5abec6e7ca21cf4004721d7b12bcf1f0fc72462f5f67daab14b1083 
01:32:21 time="2019-08-28T01:31:22.422584345Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:22.759059623Z" level=info msg="shim reaped" id=eda81936b8389d4ff698f049bfe7ff8de20970d5a2aa11db0b62436ac327d20e 
01:32:21 time="2019-08-28T01:31:22.769107358Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:22.986862838Z" level=info msg="shim reaped" id=5232c3bf5f48f7114cca0f64f448e41af75a7910e5599b6b721c01ea70fd2331 
01:32:21 time="2019-08-28T01:31:22.996928175Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:23.279763506Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c641dcc027d3363027b523522a71eef10ccf418924a24f7179d7f05c30fd5be8/shim.sock" debug=false pid=26945 
01:32:21 time="2019-08-28T01:31:23.625779394Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/d0c265fae0bda34818560fa4cccb2f9791cc2a9d9058462bcaf1893e9b98f4fc/shim.sock" debug=false pid=27000 
01:32:21 time="2019-08-28T01:31:23.992278757Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/43ff869b0893b962ccfc45847705232d91efbc9d1f88d133696f6dfb90f697a1/shim.sock" debug=false pid=27057 
01:32:21 time="2019-08-28T01:31:25.317397744Z" level=info msg="Container c641dcc027d3363027b523522a71eef10ccf418924a24f7179d7f05c30fd5be8 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:25.426032294Z" level=info msg="shim reaped" id=c641dcc027d3363027b523522a71eef10ccf418924a24f7179d7f05c30fd5be8 
01:32:21 time="2019-08-28T01:31:25.436081004Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:25.669507748Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ccfc50260f2439f8f9f5784e8b582dcd629c6d69fe7e1381a2a04df5920b41f5/shim.sock" debug=false pid=27158 
01:32:21 time="2019-08-28T01:31:26.958664708Z" level=info msg="Container d0c265fae0bda34818560fa4cccb2f9791cc2a9d9058462bcaf1893e9b98f4fc failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:27.054917354Z" level=info msg="shim reaped" id=d0c265fae0bda34818560fa4cccb2f9791cc2a9d9058462bcaf1893e9b98f4fc 
01:32:21 time="2019-08-28T01:31:27.064936171Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:27.274162310Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/61db5aff2c7603a38de1cfa0f378682f33b170b18675c0445bfd813e3cea69b8/shim.sock" debug=false pid=27262 
01:32:21 time="2019-08-28T01:31:28.570626828Z" level=info msg="Container 43ff869b0893b962ccfc45847705232d91efbc9d1f88d133696f6dfb90f697a1 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:28.675630904Z" level=info msg="shim reaped" id=43ff869b0893b962ccfc45847705232d91efbc9d1f88d133696f6dfb90f697a1 
01:32:21 time="2019-08-28T01:31:28.685710198Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:28.925407195Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/bf494260605fe08c44450505a1908c5b8585040feb8627606eef3a3af49f15ce/shim.sock" debug=false pid=27365 
01:32:21 time="2019-08-28T01:31:29.283177586Z" level=info msg="shim reaped" id=bf494260605fe08c44450505a1908c5b8585040feb8627606eef3a3af49f15ce 
01:32:21 time="2019-08-28T01:31:29.293245984Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:29.528665501Z" level=info msg="shim reaped" id=61db5aff2c7603a38de1cfa0f378682f33b170b18675c0445bfd813e3cea69b8 
01:32:21 time="2019-08-28T01:31:29.539295996Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:29.787693534Z" level=info msg="shim reaped" id=ccfc50260f2439f8f9f5784e8b582dcd629c6d69fe7e1381a2a04df5920b41f5 
01:32:21 time="2019-08-28T01:31:29.797775579Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:30.187559821Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ca00e88972e74a7016dc2febb224b45412997fa626e5b95c2c21ecf965ff396d/shim.sock" debug=false pid=27533 
01:32:21 time="2019-08-28T01:31:30.566095417Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/62e733d4171de808a3886c36973594a7a0eebd885e36da74a3f6fc9c9cf408d0/shim.sock" debug=false pid=27588 
01:32:21 time="2019-08-28T01:31:30.943861706Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f768883879370d2f9824cdedd47c3b2cf641e9ea3d3ad29b672a4650faa78659/shim.sock" debug=false pid=27645 
01:32:21 time="2019-08-28T01:31:31.339882748Z" level=info msg="shim reaped" id=f768883879370d2f9824cdedd47c3b2cf641e9ea3d3ad29b672a4650faa78659 
01:32:21 time="2019-08-28T01:31:31.349967706Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:31.578815564Z" level=info msg="shim reaped" id=62e733d4171de808a3886c36973594a7a0eebd885e36da74a3f6fc9c9cf408d0 
01:32:21 time="2019-08-28T01:31:31.588866735Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:31.808248048Z" level=info msg="shim reaped" id=ca00e88972e74a7016dc2febb224b45412997fa626e5b95c2c21ecf965ff396d 
01:32:21 time="2019-08-28T01:31:31.818302270Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:32.082827327Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ef651ffd953fd602915e0bd95605ae7e4019da37ed3f68e76bc2b705bd75ca12/shim.sock" debug=false pid=27813 
01:32:21 time="2019-08-28T01:31:32.518294137Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2f801fc26626f5e253f36370528501c79c32374fa74c34a2e8c4ab5c39bb56d2/shim.sock" debug=false pid=27867 
01:32:21 time="2019-08-28T01:31:33.814756239Z" level=info msg="Container ef651ffd953fd602915e0bd95605ae7e4019da37ed3f68e76bc2b705bd75ca12 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:33.925833880Z" level=info msg="shim reaped" id=ef651ffd953fd602915e0bd95605ae7e4019da37ed3f68e76bc2b705bd75ca12 
01:32:21 time="2019-08-28T01:31:33.935896114Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:34.157443949Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/284941d0b61c2122f2edc702021f6e63b8b7bf7c3f714b202b0404018e1b1e76/shim.sock" debug=false pid=27970 
01:32:21 time="2019-08-28T01:31:34.511221781Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/43689d27e50a7bff240cdb44e5531ec8a3aaaa048ccab81160125f79186b2b67/shim.sock" debug=false pid=28024 
01:32:21 time="2019-08-28T01:31:34.875498574Z" level=info msg="shim reaped" id=43689d27e50a7bff240cdb44e5531ec8a3aaaa048ccab81160125f79186b2b67 
01:32:21 time="2019-08-28T01:31:34.885714053Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:35.121404762Z" level=info msg="shim reaped" id=284941d0b61c2122f2edc702021f6e63b8b7bf7c3f714b202b0404018e1b1e76 
01:32:21 time="2019-08-28T01:31:35.131464446Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:35.372425528Z" level=info msg="shim reaped" id=2f801fc26626f5e253f36370528501c79c32374fa74c34a2e8c4ab5c39bb56d2 
01:32:21 time="2019-08-28T01:31:35.382507896Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:35.689398524Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/32c95461ea6233619e11afb5ea71eb82de519ddbe48b5b0c688d5c3e96b8575d/shim.sock" debug=false pid=28190 
01:32:21 time="2019-08-28T01:31:36.050556701Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/013ccbb3f6116644eeb3583273b9347995f0bc729eae0cedc64b8b836016f649/shim.sock" debug=false pid=28245 
01:32:21 time="2019-08-28T01:31:36.434491251Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c1c98463faafe8d8312436d32197e2f02ef9291c02f96f6c7540d3f116de2f53/shim.sock" debug=false pid=28299 
01:32:21 time="2019-08-28T01:31:37.723248028Z" level=info msg="Container c1c98463faafe8d8312436d32197e2f02ef9291c02f96f6c7540d3f116de2f53 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:37.835323740Z" level=info msg="shim reaped" id=c1c98463faafe8d8312436d32197e2f02ef9291c02f96f6c7540d3f116de2f53 
01:32:21 time="2019-08-28T01:31:37.845398880Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:38.994850578Z" level=info msg="Container 013ccbb3f6116644eeb3583273b9347995f0bc729eae0cedc64b8b836016f649 failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:39.099791745Z" level=info msg="shim reaped" id=013ccbb3f6116644eeb3583273b9347995f0bc729eae0cedc64b8b836016f649 
01:32:21 time="2019-08-28T01:31:39.109858337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:40.282076725Z" level=info msg="Container 32c95461ea6233619e11afb5ea71eb82de519ddbe48b5b0c688d5c3e96b8575d failed to exit within 1 seconds of signal 15 - using the force"
01:32:21 time="2019-08-28T01:31:40.396598164Z" level=info msg="shim reaped" id=32c95461ea6233619e11afb5ea71eb82de519ddbe48b5b0c688d5c3e96b8575d 
01:32:21 time="2019-08-28T01:31:40.406667680Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:40.668737168Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7b299bbb6f6f0356f5ff8fe1593d9bbd013d95e40042bcd0d156b1fc564bf14b/shim.sock" debug=false pid=28507 
01:32:21 time="2019-08-28T01:31:41.062553671Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a6a697e4d71819fbac77b9fd18773d20f2bbd6b4f2acab6db55fa21ba2d403d8/shim.sock" debug=false pid=28566 
01:32:21 time="2019-08-28T01:31:41.444734241Z" level=info msg="shim reaped" id=a6a697e4d71819fbac77b9fd18773d20f2bbd6b4f2acab6db55fa21ba2d403d8 
01:32:21 time="2019-08-28T01:31:41.454791524Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:41.699345136Z" level=info msg="shim reaped" id=7b299bbb6f6f0356f5ff8fe1593d9bbd013d95e40042bcd0d156b1fc564bf14b 
01:32:21 time="2019-08-28T01:31:41.709383201Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:42.047454905Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a5ec3b9ff46bc42c584e460489116f307a13cf13dab868af70ea55c80c54b2cb/shim.sock" debug=false pid=28695 
01:32:21 time="2019-08-28T01:31:42.403100789Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/473875544be6a18ba0341666384757d20b2e128ba3a8b61fd9988fa1f192fde5/shim.sock" debug=false pid=28748 
01:32:21 time="2019-08-28T01:31:42.812835813Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/913fa83e492ae0db0ca436a1cf86d8e29d8b4324ff3f56fc3581f2a04cf966b7/shim.sock" debug=false pid=28803 
01:32:21 time="2019-08-28T01:31:43.176612231Z" level=info msg="shim reaped" id=913fa83e492ae0db0ca436a1cf86d8e29d8b4324ff3f56fc3581f2a04cf966b7 
01:32:21 time="2019-08-28T01:31:43.186678757Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:43.420789506Z" level=info msg="shim reaped" id=473875544be6a18ba0341666384757d20b2e128ba3a8b61fd9988fa1f192fde5 
01:32:21 time="2019-08-28T01:31:43.430895045Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:43.829726484Z" level=info msg="shim reaped" id=a5ec3b9ff46bc42c584e460489116f307a13cf13dab868af70ea55c80c54b2cb 
01:32:21 time="2019-08-28T01:31:43.839716111Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:44.334596059Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:32:21 time="2019-08-28T01:31:45.144003029Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/55ab507afb58383a5acd603689b5a97bda005d51644f6fdf2dc096afc7dd8d58/shim.sock" debug=false pid=28985 
01:32:21 time="2019-08-28T01:31:45.517952768Z" level=info msg="shim reaped" id=55ab507afb58383a5acd603689b5a97bda005d51644f6fdf2dc096afc7dd8d58 
01:32:21 time="2019-08-28T01:31:45.529656236Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:45.879580958Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6ced36c2151877e987c3d54815732ba381ddbfbfb7d8f6274ee27bdbe6870d55/shim.sock" debug=false pid=29079 
01:32:21 time="2019-08-28T01:31:46.226500513Z" level=info msg="shim reaped" id=6ced36c2151877e987c3d54815732ba381ddbfbfb7d8f6274ee27bdbe6870d55 
01:32:21 time="2019-08-28T01:31:46.236586957Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:46.636424397Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:32:21 time="2019-08-28T01:31:47.410843668Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:32:21 time="2019-08-28T01:31:48.429165674Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:32:21 time="2019-08-28T01:31:49.417184803Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3bc047ee43f2779d75aa81535566eb23ff226060f38e5534df7b5e6f207b4c84/shim.sock" debug=false pid=29207 
01:32:21 time="2019-08-28T01:31:49.427907455Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/106a507cf7869760d0b8704362c5f6b3ae76fdac4ede56723cc767e66f36fc02/shim.sock" debug=false pid=29221 
01:32:21 time="2019-08-28T01:31:49.942612654Z" level=info msg="shim reaped" id=106a507cf7869760d0b8704362c5f6b3ae76fdac4ede56723cc767e66f36fc02 
01:32:21 time="2019-08-28T01:31:49.952679571Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 time="2019-08-28T01:31:50.203534088Z" level=info msg="shim reaped" id=3bc047ee43f2779d75aa81535566eb23ff226060f38e5534df7b5e6f207b4c84 
01:32:21 time="2019-08-28T01:31:50.213603078Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:32:21 + docker rm -vf compose-dind-19.03.2-rc1-jenkins-compose-PR-6595-2
01:32:21 compose-dind-19.03.2-rc1-jenkins-compose-PR-6595-2
01:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 36%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py37
01:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle Sending interrupt signal to process
01:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps Sending interrupt signal to process
01:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps Sending interrupt signal to process
01:32:22 Terminated
01:32:22 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_py37
01:32:22 PASSED [ 36%]

01:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root Terminated
01:32:22 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
01:32:22 PASSED [ 36%]

01:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps Terminated
[Pipeline] }
01:32:22 script returned exit code 143
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch 18.09.9-rc1_py27
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py27
[Pipeline] // parallel
[Pipeline] End of Pipeline
Terminated

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE