Skip to content

Console Output

Skipping 2,390 KB.. Full Log
02:14:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

02:14:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

02:14:16 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

02:14:16 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

02:14:16 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

02:14:16 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 36%]

02:14:16 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 52%]

02:14:16 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 51%]

02:14:16 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 52%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 51%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 52%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 52%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 51%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 51%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 51%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

02:14:17 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

02:14:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

02:14:18 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 53%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 52%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 53%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 52%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 52%]

02:14:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 53%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 52%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 53%]

02:14:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 52%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

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

02:14:20 

02:14:20 =================================== FAILURES ===================================

02:14:20 ____________ CLITestCase.test_logs_follow_logs_from_new_containers _____________

02:14:20 tests/acceptance/cli_test.py:2328: in test_logs_follow_logs_from_new_containers

02:14:20     assert '{} exited with code 137'.format(simple_name) in result.stdout

02:14:20 E   AssertionError: assert 'simple_1 exited with code 137' in 'Attaching to logs-composefile_simple_1\nsimple_1   | hello\nanother_1  | test\nlogs-composefile_another_1 exited with code 0\n'

02:14:20 E    +  where 'simple_1 exited with code 137' = <built-in method format of unicode object at 0x7f7c0ae0ff30>('simple_1')

02:14:20 E    +    where <built-in method format of unicode object at 0x7f7c0ae0ff30> = '{} exited with code 137'.format

02:14:20 E    +  and   'Attaching to logs-composefile_simple_1\nsimple_1   | hello\nanother_1  | test\nlogs-composefile_another_1 exited with code 0\n' = ProcessResult(stdout=u'Attaching to logs-composefile_simple_1\n\x1b[36msimple_...t\n\x1b[33mlogs-composefile_another_1 exited with code 0\n\x1b[0m', stderr=u'').stdout

02:14:20 ----------------------------- Captured stdout call -----------------------------

02:14:20 Running process: 761

02:14:20 Running process: 768

02:14:20 Running process: 769

02:14:20 Running process: 783

02:14:20 ----------------------------- Captured stderr call -----------------------------

02:14:20 Removing logs-composefile_another_1       ... 


02:14:20 Removing logs-composefile_simple_1        ... 


02:14:20 
Removing logs-composefile_simple_1        ... done

Removing logs-composefile_another_1       ... done


02:14:20 _____________________________ CLITestCase.test_up ______________________________

02:14:20 tests/acceptance/cli_test.py:1078: in test_up

02:14:20     assert self.lookup(container, service.name)

02:14:20 E   AssertionError: assert False

02:14:20 E    +  where False = <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2-simple_simple_1 (572d5b)>, 'simple')

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

02:14:20 E    +    and   'simple' = <Service: simple>.name

02:14:20 ----------------------------- Captured stdout call -----------------------------

02:14:20 Running process: 2067

02:14:20 ----------------------------- Captured stderr call -----------------------------

02:14:20 Killing v2-simple_simple_1                                       ... 


02:14:20 Killing v2-simple_another_1                                      ... 


02:14:20 
Killing v2-simple_another_1                                      ... done

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


02:14:20 Removing v2-simple_another_1                                     ... 


02:14:20 
Removing v2-simple_simple_1                                      ... done

Removing v2-simple_another_1                                     ... done


02:14:20 

02:14:20 ---------- coverage: platform linux2, python 2.7.13-final-0 ----------

02:14:20 Name                              Stmts   Miss Branch BrPart  Cover   Missing

02:14:20 -----------------------------------------------------------------------------

02:14:20 compose/__init__.py                   3      0      0      0   100%

02:14:20 compose/__main__.py                   4      4      0      0     0%   1-6

02:14:20 compose/bundle.py                   144     21     60      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:14:20 compose/cli/__init__.py               0      0      0      0   100%

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

02:14:20 compose/cli/command.py               85     13     22      3    81%   65-75, 113-118, 162, 64->65, 112->113, 159->162

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

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

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

02:14:20 compose/cli/formatter.py             34      2      8      1    93%   17-18, 15->17

02:14:20 compose/cli/log_printer.py          144     12     50      5    90%   76, 103, 110-115, 162-164, 173, 226-229, 253, 43->exit, 75->76, 98->103, 171->173, 225->226

02:14:20 compose/cli/main.py                 683     90    286     40    84%   83-84, 86-87, 168, 313, 343-345, 429, 490, 494, 499-500, 510-539, 551, 569-571, 642-643, 681-682, 700, 720-721, 733, 756, 774, 821, 1051, 1061, 1087-1096, 1136-1139, 1147-1151, 1153-1158, 1181, 1203-1232, 1239-1240, 1242-1244, 1259, 1265, 1440, 1458, 1474, 1478-1479, 1490, 1495, 1498, 1524, 1543-1545, 1555, 1566, 60->63, 82->83, 85->86, 167->168, 312->313, 342->343, 428->429, 489->490, 493->494, 504->510, 548->551, 568->569, 640->642, 699->700, 719->720, 732->733, 755->756, 811->821, 813->exit, 1050->1051, 1060->1061, 1146->1147, 1152->1153, 1180->1181, 1238->1239, 1241->1242, 1258->1259, 1264->1265, 1439->1440, 1457->1458, 1473->1474, 1489->1490, 1494->1495, 1497->1498, 1516->exit, 1523->1524, 1537->1545, 1539->1543, 1554->1555, 1564->1566

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

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

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

02:14:20 compose/config/__init__.py           13      0      0      0   100%

02:14:20 compose/config/config.py            822     29    386     18    95%   266, 277, 600-601, 693, 736, 791-809, 931-932, 938, 958, 961, 1314, 1345, 1391, 265->266, 276->277, 688->692, 692->693, 735->736, 757->exit, 788->791, 915->917, 917->921, 936->938, 957->958, 960->961, 972->981, 994->996, 996->999, 1311->1314, 1344->1345, 1387->1391

02:14:20 compose/config/environment.py        93      7     32      4    91%   41, 95-98, 111, 118, 40->41, 94->95, 110->111, 117->118

02:14:20 compose/config/errors.py             25      2      0      0    92%   36-40

02:14:20 compose/config/interpolation.py     148      7     62      4    94%   66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222

02:14:20 compose/config/serialize.py          92      1     48      2    98%   74, 73->74, 80->83

02:14:20 compose/config/sort_services.py      44      1     18      1    97%   57, 56->57

02:14:20 compose/config/types.py             291     22    112     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:14:20 compose/config/validation.py        254     14    140     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:14:20 compose/const.py                     36      0      0      0   100%

02:14:20 compose/container.py                193      8     48      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:14:20 compose/errors.py                    17      1      0      0    94%   12

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

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

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

02:14:20 compose/project.py                  415     27    166     15    92%   60, 156, 212-213, 254-255, 365, 379-382, 435, 486, 490, 617, 620-623, 744-745, 751-754, 769, 774-777, 780, 801, 57->60, 152->156, 331->333, 362->365, 378->379, 434->435, 485->486, 489->490, 616->617, 619->620, 667->exit, 747->754, 768->769, 773->774, 779->780

02:14:20 compose/service.py                  846     47    376     23    94%   272-273, 294, 367-370, 418-423, 429-431, 471-472, 486, 489, 507, 574, 619-620, 727, 946-947, 967-968, 1066, 1112, 1167, 1231-1246, 1286, 1325-1329, 1517, 1521, 1677, 217->exit, 270->272, 293->294, 428->429, 470->471, 485->486, 488->489, 506->507, 564->574, 722->727, 945->946, 966->967, 1065->1066, 1111->1112, 1166->1167, 1285->1286, 1322->1325, 1516->1517, 1520->1521, 1569->exit, 1577->1576, 1614->1611, 1676->1677

02:14:20 compose/state.py                      0      0      0      0   100%

02:14:20 compose/timeparse.py                 22      0      4      0   100%

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

02:14:20 compose/version.py                    6      0      0      0   100%

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

02:14:20 -----------------------------------------------------------------------------

02:14:20 TOTAL                              5500    427   2200    199    91%

02:14:20 Coverage HTML written to dir coverage-html

02:14:20 

02:14:20 =========================== short test summary info ============================

02:14:20 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

02:14:20   not supported by kernel

02:14:20 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

02:14:20   Not supported on most drivers

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

02:14:20 SKIP [1] tests/unit/config/config_test.py:3738: windows paths

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

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

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

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

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

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

02:14:20 === 2 failed, 1093 passed, 8 skipped, 2 xfailed, 2 xpassed in 773.13 seconds ===

02:14:20 ERROR: InvocationError: '/code/.tox/py27/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose'

02:14:20 ___________________________________ summary ____________________________________

02:14:20 ERROR:   py27: commands failed

02:14:20 + on_exit
02:14:20 + [[ 1 != \0 ]]
02:14:20 + docker logs compose-dind-19.03.2-rc1-jenkins-compose-mac-bump-openssl-2
02:14:20 + tail -n 100
02:14:20 time="2019-08-28T02:13:08.091615300Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:08.409542460Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/73cfa44f391ef2644280dec5fdf4f0e120b29c2f41ebf3a841583124dde287c4/shim.sock" debug=false pid=25358 
02:14:20 time="2019-08-28T02:13:08.804683474Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e55d314459af14a833c59d7402a86216f2492e88f95df0aa0b821da46f970f34/shim.sock" debug=false pid=25414 
02:14:20 time="2019-08-28T02:13:09.210663792Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/11322bbf918a02ccc6f6e858a9505db2a1c9af2010ed62ecaa2fb9e67efeee95/shim.sock" debug=false pid=25472 
02:14:20 time="2019-08-28T02:13:10.583313450Z" level=info msg="Container 73cfa44f391ef2644280dec5fdf4f0e120b29c2f41ebf3a841583124dde287c4 failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:10.683604407Z" level=info msg="shim reaped" id=73cfa44f391ef2644280dec5fdf4f0e120b29c2f41ebf3a841583124dde287c4 
02:14:20 time="2019-08-28T02:13:10.693703314Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:10.958941939Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/d5a02444a3406225a235f120b0fa4aebc4c2d90baa543385a97d4396c6ce74ec/shim.sock" debug=false pid=25574 
02:14:20 time="2019-08-28T02:13:11.334885647Z" level=info msg="shim reaped" id=d5a02444a3406225a235f120b0fa4aebc4c2d90baa543385a97d4396c6ce74ec 
02:14:20 time="2019-08-28T02:13:11.345016527Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:11.577385772Z" level=info msg="shim reaped" id=11322bbf918a02ccc6f6e858a9505db2a1c9af2010ed62ecaa2fb9e67efeee95 
02:14:20 time="2019-08-28T02:13:11.587527118Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:11.828196083Z" level=info msg="shim reaped" id=e55d314459af14a833c59d7402a86216f2492e88f95df0aa0b821da46f970f34 
02:14:20 time="2019-08-28T02:13:11.838256350Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:12.155181154Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ff5d4037151c33cf3f532a8259aeacde4914422e1f975ee79d728e973398985e/shim.sock" debug=false pid=25745 
02:14:20 time="2019-08-28T02:13:12.571713189Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/65ba574227b70992416af06e6345728ff92e39c37ad25928ddab9e9254a78378/shim.sock" debug=false pid=25800 
02:14:20 time="2019-08-28T02:13:12.976517732Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9835a09fad2d35a50de7a0a0342587ecaa48386d7bd581973550bc0638afb9fe/shim.sock" debug=false pid=25855 
02:14:20 time="2019-08-28T02:13:14.353823844Z" level=info msg="Container ff5d4037151c33cf3f532a8259aeacde4914422e1f975ee79d728e973398985e failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:14.458601712Z" level=info msg="shim reaped" id=ff5d4037151c33cf3f532a8259aeacde4914422e1f975ee79d728e973398985e 
02:14:20 time="2019-08-28T02:13:14.469430735Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:14.730847843Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f5898f0c4ed6779e321b0e63bddc131273639b70505f30685c23e9ec7770f116/shim.sock" debug=false pid=25957 
02:14:20 time="2019-08-28T02:13:16.029691181Z" level=info msg="Container 65ba574227b70992416af06e6345728ff92e39c37ad25928ddab9e9254a78378 failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:16.134269465Z" level=info msg="shim reaped" id=65ba574227b70992416af06e6345728ff92e39c37ad25928ddab9e9254a78378 
02:14:20 time="2019-08-28T02:13:16.144451771Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:16.412053884Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fe2fb2eaf305301c8aa22ad03d4a30ec9246cc7471c90f22a60dd6f2410e4860/shim.sock" debug=false pid=26064 
02:14:20 time="2019-08-28T02:13:17.734536661Z" level=info msg="Container 9835a09fad2d35a50de7a0a0342587ecaa48386d7bd581973550bc0638afb9fe failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:17.836680601Z" level=info msg="shim reaped" id=9835a09fad2d35a50de7a0a0342587ecaa48386d7bd581973550bc0638afb9fe 
02:14:20 time="2019-08-28T02:13:17.846719440Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:18.102278416Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ff94a156748a215ca1796608dbbbc12328942bcb14b80b6b15b30106cb7f7f2c/shim.sock" debug=false pid=26167 
02:14:20 time="2019-08-28T02:13:18.506055440Z" level=info msg="shim reaped" id=ff94a156748a215ca1796608dbbbc12328942bcb14b80b6b15b30106cb7f7f2c 
02:14:20 time="2019-08-28T02:13:18.516240412Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:18.778121436Z" level=info msg="shim reaped" id=fe2fb2eaf305301c8aa22ad03d4a30ec9246cc7471c90f22a60dd6f2410e4860 
02:14:20 time="2019-08-28T02:13:18.788234248Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:19.009522803Z" level=info msg="shim reaped" id=f5898f0c4ed6779e321b0e63bddc131273639b70505f30685c23e9ec7770f116 
02:14:20 time="2019-08-28T02:13:19.019601225Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:19.348212519Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3efdba0b880be0e0e07981751922d7eda689f3244b3c04fae044dbd4ca014e31/shim.sock" debug=false pid=26337 
02:14:20 time="2019-08-28T02:13:19.726191462Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/eb9f12d4da57ca8c29c5ae9ee0cb1d6aa48b1b09065bd2111bcd2c99243c7e7f/shim.sock" debug=false pid=26394 
02:14:20 time="2019-08-28T02:13:20.146271198Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0f7c24cfc4fa0afd8fc79f7d59d046e9e39265761a7f85f75c9fca045462c5e5/shim.sock" debug=false pid=26451 
02:14:20 time="2019-08-28T02:13:20.598868969Z" level=info msg="shim reaped" id=0f7c24cfc4fa0afd8fc79f7d59d046e9e39265761a7f85f75c9fca045462c5e5 
02:14:20 time="2019-08-28T02:13:20.608961768Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:20.842958525Z" level=info msg="shim reaped" id=eb9f12d4da57ca8c29c5ae9ee0cb1d6aa48b1b09065bd2111bcd2c99243c7e7f 
02:14:20 time="2019-08-28T02:13:20.853139179Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:21.104811737Z" level=info msg="shim reaped" id=3efdba0b880be0e0e07981751922d7eda689f3244b3c04fae044dbd4ca014e31 
02:14:20 time="2019-08-28T02:13:21.114894936Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:21.390112984Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/d75a10bca8a81c817463d3578512c8d594dadcbd0b23513b2f43d5fb1f2a5b0e/shim.sock" debug=false pid=26620 
02:14:20 time="2019-08-28T02:13:21.846572989Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/730012bf5be94c168f2dec243645485a00507995cc56d477a4a2215cde344ea6/shim.sock" debug=false pid=26676 
02:14:20 time="2019-08-28T02:13:23.170623884Z" level=info msg="Container d75a10bca8a81c817463d3578512c8d594dadcbd0b23513b2f43d5fb1f2a5b0e failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:23.274159694Z" level=info msg="shim reaped" id=d75a10bca8a81c817463d3578512c8d594dadcbd0b23513b2f43d5fb1f2a5b0e 
02:14:20 time="2019-08-28T02:13:23.284447542Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:23.555219103Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a492b78541da6be1eb76f289b9995783542eea460e82de5cde71fabe94c64590/shim.sock" debug=false pid=26778 
02:14:20 time="2019-08-28T02:13:23.964954430Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4c985f23ca0f1db9756b722070c8575048ee5aa3c50f2545f2549fbf170e0339/shim.sock" debug=false pid=26833 
02:14:20 time="2019-08-28T02:13:24.372230850Z" level=info msg="shim reaped" id=4c985f23ca0f1db9756b722070c8575048ee5aa3c50f2545f2549fbf170e0339 
02:14:20 time="2019-08-28T02:13:24.382272793Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:24.610030461Z" level=info msg="shim reaped" id=a492b78541da6be1eb76f289b9995783542eea460e82de5cde71fabe94c64590 
02:14:20 time="2019-08-28T02:13:24.620183560Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:24.869628790Z" level=info msg="shim reaped" id=730012bf5be94c168f2dec243645485a00507995cc56d477a4a2215cde344ea6 
02:14:20 time="2019-08-28T02:13:24.879744808Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:25.201086241Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3012bae2e29a947d456244949282e3b0b70a37f16e4ce549fde4991886353e35/shim.sock" debug=false pid=27000 
02:14:20 time="2019-08-28T02:13:25.609245224Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/82436fca879835695f715102594582c8b6b7b07bfc00787948b9a69bbb03e5e9/shim.sock" debug=false pid=27057 
02:14:20 time="2019-08-28T02:13:26.007128509Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6da9c6510eb23c5435a7641194a2a8ab8a1ed72617670b2c540049653af1659c/shim.sock" debug=false pid=27113 
02:14:20 time="2019-08-28T02:13:27.338590836Z" level=info msg="Container 6da9c6510eb23c5435a7641194a2a8ab8a1ed72617670b2c540049653af1659c failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:27.446204098Z" level=info msg="shim reaped" id=6da9c6510eb23c5435a7641194a2a8ab8a1ed72617670b2c540049653af1659c 
02:14:20 time="2019-08-28T02:13:27.456308336Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:28.647237230Z" level=info msg="Container 82436fca879835695f715102594582c8b6b7b07bfc00787948b9a69bbb03e5e9 failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:28.747531417Z" level=info msg="shim reaped" id=82436fca879835695f715102594582c8b6b7b07bfc00787948b9a69bbb03e5e9 
02:14:20 time="2019-08-28T02:13:28.757615138Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:29.963055854Z" level=info msg="Container 3012bae2e29a947d456244949282e3b0b70a37f16e4ce549fde4991886353e35 failed to exit within 1 seconds of signal 15 - using the force"
02:14:20 time="2019-08-28T02:13:30.061905790Z" level=info msg="shim reaped" id=3012bae2e29a947d456244949282e3b0b70a37f16e4ce549fde4991886353e35 
02:14:20 time="2019-08-28T02:13:30.071996329Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:30.382252715Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/09d196b1210c61285d08b36ac98a18d2fdea569e078eb5984efcd43a43c5821a/shim.sock" debug=false pid=27319 
02:14:20 time="2019-08-28T02:13:30.800191539Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/bd1a3e447322037de26593b55c547de9350cf330a25d764b2ff12a07a0379d42/shim.sock" debug=false pid=27374 
02:14:20 time="2019-08-28T02:13:31.174451162Z" level=info msg="shim reaped" id=bd1a3e447322037de26593b55c547de9350cf330a25d764b2ff12a07a0379d42 
02:14:20 time="2019-08-28T02:13:31.186898620Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:31.418429021Z" level=info msg="shim reaped" id=09d196b1210c61285d08b36ac98a18d2fdea569e078eb5984efcd43a43c5821a 
02:14:20 time="2019-08-28T02:13:31.428518769Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:31.765784477Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/eed32041ecb19b5095f437048a6aad53bc468652713fa44010c68fe07c572832/shim.sock" debug=false pid=27503 
02:14:20 time="2019-08-28T02:13:32.162130578Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/acd0acfb5af1a01b0ebca7dcf3ea9abdd35e6d4e872fe83e56468090a1455f9c/shim.sock" debug=false pid=27559 
02:14:20 time="2019-08-28T02:13:32.547064073Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/42857e9bf9c66370549cbde8214631c4d3f0fd67a134d5ac2d123bfe2290d5d6/shim.sock" debug=false pid=27615 
02:14:20 time="2019-08-28T02:13:32.957523040Z" level=info msg="shim reaped" id=42857e9bf9c66370549cbde8214631c4d3f0fd67a134d5ac2d123bfe2290d5d6 
02:14:20 time="2019-08-28T02:13:32.967627942Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:33.185633791Z" level=info msg="shim reaped" id=acd0acfb5af1a01b0ebca7dcf3ea9abdd35e6d4e872fe83e56468090a1455f9c 
02:14:20 time="2019-08-28T02:13:33.195721876Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:33.417776756Z" level=info msg="shim reaped" id=eed32041ecb19b5095f437048a6aad53bc468652713fa44010c68fe07c572832 
02:14:20 time="2019-08-28T02:13:33.427859452Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:33.922151531Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:14:20 time="2019-08-28T02:13:34.139320378Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c6519d1ce730669ef49f7bc95b5e7e14ebd9a6702863819f8cf20fd892c10ab5/shim.sock" debug=false pid=27801 
02:14:20 time="2019-08-28T02:13:34.498088021Z" level=info msg="shim reaped" id=c6519d1ce730669ef49f7bc95b5e7e14ebd9a6702863819f8cf20fd892c10ab5 
02:14:20 time="2019-08-28T02:13:34.508242482Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:34.776151279Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/81ae08a779876290d3e24b00c4dc18b9f4d99c858bae236a8bfb7e3172eeb886/shim.sock" debug=false pid=27892 
02:14:20 time="2019-08-28T02:13:35.131054318Z" level=info msg="shim reaped" id=81ae08a779876290d3e24b00c4dc18b9f4d99c858bae236a8bfb7e3172eeb886 
02:14:20 time="2019-08-28T02:13:35.141130089Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:35.546682125Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:14:20 time="2019-08-28T02:13:36.346280962Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:14:20 time="2019-08-28T02:13:37.447396254Z" level=info msg="Layer sha256:bb76c08977524bffe677977c36db1213865621ea467020d012c5d7fd8af2a61b cleaned up"
02:14:20 time="2019-08-28T02:13:38.393863868Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/985c5382c1d13cb6c79f97745a293c38397fc50e810cbb4c1ebd4dc53b854a26/shim.sock" debug=false pid=28025 
02:14:20 time="2019-08-28T02:13:38.397913543Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/bf1e6a471235f4d47809729691887005048124f32bf39951604b513fc1452ea1/shim.sock" debug=false pid=28039 
02:14:20 time="2019-08-28T02:13:38.878310003Z" level=info msg="shim reaped" id=bf1e6a471235f4d47809729691887005048124f32bf39951604b513fc1452ea1 
02:14:20 time="2019-08-28T02:13:38.893391505Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 time="2019-08-28T02:13:39.158693786Z" level=info msg="shim reaped" id=985c5382c1d13cb6c79f97745a293c38397fc50e810cbb4c1ebd4dc53b854a26 
02:14:20 time="2019-08-28T02:13:39.168817885Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
02:14:20 + docker rm -vf compose-dind-19.03.2-rc1-jenkins-compose-mac-bump-openssl-2
02:14:20 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

