Skip to content
Failed

Console Output

Skipping 4,613 KB.. Full Log
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
17:15:47 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
17:15:47 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
17:15:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
17:15:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
17:15:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
17:15:48 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
17:15:48 
17:15:48 =============================== warnings summary ===============================
17:15:48 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
17:15: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
17:15:48     from collections import MutableMapping
17:15:48 
17:15:48 -- Docs: https://docs.pytest.org/en/latest/warnings.html
17:15:48 
17:15:48 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
17:15:48 Name                                  Stmts   Miss Branch BrPart  Cover
17:15:48 -----------------------------------------------------------------------
17:15:48 docker/__init__.py                        8      0      0      0   100%
17:15:48 docker/api/__init__.py                    1      0      0      0   100%
17:15:48 docker/api/build.py                     126     19     93     17    82%
17:15:48 docker/api/client.py                    263     46     98     13    82%
17:15:48 docker/api/config.py                     31      0      6      2    95%
17:15:48 docker/api/container.py                 266     17    104     19    90%
17:15:48 docker/api/daemon.py                     39      2     14      4    89%
17:15:48 docker/api/exec_api.py                   46      4     22      4    88%
17:15:48 docker/api/image.py                     157     21     58     12    84%
17:15:48 docker/api/network.py                    90     13     48     12    80%
17:15:48 docker/api/plugin.py                     90     13     14      4    82%
17:15:48 docker/api/secret.py                     36      3     10      3    83%
17:15:48 docker/api/service.py                   200     60    149     32    61%
17:15:48 docker/api/swarm.py                     106     14     38     10    82%
17:15:48 docker/api/volume.py                     38      3     14      3    88%
17:15:48 docker/auth.py                          198     17     74     17    88%
17:15:48 docker/client.py                         69      4      2      0    94%
17:15:48 docker/constants.py                      21      0      0      0   100%
17:15:48 docker/context/__init__.py                2      0      0      0   100%
17:15:48 docker/context/api.py                    78     16     38      8    76%
17:15:48 docker/context/config.py                 61     24     16      2    56%
17:15:48 docker/context/context.py               151     21     62     15    81%
17:15:48 docker/credentials/__init__.py            3      0      0      0   100%
17:15:48 docker/credentials/constants.py           4      0      0      0   100%
17:15:48 docker/credentials/errors.py             11      1      2      1    85%
17:15:48 docker/credentials/store.py              50      9     16      5    73%
17:15:48 docker/credentials/utils.py              23     13     12      1    31%
17:15:48 docker/errors.py                        110     12     20      6    86%
17:15:48 docker/models/__init__.py                 0      0      0      0   100%
17:15:48 docker/models/configs.py                 21      8      2      0    57%
17:15:48 docker/models/containers.py             183      6     70      5    95%
17:15:48 docker/models/images.py                 137     29     56      3    76%
17:15:48 docker/models/networks.py                37      1     12      0    98%
17:15:48 docker/models/nodes.py                   15      1      2      0    94%
17:15:48 docker/models/plugins.py                 49     30     10      0    32%
17:15:48 docker/models/resource.py                41      9      6      2    77%
17:15:48 docker/models/secrets.py                 21      8      2      0    57%
17:15:48 docker/models/services.py                87      3     36      3    95%
17:15:48 docker/models/swarm.py                   39      3      6      3    87%
17:15:48 docker/models/volumes.py                 23      1      4      0    96%
17:15:48 docker/tls.py                            37      6     14      6    76%
17:15:48 docker/transport/__init__.py             11      3      0      0    73%
17:15:48 docker/transport/basehttpadapter.py       6      0      2      1    88%
17:15:48 docker/transport/npipeconn.py            59     54     10      0     7%
17:15:48 docker/transport/npipesocket.py         137    132     22      0     3%
17:15:48 docker/transport/sshconn.py             149    110     50      1    20%
17:15:48 docker/transport/ssladapter.py           36     10     10      4    65%
17:15:48 docker/transport/unixconn.py             66      6     12      4    87%
17:15:48 docker/types/__init__.py                  6      0      0      0   100%
17:15:48 docker/types/base.py                      5      0      2      0   100%
17:15:48 docker/types/containers.py              420     66    326     43    84%
17:15:48 docker/types/daemon.py                   36      8     14      4    72%
17:15:48 docker/types/healthcheck.py              34     12      4      1    61%
17:15:48 docker/types/networks.py                 41      6     28      5    81%
17:15:48 docker/types/services.py                312     45    206     33    83%
17:15:48 docker/types/swarm.py                    51     24     40     10    52%
17:15:48 docker/utils/__init__.py                  3      0      0      0   100%
17:15:48 docker/utils/build.py                   155     18     76      7    87%
17:15:48 docker/utils/config.py                   36      2     10      2    91%
17:15:48 docker/utils/decorators.py               32      1     12      1    95%
17:15:48 docker/utils/fnmatch.py                  55     18     28      2    61%
17:15:48 docker/utils/json_stream.py              43      8     14      2    79%
17:15:48 docker/utils/ports.py                    50      3     32      2    91%
17:15:48 docker/utils/proxy.py                    32      1     12      0    98%
17:15:48 docker/utils/socket.py                   86      9     40      7    86%
17:15:48 docker/utils/utils.py                   285     19    177     13    92%
17:15:48 docker/version.py                         2      0      2      0   100%
17:15:48 -----------------------------------------------------------------------
17:15:48 TOTAL                                  5116    992   2259    354    78%
17:15:48 
17:15:48 =========================== short test summary info ============================
17:15:48 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:15:48   CONFIG_RT_GROUP_SCHED isn't enabled
17:15:48 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:15:48   Not supported on most drivers
17:15:48 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:15:48   Output of docker top depends on host distro, and is not formalized.
17:15:48 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:15:48   This doesn't seem to be taken into account by the engine
17:15:48 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
17:15:48 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
17:15:48 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
17:15:48 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
17:15:48 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
17:15:48 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
17:15:48 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
17:15:48 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
17:15:48 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
17:15:48 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
17:15:48 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
17:15:48 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
17:15:48 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
17:15:48 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
17:15:48 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
17:15:48 == 928 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 288.70 seconds ==
[Pipeline] sh
17:15:48 + docker stop dpy-dind-39-0-py3.7-20.10.0
17:15:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
17:15:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
17:15:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
17:15:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
17:15:54 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
17:15:54 
17:15:54 =============================== warnings summary ===============================
17:15:54 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
17:15:54   /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
17:15:54     from collections import MutableMapping
17:15:54 
17:15:54 -- Docs: https://docs.pytest.org/en/latest/warnings.html
17:15:54 
17:15:54 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
17:15:54 Name                                  Stmts   Miss Branch BrPart  Cover
17:15:54 -----------------------------------------------------------------------
17:15:54 docker/__init__.py                        8      0      0      0   100%
17:15:54 docker/api/__init__.py                    1      0      0      0   100%
17:15:54 docker/api/build.py                     126     21     93     23    78%
17:15:54 docker/api/client.py                    263    102     98     15    55%
17:15:54 docker/api/config.py                     31     19      6      0    32%
17:15:54 docker/api/container.py                 266    171    104     10    28%
17:15:54 docker/api/daemon.py                     39     28     14      0    21%
17:15:54 docker/api/exec_api.py                   46     36     22      0    15%
17:15:54 docker/api/image.py                     157    106     58      5    26%
17:15:54 docker/api/network.py                    90     56     48      7    30%
17:15:54 docker/api/plugin.py                     90     68     14      0    21%
17:15:54 docker/api/secret.py                     36     23     10      0    28%
17:15:54 docker/api/service.py                   200    176    149      0     7%
17:15:54 docker/api/swarm.py                     106     77     38      0    20%
17:15:54 docker/api/volume.py                     38     29     14      0    17%
17:15:54 docker/auth.py                          198    100     74     15    42%
17:15:54 docker/client.py                         69     20      2      0    69%
17:15:54 docker/constants.py                      21      0      0      0   100%
17:15:54 docker/context/__init__.py                2      0      0      0   100%
17:15:54 docker/context/api.py                    78     57     38      0    18%
17:15:54 docker/context/config.py                 61     42     16      1    26%
17:15:54 docker/context/context.py               151    110     62      2    20%
17:15:54 docker/credentials/__init__.py            3      0      0      0   100%
17:15:54 docker/credentials/constants.py           4      0      0      0   100%
17:15:54 docker/credentials/errors.py             11      4      2      0    54%
17:15:54 docker/credentials/store.py              50     35     16      0    23%
17:15:54 docker/credentials/utils.py              23     18     12      0    14%
17:15:54 docker/errors.py                        110     38     20      5    61%
17:15:54 docker/models/__init__.py                 0      0      0      0   100%
17:15:54 docker/models/configs.py                 21      8      2      0    57%
17:15:54 docker/models/containers.py             183    131     70      0    21%
17:15:54 docker/models/images.py                 137     92     56      0    23%
17:15:54 docker/models/networks.py                37     20     12      0    35%
17:15:54 docker/models/nodes.py                   15      5      2      0    59%
17:15:54 docker/models/plugins.py                 49     30     10      0    32%
17:15:54 docker/models/resource.py                41     24      6      0    36%
17:15:54 docker/models/secrets.py                 21      8      2      0    57%
17:15:54 docker/models/services.py                87     63     36      0    20%
17:15:54 docker/models/swarm.py                   39     21      6      0    40%
17:15:54 docker/models/volumes.py                 23     10      4      0    48%
17:15:54 docker/tls.py                            37     26     14      0    22%
17:15:54 docker/transport/__init__.py             11      3      0      0    73%
17:15:54 docker/transport/basehttpadapter.py       6      0      2      1    88%
17:15:54 docker/transport/npipeconn.py            59     54     10      0     7%
17:15:54 docker/transport/npipesocket.py         137    132     22      0     3%
17:15:54 docker/transport/sshconn.py             149     56     50     14    54%
17:15:54 docker/transport/ssladapter.py           36     22     10      1    33%
17:15:54 docker/transport/unixconn.py             66     42     12      0    31%
17:15:54 docker/types/__init__.py                  6      0      0      0   100%
17:15:54 docker/types/base.py                      5      2      2      0    43%
17:15:54 docker/types/containers.py              420    356    326     11    10%
17:15:54 docker/types/daemon.py                   36     26     14      0    20%
17:15:54 docker/types/healthcheck.py              34     20      4      0    37%
17:15:54 docker/types/networks.py                 41     21     28      8    41%
17:15:54 docker/types/services.py                312    259    206      0    10%
17:15:54 docker/types/swarm.py                    51     45     40      0     7%
17:15:54 docker/utils/__init__.py                  3      0      0      0   100%
17:15:54 docker/utils/build.py                   155     27     76     13    79%
17:15:54 docker/utils/config.py                   36      6     10      5    76%
17:15:54 docker/utils/decorators.py               32      6     12      4    73%
17:15:54 docker/utils/fnmatch.py                  55     27     28      4    41%
17:15:54 docker/utils/json_stream.py              43      8     14      3    77%
17:15:54 docker/utils/ports.py                    50     50     32      0     0%
17:15:54 docker/utils/proxy.py                    32      3     12      2    89%
17:15:54 docker/utils/socket.py                   86     64     40      0    17%
17:15:54 docker/utils/utils.py                   285    186    177     27    29%
17:15:54 docker/version.py                         2      0      2      0   100%
17:15:54 -----------------------------------------------------------------------
17:15:54 TOTAL                                  5116   3189   2259    176    30%
17:15:54 
17:15:54 ============== 23 passed, 1 xpassed, 1 warnings in 25.91 seconds ===============
[Pipeline] sh
17:15:55 + docker stop dpy-dind-39-0-py3.7-19.03.13
17:15:56 dpy-dind-39-0-py3.7-19.03.13
17:15:56 + docker network rm dpy-testnet-39-0-py3.7-19.03.13
17:15:56 dpy-testnet-39-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] }
17:16:00 dpy-dind-39-0-py3.7-20.10.0
[Pipeline] sh
17:16:01 + docker run --rm -d --name dpy-dind-39-0-py3.7-20.10.0 -v /tmp --privileged --network dpy-testnet-39-0-py3.7-20.10.0 dockerbuildbot/docker-py:sshdind-06171f7499b4e98e27a6f0be32b8ceb774544230 dockerd --experimental
17:16:01 9ff80d6718dd9c9339bf412e4d60bd38e09fdd50cab99e01dcd8b2abb1f2b454
[Pipeline] sh
17:16:01 + docker exec dpy-dind-39-0-py3.7-20.10.0 sh -c /usr/sbin/sshd
[Pipeline] sh
17:16:02 + docker run --rm --name dpy-tests-39-0-py3.7-20.10.0 -e DOCKER_HOST=ssh://dpy-dind-39-0-py3.7-20.10.0:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-39-0-py3.7-20.10.0 --volumes-from dpy-dind-39-0-py3.7-20.10.0 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-06171f7499b4e98e27a6f0be32b8ceb774544230 py.test -v -rxs --cov=docker tests/ssh
17:16:02 ============================= test session starts ==============================
17:16:02 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
17:16:02 cachedir: .pytest_cache
17:16:02 rootdir: /src, inifile: pytest.ini
17:16:02 plugins: timeout-1.3.3, cov-2.6.1
17:16:03 collecting ... collected 24 items
17:16:03 
17:16:06 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
17:16:06 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
17:16:06 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
17:16:06 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
17:16:07 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
17:16:09 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
17:16:10 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
17:16:10 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
17:16:11 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
17:16:11 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
17:16:12 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
17:16:13 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
17:16:15 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
17:16:16 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
17:16:16 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
17:16:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
17:16:20 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
17:16:20 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
17:16:21 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
17:16:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
17:16:27 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
17:16:27 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
17:16:27 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
17:16:28 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
17:16:28 
17:16:28 =============================== warnings summary ===============================
17:16:28 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
17:16:28   /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
17:16:28     from collections import MutableMapping
17:16:28 
17:16:28 -- Docs: https://docs.pytest.org/en/latest/warnings.html
17:16:28 
17:16:28 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
17:16:28 Name                                  Stmts   Miss Branch BrPart  Cover
17:16:28 -----------------------------------------------------------------------
17:16:28 docker/__init__.py                        8      0      0      0   100%
17:16:28 docker/api/__init__.py                    1      0      0      0   100%
17:16:28 docker/api/build.py                     126     21     93     23    78%
17:16:28 docker/api/client.py                    263    102     98     15    55%
17:16:28 docker/api/config.py                     31     19      6      0    32%
17:16:28 docker/api/container.py                 266    171    104     10    28%
17:16:28 docker/api/daemon.py                     39     28     14      0    21%
17:16:28 docker/api/exec_api.py                   46     36     22      0    15%
17:16:28 docker/api/image.py                     157    106     58      5    26%
17:16:28 docker/api/network.py                    90     56     48      7    30%
17:16:28 docker/api/plugin.py                     90     68     14      0    21%
17:16:28 docker/api/secret.py                     36     23     10      0    28%
17:16:28 docker/api/service.py                   200    176    149      0     7%
17:16:28 docker/api/swarm.py                     106     77     38      0    20%
17:16:28 docker/api/volume.py                     38     29     14      0    17%
17:16:28 docker/auth.py                          198    100     74     15    42%
17:16:28 docker/client.py                         69     20      2      0    69%
17:16:28 docker/constants.py                      21      0      0      0   100%
17:16:28 docker/context/__init__.py                2      0      0      0   100%
17:16:28 docker/context/api.py                    78     57     38      0    18%
17:16:28 docker/context/config.py                 61     42     16      1    26%
17:16:28 docker/context/context.py               151    110     62      2    20%
17:16:28 docker/credentials/__init__.py            3      0      0      0   100%
17:16:28 docker/credentials/constants.py           4      0      0      0   100%
17:16:28 docker/credentials/errors.py             11      4      2      0    54%
17:16:28 docker/credentials/store.py              50     35     16      0    23%
17:16:28 docker/credentials/utils.py              23     18     12      0    14%
17:16:28 docker/errors.py                        110     38     20      5    61%
17:16:28 docker/models/__init__.py                 0      0      0      0   100%
17:16:28 docker/models/configs.py                 21      8      2      0    57%
17:16:28 docker/models/containers.py             183    131     70      0    21%
17:16:28 docker/models/images.py                 137     92     56      0    23%
17:16:28 docker/models/networks.py                37     20     12      0    35%
17:16:28 docker/models/nodes.py                   15      5      2      0    59%
17:16:28 docker/models/plugins.py                 49     30     10      0    32%
17:16:28 docker/models/resource.py                41     24      6      0    36%
17:16:28 docker/models/secrets.py                 21      8      2      0    57%
17:16:28 docker/models/services.py                87     63     36      0    20%
17:16:28 docker/models/swarm.py                   39     21      6      0    40%
17:16:28 docker/models/volumes.py                 23     10      4      0    48%
17:16:28 docker/tls.py                            37     26     14      0    22%
17:16:28 docker/transport/__init__.py             11      3      0      0    73%
17:16:28 docker/transport/basehttpadapter.py       6      0      2      1    88%
17:16:28 docker/transport/npipeconn.py            59     54     10      0     7%
17:16:28 docker/transport/npipesocket.py         137    132     22      0     3%
17:16:28 docker/transport/sshconn.py             149     56     50     14    54%
17:16:28 docker/transport/ssladapter.py           36     22     10      1    33%
17:16:28 docker/transport/unixconn.py             66     42     12      0    31%
17:16:28 docker/types/__init__.py                  6      0      0      0   100%
17:16:28 docker/types/base.py                      5      2      2      0    43%
17:16:28 docker/types/containers.py              420    356    326     11    10%
17:16:28 docker/types/daemon.py                   36     26     14      0    20%
17:16:28 docker/types/healthcheck.py              34     20      4      0    37%
17:16:28 docker/types/networks.py                 41     21     28      8    41%
17:16:28 docker/types/services.py                312    259    206      0    10%
17:16:28 docker/types/swarm.py                    51     45     40      0     7%
17:16:28 docker/utils/__init__.py                  3      0      0      0   100%
17:16:28 docker/utils/build.py                   155     27     76     13    79%
17:16:28 docker/utils/config.py                   36      6     10      5    76%
17:16:28 docker/utils/decorators.py               32      6     12      4    73%
17:16:28 docker/utils/fnmatch.py                  55     27     28      4    41%
17:16:28 docker/utils/json_stream.py              43      8     14      3    77%
17:16:28 docker/utils/ports.py                    50     50     32      0     0%
17:16:28 docker/utils/proxy.py                    32      3     12      2    89%
17:16:28 docker/utils/socket.py                   86     64     40      0    17%
17:16:28 docker/utils/utils.py                   285    186    177     27    29%
17:16:28 docker/version.py                         2      0      2      0   100%
17:16:28 -----------------------------------------------------------------------
17:16:28 TOTAL                                  5116   3189   2259    176    30%
17:16:28 
17:16:28 ============== 23 passed, 1 xpassed, 1 warnings in 25.84 seconds ===============
[Pipeline] sh
17:16:29 + docker stop dpy-dind-39-0-py3.7-20.10.0
17:16:30 dpy-dind-39-0-py3.7-20.10.0
17:16:30 + docker network rm dpy-testnet-39-0-py3.7-20.10.0
17:16:30 dpy-testnet-39-0-py3.7-20.10.0
[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

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02d2cdbe8016a8e00)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at hudson.FilePath.act(FilePath.java:1070)
		at hudson.FilePath.act(FilePath.java:1059)
		at hudson.FilePath.readToString(FilePath.java:2087)
		at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
		at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
		at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00f95654f74a4d329)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0145b03f136490b4c)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
java.io.IOException: Is a directory
Also:   hudson.AbortException: script returned exit code 1
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
		at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
java.io.IOException: Is a directory
	at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
	at sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
	at sun.nio.ch.IOUtil.read(IOUtil.java:245)
	at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
	at java.nio.file.Files.read(Files.java:3158)
	at java.nio.file.Files.readAllBytes(Files.java:3212)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2093)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2089)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3122)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
Finished: FAILURE