Skip to content
Success

Console Output

Skipping 1,990 KB.. Full Log
16:46:17 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
16:46:18 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
16:46:18 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
16:46:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
16:46:18 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
16:46:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
16:46:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
16:46:19 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
16:46:19 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
16:46:19 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
16:46:19 
16:46:19 ---------- coverage: platform linux, python 3.7.11-final-0 -----------
16:46:19 Name                                  Stmts   Miss Branch BrPart  Cover
16:46:19 -----------------------------------------------------------------------
16:46:19 docker/__init__.py                        8      0      0      0   100%
16:46:19 docker/api/__init__.py                    1      0      0      0   100%
16:46:19 docker/api/build.py                     126     26     93     23    74%
16:46:19 docker/api/client.py                    259     56     92     19    76%
16:46:19 docker/api/config.py                     29      0      4      1    97%
16:46:19 docker/api/container.py                 265     36    104     26    82%
16:46:19 docker/api/daemon.py                     39     14     14      3    53%
16:46:19 docker/api/exec_api.py                   45      9     22      3    79%
16:46:19 docker/api/image.py                     159     45     60     13    67%
16:46:19 docker/api/network.py                    90     13     48     12    80%
16:46:19 docker/api/plugin.py                     89     10     14      4    84%
16:46:19 docker/api/secret.py                     34      3      8      2    83%
16:46:19 docker/api/service.py                   200     58    149     32    62%
16:46:19 docker/api/swarm.py                     106     15     38     10    81%
16:46:19 docker/api/volume.py                     38      5     14      5    81%
16:46:19 docker/auth.py                          197     93     74     22    48%
16:46:19 docker/client.py                         69      5      2      1    92%
16:46:19 docker/constants.py                      21      0      0      0   100%
16:46:19 docker/context/__init__.py                2      0      0      0   100%
16:46:19 docker/context/api.py                    78     18     38     10    72%
16:46:19 docker/context/config.py                 61     25     16      3    53%
16:46:19 docker/context/context.py               154     26     64     15    78%
16:46:19 docker/credentials/__init__.py            3      0      0      0   100%
16:46:19 docker/credentials/constants.py           4      0      0      0   100%
16:46:19 docker/credentials/errors.py             11      1      2      1    85%
16:46:19 docker/credentials/store.py              44      5     12      4    80%
16:46:19 docker/credentials/utils.py              23     13     12      1    31%
16:46:19 docker/errors.py                        110     22     20      6    75%
16:46:19 docker/models/__init__.py                 0      0      0      0   100%
16:46:19 docker/models/configs.py                 21      8      2      0    57%
16:46:19 docker/models/containers.py             183     21     70      9    86%
16:46:19 docker/models/images.py                 136     41     56      6    67%
16:46:19 docker/models/networks.py                37      1     12      2    94%
16:46:19 docker/models/nodes.py                   15      1      2      0    94%
16:46:19 docker/models/plugins.py                 48     29      8      0    34%
16:46:19 docker/models/resource.py                41     11      6      2    72%
16:46:19 docker/models/secrets.py                 22      9      2      0    54%
16:46:19 docker/models/services.py                87      5     36      5    92%
16:46:19 docker/models/swarm.py                   39      3      6      3    87%
16:46:19 docker/models/volumes.py                 23      1      4      0    96%
16:46:19 docker/tls.py                            37     13     14      5    57%
16:46:19 docker/transport/__init__.py             11      3      0      0    73%
16:46:19 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:46:19 docker/transport/npipeconn.py            57     52      8      0     8%
16:46:19 docker/transport/npipesocket.py         134    130     20      0     3%
16:46:19 docker/transport/sshconn.py             161    122     52      0    18%
16:46:19 docker/transport/ssladapter.py           36     22     10      1    33%
16:46:19 docker/transport/unixconn.py             59     38     10      0    30%
16:46:19 docker/types/__init__.py                  6      0      0      0   100%
16:46:19 docker/types/base.py                      4      0      2      0   100%
16:46:19 docker/types/containers.py              419    222    326     70    45%
16:46:19 docker/types/daemon.py                   36      8     14      4    72%
16:46:19 docker/types/healthcheck.py              33     12      4      1    59%
16:46:19 docker/types/networks.py                 41      7     28      6    78%
16:46:19 docker/types/services.py                313     70    208     40    75%
16:46:19 docker/types/swarm.py                    51     24     40     10    52%
16:46:19 docker/utils/__init__.py                  3      0      0      0   100%
16:46:19 docker/utils/build.py                   150     22     72     13    82%
16:46:19 docker/utils/config.py                   36      9     10      5    70%
16:46:19 docker/utils/decorators.py               32      6     12      4    73%
16:46:19 docker/utils/fnmatch.py                  55     27     28      4    41%
16:46:19 docker/utils/json_stream.py              40      8     14      3    76%
16:46:19 docker/utils/ports.py                    50     50     32      0     0%
16:46:19 docker/utils/proxy.py                    32      2     12      1    93%
16:46:19 docker/utils/socket.py                   85      9     40      7    86%
16:46:19 docker/utils/utils.py                   278     98    171     32    60%
16:46:19 docker/version.py                         2      0      2      0   100%
16:46:19 -----------------------------------------------------------------------
16:46:19 TOTAL                                  5084   1585   2235    449    65%
16:46:19 
16:46:19 =========================== short test summary info ============================
16:46:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
16:46:19   CONFIG_RT_GROUP_SCHED isn't enabled
16:46:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
16:46:19   Not supported on most drivers
16:46:19 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
16:46:19   Output of docker top depends on host distro, and is not formalized.
16:46:19 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
16:46:19   This doesn't seem to be taken into account by the engine
16:46:19 SKIPPED [3] /src/tests/helpers.py:70: Feature requires Docker Engine experimental mode
16:46:19 SKIPPED [1] tests/integration/api_container_test.py:789: unconditional skip
16:46:19 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
16:46:19 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
16:46:19 
16:46:19 ======== 376 passed, 6 skipped, 4 xfailed, 4 xpassed in 273.59 seconds =========
[Pipeline] sh
16:46:20 + docker stop dpy-dind-4-0-py3.7-20.10.8
16:46:29 dpy-dind-4-0-py3.7-19.03.13
[Pipeline] sh
16:46:29 + docker run --rm -d --name dpy-dind-4-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-4-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-2e8975698eb3bc36cb037e601ee798eace9bcc53 dockerd --experimental
16:46:29 4481dc74eba9d0d908f40b96dc95ba707ea13b38d7c61eed23f5f216c7863ee8
[Pipeline] sh
16:46:30 + docker exec dpy-dind-4-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
16:46:30 + docker run --rm --name dpy-tests-4-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-4-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py3.7-19.03.13 --volumes-from dpy-dind-4-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/7df07013-2500-4d5c-a76c-8840712c3186/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-2e8975698eb3bc36cb037e601ee798eace9bcc53 py.test -v -rxs --cov=docker tests/ssh
16:46:31 ============================= test session starts ==============================
16:46:31 platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:46:31 cachedir: .pytest_cache
16:46:31 rootdir: /src, inifile: pytest.ini
16:46:31 plugins: timeout-1.3.3, cov-2.6.1
16:46:31 collecting ... collected 24 items
16:46:31 
16:46:32 dpy-dind-4-0-py3.7-20.10.8
[Pipeline] sh
16:46:32 + docker run --rm -d --name dpy-dind-4-0-py3.7-20.10.8 -v /tmp --privileged --network dpy-testnet-4-0-py3.7-20.10.8 dockerpinata/docker-py:sshdind-2e8975698eb3bc36cb037e601ee798eace9bcc53 dockerd --experimental
16:46:32 09d83464a52a89602dee69ca7365c32a59506c40a4edafe8bc45e867ae1e7915
[Pipeline] sh
16:46:33 + docker exec dpy-dind-4-0-py3.7-20.10.8 sh -c /usr/sbin/sshd
[Pipeline] sh
16:46:33 + docker run --rm --name dpy-tests-4-0-py3.7-20.10.8 -e DOCKER_HOST=ssh://dpy-dind-4-0-py3.7-20.10.8:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py3.7-20.10.8 --volumes-from dpy-dind-4-0-py3.7-20.10.8 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/d558d3a7-31d0-42dd-9950-da4b1ebb8457/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-2e8975698eb3bc36cb037e601ee798eace9bcc53 py.test -v -rxs --cov=docker tests/ssh
16:46:34 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
16:46:34 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
16:46:34 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
16:46:34 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
16:46:34 ============================= test session starts ==============================
16:46:34 platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:46:34 cachedir: .pytest_cache
16:46:34 rootdir: /src, inifile: pytest.ini
16:46:34 plugins: timeout-1.3.3, cov-2.6.1
16:46:34 collecting ... collected 24 items
16:46:34 
16:46:35 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
16:46:36 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
16:46:36 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
16:46:36 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
16:46:36 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
16:46:37 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
16:46:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
16:46:37 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
16:46:38 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
16:46:38 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
16:46:38 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
16:46:39 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
16:46:40 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
16:46:40 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
16:46:41 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
16:46:41 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
16:46:41 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
16:46:41 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
16:46:43 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
16:46:43 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
16:46:43 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
16:46:44 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
16:46:44 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
16:46:44 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
16:46:46 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
16:46:47 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
16:46:47 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
16:46:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
16:46:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
16:46:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
16:46:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
16:46:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
16:46:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
16:46:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
16:46:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
16:46:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
16:46:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
16:46:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
16:46:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
16:46:55 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
16:46:55 
16:46:55 =============================== warnings summary ===============================
16:46:55 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
16:46:55   /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
16:46:55     from collections import MutableMapping
16:46:55 
16:46:55 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:46:55 
16:46:55 ---------- coverage: platform linux, python 3.7.11-final-0 -----------
16:46:55 Name                                  Stmts   Miss Branch BrPart  Cover
16:46:55 -----------------------------------------------------------------------
16:46:55 docker/__init__.py                        8      0      0      0   100%
16:46:55 docker/api/__init__.py                    1      0      0      0   100%
16:46:55 docker/api/build.py                     126     22     93     23    78%
16:46:55 docker/api/client.py                    259     99     92     15    56%
16:46:55 docker/api/config.py                     29     18      4      0    33%
16:46:55 docker/api/container.py                 265    171    104     10    28%
16:46:55 docker/api/daemon.py                     39     28     14      0    21%
16:46:55 docker/api/exec_api.py                   45     36     22      0    13%
16:46:55 docker/api/image.py                     159    108     60      5    26%
16:46:55 docker/api/network.py                    90     56     48      7    30%
16:46:55 docker/api/plugin.py                     89     68     14      0    20%
16:46:55 docker/api/secret.py                     34     22      8      0    29%
16:46:55 docker/api/service.py                   200    176    149      0     7%
16:46:55 docker/api/swarm.py                     106     77     38      0    20%
16:46:55 docker/api/volume.py                     38     29     14      0    17%
16:46:55 docker/auth.py                          197     93     74     22    48%
16:46:55 docker/client.py                         69     20      2      0    69%
16:46:55 docker/constants.py                      21      0      0      0   100%
16:46:55 docker/context/__init__.py                2      0      0      0   100%
16:46:55 docker/context/api.py                    78     57     38      0    18%
16:46:55 docker/context/config.py                 61     42     16      1    26%
16:46:55 docker/context/context.py               154    113     64      2    20%
16:46:55 docker/credentials/__init__.py            3      0      0      0   100%
16:46:55 docker/credentials/constants.py           4      0      0      0   100%
16:46:55 docker/credentials/errors.py             11      4      2      0    54%
16:46:55 docker/credentials/store.py              44     30     12      0    25%
16:46:55 docker/credentials/utils.py              23     18     12      0    14%
16:46:55 docker/errors.py                        110     38     20      5    61%
16:46:55 docker/models/__init__.py                 0      0      0      0   100%
16:46:55 docker/models/configs.py                 21      8      2      0    57%
16:46:55 docker/models/containers.py             183    131     70      0    21%
16:46:55 docker/models/images.py                 136     92     56      0    23%
16:46:55 docker/models/networks.py                37     20     12      0    35%
16:46:55 docker/models/nodes.py                   15      5      2      0    59%
16:46:55 docker/models/plugins.py                 48     29      8      0    34%
16:46:55 docker/models/resource.py                41     24      6      0    36%
16:46:55 docker/models/secrets.py                 22      9      2      0    54%
16:46:55 docker/models/services.py                87     63     36      0    20%
16:46:55 docker/models/swarm.py                   39     21      6      0    40%
16:46:55 docker/models/volumes.py                 23     10      4      0    48%
16:46:55 docker/tls.py                            37     26     14      0    22%
16:46:55 docker/transport/__init__.py             11      3      0      0    73%
16:46:55 docker/transport/basehttpadapter.py       6      0      2      1    88%
16:46:55 docker/transport/npipeconn.py            57     52      8      0     8%
16:46:55 docker/transport/npipesocket.py         134    130     20      0     3%
16:46:55 docker/transport/sshconn.py             161     57     52     15    56%
16:46:55 docker/transport/ssladapter.py           36     22     10      1    33%
16:46:55 docker/transport/unixconn.py             59     38     10      0    30%
16:46:55 docker/types/__init__.py                  6      0      0      0   100%
16:46:55 docker/types/base.py                      4      2      2      0    33%
16:46:55 docker/types/containers.py              419    356    326     11    10%
16:46:55 docker/types/daemon.py                   36     26     14      0    20%
16:46:55 docker/types/healthcheck.py              33     20      4      0    35%
16:46:55 docker/types/networks.py                 41     21     28      8    41%
16:46:55 docker/types/services.py                313    261    208      0    10%
16:46:55 docker/types/swarm.py                    51     45     40      0     7%
16:46:55 docker/utils/__init__.py                  3      0      0      0   100%
16:46:55 docker/utils/build.py                   150     24     72     13    81%
16:46:55 docker/utils/config.py                   36      9     10      5    70%
16:46:55 docker/utils/decorators.py               32      6     12      4    73%
16:46:55 docker/utils/fnmatch.py                  55     27     28      4    41%
16:46:55 docker/utils/json_stream.py              40      8     14      3    76%
16:46:55 docker/utils/ports.py                    50     50     32      0     0%
16:46:55 docker/utils/proxy.py                    32      3     12      2    89%
16:46:55 docker/utils/socket.py                   85     64     40      0    17%
16:46:55 docker/utils/utils.py                   278    182    171     25    29%
16:46:55 docker/version.py                         2      0      2      0   100%
16:46:55 -----------------------------------------------------------------------
16:46:55 TOTAL                                  5084   3169   2235    182    31%
16:46:55 
16:46:55 ============== 23 passed, 1 xpassed, 1 warnings in 24.45 seconds ===============
[Pipeline] sh
16:46:56 + docker stop dpy-dind-4-0-py3.7-19.03.13
16:46:57 dpy-dind-4-0-py3.7-19.03.13
16:46:57 + docker network rm dpy-testnet-4-0-py3.7-19.03.13
16:46:57 dpy-testnet-4-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] }
16:46:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
16:46:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
16:46:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
16:46:58 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
16:46:58 
16:46:58 =============================== warnings summary ===============================
16:46:58 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
16:46:58   /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
16:46:58     from collections import MutableMapping
16:46:58 
16:46:58 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:46:58 
16:46:58 ---------- coverage: platform linux, python 3.7.11-final-0 -----------
16:46:58 Name                                  Stmts   Miss Branch BrPart  Cover
16:46:58 -----------------------------------------------------------------------
16:46:58 docker/__init__.py                        8      0      0      0   100%
16:46:58 docker/api/__init__.py                    1      0      0      0   100%
16:46:58 docker/api/build.py                     126     22     93     23    78%
16:46:58 docker/api/client.py                    259     99     92     15    56%
16:46:58 docker/api/config.py                     29     18      4      0    33%
16:46:58 docker/api/container.py                 265    171    104     10    28%
16:46:58 docker/api/daemon.py                     39     28     14      0    21%
16:46:58 docker/api/exec_api.py                   45     36     22      0    13%
16:46:58 docker/api/image.py                     159    108     60      5    26%
16:46:58 docker/api/network.py                    90     56     48      7    30%
16:46:58 docker/api/plugin.py                     89     68     14      0    20%
16:46:58 docker/api/secret.py                     34     22      8      0    29%
16:46:58 docker/api/service.py                   200    176    149      0     7%
16:46:58 docker/api/swarm.py                     106     77     38      0    20%
16:46:58 docker/api/volume.py                     38     29     14      0    17%
16:46:58 docker/auth.py                          197     93     74     22    48%
16:46:58 docker/client.py                         69     20      2      0    69%
16:46:58 docker/constants.py                      21      0      0      0   100%
16:46:58 docker/context/__init__.py                2      0      0      0   100%
16:46:58 docker/context/api.py                    78     57     38      0    18%
16:46:58 docker/context/config.py                 61     42     16      1    26%
16:46:58 docker/context/context.py               154    113     64      2    20%
16:46:58 docker/credentials/__init__.py            3      0      0      0   100%
16:46:58 docker/credentials/constants.py           4      0      0      0   100%
16:46:58 docker/credentials/errors.py             11      4      2      0    54%
16:46:58 docker/credentials/store.py              44     30     12      0    25%
16:46:58 docker/credentials/utils.py              23     18     12      0    14%
16:46:58 docker/errors.py                        110     38     20      5    61%
16:46:58 docker/models/__init__.py                 0      0      0      0   100%
16:46:58 docker/models/configs.py                 21      8      2      0    57%
16:46:58 docker/models/containers.py             183    131     70      0    21%
16:46:58 docker/models/images.py                 136     92     56      0    23%
16:46:58 docker/models/networks.py                37     20     12      0    35%
16:46:58 docker/models/nodes.py                   15      5      2      0    59%
16:46:58 docker/models/plugins.py                 48     29      8      0    34%
16:46:58 docker/models/resource.py                41     24      6      0    36%
16:46:58 docker/models/secrets.py                 22      9      2      0    54%
16:46:58 docker/models/services.py                87     63     36      0    20%
16:46:58 docker/models/swarm.py                   39     21      6      0    40%
16:46:58 docker/models/volumes.py                 23     10      4      0    48%
16:46:58 docker/tls.py                            37     26     14      0    22%
16:46:58 docker/transport/__init__.py             11      3      0      0    73%
16:46:58 docker/transport/basehttpadapter.py       6      0      2      1    88%
16:46:58 docker/transport/npipeconn.py            57     52      8      0     8%
16:46:58 docker/transport/npipesocket.py         134    130     20      0     3%
16:46:58 docker/transport/sshconn.py             161     57     52     15    56%
16:46:58 docker/transport/ssladapter.py           36     22     10      1    33%
16:46:58 docker/transport/unixconn.py             59     38     10      0    30%
16:46:58 docker/types/__init__.py                  6      0      0      0   100%
16:46:58 docker/types/base.py                      4      2      2      0    33%
16:46:58 docker/types/containers.py              419    356    326     11    10%
16:46:58 docker/types/daemon.py                   36     26     14      0    20%
16:46:58 docker/types/healthcheck.py              33     20      4      0    35%
16:46:58 docker/types/networks.py                 41     21     28      8    41%
16:46:58 docker/types/services.py                313    261    208      0    10%
16:46:58 docker/types/swarm.py                    51     45     40      0     7%
16:46:58 docker/utils/__init__.py                  3      0      0      0   100%
16:46:58 docker/utils/build.py                   150     24     72     13    81%
16:46:58 docker/utils/config.py                   36      9     10      5    70%
16:46:58 docker/utils/decorators.py               32      6     12      4    73%
16:46:58 docker/utils/fnmatch.py                  55     27     28      4    41%
16:46:58 docker/utils/json_stream.py              40      8     14      3    76%
16:46:58 docker/utils/ports.py                    50     50     32      0     0%
16:46:58 docker/utils/proxy.py                    32      3     12      2    89%
16:46:58 docker/utils/socket.py                   85     64     40      0    17%
16:46:58 docker/utils/utils.py                   278    182    171     25    29%
16:46:58 docker/version.py                         2      0      2      0   100%
16:46:58 -----------------------------------------------------------------------
16:46:58 TOTAL                                  5084   3169   2235    182    31%
16:46:58 
16:46:58 ============== 23 passed, 1 xpassed, 1 warnings in 24.38 seconds ===============
[Pipeline] sh
16:46:59 + docker stop dpy-dind-4-0-py3.7-20.10.8
16:47:00 dpy-dind-4-0-py3.7-20.10.8
16:47:00 + docker network rm dpy-testnet-4-0-py3.7-20.10.8
16:47:00 dpy-testnet-4-0-py3.7-20.10.8
[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