Skip to content
Success

Console Output

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