Skip to content
Success

Console Output

Skipping 1,952 KB.. Full Log
11:40:26 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
11:40:27 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 90%]
11:40:27 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 90%]
11:40:27 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
11:40:28 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
11:40:29 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 91%]
11:40:30 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
11:40:30 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
11:40:30 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
11:40:34 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
11:40:35 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 91%]
11:40:36 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
11:40:36 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
11:40:37 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
11:40:37 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
11:40:37 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
11:40:38 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
11:40:38 
11:40:38 =============================== warnings summary ===============================
11:40:38 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
11:40:38   /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
11:40:38     from collections import MutableMapping
11:40:38 
11:40:38 -- Docs: https://docs.pytest.org/en/latest/warnings.html
11:40:38 
11:40:38 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
11:40:38 Name                                  Stmts   Miss Branch BrPart  Cover
11:40:38 -----------------------------------------------------------------------
11:40:38 docker/__init__.py                        8      0      0      0   100%
11:40:38 docker/api/__init__.py                    1      0      0      0   100%
11:40:38 docker/api/build.py                     126     22     93     23    78%
11:40:38 docker/api/client.py                    261    100     96     15    56%
11:40:38 docker/api/config.py                     31     19      6      0    32%
11:40:38 docker/api/container.py                 266    171    104     10    28%
11:40:38 docker/api/daemon.py                     39     28     14      0    21%
11:40:38 docker/api/exec_api.py                   46     36     22      0    15%
11:40:38 docker/api/image.py                     160    108     60      5    26%
11:40:38 docker/api/network.py                    90     56     48      7    30%
11:40:38 docker/api/plugin.py                     90     68     14      0    21%
11:40:38 docker/api/secret.py                     36     23     10      0    28%
11:40:38 docker/api/service.py                   200    176    149      0     7%
11:40:38 docker/api/swarm.py                     106     77     38      0    20%
11:40:38 docker/api/volume.py                     38     29     14      0    17%
11:40:38 docker/auth.py                          198     93     74     22    48%
11:40:38 docker/client.py                         75     22      2      0    69%
11:40:38 docker/constants.py                      21      0      0      0   100%
11:40:38 docker/context/__init__.py                2      0      0      0   100%
11:40:38 docker/context/api.py                    78     57     38      0    18%
11:40:38 docker/context/config.py                 61     42     16      1    26%
11:40:38 docker/context/context.py               154    113     64      2    20%
11:40:38 docker/credentials/__init__.py            3      0      0      0   100%
11:40:38 docker/credentials/constants.py           4      0      0      0   100%
11:40:38 docker/credentials/errors.py             11      4      2      0    54%
11:40:38 docker/credentials/store.py              50     35     16      0    23%
11:40:38 docker/credentials/utils.py              23     18     12      0    14%
11:40:38 docker/errors.py                        110     38     20      5    61%
11:40:38 docker/models/__init__.py                 0      0      0      0   100%
11:40:38 docker/models/configs.py                 21      8      2      0    57%
11:40:38 docker/models/containers.py             183    131     70      0    21%
11:40:38 docker/models/images.py                 137     92     56      0    23%
11:40:38 docker/models/networks.py                37     20     12      0    35%
11:40:38 docker/models/nodes.py                   15      5      2      0    59%
11:40:38 docker/models/plugins.py                 49     30     10      0    32%
11:40:38 docker/models/resource.py                41     24      6      0    36%
11:40:38 docker/models/secrets.py                 22      9      2      0    54%
11:40:38 docker/models/services.py                87     63     36      0    20%
11:40:38 docker/models/swarm.py                   39     21      6      0    40%
11:40:38 docker/models/volumes.py                 23     10      4      0    48%
11:40:38 docker/tls.py                            37     26     14      0    22%
11:40:38 docker/transport/__init__.py             11      3      0      0    73%
11:40:38 docker/transport/basehttpadapter.py       6      0      2      1    88%
11:40:38 docker/transport/npipeconn.py            59     54     10      0     7%
11:40:38 docker/transport/npipesocket.py         137    132     22      0     3%
11:40:38 docker/transport/sshconn.py             163     58     56     17    56%
11:40:38 docker/transport/ssladapter.py           36     22     10      1    33%
11:40:38 docker/transport/unixconn.py             66     42     12      0    31%
11:40:38 docker/types/__init__.py                  6      0      0      0   100%
11:40:38 docker/types/base.py                      5      2      2      0    43%
11:40:38 docker/types/containers.py              420    356    326     11    10%
11:40:38 docker/types/daemon.py                   36     26     14      0    20%
11:40:38 docker/types/healthcheck.py              34     20      4      0    37%
11:40:38 docker/types/networks.py                 41     21     28      8    41%
11:40:38 docker/types/services.py                314    261    208      0    10%
11:40:38 docker/types/swarm.py                    51     45     40      0     7%
11:40:38 docker/utils/__init__.py                  3      0      0      0   100%
11:40:38 docker/utils/build.py                   155     27     76     13    79%
11:40:38 docker/utils/config.py                   36      9     10      5    70%
11:40:38 docker/utils/decorators.py               32      6     12      4    73%
11:40:38 docker/utils/fnmatch.py                  55     27     28      4    41%
11:40:38 docker/utils/json_stream.py              43      8     14      3    77%
11:40:38 docker/utils/ports.py                    50     50     32      0     0%
11:40:38 docker/utils/proxy.py                    32      3     12      2    89%
11:40:38 docker/utils/socket.py                   86     64     40      0    17%
11:40:38 docker/utils/utils.py                   278    182    171     25    29%
11:40:38 docker/version.py                         2      0      2      0   100%
11:40:38 -----------------------------------------------------------------------
11:40:38 TOTAL                                  5136   3192   2263    184    31%
11:40:38 
11:40:38 ============== 23 passed, 1 xpassed, 1 warnings in 24.83 seconds ===============
[Pipeline] sh
11:40:38 + docker stop dpy-dind-1-0-py3.7-20.10.6
11:40:40 dpy-dind-1-0-py3.7-20.10.6
11:40:40 + docker network rm dpy-testnet-1-0-py3.7-20.10.6
11:40:40 dpy-testnet-1-0-py3.7-20.10.6
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:40:42 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
11:40:43 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
11:40:44 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
11:40:45 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
11:40:45 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
11:40:45 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
11:40:45 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
11:40:45 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
11:40:47 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
11:40:48 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
11:40:48 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
11:40:48 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
11:40:48 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
11:40:48 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
11:40:49 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
11:40:49 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
11:40:49 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
11:40:50 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
11:40:50 
11:40:50 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
11:40:50 Name                                  Stmts   Miss Branch BrPart  Cover
11:40:50 -----------------------------------------------------------------------
11:40:50 docker/__init__.py                        8      0      0      0   100%
11:40:50 docker/api/__init__.py                    1      0      0      0   100%
11:40:50 docker/api/build.py                     126     26     93     23    74%
11:40:50 docker/api/client.py                    261     56     96     19    77%
11:40:50 docker/api/config.py                     31      0      6      2    95%
11:40:50 docker/api/container.py                 266     34    104     26    83%
11:40:50 docker/api/daemon.py                     39     14     14      3    53%
11:40:50 docker/api/exec_api.py                   46      9     22      3    79%
11:40:50 docker/api/image.py                     160     45     60     13    67%
11:40:50 docker/api/network.py                    90     13     48     12    80%
11:40:50 docker/api/plugin.py                     90     10     14      4    85%
11:40:50 docker/api/secret.py                     36      3     10      3    83%
11:40:50 docker/api/service.py                   200     58    149     32    62%
11:40:50 docker/api/swarm.py                     106     15     38     10    81%
11:40:50 docker/api/volume.py                     38      5     14      5    81%
11:40:50 docker/auth.py                          198     93     74     22    48%
11:40:50 docker/client.py                         75      7      2      1    90%
11:40:50 docker/constants.py                      21      0      0      0   100%
11:40:50 docker/context/__init__.py                2      0      0      0   100%
11:40:50 docker/context/api.py                    78     18     38     10    72%
11:40:50 docker/context/config.py                 61     25     16      3    53%
11:40:50 docker/context/context.py               154     26     64     15    78%
11:40:50 docker/credentials/__init__.py            3      0      0      0   100%
11:40:50 docker/credentials/constants.py           4      0      0      0   100%
11:40:50 docker/credentials/errors.py             11      1      2      1    85%
11:40:50 docker/credentials/store.py              50      9     16      5    73%
11:40:50 docker/credentials/utils.py              23     13     12      1    31%
11:40:50 docker/errors.py                        110     22     20      6    75%
11:40:50 docker/models/__init__.py                 0      0      0      0   100%
11:40:50 docker/models/configs.py                 21      8      2      0    57%
11:40:50 docker/models/containers.py             183     21     70      9    86%
11:40:50 docker/models/images.py                 137     41     56      6    67%
11:40:50 docker/models/networks.py                37      1     12      2    94%
11:40:50 docker/models/nodes.py                   15      1      2      0    94%
11:40:50 docker/models/plugins.py                 49     30     10      0    32%
11:40:50 docker/models/resource.py                41     11      6      2    72%
11:40:50 docker/models/secrets.py                 22      9      2      0    54%
11:40:50 docker/models/services.py                87      5     36      5    92%
11:40:50 docker/models/swarm.py                   39      3      6      3    87%
11:40:50 docker/models/volumes.py                 23      1      4      0    96%
11:40:50 docker/tls.py                            37     13     14      5    57%
11:40:50 docker/transport/__init__.py             11      3      0      0    73%
11:40:50 docker/transport/basehttpadapter.py       6      3      2      0    38%
11:40:50 docker/transport/npipeconn.py            59     54     10      0     7%
11:40:50 docker/transport/npipesocket.py         137    132     22      0     3%
11:40:50 docker/transport/sshconn.py             163    124     56      1    18%
11:40:50 docker/transport/ssladapter.py           36     22     10      1    33%
11:40:50 docker/transport/unixconn.py             66     42     12      0    31%
11:40:50 docker/types/__init__.py                  6      0      0      0   100%
11:40:50 docker/types/base.py                      5      0      2      0   100%
11:40:50 docker/types/containers.py              420    222    326     70    45%
11:40:50 docker/types/daemon.py                   36      8     14      4    72%
11:40:50 docker/types/healthcheck.py              34     12      4      1    61%
11:40:50 docker/types/networks.py                 41      7     28      6    78%
11:40:50 docker/types/services.py                314     70    208     40    75%
11:40:50 docker/types/swarm.py                    51     24     40     10    52%
11:40:50 docker/utils/__init__.py                  3      0      0      0   100%
11:40:50 docker/utils/build.py                   155     25     76     13    80%
11:40:50 docker/utils/config.py                   36      9     10      5    70%
11:40:50 docker/utils/decorators.py               32      6     12      4    73%
11:40:50 docker/utils/fnmatch.py                  55     27     28      4    41%
11:40:50 docker/utils/json_stream.py              43      8     14      3    77%
11:40:50 docker/utils/ports.py                    50     50     32      0     0%
11:40:50 docker/utils/proxy.py                    32      2     12      1    93%
11:40:50 docker/utils/socket.py                   86      9     40      7    86%
11:40:50 docker/utils/utils.py                   278     98    171     32    60%
11:40:50 docker/version.py                         2      0      2      0   100%
11:40:50 -----------------------------------------------------------------------
11:40:50 TOTAL                                  5136   1603   2263    453    64%
11:40:50 
11:40:50 =========================== short test summary info ============================
11:40:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
11:40:50   CONFIG_RT_GROUP_SCHED isn't enabled
11:40:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
11:40:50   Not supported on most drivers
11:40:50 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
11:40:50   Output of docker top depends on host distro, and is not formalized.
11:40:50 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
11:40:50   This doesn't seem to be taken into account by the engine
11:40:50 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
11:40:50 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
11:40:50 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
11:40:50 
11:40:50 ======== 377 passed, 5 skipped, 4 xfailed, 4 xpassed in 292.18 seconds =========
[Pipeline] sh
11:40:50 + docker stop dpy-dind-1-0-py3.7-19.03.13
11:41:02 dpy-dind-1-0-py3.7-19.03.13
[Pipeline] sh
11:41:02 + 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-4ade20cb3fad10edda936b661107a3e105a1a1d0 dockerd --experimental
11:41:02 51c8054ee5f9648ab66f44ca6f6bbf17da82e4ce09f502202d794113ef60fc6e
[Pipeline] sh
11:41:03 + docker exec dpy-dind-1-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
11:41:04 + 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-2838@tmp/7f1ffb9e-b905-465c-a6bf-ead7165fef23/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-4ade20cb3fad10edda936b661107a3e105a1a1d0 py.test -v -rxs --cov=docker tests/ssh
11:41:05 ============================= test session starts ==============================
11:41:05 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
11:41:05 cachedir: .pytest_cache
11:41:05 rootdir: /src, inifile: pytest.ini
11:41:05 plugins: cov-2.6.1, timeout-1.3.3
11:41:05 collecting ... collected 24 items
11:41:05 
11:41:07 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
11:41:07 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
11:41:07 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
11:41:07 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
11:41:09 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
11:41:10 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
11:41:11 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
11:41:11 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
11:41:12 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
11:41:12 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
11:41:13 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
11:41:14 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
11:41:16 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
11:41:17 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
11:41:17 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
11:41:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
11:41:21 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
11:41:21 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
11:41:21 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
11:41:24 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
11:41:28 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
11:41:28 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
11:41:28 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
11:41:29 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
11:41:29 
11:41:29 =============================== warnings summary ===============================
11:41:29 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
11:41:29   /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
11:41:29     from collections import MutableMapping
11:41:29 
11:41:29 -- Docs: https://docs.pytest.org/en/latest/warnings.html
11:41:29 
11:41:29 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
11:41:29 Name                                  Stmts   Miss Branch BrPart  Cover
11:41:29 -----------------------------------------------------------------------
11:41:29 docker/__init__.py                        8      0      0      0   100%
11:41:29 docker/api/__init__.py                    1      0      0      0   100%
11:41:29 docker/api/build.py                     126     22     93     23    78%
11:41:29 docker/api/client.py                    261    100     96     15    56%
11:41:29 docker/api/config.py                     31     19      6      0    32%
11:41:29 docker/api/container.py                 266    171    104     10    28%
11:41:29 docker/api/daemon.py                     39     28     14      0    21%
11:41:29 docker/api/exec_api.py                   46     36     22      0    15%
11:41:29 docker/api/image.py                     160    108     60      5    26%
11:41:29 docker/api/network.py                    90     56     48      7    30%
11:41:29 docker/api/plugin.py                     90     68     14      0    21%
11:41:29 docker/api/secret.py                     36     23     10      0    28%
11:41:29 docker/api/service.py                   200    176    149      0     7%
11:41:29 docker/api/swarm.py                     106     77     38      0    20%
11:41:29 docker/api/volume.py                     38     29     14      0    17%
11:41:29 docker/auth.py                          198     93     74     22    48%
11:41:29 docker/client.py                         75     22      2      0    69%
11:41:29 docker/constants.py                      21      0      0      0   100%
11:41:29 docker/context/__init__.py                2      0      0      0   100%
11:41:29 docker/context/api.py                    78     57     38      0    18%
11:41:29 docker/context/config.py                 61     42     16      1    26%
11:41:29 docker/context/context.py               154    113     64      2    20%
11:41:29 docker/credentials/__init__.py            3      0      0      0   100%
11:41:29 docker/credentials/constants.py           4      0      0      0   100%
11:41:29 docker/credentials/errors.py             11      4      2      0    54%
11:41:29 docker/credentials/store.py              50     35     16      0    23%
11:41:29 docker/credentials/utils.py              23     18     12      0    14%
11:41:29 docker/errors.py                        110     38     20      5    61%
11:41:29 docker/models/__init__.py                 0      0      0      0   100%
11:41:29 docker/models/configs.py                 21      8      2      0    57%
11:41:29 docker/models/containers.py             183    131     70      0    21%
11:41:29 docker/models/images.py                 137     92     56      0    23%
11:41:29 docker/models/networks.py                37     20     12      0    35%
11:41:29 docker/models/nodes.py                   15      5      2      0    59%
11:41:29 docker/models/plugins.py                 49     30     10      0    32%
11:41:29 docker/models/resource.py                41     24      6      0    36%
11:41:29 docker/models/secrets.py                 22      9      2      0    54%
11:41:29 docker/models/services.py                87     63     36      0    20%
11:41:29 docker/models/swarm.py                   39     21      6      0    40%
11:41:29 docker/models/volumes.py                 23     10      4      0    48%
11:41:29 docker/tls.py                            37     26     14      0    22%
11:41:29 docker/transport/__init__.py             11      3      0      0    73%
11:41:29 docker/transport/basehttpadapter.py       6      0      2      1    88%
11:41:29 docker/transport/npipeconn.py            59     54     10      0     7%
11:41:29 docker/transport/npipesocket.py         137    132     22      0     3%
11:41:29 docker/transport/sshconn.py             163     58     56     17    56%
11:41:29 docker/transport/ssladapter.py           36     22     10      1    33%
11:41:29 docker/transport/unixconn.py             66     42     12      0    31%
11:41:29 docker/types/__init__.py                  6      0      0      0   100%
11:41:29 docker/types/base.py                      5      2      2      0    43%
11:41:29 docker/types/containers.py              420    356    326     11    10%
11:41:29 docker/types/daemon.py                   36     26     14      0    20%
11:41:29 docker/types/healthcheck.py              34     20      4      0    37%
11:41:29 docker/types/networks.py                 41     21     28      8    41%
11:41:29 docker/types/services.py                314    261    208      0    10%
11:41:29 docker/types/swarm.py                    51     45     40      0     7%
11:41:29 docker/utils/__init__.py                  3      0      0      0   100%
11:41:29 docker/utils/build.py                   155     27     76     13    79%
11:41:29 docker/utils/config.py                   36      9     10      5    70%
11:41:29 docker/utils/decorators.py               32      6     12      4    73%
11:41:29 docker/utils/fnmatch.py                  55     27     28      4    41%
11:41:29 docker/utils/json_stream.py              43      8     14      3    77%
11:41:29 docker/utils/ports.py                    50     50     32      0     0%
11:41:29 docker/utils/proxy.py                    32      3     12      2    89%
11:41:29 docker/utils/socket.py                   86     64     40      0    17%
11:41:29 docker/utils/utils.py                   278    182    171     25    29%
11:41:29 docker/version.py                         2      0      2      0   100%
11:41:29 -----------------------------------------------------------------------
11:41:29 TOTAL                                  5136   3192   2263    184    31%
11:41:29 
11:41:29 ============== 23 passed, 1 xpassed, 1 warnings in 24.47 seconds ===============
[Pipeline] sh
11:41:29 + docker stop dpy-dind-1-0-py3.7-19.03.13
11:41:31 dpy-dind-1-0-py3.7-19.03.13
11:41:31 + docker network rm dpy-testnet-1-0-py3.7-19.03.13
11:41:31 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] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS