Skip to content
Failed

Console Output

Skipping 1,290 KB.. Full Log
14:52:01     __import__(modname)
14:52:01 <frozen importlib._bootstrap>:983: in _find_and_load
14:52:01     ???
14:52:01 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
14:52:01     ???
14:52:01 <frozen importlib._bootstrap>:668: in _load_unlocked
14:52:01     ???
14:52:01 <frozen importlib._bootstrap>:638: in _load_backward_compatible
14:52:01     ???
14:52:01 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
14:52:01     six.exec_(co, mod.__dict__)
14:52:01 tests/integration/conftest.py:6: in <module>
14:52:01     import docker.errors
14:52:01 docker/__init__.py:2: in <module>
14:52:01     from .api import APIClient
14:52:01 docker/api/__init__.py:2: in <module>
14:52:01     from .client import APIClient
14:52:01 docker/api/client.py:10: in <module>
14:52:01     from .. import auth
14:52:01 docker/auth.py:9: in <module>
14:52:01     from .utils import config
14:52:01 docker/utils/__init__.py:3: in <module>
14:52:01     from .decorators import check_resource, minimum_version, update_headers
14:52:01 docker/utils/decorators.py:4: in <module>
14:52:01     from . import utils
14:52:01 docker/utils/utils.py:13: in <module>
14:52:01     from .. import tls
14:52:01 docker/tls.py:5: in <module>
14:52:01     from .transport import SSLHTTPAdapter
14:52:01 docker/transport/__init__.py:11: in <module>
14:52:01     from .sshconn import SSHHTTPAdapter
14:52:01 E     File "/src/docker/transport/sshconn.py", line 48
14:52:01 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
14:52:01 E                                                                          ^
14:52:01 E   SyntaxError: invalid syntax
14:52:01 
14:52:01 During handling of the above exception, another exception occurred:
14:52:01 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
14:52:01     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
14:52:01 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
14:52:01     dirs = self.optsort([p for p in entries
14:52:01 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
14:52:01     if p.check(dir=1) and (rec is None or rec(p))])
14:52:01 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
14:52:01     ihook = self.gethookproxy(dirpath)
14:52:01 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
14:52:01     my_conftestmodules = pm._getconftestmodules(fspath)
14:52:01 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
14:52:01     mod = self._importconftest(conftestpath.realpath())
14:52:01 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
14:52:01     raise ConftestImportFailure(conftestpath, sys.exc_info())
14:52:01 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f5cd93d2410>))
14:52:01 
14:52:01 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
14:52:01 Name                                  Stmts   Miss Branch BrPart  Cover
14:52:01 -----------------------------------------------------------------------
14:52:01 docker/__init__.py                        8      7      0      0    12%
14:52:01 docker/api/__init__.py                    1      0      0      0   100%
14:52:01 docker/api/build.py                     126    126     93      0     0%
14:52:01 docker/api/client.py                    263    255     98      0     2%
14:52:01 docker/api/config.py                     31     31      6      0     0%
14:52:01 docker/api/container.py                 266    266    104      0     0%
14:52:01 docker/api/daemon.py                     39     39     14      0     0%
14:52:01 docker/api/exec_api.py                   46     46     22      0     0%
14:52:01 docker/api/image.py                     157    157     58      0     0%
14:52:01 docker/api/network.py                    90     90     48      0     0%
14:52:01 docker/api/plugin.py                     90     90     14      0     0%
14:52:01 docker/api/secret.py                     36     36     10      0     0%
14:52:01 docker/api/service.py                   200    200    149      0     0%
14:52:01 docker/api/swarm.py                     106    106     38      0     0%
14:52:01 docker/api/volume.py                     38     38     14      0     0%
14:52:01 docker/auth.py                          198    191     74      0     3%
14:52:01 docker/client.py                         69     69      2      0     0%
14:52:01 docker/constants.py                      21      0      0      0   100%
14:52:01 docker/context/__init__.py                2      2      0      0     0%
14:52:01 docker/context/api.py                    78     78     38      0     0%
14:52:01 docker/context/config.py                 61     61     16      0     0%
14:52:01 docker/context/context.py               151    151     62      0     0%
14:52:01 docker/credentials/__init__.py            3      0      0      0   100%
14:52:01 docker/credentials/constants.py           4      0      0      0   100%
14:52:01 docker/credentials/errors.py             11      4      2      0    54%
14:52:01 docker/credentials/store.py              50     35     16      0    23%
14:52:01 docker/credentials/utils.py              23     18     12      0    14%
14:52:01 docker/errors.py                        110     60     20      0    38%
14:52:01 docker/models/__init__.py                 0      0      0      0   100%
14:52:01 docker/models/configs.py                 21     21      2      0     0%
14:52:01 docker/models/containers.py             183    183     70      0     0%
14:52:01 docker/models/images.py                 137    137     56      0     0%
14:52:01 docker/models/networks.py                37     37     12      0     0%
14:52:01 docker/models/nodes.py                   15     15      2      0     0%
14:52:01 docker/models/plugins.py                 49     49     10      0     0%
14:52:01 docker/models/resource.py                41     41      6      0     0%
14:52:01 docker/models/secrets.py                 21     21      2      0     0%
14:52:01 docker/models/services.py                87     87     36      0     0%
14:52:01 docker/models/swarm.py                   39     39      6      0     0%
14:52:01 docker/models/volumes.py                 23     23      4      0     0%
14:52:01 docker/tls.py                            37     33     14      0     8%
14:52:01 docker/transport/__init__.py             11      2      0      0    82%
14:52:01 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:52:01 docker/transport/npipeconn.py            59     54     10      0     7%
14:52:01 docker/transport/npipesocket.py         137    132     22      0     3%
14:52:01 docker/transport/ssladapter.py           36     22     10      1    33%
14:52:01 docker/transport/unixconn.py             66     42     12      0    31%
14:52:01 docker/types/__init__.py                  6      6      0      0     0%
14:52:01 docker/types/base.py                      5      5      2      0     0%
14:52:01 docker/types/containers.py              420    420    326      0     0%
14:52:01 docker/types/daemon.py                   36     36     14      0     0%
14:52:01 docker/types/healthcheck.py              34     34      4      0     0%
14:52:01 docker/types/networks.py                 41     41     28      0     0%
14:52:01 docker/types/services.py                312    312    206      0     0%
14:52:01 docker/types/swarm.py                    51     51     40      0     0%
14:52:01 docker/utils/__init__.py                  3      1      0      0    67%
14:52:01 docker/utils/build.py                   155    130     76      0    11%
14:52:01 docker/utils/config.py                   36     36     10      0     0%
14:52:01 docker/utils/decorators.py               32     29     12      0     7%
14:52:01 docker/utils/fnmatch.py                  55     47     28      0    10%
14:52:01 docker/utils/json_stream.py              43     43     14      0     0%
14:52:01 docker/utils/ports.py                    50     50     32      0     0%
14:52:01 docker/utils/proxy.py                    32     32     12      0     0%
14:52:01 docker/utils/socket.py                   86     86     40      0     0%
14:52:01 docker/utils/utils.py                   285    274    177      0     2%
14:52:01 docker/version.py                         2      0      2      0   100%
14:52:01 -----------------------------------------------------------------------
14:52:01 TOTAL                                  4967   4730   2209      1     3%
14:52:01 
14:52:01 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
14:52:01 =========================== 1 error in 1.65 seconds ============================
[Pipeline] sh
14:52:01 
14:52:01 ==================================== ERRORS ====================================
14:52:01 ______________________________ ERROR collecting  _______________________________
14:52:01 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
14:52:01     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
14:52:01 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
14:52:01     if p.check(dir=1) and (rec is None or rec(p))])
14:52:01 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
14:52:01     ihook = self.gethookproxy(dirpath)
14:52:01 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
14:52:01     my_conftestmodules = pm._getconftestmodules(fspath)
14:52:01 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
14:52:01     mod = self._importconftest(conftestpath.realpath())
14:52:01 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
14:52:01     raise ConftestImportFailure(conftestpath, sys.exc_info())
14:52:01 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f2d8e319960>))
14:52:01 =============================== warnings summary ===============================
14:52:01 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
14:52:01   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:52:01     from cryptography import x509
14:52:01 
14:52:01 -- Docs: https://docs.pytest.org/en/latest/warnings.html
14:52:01 
14:52:01 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
14:52:01 Name                                  Stmts   Miss Branch BrPart  Cover
14:52:01 -----------------------------------------------------------------------
14:52:01 docker/__init__.py                        8      7      0      0    13%
14:52:01 docker/api/__init__.py                    1      0      0      0   100%
14:52:01 docker/api/build.py                     126    126     92      0     0%
14:52:01 docker/api/client.py                    263    255     96      0     2%
14:52:01 docker/api/config.py                     31     31      6      0     0%
14:52:01 docker/api/container.py                 266    266    102      0     0%
14:52:01 docker/api/daemon.py                     39     39     14      0     0%
14:52:01 docker/api/exec_api.py                   46     46     22      0     0%
14:52:01 docker/api/image.py                     157    157     56      0     0%
14:52:01 docker/api/network.py                    90     90     48      0     0%
14:52:01 docker/api/plugin.py                     90     90     12      0     0%
14:52:01 docker/api/secret.py                     36     36     10      0     0%
14:52:01 docker/api/service.py                   200    200    149      0     0%
14:52:01 docker/api/swarm.py                     106    106     38      0     0%
14:52:01 docker/api/volume.py                     38     38     14      0     0%
14:52:01 docker/auth.py                          198    191     74      0     3%
14:52:01 docker/client.py                         69     69      2      0     0%
14:52:01 docker/constants.py                      21      0      0      0   100%
14:52:01 docker/context/__init__.py                2      2      0      0     0%
14:52:01 docker/context/api.py                    78     78     38      0     0%
14:52:01 docker/context/config.py                 61     61     16      0     0%
14:52:01 docker/context/context.py               151    151     62      0     0%
14:52:01 docker/credentials/__init__.py            3      0      0      0   100%
14:52:01 docker/credentials/constants.py           4      0      0      0   100%
14:52:01 docker/credentials/errors.py             11      4      2      0    54%
14:52:01 docker/credentials/store.py              50     35     16      0    23%
14:52:01 docker/credentials/utils.py              23     18     12      0    14%
14:52:01 docker/errors.py                        110     60     18      0    39%
14:52:01 docker/models/__init__.py                 0      0      0      0   100%
14:52:01 docker/models/configs.py                 21     21      0      0     0%
14:52:01 docker/models/containers.py             183    183     60      0     0%
14:52:01 docker/models/images.py                 137    137     50      0     0%
14:52:01 docker/models/networks.py                37     37      8      0     0%
14:52:01 docker/models/nodes.py                   15     15      0      0     0%
14:52:01 docker/models/plugins.py                 49     49      8      0     0%
14:52:01 docker/models/resource.py                41     41      6      0     0%
14:52:01 docker/models/secrets.py                 21     21      0      0     0%
14:52:01 docker/models/services.py                87     87     34      0     0%
14:52:01 docker/models/swarm.py                   39     39      6      0     0%
14:52:01 docker/models/volumes.py                 23     23      2      0     0%
14:52:01 docker/tls.py                            37     33     14      0     8%
14:52:01 docker/transport/__init__.py             11      2      0      0    82%
14:52:01 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:52:01 docker/transport/npipeconn.py            59     54     10      0     7%
14:52:01 docker/transport/npipesocket.py         137    132     22      0     3%
14:52:01 docker/transport/ssladapter.py           36     20     10      1    37%
14:52:01 docker/transport/unixconn.py             66     42     12      0    31%
14:52:01 docker/types/__init__.py                  6      6      0      0     0%
14:52:01 docker/types/base.py                      5      5      2      0     0%
14:52:01 docker/types/containers.py              420    420    324      0     0%
14:52:01 docker/types/daemon.py                   36     36     14      0     0%
14:52:01 docker/types/healthcheck.py              34     34      4      0     0%
14:52:01 docker/types/networks.py                 41     41     28      0     0%
14:52:01 docker/types/services.py                312    312    206      0     0%
14:52:01 docker/types/swarm.py                    51     51     40      0     0%
14:52:01 docker/utils/__init__.py                  3      1      0      0    67%
14:52:01 docker/utils/build.py                   155    130     74      0    11%
14:52:01 docker/utils/config.py                   36     36     10      0     0%
14:52:01 docker/utils/decorators.py               32     29     12      0     7%
14:52:01 docker/utils/fnmatch.py                  55     47     28      0    10%
14:52:01 docker/utils/json_stream.py              43     43     14      0     0%
14:52:01 docker/utils/ports.py                    50     50     28      0     0%
14:52:01 docker/utils/proxy.py                    32     32     12      0     0%
14:52:01 docker/utils/socket.py                   86     86     40      0     0%
14:52:01 docker/utils/utils.py                   285    274    164      0     2%
14:52:01 docker/version.py                         2      0      0      0   100%
14:52:01 -----------------------------------------------------------------------
14:52:01 TOTAL                                  4967   4728   2143      1     3%
14:52:01 
14:52:01 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
14:52:01 ===================== 1 warnings, 1 error in 1.39 seconds ======================
14:52:01 + docker stop dpy-dind-2-0-py3.7-20.10.1
14:52:01 1e2259486f2e: Pull complete
14:52:01 4de3536a8c10: Pull complete
14:52:01 a5a02834b6e0: Pull complete
14:52:01 Digest: sha256:15a4d9fe6b6792ce5eff9b1d3d82f670da39a9fde382057498cad24a10e2d900
14:52:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-0c425a13b741ca0d32d49b1591ee425eefd55d05
[Pipeline] sh
14:52:02 + docker stop dpy-dind-2-0-py2.7-20.10.1
14:52:03 dpy-dind-2-0-py3.7-20.10.1
14:52:03 + docker network rm dpy-testnet-2-0-py3.7-20.10.1
14:52:03 dpy-testnet-2-0-py3.7-20.10.1
[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.1
14:52:03 dpy-dind-2-0-py2.7-20.10.1
14:52:03 + docker network rm dpy-testnet-2-0-py2.7-20.10.1
14:52:03 dpy-testnet-2-0-py2.7-20.10.1
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_20.10.1
14:52:05 ============================= test session starts ==============================
14:52:05 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
14:52:05 cachedir: .pytest_cache
14:52:05 rootdir: /src, inifile: pytest.ini
14:52:05 plugins: timeout-1.3.3, cov-2.6.1
14:52:05 collecting ... collected 0 items / 1 errors
14:52:06 
14:52:06 ==================================== ERRORS ====================================
14:52:06 ______________________________ ERROR collecting  _______________________________
14:52:06 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
14:52:06     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
14:52:06 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
14:52:06     if p.check(dir=1) and (rec is None or rec(p))])
14:52:06 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
14:52:06     ihook = self.gethookproxy(dirpath)
14:52:06 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
14:52:06     my_conftestmodules = pm._getconftestmodules(fspath)
14:52:06 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
14:52:06     mod = self._importconftest(conftestpath.realpath())
14:52:06 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
14:52:06     raise ConftestImportFailure(conftestpath, sys.exc_info())
14:52:06 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f93c1f15960>))
14:52:06 =============================== warnings summary ===============================
14:52:06 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
14:52:06   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:52:06     from cryptography import x509
14:52:06 
14:52:06 -- Docs: https://docs.pytest.org/en/latest/warnings.html
14:52:06 
14:52:06 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
14:52:06 Name                                  Stmts   Miss Branch BrPart  Cover
14:52:06 -----------------------------------------------------------------------
14:52:06 docker/__init__.py                        8      7      0      0    13%
14:52:06 docker/api/__init__.py                    1      0      0      0   100%
14:52:06 docker/api/build.py                     126    126     92      0     0%
14:52:06 docker/api/client.py                    263    255     96      0     2%
14:52:06 docker/api/config.py                     31     31      6      0     0%
14:52:06 docker/api/container.py                 266    266    102      0     0%
14:52:06 docker/api/daemon.py                     39     39     14      0     0%
14:52:06 docker/api/exec_api.py                   46     46     22      0     0%
14:52:06 docker/api/image.py                     157    157     56      0     0%
14:52:06 docker/api/network.py                    90     90     48      0     0%
14:52:06 docker/api/plugin.py                     90     90     12      0     0%
14:52:06 docker/api/secret.py                     36     36     10      0     0%
14:52:06 docker/api/service.py                   200    200    149      0     0%
14:52:06 docker/api/swarm.py                     106    106     38      0     0%
14:52:06 docker/api/volume.py                     38     38     14      0     0%
14:52:06 docker/auth.py                          198    191     74      0     3%
14:52:06 docker/client.py                         69     69      2      0     0%
14:52:06 docker/constants.py                      21      0      0      0   100%
14:52:06 docker/context/__init__.py                2      2      0      0     0%
14:52:06 docker/context/api.py                    78     78     38      0     0%
14:52:06 docker/context/config.py                 61     61     16      0     0%
14:52:06 docker/context/context.py               151    151     62      0     0%
14:52:06 docker/credentials/__init__.py            3      0      0      0   100%
14:52:06 docker/credentials/constants.py           4      0      0      0   100%
14:52:06 docker/credentials/errors.py             11      4      2      0    54%
14:52:06 docker/credentials/store.py              50     35     16      0    23%
14:52:06 docker/credentials/utils.py              23     18     12      0    14%
14:52:06 docker/errors.py                        110     60     18      0    39%
14:52:06 docker/models/__init__.py                 0      0      0      0   100%
14:52:06 docker/models/configs.py                 21     21      0      0     0%
14:52:06 docker/models/containers.py             183    183     60      0     0%
14:52:06 docker/models/images.py                 137    137     50      0     0%
14:52:06 docker/models/networks.py                37     37      8      0     0%
14:52:06 docker/models/nodes.py                   15     15      0      0     0%
14:52:06 docker/models/plugins.py                 49     49      8      0     0%
14:52:06 docker/models/resource.py                41     41      6      0     0%
14:52:06 docker/models/secrets.py                 21     21      0      0     0%
14:52:06 docker/models/services.py                87     87     34      0     0%
14:52:06 docker/models/swarm.py                   39     39      6      0     0%
14:52:06 docker/models/volumes.py                 23     23      2      0     0%
14:52:06 docker/tls.py                            37     33     14      0     8%
14:52:06 docker/transport/__init__.py             11      2      0      0    82%
14:52:06 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:52:06 docker/transport/npipeconn.py            59     54     10      0     7%
14:52:06 docker/transport/npipesocket.py         137    132     22      0     3%
14:52:06 docker/transport/ssladapter.py           36     20     10      1    37%
14:52:06 docker/transport/unixconn.py             66     42     12      0    31%
14:52:06 docker/types/__init__.py                  6      6      0      0     0%
14:52:06 docker/types/base.py                      5      5      2      0     0%
14:52:06 docker/types/containers.py              420    420    324      0     0%
14:52:06 docker/types/daemon.py                   36     36     14      0     0%
14:52:06 docker/types/healthcheck.py              34     34      4      0     0%
14:52:06 docker/types/networks.py                 41     41     28      0     0%
14:52:06 docker/types/services.py                312    312    206      0     0%
14:52:06 docker/types/swarm.py                    51     51     40      0     0%
14:52:06 docker/utils/__init__.py                  3      1      0      0    67%
14:52:06 docker/utils/build.py                   155    130     74      0    11%
14:52:06 docker/utils/config.py                   36     36     10      0     0%
14:52:06 docker/utils/decorators.py               32     29     12      0     7%
14:52:06 docker/utils/fnmatch.py                  55     47     28      0    10%
14:52:06 docker/utils/json_stream.py              43     43     14      0     0%
14:52:06 docker/utils/ports.py                    50     50     28      0     0%
14:52:06 docker/utils/proxy.py                    32     32     12      0     0%
14:52:06 docker/utils/socket.py                   86     86     40      0     0%
14:52:06 docker/utils/utils.py                   285    274    164      0     2%
14:52:06 docker/version.py                         2      0      0      0   100%
14:52:06 -----------------------------------------------------------------------
14:52:06 TOTAL                                  4967   4728   2143      1     3%
14:52:06 
14:52:06 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
14:52:06 ===================== 1 warnings, 1 error in 1.37 seconds ======================
[Pipeline] sh
14:52:07 + docker stop dpy-dind-2-0-py2.7-19.03.12
14:52:09 dpy-dind-2-0-py2.7-19.03.12
14:52:09 + docker network rm dpy-testnet-2-0-py2.7-19.03.12
14:52:09 dpy-testnet-2-0-py2.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 py2.7_19.03.12
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE