Skip to content
Aborted

Console Output

Skipping 1,527 KB.. Full Log
22:20:32 docker/api/exec_api.py                   45      9     22      3    79%
22:20:32 docker/api/image.py                     159     45     60     13    67%
22:20:32 docker/api/network.py                    90     13     48     12    80%
22:20:32 docker/api/plugin.py                     89     10     14      4    84%
22:20:32 docker/api/secret.py                     34      3      8      2    83%
22:20:32 docker/api/service.py                   200     58    149     32    62%
22:20:32 docker/api/swarm.py                     106     15     38     10    81%
22:20:32 docker/api/volume.py                     38      5     14      5    81%
22:20:32 docker/auth.py                          197     93     74     22    48%
22:20:32 docker/client.py                         69      5      2      1    92%
22:20:32 docker/constants.py                      21      0      0      0   100%
22:20:32 docker/context/__init__.py                2      0      0      0   100%
22:20:32 docker/context/api.py                    78     18     38     10    72%
22:20:32 docker/context/config.py                 61     25     16      3    53%
22:20:32 docker/context/context.py               154     26     64     15    78%
22:20:32 docker/credentials/__init__.py            3      0      0      0   100%
22:20:32 docker/credentials/constants.py           4      0      0      0   100%
22:20:32 docker/credentials/errors.py             11      1      2      1    85%
22:20:32 docker/credentials/store.py              44      5     12      4    80%
22:20:32 docker/credentials/utils.py              23     13     12      1    31%
22:20:32 docker/errors.py                        110     22     20      6    75%
22:20:32 docker/models/__init__.py                 0      0      0      0   100%
22:20:32 docker/models/configs.py                 21      8      2      0    57%
22:20:32 docker/models/containers.py             183     21     70      9    86%
22:20:32 docker/models/images.py                 136     41     56      6    67%
22:20:32 docker/models/networks.py                37      1     12      2    94%
22:20:32 docker/models/nodes.py                   15      1      2      0    94%
22:20:32 docker/models/plugins.py                 48     29      8      0    34%
22:20:32 docker/models/resource.py                41     11      6      2    72%
22:20:32 docker/models/secrets.py                 22      9      2      0    54%
22:20:32 docker/models/services.py                87      5     36      5    92%
22:20:32 docker/models/swarm.py                   39      3      6      3    87%
22:20:32 docker/models/volumes.py                 23      1      4      0    96%
22:20:32 docker/tls.py                            37     13     14      5    57%
22:20:32 docker/transport/__init__.py             11      3      0      0    73%
22:20:32 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:20:32 docker/transport/npipeconn.py            57     52      8      0     8%
22:20:32 docker/transport/npipesocket.py         134    130     20      0     3%
22:20:32 docker/transport/sshconn.py             162    123     54      0    18%
22:20:32 docker/transport/ssladapter.py           36     22     10      1    33%
22:20:32 docker/transport/unixconn.py             54     33      6      0    35%
22:20:32 docker/types/__init__.py                  6      0      0      0   100%
22:20:32 docker/types/base.py                      4      0      2      0   100%
22:20:32 docker/types/containers.py              419    222    326     70    45%
22:20:32 docker/types/daemon.py                   36      8     14      4    72%
22:20:32 docker/types/healthcheck.py              33     12      4      1    59%
22:20:32 docker/types/networks.py                 41      7     28      6    78%
22:20:32 docker/types/services.py                321     76    216     42    73%
22:20:32 docker/types/swarm.py                    51     24     40     10    52%
22:20:32 docker/utils/__init__.py                  3      0      0      0   100%
22:20:32 docker/utils/build.py                   150     22     72     13    82%
22:20:32 docker/utils/config.py                   36      9     10      5    70%
22:20:32 docker/utils/decorators.py               32      6     12      4    73%
22:20:32 docker/utils/fnmatch.py                  55     27     28      4    41%
22:20:32 docker/utils/json_stream.py              40      8     14      3    76%
22:20:32 docker/utils/ports.py                    50     50     32      0     0%
22:20:32 docker/utils/proxy.py                    32      2     12      1    93%
22:20:32 docker/utils/socket.py                   85      9     40      7    86%
22:20:32 docker/utils/utils.py                   278     98    171     32    60%
22:20:32 docker/version.py                         2      0      2      0   100%
22:20:32 -----------------------------------------------------------------------
22:20:32 TOTAL                                  5090   1585   2241    451    65%
22:20:32 
22:20:32 =========================== short test summary info ============================
22:20:32 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:20:32   CONFIG_RT_GROUP_SCHED isn't enabled
22:20:32 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:20:32   Not supported on most drivers
22:20:32 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:20:32   Output of docker top depends on host distro, and is not formalized.
22:20:32 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:20:32   This doesn't seem to be taken into account by the engine
22:20:32 SKIPPED [3] /src/tests/helpers.py:70: Feature requires Docker Engine experimental mode
22:20:32 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:20:32 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:20:32 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:20:32 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:20:32 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:20:32 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:20:32 === 1 failed, 377 passed, 9 skipped, 4 xfailed, 4 xpassed in 269.17 seconds ====
[Pipeline] sh
22:20:32 + docker stop dpy-dind-128-0-py3.7-19.03.13
22:20:33 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
22:20:33 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
22:20:34 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
22:20:34 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
22:20:34 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
22:20:34 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
22:20:35 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
22:20:35 
22:20:35 =================================== FAILURES ===================================
22:20:35 __________________ AttachContainerTest.test_attach_no_stream ___________________
22:20:35 tests/integration/api_container_test.py:1230: in test_attach_no_stream
22:20:35     assert output == 'hello\n'.encode(encoding='ascii')
22:20:35 E   AssertionError: assert b'' == b'hello\n'
22:20:35 E     Right contains more items, first extra item: 104
22:20:35 E     Full diff:
22:20:35 E     - b''
22:20:35 E     + b'hello\n'
22:20:35 
22:20:35 ---------- coverage: platform linux, python 3.7.12-final-0 -----------
22:20:35 Name                                  Stmts   Miss Branch BrPart  Cover
22:20:35 -----------------------------------------------------------------------
22:20:35 docker/__init__.py                        8      0      0      0   100%
22:20:35 docker/api/__init__.py                    1      0      0      0   100%
22:20:35 docker/api/build.py                     126     26     93     23    74%
22:20:35 docker/api/client.py                    261     56     92     19    76%
22:20:35 docker/api/config.py                     29      0      4      1    97%
22:20:35 docker/api/container.py                 265     34    104     26    83%
22:20:35 docker/api/daemon.py                     39     14     14      3    53%
22:20:35 docker/api/exec_api.py                   45      9     22      3    79%
22:20:35 docker/api/image.py                     159     45     60     13    67%
22:20:35 docker/api/network.py                    90     13     48     12    80%
22:20:35 docker/api/plugin.py                     89     10     14      4    84%
22:20:35 docker/api/secret.py                     34      3      8      2    83%
22:20:35 docker/api/service.py                   200     58    149     32    62%
22:20:35 docker/api/swarm.py                     106     15     38     10    81%
22:20:35 docker/api/volume.py                     38      5     14      5    81%
22:20:35 docker/auth.py                          197     93     74     22    48%
22:20:35 docker/client.py                         69      5      2      1    92%
22:20:35 docker/constants.py                      21      0      0      0   100%
22:20:35 docker/context/__init__.py                2      0      0      0   100%
22:20:35 docker/context/api.py                    78     18     38     10    72%
22:20:35 docker/context/config.py                 61     25     16      3    53%
22:20:35 docker/context/context.py               154     26     64     15    78%
22:20:35 docker/credentials/__init__.py            3      0      0      0   100%
22:20:35 docker/credentials/constants.py           4      0      0      0   100%
22:20:35 docker/credentials/errors.py             11      1      2      1    85%
22:20:35 docker/credentials/store.py              44      5     12      4    80%
22:20:35 docker/credentials/utils.py              23     13     12      1    31%
22:20:35 docker/errors.py                        110     22     20      6    75%
22:20:35 docker/models/__init__.py                 0      0      0      0   100%
22:20:35 docker/models/configs.py                 21      8      2      0    57%
22:20:35 docker/models/containers.py             183     21     70      9    86%
22:20:35 docker/models/images.py                 136     41     56      6    67%
22:20:35 docker/models/networks.py                37      1     12      2    94%
22:20:35 docker/models/nodes.py                   15      1      2      0    94%
22:20:35 docker/models/plugins.py                 48     29      8      0    34%
22:20:35 docker/models/resource.py                41     11      6      2    72%
22:20:35 docker/models/secrets.py                 22      9      2      0    54%
22:20:35 docker/models/services.py                87      5     36      5    92%
22:20:35 docker/models/swarm.py                   39      3      6      3    87%
22:20:35 docker/models/volumes.py                 23      1      4      0    96%
22:20:35 docker/tls.py                            37     13     14      5    57%
22:20:35 docker/transport/__init__.py             11      3      0      0    73%
22:20:35 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:20:35 docker/transport/npipeconn.py            57     52      8      0     8%
22:20:35 docker/transport/npipesocket.py         134    130     20      0     3%
22:20:35 docker/transport/sshconn.py             162    123     54      0    18%
22:20:35 docker/transport/ssladapter.py           36     22     10      1    33%
22:20:35 docker/transport/unixconn.py             54     33      6      0    35%
22:20:35 docker/types/__init__.py                  6      0      0      0   100%
22:20:35 docker/types/base.py                      4      0      2      0   100%
22:20:35 docker/types/containers.py              419    222    326     70    45%
22:20:35 docker/types/daemon.py                   36      8     14      4    72%
22:20:35 docker/types/healthcheck.py              33     12      4      1    59%
22:20:35 docker/types/networks.py                 41      7     28      6    78%
22:20:35 docker/types/services.py                321     76    216     42    73%
22:20:35 docker/types/swarm.py                    51     24     40     10    52%
22:20:35 docker/utils/__init__.py                  3      0      0      0   100%
22:20:35 docker/utils/build.py                   150     22     72     13    82%
22:20:35 docker/utils/config.py                   36      9     10      5    70%
22:20:35 docker/utils/decorators.py               32      6     12      4    73%
22:20:35 docker/utils/fnmatch.py                  55     27     28      4    41%
22:20:35 docker/utils/json_stream.py              40      8     14      3    76%
22:20:35 docker/utils/ports.py                    50     50     32      0     0%
22:20:35 docker/utils/proxy.py                    32      2     12      1    93%
22:20:35 docker/utils/socket.py                   85      9     40      7    86%
22:20:35 docker/utils/utils.py                   278     98    171     32    60%
22:20:35 docker/version.py                         2      0      2      0   100%
22:20:35 -----------------------------------------------------------------------
22:20:35 TOTAL                                  5090   1585   2241    451    65%
22:20:35 
22:20:35 =========================== short test summary info ============================
22:20:35 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:20:35   CONFIG_RT_GROUP_SCHED isn't enabled
22:20:35 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:20:35   Not supported on most drivers
22:20:35 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:20:35   Output of docker top depends on host distro, and is not formalized.
22:20:35 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:20:35   This doesn't seem to be taken into account by the engine
22:20:35 SKIPPED [3] /src/tests/helpers.py:70: Feature requires Docker Engine experimental mode
22:20:35 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:20:35 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:20:35 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:20:35 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:20:35 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:20:35 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:20:35 === 1 failed, 377 passed, 9 skipped, 4 xfailed, 4 xpassed in 272.20 seconds ====
[Pipeline] sh
22:20:35 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
22:20:35 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
22:20:35 + docker stop dpy-dind-128-0-py3.7-19.03.12
22:20:36 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
22:20:36 
22:20:36 ---------- coverage: platform linux, python 3.7.12-final-0 -----------
22:20:36 Name                                  Stmts   Miss Branch BrPart  Cover
22:20:36 -----------------------------------------------------------------------
22:20:36 docker/__init__.py                        8      0      0      0   100%
22:20:36 docker/api/__init__.py                    1      0      0      0   100%
22:20:36 docker/api/build.py                     126     26     93     23    74%
22:20:36 docker/api/client.py                    261     56     92     19    76%
22:20:36 docker/api/config.py                     29      0      4      1    97%
22:20:36 docker/api/container.py                 265     34    104     26    83%
22:20:36 docker/api/daemon.py                     39     14     14      3    53%
22:20:36 docker/api/exec_api.py                   45      9     22      3    79%
22:20:36 docker/api/image.py                     159     45     60     13    67%
22:20:36 docker/api/network.py                    90     13     48     12    80%
22:20:36 docker/api/plugin.py                     89     10     14      4    84%
22:20:36 docker/api/secret.py                     34      3      8      2    83%
22:20:36 docker/api/service.py                   200     58    149     32    62%
22:20:36 docker/api/swarm.py                     106     15     38     10    81%
22:20:36 docker/api/volume.py                     38      5     14      5    81%
22:20:36 docker/auth.py                          197     93     74     22    48%
22:20:36 docker/client.py                         69      5      2      1    92%
22:20:36 docker/constants.py                      21      0      0      0   100%
22:20:36 docker/context/__init__.py                2      0      0      0   100%
22:20:36 docker/context/api.py                    78     18     38     10    72%
22:20:36 docker/context/config.py                 61     25     16      3    53%
22:20:36 docker/context/context.py               154     26     64     15    78%
22:20:36 docker/credentials/__init__.py            3      0      0      0   100%
22:20:36 docker/credentials/constants.py           4      0      0      0   100%
22:20:36 docker/credentials/errors.py             11      1      2      1    85%
22:20:36 docker/credentials/store.py              44      5     12      4    80%
22:20:36 docker/credentials/utils.py              23     13     12      1    31%
22:20:36 docker/errors.py                        110     22     20      6    75%
22:20:36 docker/models/__init__.py                 0      0      0      0   100%
22:20:36 docker/models/configs.py                 21      8      2      0    57%
22:20:36 docker/models/containers.py             183     21     70      9    86%
22:20:36 docker/models/images.py                 136     41     56      6    67%
22:20:36 docker/models/networks.py                37      1     12      2    94%
22:20:36 docker/models/nodes.py                   15      1      2      0    94%
22:20:36 docker/models/plugins.py                 48     29      8      0    34%
22:20:36 docker/models/resource.py                41     11      6      2    72%
22:20:36 docker/models/secrets.py                 22      9      2      0    54%
22:20:36 docker/models/services.py                87      5     36      5    92%
22:20:36 docker/models/swarm.py                   39      3      6      3    87%
22:20:36 docker/models/volumes.py                 23      1      4      0    96%
22:20:36 docker/tls.py                            37     13     14      5    57%
22:20:36 docker/transport/__init__.py             11      3      0      0    73%
22:20:36 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:20:36 docker/transport/npipeconn.py            57     52      8      0     8%
22:20:36 docker/transport/npipesocket.py         134    130     20      0     3%
22:20:36 docker/transport/sshconn.py             162    123     54      0    18%
22:20:36 docker/transport/ssladapter.py           36     22     10      1    33%
22:20:36 docker/transport/unixconn.py             54     33      6      0    35%
22:20:36 docker/types/__init__.py                  6      0      0      0   100%
22:20:36 docker/types/base.py                      4      0      2      0   100%
22:20:36 docker/types/containers.py              419    222    326     70    45%
22:20:36 docker/types/daemon.py                   36      8     14      4    72%
22:20:36 docker/types/healthcheck.py              33     12      4      1    59%
22:20:36 docker/types/networks.py                 41      7     28      6    78%
22:20:36 docker/types/services.py                321     76    216     42    73%
22:20:36 docker/types/swarm.py                    51     24     40     10    52%
22:20:36 docker/utils/__init__.py                  3      0      0      0   100%
22:20:36 docker/utils/build.py                   150     22     72     13    82%
22:20:36 docker/utils/config.py                   36      9     10      5    70%
22:20:36 docker/utils/decorators.py               32      6     12      4    73%
22:20:36 docker/utils/fnmatch.py                  55     27     28      4    41%
22:20:36 docker/utils/json_stream.py              40      8     14      3    76%
22:20:36 docker/utils/ports.py                    50     50     32      0     0%
22:20:36 docker/utils/proxy.py                    32      2     12      1    93%
22:20:36 docker/utils/socket.py                   85      9     40      7    86%
22:20:36 docker/utils/utils.py                   278     98    171     32    60%
22:20:36 docker/version.py                         2      0      2      0   100%
22:20:36 -----------------------------------------------------------------------
22:20:36 TOTAL                                  5090   1585   2241    451    65%
22:20:36 
22:20:36 =========================== short test summary info ============================
22:20:36 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:20:36   CONFIG_RT_GROUP_SCHED isn't enabled
22:20:36 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:20:36   Not supported on most drivers
22:20:36 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:20:36   Output of docker top depends on host distro, and is not formalized.
22:20:36 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:20:36   This doesn't seem to be taken into account by the engine
22:20:36 SKIPPED [3] /src/tests/helpers.py:70: Feature requires Docker Engine experimental mode
22:20:36 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:20:36 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:20:36 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:20:36 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:20:36 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:20:36 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:20:36 
22:20:36 ======== 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 272.99 seconds =========
[Pipeline] sh
22:20:37 + docker stop dpy-dind-128-0-py3.7-20.10.9
22:20:45 dpy-dind-128-0-py3.7-19.03.13
22:20:45 + docker network rm dpy-testnet-128-0-py3.7-19.03.13
22:20:45 dpy-testnet-128-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] }
Failed in branch py3.7_19.03.13
22:20:47 dpy-dind-128-0-py3.7-19.03.12
22:20:47 + docker network rm dpy-testnet-128-0-py3.7-19.03.12
22:20:47 dpy-testnet-128-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] }
Failed in branch py3.7_19.03.12
22:20:49 dpy-dind-128-0-py3.7-20.10.9
[Pipeline] sh
22:20:49 + docker run --rm -d --name dpy-dind-128-0-py3.7-20.10.9 -v /tmp --privileged --network dpy-testnet-128-0-py3.7-20.10.9 dockerpinata/docker-py:sshdind-7172269b067271911a9e643ebdcdca8318f2ded3 dockerd --experimental
22:20:49 5ecf73ad3f14b79cfb3b6be6b7d9082e61bf5f07a120080d13ea630065af0777
[Pipeline] sh
22:20:50 + docker exec dpy-dind-128-0-py3.7-20.10.9 sh -c /usr/sbin/sshd
[Pipeline] sh
22:20:50 + docker run --rm --name dpy-tests-128-0-py3.7-20.10.9 -e DOCKER_HOST=ssh://dpy-dind-128-0-py3.7-20.10.9:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-128-0-py3.7-20.10.9 --volumes-from dpy-dind-128-0-py3.7-20.10.9 -v /home/ubuntu/workspace/docker-py_master@tmp/b53ff55f-0316-49a4-a758-a6f25dd26cf6/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-7172269b067271911a9e643ebdcdca8318f2ded3 py.test -v -rxs --cov=docker tests/ssh
22:20:52 ============================= test session starts ==============================
22:20:52 platform linux -- Python 3.7.12, pytest-4.3.1, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python
22:20:52 cachedir: .pytest_cache
22:20:52 rootdir: /src, inifile: pytest.ini
22:20:52 plugins: cov-2.6.1, timeout-1.3.3
22:20:52 collecting ... collected 24 items
22:20:52 
Aborted by Anca Iordache
22:20:53 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target Sending interrupt signal to process
22:20:55 PASSED [  4%]
22:20:55 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
22:20:55 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
22:20:55 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
22:20:56 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
22:20:57 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
22:20:58 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
22:20:59 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
22:20:59 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
22:20:59 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
22:21:01 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
22:21:01 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
22:21:04 tests/ssh/api_build_test.py::BuildTest::test_build_squash Sending interrupt signal to process
22:21:04 PASSED         [ 54%]
22:21:04 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data Terminated
22:21:04 script returned exit code 143
Click here to forcibly terminate running steps
[Pipeline] sh
22:21:09 + docker stop dpy-dind-128-0-py3.7-20.10.9
22:21:11 dpy-dind-128-0-py3.7-20.10.9
22:21:11 + docker network rm dpy-testnet-128-0-py3.7-20.10.9
22:21:11 Error response from daemon: error while removing network: network dpy-testnet-128-0-py3.7-20.10.9 id 5d6718c767cbf72d8bcd642480de250d811813c5050121cdbfb2205da63988d7 has active endpoints
[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
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: ABORTED