Skip to content
Failed

Console Output

Skipping 2,980 KB.. Full Log
01:52:42 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

01:52:42 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

01:52:42 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

01:52:42 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

01:52:42 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 53%]

01:52:43 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

01:52:43 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

01:52:43 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

01:52:43 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

01:52:43 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

01:52:44 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

01:52:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

01:52:44 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

01:52:44 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

01:52:45 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

01:52:45 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

01:52:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 37%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

01:52:45 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

01:52:45 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

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

01:52:45 

01:52:45 =================================== FAILURES ===================================

01:52:45 _____________________________ CLITestCase.test_up ______________________________

01:52:45 tests/acceptance/cli_test.py:1124: in test_up

01:52:45     assert self.lookup(container, service.name)

01:52:45 E   AssertionError: assert False

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

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

01:52:45 ----------------------------- Captured stdout call -----------------------------

01:52:45 Running process: 2463

01:52:45 ----------------------------- Captured stderr call -----------------------------

01:52:45 Killing v2-simple_simple_1                                       ... 


01:52:45 Killing v2-simple_another_1                                      ... 


01:52:45 
Killing v2-simple_simple_1                                       ... done

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


01:52:45 Removing v2-simple_another_1                                     ... 


01:52:45 
Removing v2-simple_simple_1                                      ... done

Removing v2-simple_another_1                                     ... done


01:52:45 

01:52:45 ----------- coverage: platform linux, python 3.7.3-final-0 -----------

01:52:45 Name                              Stmts   Miss Branch BrPart  Cover   Missing

01:52:45 -----------------------------------------------------------------------------

01:52:45 compose/__init__.py                   3      0      0      0   100%

01:52:45 compose/__main__.py                   4      4      0      0     0%   1-6

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

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

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

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

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

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

01:52:45 compose/cli/log_printer.py          144     14     52      6    89%   76, 103, 110-115, 162-164, 173, 226-229, 233-234, 253, 43->exit, 75->76, 98->103, 171->173, 225->226, 232->233

01:52:45 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:52:45 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

01:52:45 compose/cli/utils.py                 81     28     18      4    60%   36-45, 53-55, 62-68, 76, 90-103, 109, 127-128, 138, 151-154, 88->90, 108->109, 137->138, 150->151

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

01:52:45 compose/config/__init__.py           13      0      0      0   100%

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

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

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

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

01:52:45 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:52:45 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:52:45 compose/const.py                     37      0      0      0   100%

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

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

01:52:45 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:52:45 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:52:45 compose/service.py                  849     50    429     26    93%   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, 1212, 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, 1211->1212, 1288->1289, 1325->1328, 1519->1520, 1523->1524, 1572->exit, 1580->1579, 1617->1614, 1639->1640, 1679->1680, 1691->1692

01:52:45 compose/state.py                      0      0      0      0   100%

01:52:45 compose/timeparse.py                 22      0      4      0   100%

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

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

01:52:45 -----------------------------------------------------------------------------

01:52:45 TOTAL                              5530    435   2387    205    91%

01:52:45 Coverage HTML written to dir coverage-html

01:52:45 

01:52:45 =========================== short test summary info ============================

01:52:45 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

01:52:45   not supported by kernel

01:52:45 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

01:52:45   Not supported on most drivers

01:52:45 SKIP [1] tests/acceptance/cli_test.py:2398: race condition between up and logs

01:52:45 SKIP [1] tests/acceptance/cli_test.py:2350: race condition between up and logs

01:52:45 SKIP [1] tests/acceptance/cli_test.py:2377: race condition between up and logs

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

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

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

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

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

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

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

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

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

01:52:45 == 1 failed, 1111 passed, 12 skipped, 2 xfailed, 2 xpassed in 708.47 seconds ===

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

01:52:45 ___________________________________ summary ____________________________________

01:52:45 ERROR:   py37: commands failed

01:52:45 + on_exit
01:52:45 + [[ 1 != \0 ]]
01:52:45 + tail -n 100
01:52:45 + docker logs compose-dind-18.09.9-rc1-jenkins-compose-PR-6680-2
01:52:45 time="2019-08-28T01:51:53.725869535Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9a4b72212768e4861cbaec504c90821c862cc37983a4851616ddb3e4cae53d46/shim.sock" debug=false pid=25057 
01:52:45 time="2019-08-28T01:51:53Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:53Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:54.060690032Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b423aec344944359f5a51e6fa7aad9aa35d3adfae99678eb8b2f2276645bdb09/shim.sock" debug=false pid=25137 
01:52:45 time="2019-08-28T01:51:54Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:54Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:55.348249502Z" level=info msg="Container b423aec344944359f5a51e6fa7aad9aa35d3adfae99678eb8b2f2276645bdb09 failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:51:55.405510124Z" level=info msg="shim reaped" id=b423aec344944359f5a51e6fa7aad9aa35d3adfae99678eb8b2f2276645bdb09 
01:52:45 time="2019-08-28T01:51:55.415772271Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:51:56.546439217Z" level=info msg="Container 9a4b72212768e4861cbaec504c90821c862cc37983a4851616ddb3e4cae53d46 failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:51:56.616444158Z" level=info msg="shim reaped" id=9a4b72212768e4861cbaec504c90821c862cc37983a4851616ddb3e4cae53d46 
01:52:45 time="2019-08-28T01:51:56.626673261Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:51:57.751885099Z" level=info msg="Container 419c08711d39d5248500823d46d3304f4da6c2ccd4c571b83ba7f747865fe17d failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:51:57.813876534Z" level=info msg="shim reaped" id=419c08711d39d5248500823d46d3304f4da6c2ccd4c571b83ba7f747865fe17d 
01:52:45 time="2019-08-28T01:51:57.823249323Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:51:58.052876401Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0bb1117488a7ac15b2882499709dc1986557081d04caa138742f99c630ea674e/shim.sock" debug=false pid=25304 
01:52:45 time="2019-08-28T01:51:58Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:58Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:58.377121157Z" level=info msg="shim reaped" id=0bb1117488a7ac15b2882499709dc1986557081d04caa138742f99c630ea674e 
01:52:45 time="2019-08-28T01:51:58.387420684Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:51:58.745445124Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/76198a31c5ff18ca2c2c25cc6f736460fe02d2ab0079ddb20a37c73c61aedf2e/shim.sock" debug=false pid=25457 
01:52:45 time="2019-08-28T01:51:58Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:58Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:59.091163994Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/35e5fca72c385bcdec93dbd6d03b6ab5585b8fe1f74ab265b516fb5115ea15b2/shim.sock" debug=false pid=25531 
01:52:45 time="2019-08-28T01:51:59Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:59Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:59.443685832Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/faec235c767976bd7529459ad508c7ac05c289e277549a17c829a96292f7d0e0/shim.sock" debug=false pid=25606 
01:52:45 time="2019-08-28T01:51:59Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:51:59Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:00.720513795Z" level=info msg="Container faec235c767976bd7529459ad508c7ac05c289e277549a17c829a96292f7d0e0 failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:52:00.777322649Z" level=info msg="shim reaped" id=faec235c767976bd7529459ad508c7ac05c289e277549a17c829a96292f7d0e0 
01:52:45 time="2019-08-28T01:52:00.787468532Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:01.914537053Z" level=info msg="Container 35e5fca72c385bcdec93dbd6d03b6ab5585b8fe1f74ab265b516fb5115ea15b2 failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:52:01.981842747Z" level=info msg="shim reaped" id=35e5fca72c385bcdec93dbd6d03b6ab5585b8fe1f74ab265b516fb5115ea15b2 
01:52:45 time="2019-08-28T01:52:01.992181983Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:03.130562471Z" level=info msg="Container 76198a31c5ff18ca2c2c25cc6f736460fe02d2ab0079ddb20a37c73c61aedf2e failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:52:03.188577336Z" level=info msg="shim reaped" id=76198a31c5ff18ca2c2c25cc6f736460fe02d2ab0079ddb20a37c73c61aedf2e 
01:52:45 time="2019-08-28T01:52:03.197825518Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:03.461228359Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a1ea85642d1f522fa5091f9d6e831f2843cfd1a931f4cb6b7e6cbd06551f7414/shim.sock" debug=false pid=25773 
01:52:45 time="2019-08-28T01:52:03Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:03Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:03.823292332Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/72ad28f70b5216e353825e639cb215706a13093698ddaf1fb146526db1ebd594/shim.sock" debug=false pid=25850 
01:52:45 time="2019-08-28T01:52:03Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:03Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:04.179215999Z" level=info msg="shim reaped" id=72ad28f70b5216e353825e639cb215706a13093698ddaf1fb146526db1ebd594 
01:52:45 time="2019-08-28T01:52:04.189394784Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:04.370229289Z" level=info msg="shim reaped" id=a1ea85642d1f522fa5091f9d6e831f2843cfd1a931f4cb6b7e6cbd06551f7414 
01:52:45 time="2019-08-28T01:52:04.380446715Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:04.733882722Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/098af5ac3142b08f5f671c93505bce99ae733cc893df9ae935ffea5bf38cce36/shim.sock" debug=false pid=26027 
01:52:45 time="2019-08-28T01:52:04Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:04Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:05.090368245Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/797ea31689871f9ed03340518f3ff84dc84b07faa1abb879fbf5c67ce2423744/shim.sock" debug=false pid=26102 
01:52:45 time="2019-08-28T01:52:05Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:05Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:05.419043317Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/12194080f156a10b68e9a1d950c473dd6ab52565fc5037d035c92f0fa7bf12c1/shim.sock" debug=false pid=26177 
01:52:45 time="2019-08-28T01:52:05Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:05Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:06.737054309Z" level=info msg="Container 797ea31689871f9ed03340518f3ff84dc84b07faa1abb879fbf5c67ce2423744 failed to exit within 1 seconds of signal 15 - using the force"
01:52:45 time="2019-08-28T01:52:06.792141498Z" level=info msg="shim reaped" id=797ea31689871f9ed03340518f3ff84dc84b07faa1abb879fbf5c67ce2423744 
01:52:45 time="2019-08-28T01:52:06.802295148Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:07.018541888Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/91f7df24f52db3bff339b39cd1b8f8b4edbb6fe8b582d0f780cee7793fcfbe27/shim.sock" debug=false pid=26286 
01:52:45 time="2019-08-28T01:52:07Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:07Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:07.340222258Z" level=info msg="shim reaped" id=91f7df24f52db3bff339b39cd1b8f8b4edbb6fe8b582d0f780cee7793fcfbe27 
01:52:45 time="2019-08-28T01:52:07.350430959Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:07.539437977Z" level=info msg="shim reaped" id=12194080f156a10b68e9a1d950c473dd6ab52565fc5037d035c92f0fa7bf12c1 
01:52:45 time="2019-08-28T01:52:07.549635499Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:07.740345184Z" level=info msg="shim reaped" id=098af5ac3142b08f5f671c93505bce99ae733cc893df9ae935ffea5bf38cce36 
01:52:45 time="2019-08-28T01:52:07.749920223Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:08.111822720Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/da0e0314b5b2fde2fb2039a37176c192ff54e4d129634f4aeb87b31a488fb75b/shim.sock" debug=false pid=26490 
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:08.465320885Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a6746244e226c62a9f5c18617fdb9a60ba007efb285bbd342cb1f93f7a37d1e5/shim.sock" debug=false pid=26566 
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:08.811923299Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4d9b807d9fddd82c758453d7b1a19f9adc87e9debbbf1ed0e1fb17d242a3e893/shim.sock" debug=false pid=26645 
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:08Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
01:52:45 time="2019-08-28T01:52:09.135422197Z" level=info msg="shim reaped" id=4d9b807d9fddd82c758453d7b1a19f9adc87e9debbbf1ed0e1fb17d242a3e893 
01:52:45 time="2019-08-28T01:52:09.145655951Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:09.316386267Z" level=info msg="shim reaped" id=a6746244e226c62a9f5c18617fdb9a60ba007efb285bbd342cb1f93f7a37d1e5 
01:52:45 time="2019-08-28T01:52:09.326568840Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:09.520687801Z" level=info msg="shim reaped" id=da0e0314b5b2fde2fb2039a37176c192ff54e4d129634f4aeb87b31a488fb75b 
01:52:45 time="2019-08-28T01:52:09.530797311Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:09.957669606Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:52:45 time="2019-08-28T01:52:10.093669336Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4bd93d93362ab175fe5d2e62109c9894df3dc52208f98b50d31b713102c898e3/shim.sock" debug=false pid=26832 
01:52:45 time="2019-08-28T01:52:10.387964626Z" level=info msg="shim reaped" id=4bd93d93362ab175fe5d2e62109c9894df3dc52208f98b50d31b713102c898e3 
01:52:45 time="2019-08-28T01:52:10.396474284Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:10.630635950Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3b5ff7eda4b6250f0e587d659868b5df54278a078246221b7155f5c5aa701c1d/shim.sock" debug=false pid=26911 
01:52:45 time="2019-08-28T01:52:10.955278243Z" level=info msg="shim reaped" id=3b5ff7eda4b6250f0e587d659868b5df54278a078246221b7155f5c5aa701c1d 
01:52:45 time="2019-08-28T01:52:10.965437801Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:11.296089240Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:52:45 time="2019-08-28T01:52:12.261627733Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:52:45 time="2019-08-28T01:52:13.316054343Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
01:52:45 time="2019-08-28T01:52:14.369960061Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/20004df27ef2b55345ea855ef979a4c90b744c529d3576ded8f9411fa39a3eba/shim.sock" debug=false pid=27037 
01:52:45 time="2019-08-28T01:52:14.370897911Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f8dd88aaeae093bcb6fc47654bda0ef8b505a7e816d492e93987e40243d70695/shim.sock" debug=false pid=27038 
01:52:45 time="2019-08-28T01:52:14.742680241Z" level=info msg="shim reaped" id=f8dd88aaeae093bcb6fc47654bda0ef8b505a7e816d492e93987e40243d70695 
01:52:45 time="2019-08-28T01:52:14.752842050Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 time="2019-08-28T01:52:14.942033423Z" level=info msg="shim reaped" id=20004df27ef2b55345ea855ef979a4c90b744c529d3576ded8f9411fa39a3eba 
01:52:45 time="2019-08-28T01:52:14.952189372Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
01:52:45 + docker rm -vf compose-dind-18.09.9-rc1-jenkins-compose-PR-6680-2
01:52:46 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

