Skip to content
Failed

Console Output

Skipping 2,309 KB.. Full Log
08:42:43 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
08:42:43 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
08:42:43 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
08:42:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
08:42:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
08:42:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
08:42:43 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
08:42:43 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
08:42:43 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
08:42:43 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
08:42:43 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
08:42:43 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
08:42:44 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
08:42:44 
08:42:44 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
08:42:44 Name                                  Stmts   Miss Branch BrPart  Cover
08:42:44 -----------------------------------------------------------------------
08:42:44 docker/__init__.py                        8      0      0      0   100%
08:42:44 docker/api/__init__.py                    1      0      0      0   100%
08:42:44 docker/api/build.py                     126     19     92     17    82%
08:42:44 docker/api/client.py                    263     45     96     12    82%
08:42:44 docker/api/config.py                     31      1      6      2    92%
08:42:44 docker/api/container.py                 266     17    102     19    90%
08:42:44 docker/api/daemon.py                     39      2     14      4    89%
08:42:44 docker/api/exec_api.py                   46      4     22      4    88%
08:42:44 docker/api/image.py                     149     19     50     10    84%
08:42:44 docker/api/network.py                    90     13     48     12    80%
08:42:44 docker/api/plugin.py                     90     13     12      4    81%
08:42:44 docker/api/secret.py                     36      4     10      3    80%
08:42:44 docker/api/service.py                   200     60    149     32    61%
08:42:44 docker/api/swarm.py                     106     14     38     10    82%
08:42:44 docker/api/volume.py                     38      3     14      3    88%
08:42:44 docker/auth.py                          198     16     74     17    88%
08:42:44 docker/client.py                         68      4      2      0    94%
08:42:44 docker/constants.py                      20      0      0      0   100%
08:42:44 docker/context/__init__.py                2      0      0      0   100%
08:42:44 docker/context/api.py                    78     16     38      8    76%
08:42:44 docker/context/config.py                 61     27     16      2    52%
08:42:44 docker/context/context.py               151     21     62     15    81%
08:42:44 docker/credentials/__init__.py            3      0      0      0   100%
08:42:44 docker/credentials/constants.py           4      0      0      0   100%
08:42:44 docker/credentials/errors.py             11      1      2      1    85%
08:42:44 docker/credentials/store.py              50      6     16      3    83%
08:42:44 docker/credentials/utils.py              23     13     12      1    31%
08:42:44 docker/errors.py                        110     12     18      6    86%
08:42:44 docker/models/__init__.py                 0      0      0      0   100%
08:42:44 docker/models/configs.py                 21      8      0      0    62%
08:42:44 docker/models/containers.py             183      6     60      5    95%
08:42:44 docker/models/images.py                 137     29     52      3    76%
08:42:44 docker/models/networks.py                37      1      8      0    98%
08:42:44 docker/models/nodes.py                   15      1      0      0    93%
08:42:44 docker/models/plugins.py                 49     30      8      0    33%
08:42:44 docker/models/resource.py                41      9      6      2    77%
08:42:44 docker/models/secrets.py                 21      8      0      0    62%
08:42:44 docker/models/services.py                87      3     34      3    95%
08:42:44 docker/models/swarm.py                   39      3      6      3    87%
08:42:44 docker/models/volumes.py                 23      1      2      0    96%
08:42:44 docker/tls.py                            37      6     14      6    76%
08:42:44 docker/transport/__init__.py             11      3      0      0    73%
08:42:44 docker/transport/basehttpadapter.py       6      0      2      1    88%
08:42:44 docker/transport/npipeconn.py            58     53     10      0     7%
08:42:44 docker/transport/npipesocket.py         137    132     22      0     3%
08:42:44 docker/transport/sshconn.py             150    111     46      1    20%
08:42:44 docker/transport/ssladapter.py           36      8     10      4    70%
08:42:44 docker/transport/unixconn.py             65      5     12      4    88%
08:42:44 docker/types/__init__.py                  6      0      0      0   100%
08:42:44 docker/types/base.py                      5      0      2      0   100%
08:42:44 docker/types/containers.py              418     63    326     43    85%
08:42:44 docker/types/daemon.py                   36      9     14      3    68%
08:42:44 docker/types/healthcheck.py              34     12      4      1    61%
08:42:44 docker/types/networks.py                 41      6     28      5    81%
08:42:44 docker/types/services.py                312     45    206     33    83%
08:42:44 docker/types/swarm.py                    51     24     40     10    52%
08:42:44 docker/utils/__init__.py                  3      0      0      0   100%
08:42:44 docker/utils/build.py                   154     14     74      7    89%
08:42:44 docker/utils/config.py                   36      1     10      1    96%
08:42:44 docker/utils/decorators.py               32      1     12      1    95%
08:42:44 docker/utils/fnmatch.py                  55     18     28      2    61%
08:42:44 docker/utils/json_stream.py              43      8     14      2    79%
08:42:44 docker/utils/ports.py                    50      3     28      2    91%
08:42:44 docker/utils/proxy.py                    32      1     12      0    98%
08:42:44 docker/utils/socket.py                   86      8     40      7    87%
08:42:44 docker/utils/utils.py                   285     17    164     12    93%
08:42:44 docker/version.py                         2      0      0      0   100%
08:42:44 -----------------------------------------------------------------------
08:42:44 TOTAL                                  5102    977   2187    346    78%
08:42:44 
08:42:44 =========================== short test summary info ============================
08:42:44 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
08:42:44   CONFIG_RT_GROUP_SCHED isn't enabled
08:42:44 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
08:42:44   Not supported on most drivers
08:42:44 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
08:42:44   Output of docker top depends on host distro, and is not formalized.
08:42:44 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
08:42:44   This doesn't seem to be taken into account by the engine
08:42:44 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
08:42:44 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
08:42:44 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
08:42:44 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
08:42:44 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
08:42:44 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
08:42:44 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
08:42:44 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
08:42:44 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
08:42:44 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
08:42:44 
08:42:44 ======== 923 passed, 11 skipped, 5 xfailed, 4 xpassed in 305.70 seconds ========
[Pipeline] sh
08:42:45 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
08:42:45 + docker stop dpy-dind-30-0-py2.7-19.03.12
08:42:45 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
08:42:47 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
08:42:48 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
08:42:48 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
08:42:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
08:42:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
08:42:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
08:42:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
08:42:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
08:42:57 dpy-dind-30-0-py2.7-19.03.12
[Pipeline] sh
08:42:57 + docker run --rm -d --name dpy-dind-30-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-30-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-a54e94fa1239c1c15a96c2b555b61a70d94cbc1f dockerd --experimental
08:42:57 b3656f02438cbc9f40601d873bd2b46635fc34b9953835b6b54ba46fa4a0ed73
[Pipeline] sh
08:42:58 + docker exec dpy-dind-30-0-py2.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
08:42:58 + docker run --rm --name dpy-tests-30-0-py2.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-30-0-py2.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-30-0-py2.7-19.03.12 --volumes-from dpy-dind-30-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-a54e94fa1239c1c15a96c2b555b61a70d94cbc1f py.test -v -rxs --cov=docker tests/ssh
08:42:59 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
08:42:59 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
08:42:59 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
08:42:59 ============================= test session starts ==============================
08:42:59 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
08:42:59 cachedir: .pytest_cache
08:42:59 rootdir: /src, inifile: pytest.ini
08:42:59 plugins: timeout-1.3.3, cov-2.6.1
08:42:59 collecting ... collected 24 items
08:42:59 
08:43:00 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
08:43:00 
08:43:00 =============================== warnings summary ===============================
08:43:00 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
08:43:00   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
08:43:00     from collections import MutableMapping
08:43:00 
08:43:00 -- Docs: https://docs.pytest.org/en/latest/warnings.html
08:43:00 
08:43:00 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
08:43:00 Name                                  Stmts   Miss Branch BrPart  Cover
08:43:00 -----------------------------------------------------------------------
08:43:00 docker/__init__.py                        8      0      0      0   100%
08:43:00 docker/api/__init__.py                    1      0      0      0   100%
08:43:00 docker/api/build.py                     126     21     93     23    78%
08:43:00 docker/api/client.py                    263    102     98     15    55%
08:43:00 docker/api/config.py                     31     19      6      0    32%
08:43:00 docker/api/container.py                 266    171    104     10    28%
08:43:00 docker/api/daemon.py                     39     28     14      0    21%
08:43:00 docker/api/exec_api.py                   46     36     22      0    15%
08:43:00 docker/api/image.py                     149     99     52      5    27%
08:43:00 docker/api/network.py                    90     56     48      7    30%
08:43:00 docker/api/plugin.py                     90     68     14      0    21%
08:43:00 docker/api/secret.py                     36     23     10      0    28%
08:43:00 docker/api/service.py                   200    176    149      0     7%
08:43:00 docker/api/swarm.py                     106     77     38      0    20%
08:43:00 docker/api/volume.py                     38     29     14      0    17%
08:43:00 docker/auth.py                          198    113     74     15    37%
08:43:00 docker/client.py                         68     20      2      0    69%
08:43:00 docker/constants.py                      20      0      0      0   100%
08:43:00 docker/context/__init__.py                2      0      0      0   100%
08:43:00 docker/context/api.py                    78     57     38      0    18%
08:43:00 docker/context/config.py                 61     42     16      1    26%
08:43:00 docker/context/context.py               151    110     62      2    20%
08:43:00 docker/credentials/__init__.py            3      0      0      0   100%
08:43:00 docker/credentials/constants.py           4      0      0      0   100%
08:43:00 docker/credentials/errors.py             11      4      2      0    54%
08:43:00 docker/credentials/store.py              50     35     16      0    23%
08:43:00 docker/credentials/utils.py              23     18     12      0    14%
08:43:00 docker/errors.py                        110     38     20      5    61%
08:43:00 docker/models/__init__.py                 0      0      0      0   100%
08:43:00 docker/models/configs.py                 21      8      2      0    57%
08:43:00 docker/models/containers.py             183    131     70      0    21%
08:43:00 docker/models/images.py                 137     92     58      0    23%
08:43:00 docker/models/networks.py                37     20     12      0    35%
08:43:00 docker/models/nodes.py                   15      5      2      0    59%
08:43:00 docker/models/plugins.py                 49     30     10      0    32%
08:43:00 docker/models/resource.py                41     24      6      0    36%
08:43:00 docker/models/secrets.py                 21      8      2      0    57%
08:43:00 docker/models/services.py                87     63     36      0    20%
08:43:00 docker/models/swarm.py                   39     21      6      0    40%
08:43:00 docker/models/volumes.py                 23     10      4      0    48%
08:43:00 docker/tls.py                            37     26     14      0    22%
08:43:00 docker/transport/__init__.py             11      3      0      0    73%
08:43:00 docker/transport/basehttpadapter.py       6      0      2      1    88%
08:43:00 docker/transport/npipeconn.py            58     53     10      0     7%
08:43:00 docker/transport/npipesocket.py         137    132     22      0     3%
08:43:00 docker/transport/sshconn.py             150     54     46     12    56%
08:43:00 docker/transport/ssladapter.py           36     22     10      1    33%
08:43:00 docker/transport/unixconn.py             65     41     12      0    31%
08:43:00 docker/types/__init__.py                  6      0      0      0   100%
08:43:00 docker/types/base.py                      5      2      2      0    43%
08:43:00 docker/types/containers.py              418    355    328     11    10%
08:43:00 docker/types/daemon.py                   36     26     14      0    20%
08:43:00 docker/types/healthcheck.py              34     20      4      0    37%
08:43:00 docker/types/networks.py                 41     21     28      8    41%
08:43:00 docker/types/services.py                312    259    206      0    10%
08:43:00 docker/types/swarm.py                    51     45     40      0     7%
08:43:00 docker/utils/__init__.py                  3      0      0      0   100%
08:43:00 docker/utils/build.py                   154     27     76     13    79%
08:43:00 docker/utils/config.py                   36     11     10      4    67%
08:43:00 docker/utils/decorators.py               32      6     12      4    73%
08:43:00 docker/utils/fnmatch.py                  55     27     28      4    41%
08:43:00 docker/utils/json_stream.py              43      8     14      3    77%
08:43:00 docker/utils/ports.py                    50     50     32      0     0%
08:43:00 docker/utils/proxy.py                    32      3     12      2    89%
08:43:00 docker/utils/socket.py                   86     64     40      0    17%
08:43:00 docker/utils/utils.py                   285    186    177     27    29%
08:43:00 docker/version.py                         2      0      2      0   100%
08:43:00 -----------------------------------------------------------------------
08:43:00 TOTAL                                  5102   3195   2253    173    30%
08:43:00 
08:43:00 ============== 23 passed, 1 xpassed, 1 warnings in 23.89 seconds ===============
[Pipeline] sh
08:43:00 + docker stop dpy-dind-30-0-py3.7-19.03.13
08:43:01 dpy-dind-30-0-py3.7-19.03.13
08:43:01 + docker network rm dpy-testnet-30-0-py3.7-19.03.13
08:43:01 dpy-testnet-30-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
08:43:02 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
08:43:02 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
08:43:02 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
08:43:02 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
08:43:04 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
08:43:05 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
08:43:06 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
08:43:07 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
08:43:07 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
08:43:07 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
08:43:09 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
08:43:09 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
08:43:12 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
08:43:13 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
08:43:13 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
08:43:13 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
08:43:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
08:43:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
08:43:18 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
08:43:21 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
08:43:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
08:43:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
08:43:24 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
08:43:25 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
08:43:25 
08:43:25 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
08:43:25 Name                                  Stmts   Miss Branch BrPart  Cover
08:43:25 -----------------------------------------------------------------------
08:43:25 docker/__init__.py                        8      0      0      0   100%
08:43:25 docker/api/__init__.py                    1      0      0      0   100%
08:43:25 docker/api/build.py                     126     21     92     23    78%
08:43:25 docker/api/client.py                    263    102     96     15    55%
08:43:25 docker/api/config.py                     31     19      6      0    32%
08:43:25 docker/api/container.py                 266    171    102     10    29%
08:43:25 docker/api/daemon.py                     39     28     14      0    21%
08:43:25 docker/api/exec_api.py                   46     36     22      0    15%
08:43:25 docker/api/image.py                     149     99     50      5    28%
08:43:25 docker/api/network.py                    90     56     48      7    30%
08:43:25 docker/api/plugin.py                     90     68     12      0    22%
08:43:25 docker/api/secret.py                     36     23     10      0    28%
08:43:25 docker/api/service.py                   200    176    149      0     7%
08:43:25 docker/api/swarm.py                     106     77     38      0    20%
08:43:25 docker/api/volume.py                     38     29     14      0    17%
08:43:25 docker/auth.py                          198    113     74     15    37%
08:43:25 docker/client.py                         68     20      2      0    69%
08:43:25 docker/constants.py                      20      0      0      0   100%
08:43:25 docker/context/__init__.py                2      0      0      0   100%
08:43:25 docker/context/api.py                    78     57     38      0    18%
08:43:25 docker/context/config.py                 61     42     16      1    26%
08:43:25 docker/context/context.py               151    110     62      2    20%
08:43:25 docker/credentials/__init__.py            3      0      0      0   100%
08:43:25 docker/credentials/constants.py           4      0      0      0   100%
08:43:25 docker/credentials/errors.py             11      4      2      0    54%
08:43:25 docker/credentials/store.py              50     35     16      0    23%
08:43:25 docker/credentials/utils.py              23     18     12      0    14%
08:43:25 docker/errors.py                        110     38     18      5    62%
08:43:25 docker/models/__init__.py                 0      0      0      0   100%
08:43:25 docker/models/configs.py                 21      8      0      0    62%
08:43:25 docker/models/containers.py             183    131     60      0    21%
08:43:25 docker/models/images.py                 137     92     52      0    24%
08:43:25 docker/models/networks.py                37     20      8      0    38%
08:43:25 docker/models/nodes.py                   15      5      0      0    67%
08:43:25 docker/models/plugins.py                 49     30      8      0    33%
08:43:25 docker/models/resource.py                41     24      6      0    36%
08:43:25 docker/models/secrets.py                 21      8      0      0    62%
08:43:25 docker/models/services.py                87     63     34      0    20%
08:43:25 docker/models/swarm.py                   39     21      6      0    40%
08:43:25 docker/models/volumes.py                 23     10      2      0    52%
08:43:25 docker/tls.py                            37     26     14      0    22%
08:43:25 docker/transport/__init__.py             11      3      0      0    73%
08:43:25 docker/transport/basehttpadapter.py       6      0      2      1    88%
08:43:25 docker/transport/npipeconn.py            58     53     10      0     7%
08:43:25 docker/transport/npipesocket.py         137    132     22      0     3%
08:43:25 docker/transport/sshconn.py             150     54     46     12    56%
08:43:25 docker/transport/ssladapter.py           36     20     10      1    37%
08:43:25 docker/transport/unixconn.py             65     41     12      0    31%
08:43:25 docker/types/__init__.py                  6      0      0      0   100%
08:43:25 docker/types/base.py                      5      2      2      0    43%
08:43:25 docker/types/containers.py              418    355    326     11    10%
08:43:25 docker/types/daemon.py                   36     26     14      0    20%
08:43:25 docker/types/healthcheck.py              34     20      4      0    37%
08:43:25 docker/types/networks.py                 41     21     28      8    41%
08:43:25 docker/types/services.py                312    259    206      0    10%
08:43:25 docker/types/swarm.py                    51     45     40      0     7%
08:43:25 docker/utils/__init__.py                  3      0      0      0   100%
08:43:25 docker/utils/build.py                   154     23     74     13    82%
08:43:25 docker/utils/config.py                   36     11     10      4    67%
08:43:25 docker/utils/decorators.py               32      6     12      4    73%
08:43:25 docker/utils/fnmatch.py                  55     27     28      4    41%
08:43:25 docker/utils/json_stream.py              43      8     14      3    77%
08:43:25 docker/utils/ports.py                    50     50     28      0     0%
08:43:25 docker/utils/proxy.py                    32      3     12      2    89%
08:43:25 docker/utils/socket.py                   86     64     40      0    17%
08:43:25 docker/utils/utils.py                   285    185    164     27    29%
08:43:25 docker/version.py                         2      0      0      0   100%
08:43:25 -----------------------------------------------------------------------
08:43:25 TOTAL                                  5102   3188   2187    173    30%
08:43:25 
08:43:25 
08:43:25 ==================== 23 passed, 1 xpassed in 26.08 seconds =====================
[Pipeline] sh
08:43:25 + docker stop dpy-dind-30-0-py2.7-19.03.12
08:43:27 dpy-dind-30-0-py2.7-19.03.12
08:43:27 + docker network rm dpy-testnet-30-0-py2.7-19.03.12
08:43:27 dpy-testnet-30-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE