Skip to content
Failed

Console Output

Skipping 1,227 KB.. Full Log
16:44:08 docker/models/nodes.py                   15     15      0      0     0%
16:44:08 docker/models/plugins.py                 49     49      8      0     0%
16:44:08 docker/models/resource.py                41     41      6      0     0%
16:44:08 docker/models/secrets.py                 21     21      0      0     0%
16:44:08 docker/models/services.py                87     87     34      0     0%
16:44:08 docker/models/swarm.py                   39     39      6      0     0%
16:44:08 docker/models/volumes.py                 23     23      2      0     0%
16:44:08 docker/tls.py                            37     33     14      0     8%
16:44:08 docker/transport/__init__.py             11      2      0      0    82%
16:44:08 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:08 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:08 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:08 docker/transport/ssladapter.py           36     20     10      1    37%
16:44:08 docker/transport/unixconn.py             66     42     12      0    31%
16:44:08 docker/types/__init__.py                  6      6      0      0     0%
16:44:08 docker/types/base.py                      5      5      2      0     0%
16:44:08 docker/types/containers.py              420    420    324      0     0%
16:44:08 docker/types/daemon.py                   36     36     14      0     0%
16:44:08 docker/types/healthcheck.py              34     34      4      0     0%
16:44:08 docker/types/networks.py                 41     41     28      0     0%
16:44:08 docker/types/services.py                312    312    206      0     0%
16:44:08 docker/types/swarm.py                    51     51     40      0     0%
16:44:08 docker/utils/__init__.py                  3      1      0      0    67%
16:44:08 docker/utils/build.py                   155    130     74      0    11%
16:44:08 docker/utils/config.py                   36     36     10      0     0%
16:44:08 docker/utils/decorators.py               32     29     12      0     7%
16:44:08 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:08 docker/utils/json_stream.py              43     43     14      0     0%
16:44:08 docker/utils/ports.py                    50     50     28      0     0%
16:44:08 docker/utils/proxy.py                    32     32     12      0     0%
16:44:08 docker/utils/socket.py                   86     86     40      0     0%
16:44:08 docker/utils/utils.py                   285    274    164      0     2%
16:44:08 docker/version.py                         2      0      0      0   100%
16:44:08 -----------------------------------------------------------------------
16:44:08 TOTAL                                  4967   4728   2143      1     3%
16:44:08 
16:44:08 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:08 ===================== 1 warnings, 1 error in 0.86 seconds ======================
16:44:09 b9ec5f1fc89c: Pull complete
16:44:09 82df71b5fdc6: Pull complete
[Pipeline] sh
16:44:09 cc030f14d299: Pull complete
16:44:09 340677365c4d: Pull complete
16:44:09 + docker stop dpy-dind-7-0-py2.7-19.03.12
16:44:09 ============================= test session starts ==============================
16:44:09 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:09 cachedir: .pytest_cache
16:44:09 rootdir: /src, inifile: pytest.ini
16:44:09 plugins: timeout-1.3.3, cov-2.6.1
16:44:09 collecting ... collected 0 items / 1 errors
16:44:10 
16:44:10 ==================================== ERRORS ====================================
16:44:10 ______________________________ ERROR collecting  _______________________________
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:44:10     return self._conftestpath2mod[conftestpath]
16:44:10 E   KeyError: local('/src/tests/integration/conftest.py')
16:44:10 
16:44:10 During handling of the above exception, another exception occurred:
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:44:10     mod = conftestpath.pyimport()
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:44:10     __import__(modname)
16:44:10 <frozen importlib._bootstrap>:983: in _find_and_load
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:668: in _load_unlocked
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:44:10     ???
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:44:10     six.exec_(co, mod.__dict__)
16:44:10 tests/integration/conftest.py:6: in <module>
16:44:10     import docker.errors
16:44:10 docker/__init__.py:2: in <module>
16:44:10     from .api import APIClient
16:44:10 docker/api/__init__.py:2: in <module>
16:44:10     from .client import APIClient
16:44:10 docker/api/client.py:10: in <module>
16:44:10     from .. import auth
16:44:10 docker/auth.py:9: in <module>
16:44:10     from .utils import config
16:44:10 docker/utils/__init__.py:3: in <module>
16:44:10     from .decorators import check_resource, minimum_version, update_headers
16:44:10 docker/utils/decorators.py:4: in <module>
16:44:10     from . import utils
16:44:10 docker/utils/utils.py:13: in <module>
16:44:10     from .. import tls
16:44:10 docker/tls.py:5: in <module>
16:44:10     from .transport import SSLHTTPAdapter
16:44:10 docker/transport/__init__.py:11: in <module>
16:44:10     from .sshconn import SSHHTTPAdapter
16:44:10 E     File "/src/docker/transport/sshconn.py", line 48
16:44:10 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
16:44:10 E                                                                          ^
16:44:10 E   SyntaxError: invalid syntax
16:44:10 
16:44:10 During handling of the above exception, another exception occurred:
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:44:10     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:44:10     dirs = self.optsort([p for p in entries
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:44:10     if p.check(dir=1) and (rec is None or rec(p))])
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:44:10     ihook = self.gethookproxy(dirpath)
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:10     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:10     mod = self._importconftest(conftestpath.realpath())
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:10     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:10 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 0x7f0dd7268370>))
16:44:10 
16:44:10 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
16:44:10 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:10 -----------------------------------------------------------------------
16:44:10 docker/__init__.py                        8      7      0      0    12%
16:44:10 docker/api/__init__.py                    1      0      0      0   100%
16:44:10 docker/api/build.py                     126    126     93      0     0%
16:44:10 docker/api/client.py                    263    255     98      0     2%
16:44:10 docker/api/config.py                     31     31      6      0     0%
16:44:10 docker/api/container.py                 266    266    104      0     0%
16:44:10 docker/api/daemon.py                     39     39     14      0     0%
16:44:10 docker/api/exec_api.py                   46     46     22      0     0%
16:44:10 docker/api/image.py                     157    157     58      0     0%
16:44:10 docker/api/network.py                    90     90     48      0     0%
16:44:10 docker/api/plugin.py                     90     90     14      0     0%
16:44:10 docker/api/secret.py                     36     36     10      0     0%
16:44:10 docker/api/service.py                   200    200    149      0     0%
16:44:10 docker/api/swarm.py                     106    106     38      0     0%
16:44:10 docker/api/volume.py                     38     38     14      0     0%
16:44:10 docker/auth.py                          198    191     74      0     3%
16:44:10 docker/client.py                         69     69      2      0     0%
16:44:10 docker/constants.py                      21      0      0      0   100%
16:44:10 docker/context/__init__.py                2      2      0      0     0%
16:44:10 docker/context/api.py                    78     78     38      0     0%
16:44:10 docker/context/config.py                 61     61     16      0     0%
16:44:10 docker/context/context.py               151    151     62      0     0%
16:44:10 docker/credentials/__init__.py            3      0      0      0   100%
16:44:10 docker/credentials/constants.py           4      0      0      0   100%
16:44:10 docker/credentials/errors.py             11      4      2      0    54%
16:44:10 docker/credentials/store.py              50     35     16      0    23%
16:44:10 docker/credentials/utils.py              23     18     12      0    14%
16:44:10 docker/errors.py                        110     60     20      0    38%
16:44:10 docker/models/__init__.py                 0      0      0      0   100%
16:44:10 docker/models/configs.py                 21     21      2      0     0%
16:44:10 docker/models/containers.py             183    183     70      0     0%
16:44:10 docker/models/images.py                 137    137     56      0     0%
16:44:10 docker/models/networks.py                37     37     12      0     0%
16:44:10 docker/models/nodes.py                   15     15      2      0     0%
16:44:10 docker/models/plugins.py                 49     49     10      0     0%
16:44:10 docker/models/resource.py                41     41      6      0     0%
16:44:10 docker/models/secrets.py                 21     21      2      0     0%
16:44:10 docker/models/services.py                87     87     36      0     0%
16:44:10 docker/models/swarm.py                   39     39      6      0     0%
16:44:10 docker/models/volumes.py                 23     23      4      0     0%
16:44:10 docker/tls.py                            37     33     14      0     8%
16:44:10 docker/transport/__init__.py             11      2      0      0    82%
16:44:10 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:10 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:10 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:10 docker/transport/ssladapter.py           36     22     10      1    33%
16:44:10 docker/transport/unixconn.py             66     42     12      0    31%
16:44:10 docker/types/__init__.py                  6      6      0      0     0%
16:44:10 docker/types/base.py                      5      5      2      0     0%
16:44:10 docker/types/containers.py              420    420    326      0     0%
16:44:10 docker/types/daemon.py                   36     36     14      0     0%
16:44:10 docker/types/healthcheck.py              34     34      4      0     0%
16:44:10 docker/types/networks.py                 41     41     28      0     0%
16:44:10 docker/types/services.py                312    312    206      0     0%
16:44:10 docker/types/swarm.py                    51     51     40      0     0%
16:44:10 docker/utils/__init__.py                  3      1      0      0    67%
16:44:10 docker/utils/build.py                   155    130     76      0    11%
16:44:10 docker/utils/config.py                   36     36     10      0     0%
16:44:10 docker/utils/decorators.py               32     29     12      0     7%
16:44:10 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:10 docker/utils/json_stream.py              43     43     14      0     0%
16:44:10 docker/utils/ports.py                    50     50     32      0     0%
16:44:10 docker/utils/proxy.py                    32     32     12      0     0%
16:44:10 docker/utils/socket.py                   86     86     40      0     0%
16:44:10 docker/utils/utils.py                   285    274    177      0     2%
16:44:10 docker/version.py                         2      0      2      0   100%
16:44:10 -----------------------------------------------------------------------
16:44:10 TOTAL                                  4967   4730   2209      1     3%
16:44:10 
16:44:10 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:10 =========================== 1 error in 1.06 seconds ============================
16:44:10 4185195eaf8d: Pull complete
16:44:10 600fcd45ef09: Pull complete
[Pipeline] sh
16:44:10 dpy-dind-7-0-py2.7-19.03.12
16:44:10 + docker network rm dpy-testnet-7-0-py2.7-19.03.12
16:44:10 dpy-testnet-7-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
16:44:11 + docker stop dpy-dind-7-0-py3.7-19.03.13
16:44:11 8c0289ee076a: Pull complete
16:44:11 96fd3bffe145: Pull complete
16:44:11 a70d3b392329: Pull complete
16:44:11 Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146
16:44:11 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:44:12 dpy-dind-7-0-py3.7-19.03.13
16:44:12 + docker network rm dpy-testnet-7-0-py3.7-19.03.13
16:44:12 dpy-testnet-7-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
16:44:12 ============================= test session starts ==============================
16:44:12 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:12 cachedir: .pytest_cache
16:44:12 rootdir: /src, inifile: pytest.ini
16:44:12 plugins: timeout-1.3.3, cov-2.6.1
16:44:13 collecting ... collected 0 items / 1 errors
16:44:13 
16:44:13 ==================================== ERRORS ====================================
16:44:13 ______________________________ ERROR collecting  _______________________________
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:44:13     return self._conftestpath2mod[conftestpath]
16:44:13 E   KeyError: local('/src/tests/integration/conftest.py')
16:44:13 
16:44:13 During handling of the above exception, another exception occurred:
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:44:13     mod = conftestpath.pyimport()
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:44:13     __import__(modname)
16:44:13 <frozen importlib._bootstrap>:983: in _find_and_load
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:668: in _load_unlocked
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:44:13     ???
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:44:13     six.exec_(co, mod.__dict__)
16:44:13 tests/integration/conftest.py:6: in <module>
16:44:13     import docker.errors
16:44:13 docker/__init__.py:2: in <module>
16:44:13     from .api import APIClient
16:44:13 docker/api/__init__.py:2: in <module>
16:44:13     from .client import APIClient
16:44:13 docker/api/client.py:10: in <module>
16:44:13     from .. import auth
16:44:13 docker/auth.py:9: in <module>
16:44:13     from .utils import config
16:44:13 docker/utils/__init__.py:3: in <module>
16:44:13     from .decorators import check_resource, minimum_version, update_headers
16:44:13 docker/utils/decorators.py:4: in <module>
16:44:13     from . import utils
16:44:13 docker/utils/utils.py:13: in <module>
16:44:13     from .. import tls
16:44:13 docker/tls.py:5: in <module>
16:44:13     from .transport import SSLHTTPAdapter
16:44:13 docker/transport/__init__.py:11: in <module>
16:44:13     from .sshconn import SSHHTTPAdapter
16:44:13 E     File "/src/docker/transport/sshconn.py", line 48
16:44:13 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
16:44:13 E                                                                          ^
16:44:13 E   SyntaxError: invalid syntax
16:44:13 
16:44:13 During handling of the above exception, another exception occurred:
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:44:13     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:44:13     dirs = self.optsort([p for p in entries
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:44:13     if p.check(dir=1) and (rec is None or rec(p))])
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:44:13     ihook = self.gethookproxy(dirpath)
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:13     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:13     mod = self._importconftest(conftestpath.realpath())
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:13     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:13 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 0x7f59bb554230>))
16:44:13 
16:44:13 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
16:44:13 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:13 -----------------------------------------------------------------------
16:44:13 docker/__init__.py                        8      7      0      0    12%
16:44:13 docker/api/__init__.py                    1      0      0      0   100%
16:44:13 docker/api/build.py                     126    126     93      0     0%
16:44:13 docker/api/client.py                    263    255     98      0     2%
16:44:13 docker/api/config.py                     31     31      6      0     0%
16:44:13 docker/api/container.py                 266    266    104      0     0%
16:44:13 docker/api/daemon.py                     39     39     14      0     0%
16:44:13 docker/api/exec_api.py                   46     46     22      0     0%
16:44:13 docker/api/image.py                     157    157     58      0     0%
16:44:13 docker/api/network.py                    90     90     48      0     0%
16:44:13 docker/api/plugin.py                     90     90     14      0     0%
16:44:13 docker/api/secret.py                     36     36     10      0     0%
16:44:13 docker/api/service.py                   200    200    149      0     0%
16:44:13 docker/api/swarm.py                     106    106     38      0     0%
16:44:13 docker/api/volume.py                     38     38     14      0     0%
16:44:13 docker/auth.py                          198    191     74      0     3%
16:44:13 docker/client.py                         69     69      2      0     0%
16:44:13 docker/constants.py                      21      0      0      0   100%
16:44:13 docker/context/__init__.py                2      2      0      0     0%
16:44:13 docker/context/api.py                    78     78     38      0     0%
16:44:13 docker/context/config.py                 61     61     16      0     0%
16:44:13 docker/context/context.py               151    151     62      0     0%
16:44:13 docker/credentials/__init__.py            3      0      0      0   100%
16:44:13 docker/credentials/constants.py           4      0      0      0   100%
16:44:13 docker/credentials/errors.py             11      4      2      0    54%
16:44:13 docker/credentials/store.py              50     35     16      0    23%
16:44:13 docker/credentials/utils.py              23     18     12      0    14%
16:44:13 docker/errors.py                        110     60     20      0    38%
16:44:13 docker/models/__init__.py                 0      0      0      0   100%
16:44:13 docker/models/configs.py                 21     21      2      0     0%
16:44:13 docker/models/containers.py             183    183     70      0     0%
16:44:13 docker/models/images.py                 137    137     56      0     0%
16:44:13 docker/models/networks.py                37     37     12      0     0%
16:44:13 docker/models/nodes.py                   15     15      2      0     0%
16:44:13 docker/models/plugins.py                 49     49     10      0     0%
16:44:13 docker/models/resource.py                41     41      6      0     0%
16:44:13 docker/models/secrets.py                 21     21      2      0     0%
16:44:13 docker/models/services.py                87     87     36      0     0%
16:44:13 docker/models/swarm.py                   39     39      6      0     0%
16:44:13 docker/models/volumes.py                 23     23      4      0     0%
16:44:13 docker/tls.py                            37     33     14      0     8%
16:44:13 docker/transport/__init__.py             11      2      0      0    82%
16:44:13 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:13 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:13 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:13 docker/transport/ssladapter.py           36     22     10      1    33%
16:44:13 docker/transport/unixconn.py             66     42     12      0    31%
16:44:13 docker/types/__init__.py                  6      6      0      0     0%
16:44:13 docker/types/base.py                      5      5      2      0     0%
16:44:13 docker/types/containers.py              420    420    326      0     0%
16:44:13 docker/types/daemon.py                   36     36     14      0     0%
16:44:13 docker/types/healthcheck.py              34     34      4      0     0%
16:44:13 docker/types/networks.py                 41     41     28      0     0%
16:44:13 docker/types/services.py                312    312    206      0     0%
16:44:13 docker/types/swarm.py                    51     51     40      0     0%
16:44:13 docker/utils/__init__.py                  3      1      0      0    67%
16:44:13 docker/utils/build.py                   155    130     76      0    11%
16:44:13 docker/utils/config.py                   36     36     10      0     0%
16:44:13 docker/utils/decorators.py               32     29     12      0     7%
16:44:13 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:13 docker/utils/json_stream.py              43     43     14      0     0%
16:44:13 docker/utils/ports.py                    50     50     32      0     0%
16:44:13 docker/utils/proxy.py                    32     32     12      0     0%
16:44:13 docker/utils/socket.py                   86     86     40      0     0%
16:44:13 docker/utils/utils.py                   285    274    177      0     2%
16:44:13 docker/version.py                         2      0      2      0   100%
16:44:13 -----------------------------------------------------------------------
16:44:13 TOTAL                                  4967   4730   2209      1     3%
16:44:13 
16:44:13 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:13 =========================== 1 error in 1.05 seconds ============================
[Pipeline] sh
16:44:14 + docker stop dpy-dind-7-0-py3.7-20.10.1
16:44:15 dpy-dind-7-0-py3.7-20.10.1
16:44:15 + docker network rm dpy-testnet-7-0-py3.7-20.10.1
16:44:15 dpy-testnet-7-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
[Pipeline] // parallel
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE