Skip to content
Failed

Console Output

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