Skip to content
Failed

Console Output

Skipping 1,622 KB.. Full Log
01:31:55 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

01:31:55 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

01:31:55 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

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

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

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

01:31:55 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

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

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

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

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

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

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

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

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

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

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

01:31:55 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

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

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

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

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

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

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

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

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

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

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

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

01:31:55 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

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

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

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 94%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

01:31:55 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

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

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

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

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

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

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

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

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

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

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

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

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

01:31:55 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

01:31:55 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

01:31:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

01:31:57 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

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

01:31:59 

01:31:59 =================================== FAILURES ===================================

01:31:59 _____________________________ CLITestCase.test_up ______________________________

01:31:59 tests/acceptance/cli_test.py:1124: in test_up

01:31:59     assert self.lookup(container, service.name)

01:31:59 E   AssertionError: assert False

01:31:59 E    +  where False = <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2-simple_simple_1 (0fa4cb)>, 'simple')

01:31:59 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:31:59 E    +    and   'simple' = <Service: simple>.name

01:31:59 ----------------------------- Captured stdout call -----------------------------

01:31:59 Running process: 1870

01:31:59 ----------------------------- Captured stderr call -----------------------------

01:31:59 Killing v2-simple_another_1                                      ... 


01:31:59 Killing v2-simple_simple_1                                       ... 


01:31:59 
Killing v2-simple_another_1                                      ... done

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


01:31:59 Removing v2-simple_simple_1                                      ... 


01:31:59 
Removing v2-simple_another_1                                     ... done

Removing v2-simple_simple_1                                      ... done


01:31:59 

01:31:59 ----------- coverage: platform linux, python 3.7.2-final-0 -----------

01:31:59 Name                              Stmts   Miss Branch BrPart  Cover   Missing

01:31:59 -----------------------------------------------------------------------------

01:31:59 compose/__init__.py                   3      0      0      0   100%

01:31:59 compose/__main__.py                   4      4      0      0     0%   1-6

01:31:59 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:31:59 compose/cli/__init__.py               0      0      0      0   100%

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

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

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

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

01:31:59 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:31:59 compose/cli/formatter.py             34      2     10      1    93%   17-18, 15->17

01:31:59 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:31:59 compose/cli/main.py                 690     90    299     40    84%   84-85, 87-88, 169, 320, 352-354, 440, 503, 507, 512-513, 523-552, 564, 582-584, 655-656, 694-695, 713, 733-734, 746, 769, 787, 834, 1065, 1076, 1102-1111, 1151-1154, 1162-1166, 1168-1173, 1196, 1218-1247, 1254-1255, 1257-1259, 1274, 1280, 1456, 1474, 1490, 1494-1495, 1506, 1511, 1514, 1540, 1559-1561, 1571, 1582, 61->64, 83->84, 86->87, 168->169, 319->320, 351->352, 439->440, 502->503, 506->507, 517->523, 561->564, 581->582, 653->655, 712->713, 732->733, 745->746, 768->769, 824->834, 826->exit, 1064->1065, 1075->1076, 1161->1162, 1167->1168, 1195->1196, 1253->1254, 1256->1257, 1273->1274, 1279->1280, 1455->1456, 1473->1474, 1489->1490, 1505->1506, 1510->1511, 1513->1514, 1532->exit, 1539->1540, 1553->1561, 1555->1559, 1570->1571, 1580->1582

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

01:31:59 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:31:59 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

01:31:59 compose/config/__init__.py           13      0      0      0   100%

01:31:59 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

01:31:59 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:31:59 compose/config/errors.py             25      2      2      0    85%   36-40

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

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

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

01:31:59 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:31:59 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:31:59 compose/const.py                     36      0      0      0   100%

01:31:59 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:31:59 compose/errors.py                    17      1      0      0    94%   12

01:31:59 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:31:59 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

01:31:59 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:31:59 compose/project.py                  421     29    201     16    92%   60, 156, 212-213, 254-255, 364-365, 378-381, 434, 485, 489, 615, 621, 624-627, 749-750, 756-759, 774, 779-782, 785, 806, 57->60, 152->156, 331->333, 362->364, 377->378, 433->434, 484->485, 488->489, 614->615, 620->621, 623->624, 671->exit, 752->759, 773->774, 778->779, 784->785

