Skip to content
Failed

Console Output

Skipping 9,823 KB.. Full Log
14:23:26 ___________________________ ExtendsTest.test_nested ____________________________

14:23:26 tests/unit/config/config_test.py:4417: in test_nested

14:23:26     service_dicts = load_from_filename('tests/fixtures/extends/nested.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 ____________________ ExtendsTest.test_parent_build_path_dne ____________________

14:23:26 tests/unit/config/config_test.py:4657: in test_parent_build_path_dne

14:23:26     child = load_from_filename('tests/fixtures/extends/nonexistent-path-child.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 ______ ExtendsTest.test_partial_service_config_in_extends_is_still_valid _______

14:23:26 tests/unit/config/config_test.py:4679: in test_partial_service_config_in_extends_is_still_valid

14:23:26     dicts = load_from_filename('tests/fixtures/extends/valid-common-config.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 ____________________ ExtendsTest.test_self_referencing_file ____________________

14:23:26 tests/unit/config/config_test.py:4436: in test_self_referencing_file

14:23:26     service_dicts = load_from_filename('tests/fixtures/extends/specify-file-as-self.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 _________________________ ExtendsTest.test_volume_path _________________________

14:23:26 tests/unit/config/config_test.py:4641: in test_volume_path

14:23:26     dicts = load_from_filename('tests/fixtures/volume-path/docker-compose.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 _________________________ BuildPathTest.test_from_file _________________________

14:23:26 tests/unit/config/config_test.py:4981: in test_from_file

14:23:26     service_dict = load_from_filename('tests/fixtures/build-path/docker-compose.yml')

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 __________________ BuildPathTest.test_from_file_override_dir ___________________

14:23:26 tests/unit/config/config_test.py:4987: in test_from_file_override_dir

14:23:26     'tests/fixtures/build-path-override-dir/docker-compose.yml', override_dir=override_dir)

14:23:26 tests/unit/config/config_test.py:4368: in load_from_filename

14:23:26     config.find('.', [filename], Environment.from_env_file('.'), override_dir=override_dir)

14:23:26 compose/config/config.py:389: in load

14:23:26     validate_config_version(config_details.config_files)

14:23:26 compose/config/config.py:304: in validate_config_version

14:23:26     validate_top_level_object(main_file)

14:23:26 compose/config/validation.py:164: in validate_top_level_object

14:23:26     type(config_file.config)))

14:23:26 E   compose.config.errors.ConfigurationError: Top level object in 'None' needs to be an object not '<class 'NoneType'>'.

14:23:26 

14:23:26 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

14:23:26 Name                              Stmts   Miss Branch BrPart  Cover   Missing

14:23:26 -----------------------------------------------------------------------------

14:23:26 compose/__init__.py                   3      0      0      0   100%

14:23:26 compose/__main__.py                   4      4      0      0     0%   1-6

14:23:26 compose/bundle.py                   144     30     62      6    78%   45, 50-51, 56-57, 61, 65-83, 103-109, 130-131, 141-146, 149, 100->103, 118->135, 125->135, 148->149, 166->169, 169->172

14:23:26 compose/cli/__init__.py               0      0      0      0   100%

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

14:23:26 compose/cli/command.py               87     20     24      2    75%   67-77, 112-123, 137-147, 166, 66->67, 163->166

14:23:26 compose/cli/docker_client.py         75      6     24      3    91%   24, 98-99, 105, 107, 123, 104->105, 106->107, 122->123

14:23:26 compose/cli/docopt_command.py        38      5      8      3    83%   13-14, 29, 35, 46, 28->29, 34->35, 45->46

14:23:26 compose/cli/errors.py               100     29     34      6    63%   47-48, 60-66, 70-79, 105-106, 123, 125, 127-131, 136, 141-148, 46->47, 57->60, 103->105, 122->123, 124->125, 126->127

14:23:26 compose/cli/formatter.py             34     11     10      0    66%   14-18, 26-32

14:23:26 compose/cli/log_printer.py          149     47     54      7    62%   67-72, 75-105, 108-116, 120-122, 135, 161, 164-167, 173, 207-209, 226-229, 256-259, 43->exit, 160->161, 160->165, 171->173, 225->226, 234->240, 254->258

14:23:26 compose/cli/main.py                 693    409    305     21    37%   73-74, 80-81, 83-84, 86-87, 93, 122, 125-127, 168, 279-291, 325-336, 358-385, 402-409, 443-450, 466-480, 500-555, 567, 579-623, 635-637, 652-666, 679-680, 693-699, 715-757, 772-774, 791, 813-838, 886, 888, 918-932, 940-941, 955-956, 968-970, 979-997, 1005-1006, 1059-1145, 1157-1160, 1164-1180, 1184-1191, 1202, 1214-1215, 1219-1253, 1257-1266, 1270-1275, 1279-1288, 1322, 1331-1332, 1342, 1365, 1374-1375, 1391-1397, 1421, 1441-1454, 1458, 1462-1464, 1470, 1488, 1501-1513, 1517-1542, 1546-1556, 1560-1578, 1582-1588, 1596, 60->63, 72->73, 79->80, 82->83, 85->86, 167->168, 564->567, 885->886, 887->888, 1201->1202, 1318->1321, 1321->1322, 1330->1331, 1339->1349, 1341->1342, 1364->1365, 1373->1374, 1469->1470, 1487->1488, 1593->exit, 1594->1596

14:23:26 compose/cli/signals.py               23      2      4      2    85%   18, 31, 36->exit, 43->exit

14:23:26 compose/cli/utils.py                 81     29     18      4    59%   36-45, 53-55, 62-68, 76, 80, 90-103, 109, 127-128, 138, 151-154, 88->90, 108->109, 137->138, 150->151

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

14:23:26 compose/config/__init__.py           13      0      0      0   100%

14:23:26 compose/config/config.py            834     51    430     28    92%   266, 309, 514, 584, 605, 625-628, 702, 706, 711, 715-716, 720, 763, 818-836, 851, 958-959, 965, 985, 988, 1021-1028, 1336, 1341, 1372, 1418, 1519-1520, 265->266, 308->309, 437->440, 583->584, 604->605, 624->625, 701->702, 705->706, 710->711, 714->715, 719->720, 762->763, 784->exit, 815->818, 850->851, 942->944, 944->948, 963->965, 984->985, 987->988, 999->1008, 1020->1021, 1285->exit, 1335->1336, 1338->1341, 1371->1372, 1414->1418, 1518->1519

14:23:26 compose/config/environment.py        96      9     34      6    88%   21, 41, 88, 98-101, 114, 121, 20->21, 40->41, 87->88, 97->98, 113->114, 120->121

14:23:26 compose/config/errors.py             25      3      2      0    81%   32, 36-40

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

14:23:26 compose/config/serialize.py          97      8     58      7    89%   18-19, 31, 76, 87, 140, 145, 173, 30->31, 75->76, 82->85, 85->87, 139->140, 144->145, 172->173

14:23:26 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

14:23:26 compose/config/types.py             291     35    116     23    85%   54, 82, 87, 90, 94, 103-108, 113, 149, 171, 258-259, 267, 286, 301, 319, 363-364, 372-373, 377-378, 388, 441, 445, 481, 486, 493-494, 502, 507, 53->54, 71->79, 86->87, 89->90, 93->94, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 312->314, 317->319, 361->366, 386->388, 440->441, 444->445, 480->481, 484->489, 485->486, 501->502

14:23:26 compose/config/validation.py        254     18    141     15    90%   215-219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 170->169, 171->169, 212->215, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 419->425, 425->exit, 467->469, 495->496, 524->525

14:23:26 compose/const.py                     36      0      0      0   100%

14:23:26 compose/container.py                193     14     50      8    91%   98, 105, 151, 153, 157, 161-163, 175, 256, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 154->157, 236->235, 303->exit, 319->320

14:23:26 compose/errors.py                    17      1      0      0    94%   12

14:23:26 compose/network.py                  190     27     95     10    83%   56, 69, 98-99, 133, 184, 186-200, 206, 224, 226, 279, 286, 322, 97->98, 132->133, 183->184, 185->186, 205->206, 223->224, 225->226, 278->279, 285->286, 319->322

14:23:26 compose/parallel.py                 199      3     58      2    98%   186-187, 326, 183->186, 325->326

14:23:26 compose/progress_stream.py           79      9     40     10    84%   40, 62, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 61->62, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

14:23:26 compose/project.py                  436     66    211     18    82%   55, 61, 157, 167, 208, 213-214, 240, 247-261, 348-356, 362-396, 445, 496, 500, 527, 630, 635-644, 662-663, 721-722, 767-768, 774-777, 832, 54->55, 58->61, 153->157, 166->167, 207->208, 232->240, 244->247, 332->334, 338->341, 444->445, 495->496, 499->500, 526->527, 626->662, 629->630, 634->635, 686->exit, 770->777

14:23:26 compose/service.py                  917     81    457     36    90%   65, 125-126, 278-279, 300, 360-361, 373-376, 424-429, 435-437, 477-478, 492, 495, 513, 551, 580, 625-628, 736, 955-956, 976-977, 1078, 1108-1109, 1125, 1186, 1214-1216, 1219, 1221-1224, 1228, 1250-1265, 1305, 1332, 1336, 1340-1348, 1353-1354, 1536, 1540, 1656, 1696, 1708, 1782, 1820, 1833, 1837-1838, 1842-1843, 64->65, 223->exit, 276->278, 299->300, 359->360, 434->435, 476->477, 491->492, 494->495, 512->513, 550->551, 570->580, 731->736, 954->955, 975->976, 1063->1067, 1077->1078, 1124->1125, 1185->1186, 1213->1214, 1218->1219, 1227->1228, 1304->1305, 1535->1536, 1539->1540, 1588->exit, 1596->1595, 1633->1630, 1655->1656, 1695->1696, 1707->1708, 1781->1782, 1819->1820, 1832->1833, 1836->1837, 1841->1842

14:23:26 compose/state.py                      0      0      0      0   100%

14:23:26 compose/timeparse.py                 22      0      4      0   100%

14:23:26 compose/utils.py                    117     11     42      5    89%   27, 75-79, 125, 135, 161, 168, 171, 185-187, 25->27, 124->125, 134->135, 167->168, 169->171

14:23:26 compose/version.py                    6      0      0      0   100%

14:23:26 compose/volume.py                   126      7     44      6    91%   83, 150, 174-175, 200, 211-212, 82->83, 141->150, 170->174, 199->200, 201->198, 209->211

14:23:26 -----------------------------------------------------------------------------

14:23:26 TOTAL                              5629    956   2433    234    81%

14:23:26 Coverage HTML written to dir coverage-html

14:23:26 

14:23:26 =========================== short test summary info ============================

14:23:26 XFAIL tests/acceptance/cli_test.py::CLITestCase::test_build_rm

14:23:26   Flaky on local

14:23:26 XFAIL tests/acceptance/cli_test.py::CLITestCase::test_build_rm

14:23:26   Flaky on local

14:23:26 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

14:23:26   not supported by kernel

14:23:26 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

14:23:26   Not supported on most drivers

14:23:26 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

14:23:26 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

14:23:26 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

14:23:26 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

14:23:26 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

14:23:26 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

14:23:26 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

14:23:26 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

14:23:26 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

14:23:26 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

14:23:26 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

14:23:26 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

14:23:26 = 222 failed, 907 passed, 12 skipped, 4 xfailed, 2 xpassed, 185 error in 583.29 seconds =

14:23:26 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

14:23:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on FAILED [ 89%]

14:23:26 ERROR: InvocationError: '/code/.tox/py37/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose'

14:23:26 ___________________________________ summary ____________________________________

14:23:26 ERROR:   py37: commands failed

14:23:26 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

14:23:26 + on_exit
14:23:26 + [[ 1 != \0 ]]
14:23:26 + docker logs compose-dind-18.09.9-jenkins-compose-PR-6959-3
14:23:26 + tail -n 100
14:23:26 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

14:23:27 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings Sending interrupt signal to process
14:23:27 time="2019-10-14T14:22:22Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:23.088364117Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a7b1530bca490f0cacbb1bd0185eb8b66c9deabe0b448616a23e8baaf5f4e401/shim.sock" debug=false pid=31228 
14:23:27 time="2019-10-14T14:22:23Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:23Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:23.732290280Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ed78f386e2d403db197a0b08ce63f760a341dc6fbf17e142d168ce1080f4b0c7/shim.sock" debug=false pid=31303 
14:23:27 time="2019-10-14T14:22:23Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:23Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:25.282964231Z" level=info msg="Container ed78f386e2d403db197a0b08ce63f760a341dc6fbf17e142d168ce1080f4b0c7 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:25.364810546Z" level=info msg="shim reaped" id=ed78f386e2d403db197a0b08ce63f760a341dc6fbf17e142d168ce1080f4b0c7 
14:23:27 time="2019-10-14T14:22:25.374927862Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:26.521385969Z" level=info msg="Container a7b1530bca490f0cacbb1bd0185eb8b66c9deabe0b448616a23e8baaf5f4e401 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:26.603622254Z" level=info msg="shim reaped" id=a7b1530bca490f0cacbb1bd0185eb8b66c9deabe0b448616a23e8baaf5f4e401 
14:23:27 time="2019-10-14T14:22:26.613712681Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:27.763648819Z" level=info msg="Container 69dc43b35fc3816503117d4f5ffa7e2da273792a79160e469d253ec014a28191 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:27.855527004Z" level=info msg="shim reaped" id=69dc43b35fc3816503117d4f5ffa7e2da273792a79160e469d253ec014a28191 
14:23:27 time="2019-10-14T14:22:27.865598008Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:28.127517008Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/790ef7d5c96f56aa8633db054cae38e6df155bc9d536908b7916ce92a2599c9e/shim.sock" debug=false pid=31475 
14:23:27 time="2019-10-14T14:22:28Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:28Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:28.782797460Z" level=info msg="shim reaped" id=790ef7d5c96f56aa8633db054cae38e6df155bc9d536908b7916ce92a2599c9e 
14:23:27 time="2019-10-14T14:22:28.792902135Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:29.213315462Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2ac96fb8686495f8b6941777de021a3891c6224b5a3190b22c7934fdb5a52669/shim.sock" debug=false pid=31623 
14:23:27 time="2019-10-14T14:22:29Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:29Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:29.875050557Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/559b0fcf53c355e29e5fb29c744abac8c843483132b3606b92e9b976ab8b2ba1/shim.sock" debug=false pid=31699 
14:23:27 time="2019-10-14T14:22:30Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:30Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:30.511117194Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4f19169d6ce6525b330016ad221c3f81d93004f02e06b04674f15a94b861f1e0/shim.sock" debug=false pid=31775 
14:23:27 time="2019-10-14T14:22:30Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:30Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:32.087753016Z" level=info msg="Container 4f19169d6ce6525b330016ad221c3f81d93004f02e06b04674f15a94b861f1e0 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:32.168830595Z" level=info msg="shim reaped" id=4f19169d6ce6525b330016ad221c3f81d93004f02e06b04674f15a94b861f1e0 
14:23:27 time="2019-10-14T14:22:32.178926464Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:33.318100446Z" level=info msg="Container 559b0fcf53c355e29e5fb29c744abac8c843483132b3606b92e9b976ab8b2ba1 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:33.399400703Z" level=info msg="shim reaped" id=559b0fcf53c355e29e5fb29c744abac8c843483132b3606b92e9b976ab8b2ba1 
14:23:27 time="2019-10-14T14:22:33.409430439Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:34.544292781Z" level=info msg="Container 2ac96fb8686495f8b6941777de021a3891c6224b5a3190b22c7934fdb5a52669 failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:34.622330482Z" level=info msg="shim reaped" id=2ac96fb8686495f8b6941777de021a3891c6224b5a3190b22c7934fdb5a52669 
14:23:27 time="2019-10-14T14:22:34.632383124Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:34.912656995Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1cbdfc9f27f0b09205ce3c8c4d0a4531318c9c9c930ae7d5904428efbd3f4947/shim.sock" debug=false pid=31946 
14:23:27 time="2019-10-14T14:22:35Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:35Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:35.556948112Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1fa7f2f15edc6c3713397cf30cc6264163ecfef716584b194dc32b289c28f72f/shim.sock" debug=false pid=32021 
14:23:27 time="2019-10-14T14:22:35Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:35Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:36.183893628Z" level=info msg="shim reaped" id=1fa7f2f15edc6c3713397cf30cc6264163ecfef716584b194dc32b289c28f72f 
14:23:27 time="2019-10-14T14:22:36.193971207Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:36.403737690Z" level=info msg="shim reaped" id=1cbdfc9f27f0b09205ce3c8c4d0a4531318c9c9c930ae7d5904428efbd3f4947 
14:23:27 time="2019-10-14T14:22:36.413815138Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:36.823186838Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/bc252d8e756485aef06a8444e4ce41c8f44f07623f95a9ccc8e24ccfc9c1a399/shim.sock" debug=false pid=32194 
14:23:27 time="2019-10-14T14:22:36Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:36Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:37.485469241Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e3c0b04e52039a7ecdb1b83cd487152ed7932507c3c43d4aed062986502dbf0b/shim.sock" debug=false pid=32268 
14:23:27 time="2019-10-14T14:22:37Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:37Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:38.131182949Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6620f4471a4ba82c7c87f818c990c6d7ac933a171aef5c1dabe0a2cb97c8d478/shim.sock" debug=false pid=32345 
14:23:27 time="2019-10-14T14:22:38Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:38Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:39.763633181Z" level=info msg="Container e3c0b04e52039a7ecdb1b83cd487152ed7932507c3c43d4aed062986502dbf0b failed to exit within 1 seconds of signal 15 - using the force"
14:23:27 time="2019-10-14T14:22:39.847312583Z" level=info msg="shim reaped" id=e3c0b04e52039a7ecdb1b83cd487152ed7932507c3c43d4aed062986502dbf0b 
14:23:27 time="2019-10-14T14:22:39.857758196Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:40.097915304Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/8051ce75b491bc1b82fb456d56ad730f5b869e18dc80aa2e6ec3eb863edc7688/shim.sock" debug=false pid=32453 
14:23:27 time="2019-10-14T14:22:40Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:40Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:40.736396614Z" level=info msg="shim reaped" id=8051ce75b491bc1b82fb456d56ad730f5b869e18dc80aa2e6ec3eb863edc7688 
14:23:27 time="2019-10-14T14:22:40.746515162Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:40.954585668Z" level=info msg="shim reaped" id=6620f4471a4ba82c7c87f818c990c6d7ac933a171aef5c1dabe0a2cb97c8d478 
14:23:27 time="2019-10-14T14:22:40.964644225Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:41.182707966Z" level=info msg="shim reaped" id=bc252d8e756485aef06a8444e4ce41c8f44f07623f95a9ccc8e24ccfc9c1a399 
14:23:27 time="2019-10-14T14:22:41.192787110Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:41.593652226Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4af45dee0e4207f3372f278e4450283ae41bb81b8c8f99704cbfff0a29230e0d/shim.sock" debug=false pid=32655 
14:23:27 time="2019-10-14T14:22:41Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:41Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:42.187758223Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/db2662b44e85e9fa3a6ecffef64e90b3736c1ad11be33cf088ba7dd0ce23a187/shim.sock" debug=false pid=32728 
14:23:27 time="2019-10-14T14:22:42Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:42Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:42.815764147Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2bc7ee5f6d8e7523454c3f5ef3078edc0c7b50f3f84e45b7f02e1379e3960673/shim.sock" debug=false pid=333 
14:23:27 time="2019-10-14T14:22:42Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:42Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
14:23:27 time="2019-10-14T14:22:43.430164974Z" level=info msg="shim reaped" id=2bc7ee5f6d8e7523454c3f5ef3078edc0c7b50f3f84e45b7f02e1379e3960673 
14:23:27 time="2019-10-14T14:22:43.440250314Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:43.642934189Z" level=info msg="shim reaped" id=db2662b44e85e9fa3a6ecffef64e90b3736c1ad11be33cf088ba7dd0ce23a187 
14:23:27 time="2019-10-14T14:22:43.655397632Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:43.859349245Z" level=info msg="shim reaped" id=4af45dee0e4207f3372f278e4450283ae41bb81b8c8f99704cbfff0a29230e0d 
14:23:27 time="2019-10-14T14:22:43.869435617Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:44.228439871Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ac5901eba1ca9eaa0f524a26cfabffa1360a139c5074e25de77c3392fb1045cd/shim.sock" debug=false pid=502 
14:23:27 time="2019-10-14T14:22:44.554555470Z" level=info msg="shim reaped" id=ac5901eba1ca9eaa0f524a26cfabffa1360a139c5074e25de77c3392fb1045cd 
14:23:27 time="2019-10-14T14:22:44.564628841Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:44.842827084Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/010f4b0983e3c0b2502aa00458745e095fd8d7752cd45cad1eeb82105414b763/shim.sock" debug=false pid=588 
14:23:27 time="2019-10-14T14:22:45.182659236Z" level=info msg="shim reaped" id=010f4b0983e3c0b2502aa00458745e095fd8d7752cd45cad1eeb82105414b763 
14:23:27 time="2019-10-14T14:22:45.194998538Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:45.671939885Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
14:23:27 time="2019-10-14T14:22:46.187013265Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
14:23:27 time="2019-10-14T14:22:47.414592988Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
14:23:27 time="2019-10-14T14:22:48.364246013Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fe736b8659b9ed02709d9f4b745e8e007c043b6d634238bd2b22fe00d21af7ea/shim.sock" debug=false pid=698 
14:23:27 time="2019-10-14T14:22:48.375835438Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/625c4b6a8dca1c2b6bb9135efe70facdb159c5cf9c30468d56d7e8eb59773d48/shim.sock" debug=false pid=707 
14:23:27 time="2019-10-14T14:22:48.938156104Z" level=info msg="shim reaped" id=fe736b8659b9ed02709d9f4b745e8e007c043b6d634238bd2b22fe00d21af7ea 
14:23:27 time="2019-10-14T14:22:48.948224254Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 time="2019-10-14T14:22:49.208008490Z" level=info msg="shim reaped" id=625c4b6a8dca1c2b6bb9135efe70facdb159c5cf9c30468d56d7e8eb59773d48 
14:23:27 time="2019-10-14T14:22:49.218111020Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
14:23:27 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-6959-3
14:23:27 PASSED [ 55%]

14:23:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files FAILED [ 89%]

14:23:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck Terminated
14:23:27 script returned exit code 143
14:23:27 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

14:23:27 compose-dind-18.09.9-jenkins-compose-PR-6959-3
14:23:27 Terminated
14:23:27 script returned exit code 143
14:23:27 Terminated
14:23:27 script returned exit code 143
14:23:28 Sending interrupt signal to process
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
14:23:28 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

14:23:28 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path Terminated
[Pipeline] // stage
14:23:28 script returned exit code 143
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
14:23:28 script returned exit code 1
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.3_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] }
Failed in branch debian_19.03.3_py27
[Pipeline] }
Failed in branch debian_19.03.3_py37
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py27
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py37
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE