Skip to content
Failed

Console Output

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

ERROR: script returned exit code 1
Finished: FAILURE