01:31:59 compose/service.py                  852     50    429     26    93%   276-277, 298, 371-374, 422-427, 433-435, 475-476, 490, 493, 511, 578, 623-624, 732, 951-952, 972-973, 1074, 1120, 1175, 1217, 1239-1254, 1294, 1333-1337, 1525, 1529, 1645, 1685, 1697, 216->exit, 274->276, 297->298, 432->433, 474->475, 489->490, 492->493, 510->511, 568->578, 727->732, 950->951, 971->972, 1073->1074, 1119->1120, 1174->1175, 1216->1217, 1293->1294, 1330->1333, 1524->1525, 1528->1529, 1577->exit, 1585->1584, 1622->1619, 1644->1645, 1684->1685, 1696->1697

01:31:59 compose/state.py                      0      0      0      0   100%

01:31:59 compose/timeparse.py                 22      0      4      0   100%

01:31:59 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:31:59 compose/version.py                    6      0      0      0   100%

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

01:31:59 -----------------------------------------------------------------------------

01:31:59 TOTAL                              5533    434   2385    204    91%

01:31:59 Coverage HTML written to dir coverage-html

01:31:59 

01:31:59 =========================== short test summary info ============================

01:31:59 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

01:31:59   not supported by kernel

01:31:59 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

01:31:59   Not supported on most drivers

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

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

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

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

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

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

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

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

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

01:31:59 === 1 failed, 1115 passed, 9 skipped, 2 xfailed, 2 xpassed in 802.07 seconds ===

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

01:31:59 ___________________________________ summary ____________________________________

01:31:59 ERROR:   py37: commands failed

01:31:59 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

01:31:59 + on_exit
01:31:59 + [[ 1 != \0 ]]
01:31:59 + docker logs compose-dind-19.03.2-rc1-jenkins-compose-PR-6647-2
01:31:59 + tail -n 100
01:31:59 time="2019-08-28T01:31:01.540795221Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/cb7b59a18b735be4855a26454dfea5216ef39e399165ae5fcdb2e08b189f9cb8/shim.sock" debug=false pid=400 
01:31:59 time="2019-08-28T01:31:01Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:01Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:02.206725377Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a5d2576d019a5edbf7ecd0cabe53fd8f4a9911c598b4bf4b6923b0f3f60aeee5/shim.sock" debug=false pid=475 
01:31:59 time="2019-08-28T01:31:02Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:02Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:03.798446580Z" level=info msg="Container a5d2576d019a5edbf7ecd0cabe53fd8f4a9911c598b4bf4b6923b0f3f60aeee5 failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:03.894074093Z" level=info msg="shim reaped" id=a5d2576d019a5edbf7ecd0cabe53fd8f4a9911c598b4bf4b6923b0f3f60aeee5 
01:31:59 time="2019-08-28T01:31:03.904506438Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:05.052945596Z" level=info msg="Container cb7b59a18b735be4855a26454dfea5216ef39e399165ae5fcdb2e08b189f9cb8 failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:05.163968275Z" level=info msg="shim reaped" id=cb7b59a18b735be4855a26454dfea5216ef39e399165ae5fcdb2e08b189f9cb8 
01:31:59 time="2019-08-28T01:31:05.174083597Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:06.331792519Z" level=info msg="Container 5f4177c7490cd3b1f23044c1d790ea7ed0d7ff83c17e56817295efd24f4673ba failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:06.435308155Z" level=info msg="shim reaped" id=5f4177c7490cd3b1f23044c1d790ea7ed0d7ff83c17e56817295efd24f4673ba 
01:31:59 time="2019-08-28T01:31:06.445377221Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:06.710545674Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/8afbc8b207283b5a8aa9416c7e71fc38d70826143ac1c1940743925e01c98d32/shim.sock" debug=false pid=699 
01:31:59 time="2019-08-28T01:31:06Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:06Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:07.385050416Z" level=info msg="shim reaped" id=8afbc8b207283b5a8aa9416c7e71fc38d70826143ac1c1940743925e01c98d32 
01:31:59 time="2019-08-28T01:31:07.395141506Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:07.798313843Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6975ba99f5abc4c2e61ce7257f089f936055907eee7f13a567aa652d524544f5/shim.sock" debug=false pid=863 
01:31:59 time="2019-08-28T01:31:07Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:07Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:08.469926249Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/700b8fc2b66839e9d8492a60f3b7c5c17697e8afc5c71dccde80677ecd0d0c13/shim.sock" debug=false pid=938 
01:31:59 time="2019-08-28T01:31:08Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:08Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:09.112852131Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3857b207facaf500652e34f3ae3a29ab62761e789ce1ab18356c1609401ac2a6/shim.sock" debug=false pid=1011 
01:31:59 time="2019-08-28T01:31:09Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:09Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:10.699745738Z" level=info msg="Container 3857b207facaf500652e34f3ae3a29ab62761e789ce1ab18356c1609401ac2a6 failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:10.808246093Z" level=info msg="shim reaped" id=3857b207facaf500652e34f3ae3a29ab62761e789ce1ab18356c1609401ac2a6 
01:31:59 time="2019-08-28T01:31:10.818379652Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:11.973717762Z" level=info msg="Container 700b8fc2b66839e9d8492a60f3b7c5c17697e8afc5c71dccde80677ecd0d0c13 failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:12.084752723Z" level=info msg="shim reaped" id=700b8fc2b66839e9d8492a60f3b7c5c17697e8afc5c71dccde80677ecd0d0c13 
01:31:59 time="2019-08-28T01:31:12.094842901Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:13.232806288Z" level=info msg="Container 6975ba99f5abc4c2e61ce7257f089f936055907eee7f13a567aa652d524544f5 failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:13.337385262Z" level=info msg="shim reaped" id=6975ba99f5abc4c2e61ce7257f089f936055907eee7f13a567aa652d524544f5 
01:31:59 time="2019-08-28T01:31:13.347461227Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:13.642275336Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a94c23bdeb59c207e21af3cacb61e73bd2f792ca7f874816914a37bffad8f139/shim.sock" debug=false pid=1233 
01:31:59 time="2019-08-28T01:31:13Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:13Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:14.293912017Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/8317e3601997eafefaa2a6a8bc4857daf13b16e481f99d55304e19fde1c61467/shim.sock" debug=false pid=1308 
01:31:59 time="2019-08-28T01:31:14Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:14Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:14.959594942Z" level=info msg="shim reaped" id=8317e3601997eafefaa2a6a8bc4857daf13b16e481f99d55304e19fde1c61467 
01:31:59 time="2019-08-28T01:31:14.969974943Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:15.193477841Z" level=info msg="shim reaped" id=a94c23bdeb59c207e21af3cacb61e73bd2f792ca7f874816914a37bffad8f139 
01:31:59 time="2019-08-28T01:31:15.206044906Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:15.614766544Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0c71293a23ef2163ec5d16fff7491b05b4ff15bcb7c6965aa67fb3a944bb3275/shim.sock" debug=false pid=1505 
01:31:59 time="2019-08-28T01:31:15Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:15Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:16.276075308Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fd17e826be5c53345378e24a7a0698e4378bc45e017629634f7181959ba1cc9a/shim.sock" debug=false pid=1580 
01:31:59 time="2019-08-28T01:31:16Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:16Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:16.920435624Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fd60db867a706cc3bd1cdf2bd44dc6cef7627f8a58205a433ef29b4027363117/shim.sock" debug=false pid=1654 
01:31:59 time="2019-08-28T01:31:17Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:17Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:18.553874578Z" level=info msg="Container fd17e826be5c53345378e24a7a0698e4378bc45e017629634f7181959ba1cc9a failed to exit within 1 seconds of signal 15 - using the force"
01:31:59 time="2019-08-28T01:31:18.659123286Z" level=info msg="shim reaped" id=fd17e826be5c53345378e24a7a0698e4378bc45e017629634f7181959ba1cc9a 
01:31:59 time="2019-08-28T01:31:18.669201794Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:18.900949752Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e85f9f3ce0d870525d1c7e34a1247e545c5f69caaaf309761f80595e692d2a35/shim.sock" debug=false pid=1777 
01:31:59 time="2019-08-28T01:31:19Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:19Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:19.532158543Z" level=info msg="shim reaped" id=e85f9f3ce0d870525d1c7e34a1247e545c5f69caaaf309761f80595e692d2a35 
01:31:59 time="2019-08-28T01:31:19.542274912Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:19.756386687Z" level=info msg="shim reaped" id=fd60db867a706cc3bd1cdf2bd44dc6cef7627f8a58205a433ef29b4027363117 
01:31:59 time="2019-08-28T01:31:19.768678158Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:19.987922223Z" level=info msg="shim reaped" id=0c71293a23ef2163ec5d16fff7491b05b4ff15bcb7c6965aa67fb3a944bb3275 
01:31:59 time="2019-08-28T01:31:19.998041763Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:20.404322648Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f7ea10e31c9f7b3b8b3c6a41568862f7ad54a46026d6f3187697e6286241644e/shim.sock" debug=false pid=2013 
01:31:59 time="2019-08-28T01:31:20Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:20Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:21.094888722Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ab0be30ec1b1f709e4153bebb6b3771288f6f0c7ce8bdfdd64a684ec66ed8a50/shim.sock" debug=false pid=2088 
01:31:59 time="2019-08-28T01:31:21Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:21Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:21.754042029Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/212d3cbdafa6d13647c527cc74c63a1d8a8a1f7e5742f12041ac10916935a5fc/shim.sock" debug=false pid=2163 
01:31:59 time="2019-08-28T01:31:21Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:21Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:31:59 time="2019-08-28T01:31:22.384371991Z" level=info msg="shim reaped" id=212d3cbdafa6d13647c527cc74c63a1d8a8a1f7e5742f12041ac10916935a5fc 
01:31:59 time="2019-08-28T01:31:22.394433496Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:22.649414362Z" level=info msg="shim reaped" id=ab0be30ec1b1f709e4153bebb6b3771288f6f0c7ce8bdfdd64a684ec66ed8a50 
01:31:59 time="2019-08-28T01:31:22.659490602Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:22.878872675Z" level=info msg="shim reaped" id=f7ea10e31c9f7b3b8b3c6a41568862f7ad54a46026d6f3187697e6286241644e 
01:31:59 time="2019-08-28T01:31:22.888969216Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:23.389999690Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:31:59 time="2019-08-28T01:31:24.123759820Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/966d72d3ecf908dcab9d708074c0d8b504064b185948ee50d8514c720f1ca713/shim.sock" debug=false pid=2382 
01:31:59 time="2019-08-28T01:31:24.502431998Z" level=info msg="shim reaped" id=966d72d3ecf908dcab9d708074c0d8b504064b185948ee50d8514c720f1ca713 
01:31:59 time="2019-08-28T01:31:24.512510585Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:24.780553290Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0d54defe747b62899425818f0fc53c72b171b4e932f4487aeb4c5a07707c397f/shim.sock" debug=false pid=2477 
01:31:59 time="2019-08-28T01:31:25.139570789Z" level=info msg="shim reaped" id=0d54defe747b62899425818f0fc53c72b171b4e932f4487aeb4c5a07707c397f 
01:31:59 time="2019-08-28T01:31:25.149635381Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:25.557146974Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:31:59 time="2019-08-28T01:31:26.323373535Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:31:59 time="2019-08-28T01:31:27.395696243Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:31:59 time="2019-08-28T01:31:28.343576790Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/63e27675dde65b8859232abe8e2c289afcce5cefb89db25d4f1aba118172d168/shim.sock" debug=false pid=2605 
01:31:59 time="2019-08-28T01:31:28.344634649Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1fc7ebe705efe7d0a7d0713c5da8a27ad1575c05e7ce8a8122ad7b16ee6aebe4/shim.sock" debug=false pid=2609 
01:31:59 time="2019-08-28T01:31:28.825376892Z" level=info msg="shim reaped" id=63e27675dde65b8859232abe8e2c289afcce5cefb89db25d4f1aba118172d168 
01:31:59 time="2019-08-28T01:31:28.835386969Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 time="2019-08-28T01:31:29.083547261Z" level=info msg="shim reaped" id=1fc7ebe705efe7d0a7d0713c5da8a27ad1575c05e7ce8a8122ad7b16ee6aebe4 
01:31:59 time="2019-08-28T01:31:29.093720213Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:31:59 + docker rm -vf compose-dind-19.03.2-rc1-jenkins-compose-PR-6647-2
01:32:00 compose-dind-19.03.2-rc1-jenkins-compose-PR-6647-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
01:32:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created Sending interrupt signal to process
01:32:00 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf Sending interrupt signal to process
01:32:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up Sending interrupt signal to process
01:32:00 Terminated
01:32:00 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py27
01:32:00 Terminated
01:32:00 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
01:32:01 Terminated
01:32:01 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
[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