Skip to content
Success

Console Output

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

Finished: SUCCESS