02:14:20 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

02:14:20 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

02:14:20 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

02:14:20 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 36%]

02:14:20 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 36%]

02:14:20 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

02:14:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

02:14:21 compose-dind-19.03.2-rc1-jenkins-compose-mac-bump-openssl-2
02:14:21 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

02:14:21 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 54%]

02:14:21 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

02:14:21 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 54%]

02:14:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 53%]

02:14:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 53%]

02:14:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

02:14:21 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 54%]

02:14:21 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 54%]

02:14:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 53%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py27
02:14:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird Sending interrupt signal to process
02:14:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up Sending interrupt signal to process
02:14:21 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding Sending interrupt signal to process
02:14:21 Terminated
02:14:21 script returned exit code 143
02:14:21 PASSED [ 55%]

02:14:21 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode Terminated
02:14:21 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build Sending interrupt signal to process
02:14:21 script returned exit code 143
02:14:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps Sending interrupt signal to process
02:14:21 Terminated
02:14:21 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
02:14:21 Terminated
[Pipeline] // wrap
02:14:21 script returned exit code 143
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py36
[Pipeline] }
Failed in branch 19.03.2-rc1_py37
[Pipeline] }
Failed in branch 18.09.9-rc1_py27
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
02:14:21 Terminated
[Pipeline] // node
02:14:21 script returned exit code 143
[Pipeline] }
Failed in branch 18.09.9-rc1_py37
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py36
[Pipeline] // parallel
[Pipeline] End of Pipeline
Terminated

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE