Skip to content
Failed

Console Output

Skipping 2,981 KB.. Full Log
02:56:34 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

02:56:34 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

02:56:34 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

02:56:34 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

02:56:34 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

02:56:35 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

02:56:35 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

02:56:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

02:56:35 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

02:56:36 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

02:56:36 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

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

02:56:36 

02:56:36 =================================== FAILURES ===================================

02:56:36 _____________________________ CLITestCase.test_up ______________________________

02:56:36 tests/acceptance/cli_test.py:1128: in test_up

02:56:36     assert self.lookup(container, service.name)

02:56:36 E   AssertionError: assert False

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

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

02:56:36 E    +    and   'simple' = <Service: simple>.name

02:56:36 ----------------------------- Captured stdout call -----------------------------

02:56:36 Running process: 1793

02:56:36 ----------------------------- Captured stderr call -----------------------------

02:56:36 Killing v2-simple_another_1                                      ... 


02:56:36 Killing v2-simple_simple_1                                       ... 


02:56:36 
Killing v2-simple_simple_1                                       ... done

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


02:56:36 Removing v2-simple_simple_1                                      ... 


02:56:36 
Removing v2-simple_simple_1                                      ... done

Removing v2-simple_another_1                                     ... done


02:56:36 

02:56:36 ----------- coverage: platform linux, python 3.7.3-final-0 -----------

02:56:36 Name                              Stmts   Miss Branch BrPart  Cover   Missing

02:56:36 -----------------------------------------------------------------------------

02:56:36 compose/__init__.py                   3      0      0      0   100%

02:56:36 compose/__main__.py                   4      4      0      0     0%   1-6

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

02:56:36 compose/cli/__init__.py               0      0      0      0   100%

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

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

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

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

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

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

02:56:36 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

02:56:36 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, 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, 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, 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

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

02:56:36 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

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

02:56:36 compose/config/__init__.py           13      0      0      0   100%

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

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

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

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

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

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

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

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

02:56:36 compose/const.py                     36      0      0      0   100%

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

02:56:36 compose/errors.py                    17      1      0      0    94%   12

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

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

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

02:56:36 compose/project.py                  424     29    201     16    92%   60, 156, 212-213, 254-255, 364-365, 378-381, 434, 485, 489, 615, 621, 624-627, 752-753, 759-762, 777, 782-785, 788, 809, 57->60, 152->156, 331->333, 362->364, 377->378, 433->434, 484->485, 488->489, 614->615, 620->621, 623->624, 671->exit, 755->762, 776->777, 781->782, 787->788

02:56:36 compose/service.py                  854     50    433     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, 1176, 1218, 1240-1255, 1295, 1334-1338, 1526, 1530, 1646, 1686, 1698, 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, 1175->1176, 1217->1218, 1294->1295, 1331->1334, 1525->1526, 1529->1530, 1578->exit, 1586->1585, 1623->1620, 1645->1646, 1685->1686, 1697->1698

02:56:36 compose/state.py                      0      0      0      0   100%

02:56:36 compose/timeparse.py                 22      0      4      0   100%

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

02:56:36 compose/version.py                    6      0      0      0   100%

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

02:56:36 -----------------------------------------------------------------------------

02:56:36 TOTAL                              5537    435   2391    204    91%

02:56:36 Coverage HTML written to dir coverage-html

02:56:36 

02:56:36 =========================== short test summary info ============================

02:56:36 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

02:56:36   not supported by kernel

02:56:36 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

02:56:36   Not supported on most drivers

02:56:36 SKIP [1] tests/acceptance/cli_test.py:2418: race condition between up and logs

02:56:36 SKIP [1] tests/acceptance/cli_test.py:2370: race condition between up and logs

02:56:36 SKIP [1] tests/acceptance/cli_test.py:2397: race condition between up and logs

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

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

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

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

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

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

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

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

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

02:56:36 == 1 failed, 1112 passed, 12 skipped, 2 xfailed, 2 xpassed in 743.77 seconds ===

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

02:56:36 ___________________________________ summary ____________________________________

02:56:36 ERROR:   py37: commands failed

02:56:36 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

02:56:36 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

02:56:36 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

02:56:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

02:56:37 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

02:56:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

02:56:37 + on_exit
02:56:37 + [[ 1 != \0 ]]
02:56:37 + docker logs compose-dind-18.09.9-rc1-jenkins-compose-bump-1.25.0-rc1-2
02:56:37 + tail -n 100
02:56:37 time="2019-08-28T02:55:45.524168136Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/86ae897d27b38552c0e0cf67ed8fbb59933624fc1bf3917469fc0eb49a24ef82/shim.sock" debug=false pid=25092 
02:56:37 time="2019-08-28T02:55:45Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:45Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:45.876553377Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9e330507520d722bea504bdb08f2124b29e2ff7e24c4aa2c36d7de4f583f561e/shim.sock" debug=false pid=25167 
02:56:37 time="2019-08-28T02:55:45Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:45Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:47.167391953Z" level=info msg="Container 9e330507520d722bea504bdb08f2124b29e2ff7e24c4aa2c36d7de4f583f561e failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:47.222628205Z" level=info msg="shim reaped" id=9e330507520d722bea504bdb08f2124b29e2ff7e24c4aa2c36d7de4f583f561e 
02:56:37 time="2019-08-28T02:55:47.232833406Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:48.351695977Z" level=info msg="Container 86ae897d27b38552c0e0cf67ed8fbb59933624fc1bf3917469fc0eb49a24ef82 failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:48.406885713Z" level=info msg="shim reaped" id=86ae897d27b38552c0e0cf67ed8fbb59933624fc1bf3917469fc0eb49a24ef82 
02:56:37 time="2019-08-28T02:55:48.417078471Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:49.536728609Z" level=info msg="Container 9266a76632b1bba50407fd0d029ecdcb665b7fcc11542738e83501f5907b99cd failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:49.596424464Z" level=info msg="shim reaped" id=9266a76632b1bba50407fd0d029ecdcb665b7fcc11542738e83501f5907b99cd 
02:56:37 time="2019-08-28T02:55:49.606502574Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:49.894622227Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3ea0a9cdfcdefe80da15ed4dca097f6f689fb1cdb0d0a044db24ecd1d7703f1d/shim.sock" debug=false pid=25334 
02:56:37 time="2019-08-28T02:55:50Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:50Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:50.242710863Z" level=info msg="shim reaped" id=3ea0a9cdfcdefe80da15ed4dca097f6f689fb1cdb0d0a044db24ecd1d7703f1d 
02:56:37 time="2019-08-28T02:55:50.252710978Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:50.648167925Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b176667ec3b002a75b6a6b670e0d16d1c7f3238a2636aebdc2d10e5b0e44022d/shim.sock" debug=false pid=25483 
02:56:37 time="2019-08-28T02:55:50Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:50Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:50.999866454Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0374bcae5a6844c52480466bdb42e84d245d844a306f21271eb790dbf2dfead4/shim.sock" debug=false pid=25557 
02:56:37 time="2019-08-28T02:55:51Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:51Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:51.358287455Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b900bf37bfe5714b795df213cf544bd063f3bfed74a15080117af0d68cf2651c/shim.sock" debug=false pid=25636 
02:56:37 time="2019-08-28T02:55:51Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:51Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:52.638722773Z" level=info msg="Container b900bf37bfe5714b795df213cf544bd063f3bfed74a15080117af0d68cf2651c failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:52.695125286Z" level=info msg="shim reaped" id=b900bf37bfe5714b795df213cf544bd063f3bfed74a15080117af0d68cf2651c 
02:56:37 time="2019-08-28T02:55:52.705328077Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:53.823877903Z" level=info msg="Container 0374bcae5a6844c52480466bdb42e84d245d844a306f21271eb790dbf2dfead4 failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:53.880796705Z" level=info msg="shim reaped" id=0374bcae5a6844c52480466bdb42e84d245d844a306f21271eb790dbf2dfead4 
02:56:37 time="2019-08-28T02:55:53.891049208Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:55.008309767Z" level=info msg="Container b176667ec3b002a75b6a6b670e0d16d1c7f3238a2636aebdc2d10e5b0e44022d failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:55.067791465Z" level=info msg="shim reaped" id=b176667ec3b002a75b6a6b670e0d16d1c7f3238a2636aebdc2d10e5b0e44022d 
02:56:37 time="2019-08-28T02:55:55.077756908Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:55.346164813Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6277cbd9cb7034c10df759da9ff3f6bc779c123f427a81ee49b5ce33eb3dbd04/shim.sock" debug=false pid=25805 
02:56:37 time="2019-08-28T02:55:55Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:55Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:55.726805475Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a11c8c59c870ca2b855075d45bdc86825bdd82221f1508b94b4704953284753c/shim.sock" debug=false pid=25879 
02:56:37 time="2019-08-28T02:55:55Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:55Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:56.063682517Z" level=info msg="shim reaped" id=a11c8c59c870ca2b855075d45bdc86825bdd82221f1508b94b4704953284753c 
02:56:37 time="2019-08-28T02:55:56.073881109Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:56.273888570Z" level=info msg="shim reaped" id=6277cbd9cb7034c10df759da9ff3f6bc779c123f427a81ee49b5ce33eb3dbd04 
02:56:37 time="2019-08-28T02:55:56.284059580Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:56.695302124Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/697f629416e7311f67d2373da374cfb20740f6faedb6f0d85b8406a73a9dc5c9/shim.sock" debug=false pid=26054 
02:56:37 time="2019-08-28T02:55:56Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:56Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:57.039750517Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/626ddffec7bba1d261ac7bb3af89f01670dff6946c5966f8671ed156175bffeb/shim.sock" debug=false pid=26129 
02:56:37 time="2019-08-28T02:55:57Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:57Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:57.415184399Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5f06d3aace3a6ea2264fa3c603e6ada33c83c3c4e28091f7009e4995a18f298f/shim.sock" debug=false pid=26210 
02:56:37 time="2019-08-28T02:55:57Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:57Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:58.739848373Z" level=info msg="Container 626ddffec7bba1d261ac7bb3af89f01670dff6946c5966f8671ed156175bffeb failed to exit within 1 seconds of signal 15 - using the force"
02:56:37 time="2019-08-28T02:55:58.800147998Z" level=info msg="shim reaped" id=626ddffec7bba1d261ac7bb3af89f01670dff6946c5966f8671ed156175bffeb 
02:56:37 time="2019-08-28T02:55:58.810371056Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:59.018480993Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/876639657cb595d9394c1e4ff0728cec4795e76f78f276dfd958f232c2716000/shim.sock" debug=false pid=26320 
02:56:37 time="2019-08-28T02:55:59Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:59Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:55:59.348149721Z" level=info msg="shim reaped" id=876639657cb595d9394c1e4ff0728cec4795e76f78f276dfd958f232c2716000 
02:56:37 time="2019-08-28T02:55:59.358376128Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:59.545911875Z" level=info msg="shim reaped" id=5f06d3aace3a6ea2264fa3c603e6ada33c83c3c4e28091f7009e4995a18f298f 
02:56:37 time="2019-08-28T02:55:59.556145854Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:55:59.739105269Z" level=info msg="shim reaped" id=697f629416e7311f67d2373da374cfb20740f6faedb6f0d85b8406a73a9dc5c9 
02:56:37 time="2019-08-28T02:55:59.749246817Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:00.155129109Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/98bb2c5e78d8f531589258376e0563114986c475b09258cd26a14bcef043f9d5/shim.sock" debug=false pid=26521 
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:00.508342186Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/d45761917a9ded536dd7d1f0a09beb19b12976c42666930ec0d30b8d26bdc739/shim.sock" debug=false pid=26595 
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:00.877110603Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7c188611144b1ccb330f5348a9757623dc93f6e9a6b59c92bc0a5f02aaea07a8/shim.sock" debug=false pid=26671 
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:00Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
02:56:37 time="2019-08-28T02:56:01.199798815Z" level=info msg="shim reaped" id=7c188611144b1ccb330f5348a9757623dc93f6e9a6b59c92bc0a5f02aaea07a8 
02:56:37 time="2019-08-28T02:56:01.209959883Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:01.390915739Z" level=info msg="shim reaped" id=d45761917a9ded536dd7d1f0a09beb19b12976c42666930ec0d30b8d26bdc739 
02:56:37 time="2019-08-28T02:56:01.401030485Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:01.612328965Z" level=info msg="shim reaped" id=98bb2c5e78d8f531589258376e0563114986c475b09258cd26a14bcef043f9d5 
02:56:37 time="2019-08-28T02:56:01.621132321Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:02.096794646Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:56:37 time="2019-08-28T02:56:02.222671734Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a2a48906a16702079e890c8a741b3f4f8c04ebdd8439901ad446ab16f6d54e4b/shim.sock" debug=false pid=26856 
02:56:37 time="2019-08-28T02:56:02.517461661Z" level=info msg="shim reaped" id=a2a48906a16702079e890c8a741b3f4f8c04ebdd8439901ad446ab16f6d54e4b 
02:56:37 time="2019-08-28T02:56:02.527609402Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:02.789136109Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9c158af076ea4c3046155f995c94d8fbcb46397ff78e012edd75af7dac8c5a7c/shim.sock" debug=false pid=26940 
02:56:37 time="2019-08-28T02:56:03.072059192Z" level=info msg="shim reaped" id=9c158af076ea4c3046155f995c94d8fbcb46397ff78e012edd75af7dac8c5a7c 
02:56:37 time="2019-08-28T02:56:03.081932585Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:03.426725552Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:56:37 time="2019-08-28T02:56:04.287870708Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:56:37 time="2019-08-28T02:56:05.361748036Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:56:37 time="2019-08-28T02:56:06.399966628Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fc54825323fa807ce66b48834d2c0a85929c5bec74c35ecfef5c643b3eeceec5/shim.sock" debug=false pid=27057 
02:56:37 time="2019-08-28T02:56:06.403691670Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1c6dc9b12446c4f7f8cf241dcb6e7cda2321fe3bc958f473c6e90f8762f97f0d/shim.sock" debug=false pid=27066 
02:56:37 time="2019-08-28T02:56:06.772614465Z" level=info msg="shim reaped" id=fc54825323fa807ce66b48834d2c0a85929c5bec74c35ecfef5c643b3eeceec5 
02:56:37 time="2019-08-28T02:56:06.782825412Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 time="2019-08-28T02:56:06.982087074Z" level=info msg="shim reaped" id=1c6dc9b12446c4f7f8cf241dcb6e7cda2321fe3bc958f473c6e90f8762f97f0d 
02:56:37 time="2019-08-28T02:56:06.992300134Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:56:37 + docker rm -vf compose-dind-18.09.9-rc1-jenkins-compose-bump-1.25.0-rc1-2
02:56:37 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