01:52:46 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

01:52:46 compose-dind-18.09.9-rc1-jenkins-compose-PR-6680-2
01:52:46 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

01:52:46 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

01:52:46 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

01:52:46 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

01:52:46 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

01:52:46 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

01:52:46 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 55%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_18.09.9-rc1_py37
01:52:46 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports Sending interrupt signal to process
01:52:46 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash Sending interrupt signal to process
01:52:46 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

01:52:46 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds Sending interrupt signal to process
01:52:46 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation Sending interrupt signal to process
01:52:46 tests/unit/service_test.py::NetTestCase::test_network_mode_container Sending interrupt signal to process
01:52:46 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed Sending interrupt signal to process
01:52:46 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up Sending interrupt signal to process
01:52:46 PASSED [ 55%]

01:52:46 tests/unit/service_test.py::NetTestCase::test_network_mode_service Terminated
01:52:46 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
01:52:46 PASSED [ 32%]

01:52:46 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error Terminated
[Pipeline] }
01:52:46 script returned exit code 143
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
01:52:46 Terminated
[Pipeline] // stage
01:52:46 script returned exit code 143
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.2-rc1_py37
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
01:52:46 Terminated
[Pipeline] // stage
01:52:46 script returned exit code 143
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
01:52:46 Terminated
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
01:52:46 script returned exit code 143
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.2-rc1_py27
01:52:46 Terminated
[Pipeline] // stage
01:52:46 script returned exit code 143
[Pipeline] // withDockerRegistry
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch debian_18.09.9-rc1_py27
[Pipeline] }
[Pipeline] }
01:52:46 Terminated
[Pipeline] // stage
[Pipeline] }
01:52:46 script returned exit code 143
[Pipeline] // wrap
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9-rc1_py37
[Pipeline] }
[Pipeline] // stage
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_18.09.9-rc1_py27
[Pipeline] // wrap
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.2-rc1_py27
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.2-rc1_py37
[Pipeline] // parallel
[Pipeline] End of Pipeline
Terminated
Terminated

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE