Skip to content
Success

Console Output

Skipping 1,971 KB.. Full Log
14:07:17   This doesn't seem to be taken into account by the engine
14:07:17 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:07:17 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:07:17 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:07:17 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:07:17 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:07:17 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:07:17 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:07:17 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 270.88s (0:04:30) =======
[Pipeline] sh
14:07:17 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
14:07:17 + docker stop dpy-dind-2-0-py3.7-20.10.12
14:07:17 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
14:07:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
14:07:18 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
14:07:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
14:07:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
14:07:18 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
14:07:18 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
14:07:18 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
14:07:18 
14:07:18 ---------- coverage: platform linux, python 3.7.12-final-0 -----------
14:07:18 Name                                  Stmts   Miss Branch BrPart  Cover
14:07:18 -----------------------------------------------------------------------
14:07:18 docker/__init__.py                        8      0      0      0   100%
14:07:18 docker/api/__init__.py                    1      0      0      0   100%
14:07:18 docker/api/build.py                     126     26     92     23    74%
14:07:18 docker/api/client.py                    261     56     92     19    76%
14:07:18 docker/api/config.py                     29      0      4      1    97%
14:07:18 docker/api/container.py                 265     34    104     26    83%
14:07:18 docker/api/daemon.py                     39     14     14      3    53%
14:07:18 docker/api/exec_api.py                   45      9     22      3    79%
14:07:18 docker/api/image.py                     159     45     60     13    67%
14:07:18 docker/api/network.py                    90     13     48     12    80%
14:07:18 docker/api/plugin.py                     89     10     14      4    84%
14:07:18 docker/api/secret.py                     34      3      8      2    83%
14:07:18 docker/api/service.py                   200     58    149     32    62%
14:07:18 docker/api/swarm.py                     106     15     38     10    81%
14:07:18 docker/api/volume.py                     38      5     14      5    81%
14:07:18 docker/auth.py                          197     93     74     22    48%
14:07:18 docker/client.py                         69      5      2      1    92%
14:07:18 docker/constants.py                      21      0      0      0   100%
14:07:18 docker/context/__init__.py                2      0      0      0   100%
14:07:18 docker/context/api.py                    78     18     38     10    72%
14:07:18 docker/context/config.py                 61     25     16      3    53%
14:07:18 docker/context/context.py               154     26     64     15    78%
14:07:18 docker/credentials/__init__.py            3      0      0      0   100%
14:07:18 docker/credentials/constants.py           4      0      0      0   100%
14:07:18 docker/credentials/errors.py             11      1      2      1    85%
14:07:18 docker/credentials/store.py              44      5     12      4    80%
14:07:18 docker/credentials/utils.py              23     13     12      1    31%
14:07:18 docker/errors.py                        110     22     20      6    75%
14:07:18 docker/models/__init__.py                 0      0      0      0   100%
14:07:18 docker/models/configs.py                 21      8      2      0    57%
14:07:18 docker/models/containers.py             183     21     70      9    86%
14:07:18 docker/models/images.py                 136     41     56      6    67%
14:07:18 docker/models/networks.py                37      1     12      2    94%
14:07:18 docker/models/nodes.py                   15      1      2      0    94%
14:07:18 docker/models/plugins.py                 48     29      8      0    34%
14:07:18 docker/models/resource.py                41     11      6      2    72%
14:07:18 docker/models/secrets.py                 22      9      2      0    54%
14:07:18 docker/models/services.py                87      5     36      5    92%
14:07:18 docker/models/swarm.py                   39      3      6      3    87%
14:07:18 docker/models/volumes.py                 23      1      4      0    96%
14:07:18 docker/tls.py                            37     13     14      5    57%
14:07:18 docker/transport/__init__.py             11      3      0      0    73%
14:07:18 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:07:18 docker/transport/npipeconn.py            57     52      8      0     8%
14:07:18 docker/transport/npipesocket.py         134    130     20      0     3%
14:07:18 docker/transport/sshconn.py             162    123     54      0    18%
14:07:18 docker/transport/ssladapter.py           36     22     10      1    33%
14:07:18 docker/transport/unixconn.py             54     33      6      0    35%
14:07:18 docker/types/__init__.py                  6      0      0      0   100%
14:07:18 docker/types/base.py                      4      0      2      0   100%
14:07:18 docker/types/containers.py              419    222    326     70    45%
14:07:18 docker/types/daemon.py                   36      8     14      4    72%
14:07:18 docker/types/healthcheck.py              33     12      4      1    59%
14:07:18 docker/types/networks.py                 41      7     28      6    78%
14:07:18 docker/types/services.py                321     76    216     42    73%
14:07:18 docker/types/swarm.py                    51     24     40     10    52%
14:07:18 docker/utils/__init__.py                  3      0      0      0   100%
14:07:18 docker/utils/build.py                   150     22     72     13    82%
14:07:18 docker/utils/config.py                   36      9     10      5    70%
14:07:18 docker/utils/decorators.py               32      6     12      4    73%
14:07:18 docker/utils/fnmatch.py                  55     27     28      4    41%
14:07:18 docker/utils/json_stream.py              40      8     14      3    76%
14:07:18 docker/utils/ports.py                    50     50     32      0     0%
14:07:18 docker/utils/proxy.py                    32      2     12      1    93%
14:07:18 docker/utils/socket.py                   85      9     40      7    86%
14:07:18 docker/utils/utils.py                   278     98    171     32    60%
14:07:18 docker/version.py                         2      0      2      0   100%
14:07:18 -----------------------------------------------------------------------
14:07:18 TOTAL                                  5090   1585   2240    451    65%
14:07:18 
14:07:18 
14:07:18 =========================== short test summary info ============================
14:07:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:07:18   CONFIG_RT_GROUP_SCHED isn't enabled
14:07:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:07:18   Not supported on most drivers
14:07:18 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:07:18   Output of docker top depends on host distro, and is not formalized.
14:07:18 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:07:18   This doesn't seem to be taken into account by the engine
14:07:18 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:07:18 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:07:18 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:07:18 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:07:18 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:07:18 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:07:18 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:07:18 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 268.91s (0:04:28) =======
[Pipeline] sh
14:07:19 + docker stop dpy-dind-2-0-py3.7-19.03.13
14:07:29 dpy-dind-2-0-py3.7-20.10.12
[Pipeline] sh
14:07:30 + docker run --rm -d --name dpy-dind-2-0-py3.7-20.10.12 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-20.10.12 dockerpinata/docker-py:sshdind-5de1360db9712ee5823def03fe2d0d1a5012a6ed dockerd --experimental
14:07:30 affff9fc5b0d82e4cf6e6a974cdbbdf42c594aef6de1e2a8e9a5367ade894772
[Pipeline] sh
14:07:31 + docker exec dpy-dind-2-0-py3.7-20.10.12 sh -c /usr/sbin/sshd
[Pipeline] sh
14:07:31 + docker run --rm --name dpy-tests-2-0-py3.7-20.10.12 -e DOCKER_HOST=ssh://dpy-dind-2-0-py3.7-20.10.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-20.10.12 --volumes-from dpy-dind-2-0-py3.7-20.10.12 -v /home/ubuntu/workspace/docker-py_PR-2932@tmp/86da230a-ac45-4843-bc5a-eb703853b84a/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-5de1360db9712ee5823def03fe2d0d1a5012a6ed py.test -v -rxs --cov=docker tests/ssh
14:07:31 dpy-dind-2-0-py3.7-19.03.13
[Pipeline] sh
14:07:31 + docker run --rm -d --name dpy-dind-2-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-5de1360db9712ee5823def03fe2d0d1a5012a6ed dockerd --experimental
14:07:31 feda4f36b61b3d53919105fc27d810e73c8e59646143acdc3f9e8d93475a09af
[Pipeline] sh
14:07:32 + docker exec dpy-dind-2-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
14:07:32 ============================= test session starts ==============================
14:07:32 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:07:32 cachedir: .pytest_cache
14:07:32 rootdir: /src, configfile: pytest.ini
14:07:32 plugins: cov-3.0.0, timeout-2.0.1
14:07:33 + docker run --rm --name dpy-tests-2-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-2-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.13 --volumes-from dpy-dind-2-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2932@tmp/9a9bc875-4d68-4619-8eb6-5a819e91464d/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-5de1360db9712ee5823def03fe2d0d1a5012a6ed py.test -v -rxs --cov=docker tests/ssh
14:07:33 collecting ... collected 24 items
14:07:33 
14:07:33 ============================= test session starts ==============================
14:07:33 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:07:33 cachedir: .pytest_cache
14:07:33 rootdir: /src, configfile: pytest.ini
14:07:33 plugins: cov-3.0.0, timeout-2.0.1
14:07:34 collecting ... collected 24 items
14:07:34 
14:07:35 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:07:35 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:07:35 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:07:35 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:07:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:07:37 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:07:37 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:07:37 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:07:37 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:07:38 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:07:38 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:07:39 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:07:39 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:07:39 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:07:39 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:07:40 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:07:40 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:07:41 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:07:41 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:07:41 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:07:41 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:07:42 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:07:43 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:07:43 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:07:44 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:07:45 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:07:45 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:07:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:07:46 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:07:47 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:07:47 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:07:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:07:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:07:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:07:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:07:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:07:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:07:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:07:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:07:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:07:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:07:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:07:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:07:56 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:07:56 
14:07:56 ---------- coverage: platform linux, python 3.7.12-final-0 -----------
14:07:56 Name                                  Stmts   Miss Branch BrPart  Cover
14:07:56 -----------------------------------------------------------------------
14:07:56 docker/__init__.py                        8      0      0      0   100%
14:07:56 docker/api/__init__.py                    1      0      0      0   100%
14:07:56 docker/api/build.py                     126     22     92     23    78%
14:07:56 docker/api/client.py                    261    101     92     15    56%
14:07:56 docker/api/config.py                     29     18      4      0    33%
14:07:56 docker/api/container.py                 265    171    104     10    28%
14:07:56 docker/api/daemon.py                     39     28     14      0    21%
14:07:56 docker/api/exec_api.py                   45     36     22      0    13%
14:07:56 docker/api/image.py                     159    108     60      5    26%
14:07:56 docker/api/network.py                    90     56     48      7    30%
14:07:56 docker/api/plugin.py                     89     68     14      0    20%
14:07:56 docker/api/secret.py                     34     22      8      0    29%
14:07:56 docker/api/service.py                   200    176    149      0     7%
14:07:56 docker/api/swarm.py                     106     77     38      0    20%
14:07:56 docker/api/volume.py                     38     29     14      0    17%
14:07:56 docker/auth.py                          197     93     74     22    48%
14:07:56 docker/client.py                         69     20      2      0    69%
14:07:56 docker/constants.py                      21      0      0      0   100%
14:07:56 docker/context/__init__.py                2      0      0      0   100%
14:07:56 docker/context/api.py                    78     57     38      0    18%
14:07:56 docker/context/config.py                 61     42     16      1    26%
14:07:56 docker/context/context.py               154    113     64      2    20%
14:07:56 docker/credentials/__init__.py            3      0      0      0   100%
14:07:56 docker/credentials/constants.py           4      0      0      0   100%
14:07:56 docker/credentials/errors.py             11      4      2      0    54%
14:07:56 docker/credentials/store.py              44     30     12      0    25%
14:07:56 docker/credentials/utils.py              23     18     12      0    14%
14:07:56 docker/errors.py                        110     38     20      5    61%
14:07:56 docker/models/__init__.py                 0      0      0      0   100%
14:07:56 docker/models/configs.py                 21      8      2      0    57%
14:07:56 docker/models/containers.py             183    131     70      0    21%
14:07:56 docker/models/images.py                 136     92     56      0    23%
14:07:56 docker/models/networks.py                37     20     12      0    35%
14:07:56 docker/models/nodes.py                   15      5      2      0    59%
14:07:56 docker/models/plugins.py                 48     29      8      0    34%
14:07:56 docker/models/resource.py                41     24      6      0    36%
14:07:56 docker/models/secrets.py                 22      9      2      0    54%
14:07:56 docker/models/services.py                87     63     36      0    20%
14:07:56 docker/models/swarm.py                   39     21      6      0    40%
14:07:56 docker/models/volumes.py                 23     10      4      0    48%
14:07:56 docker/tls.py                            37     26     14      0    22%
14:07:56 docker/transport/__init__.py             11      3      0      0    73%
14:07:56 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:07:56 docker/transport/npipeconn.py            57     52      8      0     8%
14:07:56 docker/transport/npipesocket.py         134    130     20      0     3%
14:07:56 docker/transport/sshconn.py             162     58     54     15    55%
14:07:56 docker/transport/ssladapter.py           36     22     10      1    33%
14:07:56 docker/transport/unixconn.py             54     33      6      0    35%
14:07:56 docker/types/__init__.py                  6      0      0      0   100%
14:07:56 docker/types/base.py                      4      2      2      0    33%
14:07:56 docker/types/containers.py              419    356    326     11    10%
14:07:56 docker/types/daemon.py                   36     26     14      0    20%
14:07:56 docker/types/healthcheck.py              33     20      4      0    35%
14:07:56 docker/types/networks.py                 41     21     28      8    41%
14:07:56 docker/types/services.py                321    269    216      0    10%
14:07:56 docker/types/swarm.py                    51     45     40      0     7%
14:07:56 docker/utils/__init__.py                  3      0      0      0   100%
14:07:56 docker/utils/build.py                   150     24     72     13    81%
14:07:56 docker/utils/config.py                   36      9     10      5    70%
14:07:56 docker/utils/decorators.py               32      6     12      4    73%
14:07:56 docker/utils/fnmatch.py                  55     27     28      4    41%
14:07:56 docker/utils/json_stream.py              40      8     14      3    76%
14:07:56 docker/utils/ports.py                    50     50     32      0     0%
14:07:56 docker/utils/proxy.py                    32      3     12      2    89%
14:07:56 docker/utils/socket.py                   85     64     40      0    17%
14:07:56 docker/utils/utils.py                   278    182    171     25    29%
14:07:56 docker/version.py                         2      0      2      0   100%
14:07:56 -----------------------------------------------------------------------
14:07:56 TOTAL                                  5090   3175   2240    182    31%
14:07:56 
14:07:56 
14:07:56 ======================== 23 passed, 1 xpassed in 24.08s ========================
[Pipeline] sh
14:07:57 + docker stop dpy-dind-2-0-py3.7-20.10.12
14:07:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:07:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:07:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:07:58 dpy-dind-2-0-py3.7-20.10.12
14:07:58 + docker network rm dpy-testnet-2-0-py3.7-20.10.12
14:07:58 dpy-testnet-2-0-py3.7-20.10.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
14:07:58 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:07:58 
14:07:58 ---------- coverage: platform linux, python 3.7.12-final-0 -----------
14:07:58 Name                                  Stmts   Miss Branch BrPart  Cover
14:07:58 -----------------------------------------------------------------------
14:07:58 docker/__init__.py                        8      0      0      0   100%
14:07:58 docker/api/__init__.py                    1      0      0      0   100%
14:07:58 docker/api/build.py                     126     22     92     23    78%
14:07:58 docker/api/client.py                    261    101     92     15    56%
14:07:58 docker/api/config.py                     29     18      4      0    33%
14:07:58 docker/api/container.py                 265    171    104     10    28%
14:07:58 docker/api/daemon.py                     39     28     14      0    21%
14:07:58 docker/api/exec_api.py                   45     36     22      0    13%
14:07:58 docker/api/image.py                     159    108     60      5    26%
14:07:58 docker/api/network.py                    90     56     48      7    30%
14:07:58 docker/api/plugin.py                     89     68     14      0    20%
14:07:58 docker/api/secret.py                     34     22      8      0    29%
14:07:58 docker/api/service.py                   200    176    149      0     7%
14:07:58 docker/api/swarm.py                     106     77     38      0    20%
14:07:58 docker/api/volume.py                     38     29     14      0    17%
14:07:58 docker/auth.py                          197     93     74     22    48%
14:07:58 docker/client.py                         69     20      2      0    69%
14:07:58 docker/constants.py                      21      0      0      0   100%
14:07:58 docker/context/__init__.py                2      0      0      0   100%
14:07:58 docker/context/api.py                    78     57     38      0    18%
14:07:58 docker/context/config.py                 61     42     16      1    26%
14:07:58 docker/context/context.py               154    113     64      2    20%
14:07:58 docker/credentials/__init__.py            3      0      0      0   100%
14:07:58 docker/credentials/constants.py           4      0      0      0   100%
14:07:58 docker/credentials/errors.py             11      4      2      0    54%
14:07:58 docker/credentials/store.py              44     30     12      0    25%
14:07:58 docker/credentials/utils.py              23     18     12      0    14%
14:07:58 docker/errors.py                        110     38     20      5    61%
14:07:58 docker/models/__init__.py                 0      0      0      0   100%
14:07:58 docker/models/configs.py                 21      8      2      0    57%
14:07:58 docker/models/containers.py             183    131     70      0    21%
14:07:58 docker/models/images.py                 136     92     56      0    23%
14:07:58 docker/models/networks.py                37     20     12      0    35%
14:07:58 docker/models/nodes.py                   15      5      2      0    59%
14:07:58 docker/models/plugins.py                 48     29      8      0    34%
14:07:58 docker/models/resource.py                41     24      6      0    36%
14:07:58 docker/models/secrets.py                 22      9      2      0    54%
14:07:58 docker/models/services.py                87     63     36      0    20%
14:07:58 docker/models/swarm.py                   39     21      6      0    40%
14:07:58 docker/models/volumes.py                 23     10      4      0    48%
14:07:58 docker/tls.py                            37     26     14      0    22%
14:07:58 docker/transport/__init__.py             11      3      0      0    73%
14:07:58 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:07:58 docker/transport/npipeconn.py            57     52      8      0     8%
14:07:58 docker/transport/npipesocket.py         134    130     20      0     3%
14:07:58 docker/transport/sshconn.py             162     58     54     15    55%
14:07:58 docker/transport/ssladapter.py           36     22     10      1    33%
14:07:58 docker/transport/unixconn.py             54     33      6      0    35%
14:07:58 docker/types/__init__.py                  6      0      0      0   100%
14:07:58 docker/types/base.py                      4      2      2      0    33%
14:07:58 docker/types/containers.py              419    356    326     11    10%
14:07:58 docker/types/daemon.py                   36     26     14      0    20%
14:07:58 docker/types/healthcheck.py              33     20      4      0    35%
14:07:58 docker/types/networks.py                 41     21     28      8    41%
14:07:58 docker/types/services.py                321    269    216      0    10%
14:07:58 docker/types/swarm.py                    51     45     40      0     7%
14:07:58 docker/utils/__init__.py                  3      0      0      0   100%
14:07:58 docker/utils/build.py                   150     24     72     13    81%
14:07:58 docker/utils/config.py                   36      9     10      5    70%
14:07:58 docker/utils/decorators.py               32      6     12      4    73%
14:07:58 docker/utils/fnmatch.py                  55     27     28      4    41%
14:07:58 docker/utils/json_stream.py              40      8     14      3    76%
14:07:58 docker/utils/ports.py                    50     50     32      0     0%
14:07:58 docker/utils/proxy.py                    32      3     12      2    89%
14:07:58 docker/utils/socket.py                   85     64     40      0    17%
14:07:58 docker/utils/utils.py                   278    182    171     25    29%
14:07:58 docker/version.py                         2      0      2      0   100%
14:07:58 -----------------------------------------------------------------------
14:07:58 TOTAL                                  5090   3175   2240    182    31%
14:07:58 
14:07:58 
14:07:58 ======================== 23 passed, 1 xpassed in 24.58s ========================
[Pipeline] sh
14:07:59 + docker stop dpy-dind-2-0-py3.7-19.03.13
14:08:00 dpy-dind-2-0-py3.7-19.03.13
14:08:00 + docker network rm dpy-testnet-2-0-py3.7-19.03.13
14:08:00 dpy-testnet-2-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[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