02:56:37 compose-dind-18.09.9-rc1-jenkins-compose-bump-1.25.0-rc1-2
02:56:37 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

02:56:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 34%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

02:56:37 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

02:56:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 34%]

02:56:38 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

02:56:38 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

[Pipeline] }
02:56:38 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

02:56:38 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9-rc1_py37
02:56:38 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build Sending interrupt signal to process
02:56:38 PASSED [ 49%]

02:56:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links Sending interrupt signal to process
02:56:38 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists Sending interrupt signal to process
02:56:38 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor Sending interrupt signal to process
02:56:38 tests/unit/service_test.py::ServiceTest::test_recreate_container Sending interrupt signal to process
02:56:38 Terminated
02:56:38 script returned exit code 143
02:56:38 Terminated
02:56:38 script returned exit code 143
02:56:38 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers Sending interrupt signal to process
02:56:38 Terminated
02:56:38 script returned exit code 143
02:56:38 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor Sending interrupt signal to process
02:56:38 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build Terminated
02:56:38 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
02:56:38 Terminated
[Pipeline] }
02:56:38 script returned exit code 143
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // stage
[Pipeline] }
Failed in branch alpine_19.03.2-rc1_py27
[Pipeline] }
Failed in branch alpine_18.09.9-rc1_py27
[Pipeline] }
Failed in branch alpine_18.09.9-rc1_py37
[Pipeline] }
Failed in branch debian_19.03.2-rc1_py27
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9-rc1_py27
02:56:38 Terminated
02:56:38 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
02:56:38 Terminated
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.2-rc1_py37
02:56:38 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.2-rc1_py37
[Pipeline] // parallel
[Pipeline] End of Pipeline
Terminated
Terminated
Terminated

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE