Skip to content
Failed

Console Output

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

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE