pypy-venv/bin/pypy3 -m pytest ../build/extra_tests --junitxml=extra.log --durations=20 -raw -n 0
in dir /build_dir/pypy-c-jit-linux-x86-64/venv (timeout 1200 secs)
watching logfiles {'pytestLog': 'extra.log'}
argv: ['pypy-venv/bin/pypy3', '-m', 'pytest', '../build/extra_tests', '--junitxml=extra.log', '--durations=20', '-raw', '-n', '0']
environment:
AUDITWHEEL_ARCH=x86_64
AUDITWHEEL_PLAT=manylinux2014_x86_64
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=255659ffae49
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/pypy-c-jit-linux-x86-64/venv
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYPY_USESSION_DIR=/tmp/pytest
SHELL=/bin/bash
SHLVL=2
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
USER=buildslave
USE_CURL=1
_=/python27_virt/bin/buildslave
using PTY: False
============================= test session starts ==============================
platform linux -- Python 3.12.12[pypy-7.3.24-alpha], pytest-6.2.5, py-1.11.0, pluggy-1.6.0
rootdir: /build_dir/pypy-c-jit-linux-x86-64/build/extra_tests, configfile: pytest.ini
plugins: xdist-3.5.0, hypothesis-6.36.2
collected 3098 items / 13 errors / 4 skipped / 3081 selected
==================================== ERRORS ====================================
___________________ ERROR collecting test_bufferedreader.py ____________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_bufferedreader.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_bufferedreader.py:5: in <module>
from hypothesis import strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
________________________ ERROR collecting test_bytes.py ________________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_bytes.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_bytes.py:1: in <module>
from hypothesis import strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
_________________________ ERROR collecting test_dbm.py _________________________
../build/lib_pypy/_dbm.py:137: in _init_func
func = getattr(lib, '__db_ndbm_' + name)
../build/lib-python/3/ctypes/__init__.py:392: in __getattr__
func = self.__getitem__(name)
../build/lib-python/3/ctypes/__init__.py:397: in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
../build/lib_pypy/_ctypes/function.py:265: in __init__
ptr = self._getfuncptr([], ctypes.c_int)
../build/lib_pypy/_ctypes/function.py:466: in _getfuncptr
self._ptr = cdll.getfunc(self.name, ffi_argtypes, ffi_restype, variadic_args=variadic_args)
E AttributeError: 'CDLL' object has no attribute 'getfunc'
During handling of the above exception, another exception occurred:
../build/extra_tests/test_dbm.py:5: in <module>
dbm = pytest.importorskip('dbm')
../build/lib-python/3/dbm/__init__.py:48: in <module>
from dbm import ndbm
../build/lib-python/3/dbm/ndbm.py:3: in <module>
from _dbm import *
../build/lib_pypy/_dbm.py:166: in <module>
_init_func('open', (c_char_p, c_int, c_int), restype=c_void_p)
../build/lib_pypy/_dbm.py:140: in _init_func
func = getattr(lib, 'dbm_' + name)
../build/lib-python/3/ctypes/__init__.py:392: in __getattr__
func = self.__getitem__(name)
../build/lib-python/3/ctypes/__init__.py:397: in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
../build/lib_pypy/_ctypes/function.py:265: in __init__
ptr = self._getfuncptr([], ctypes.c_int)
../build/lib_pypy/_ctypes/function.py:466: in _getfuncptr
self._ptr = cdll.getfunc(self.name, ffi_argtypes, ffi_restype, variadic_args=variadic_args)
E AttributeError: 'CDLL' object has no attribute 'getfunc'
_______________________ ERROR collecting test_decimal.py _______________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_decimal.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_decimal.py:2: in <module>
from hypothesis import example, settings, given, strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
________________________ ERROR collecting test_gdbm.py _________________________
../build/lib_pypy/_dbm.py:137: in _init_func
func = getattr(lib, '__db_ndbm_' + name)
../build/lib-python/3/ctypes/__init__.py:392: in __getattr__
func = self.__getitem__(name)
../build/lib-python/3/ctypes/__init__.py:397: in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
../build/lib_pypy/_ctypes/function.py:265: in __init__
ptr = self._getfuncptr([], ctypes.c_int)
../build/lib_pypy/_ctypes/function.py:466: in _getfuncptr
self._ptr = cdll.getfunc(self.name, ffi_argtypes, ffi_restype, variadic_args=variadic_args)
E AttributeError: 'CDLL' object has no attribute 'getfunc'
During handling of the above exception, another exception occurred:
../build/extra_tests/test_gdbm.py:2: in <module>
gdbm = pytest.importorskip('dbm.gnu')
../build/lib-python/3/dbm/__init__.py:48: in <module>
from dbm import ndbm
../build/lib-python/3/dbm/ndbm.py:3: in <module>
from _dbm import *
../build/lib_pypy/_dbm.py:166: in <module>
_init_func('open', (c_char_p, c_int, c_int), restype=c_void_p)
../build/lib_pypy/_dbm.py:140: in _init_func
func = getattr(lib, 'dbm_' + name)
../build/lib-python/3/ctypes/__init__.py:392: in __getattr__
func = self.__getitem__(name)
../build/lib-python/3/ctypes/__init__.py:397: in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
../build/lib_pypy/_ctypes/function.py:265: in __init__
ptr = self._getfuncptr([], ctypes.c_int)
../build/lib_pypy/_ctypes/function.py:466: in _getfuncptr
self._ptr = cdll.getfunc(self.name, ffi_argtypes, ffi_restype, variadic_args=variadic_args)
E AttributeError: 'CDLL' object has no attribute 'getfunc'
________________________ ERROR collecting test_heapq.py ________________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_heapq.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_heapq.py:7: in <module>
from hypothesis import given
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
________________________ ERROR collecting test_json.py _________________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_json.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_json.py:3: in <module>
from hypothesis import given, strategies
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
______________________ ERROR collecting test_stringio.py _______________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_stringio.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_stringio.py:1: in <module>
from hypothesis import given, strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
_______________________ ERROR collecting test_textio.py ________________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_textio.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_textio.py:1: in <module>
from hypothesis import given, strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
_______________________ ERROR collecting test_unicode.py _______________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_unicode.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_unicode.py:3: in <module>
from hypothesis import strategies as st
pypy-venv/lib/pypy3.12/site-packages/hypothesis/__init__.py:28: in <module>
from hypothesis.core import example, find, given, reproduce_failure, seed
pypy-venv/lib/pypy3.12/site-packages/hypothesis/core.py:101: in <module>
from hypothesis.statistics import describe_targets, note_statistics
pypy-venv/lib/pypy3.12/site-packages/hypothesis/statistics.py:12: in <module>
import statistics
../build/lib-python/3/statistics.py:139: in <module>
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum, sumprod
E ImportError: cannot import name 'sumprod' from 'math' (unknown location)
__________________ ERROR collecting test_pyrepl/test_basic.py __________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_pyrepl/test_basic.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_pyrepl/test_basic.py:20: in <module>
from .infrastructure import read_spec
../build/extra_tests/test_pyrepl/infrastructure.py:24: in <module>
from pyrepl.reader import Reader
../build/lib_pypy/pyrepl/reader.py:29: in <module>
from _colorize import can_colorize, ANSIColors # type: ignore[import-not-found]
E ModuleNotFoundError: No module named '_colorize'
__________________ ERROR collecting test_pyrepl/test_bugs.py ___________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_pyrepl/test_bugs.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_pyrepl/test_bugs.py:20: in <module>
from pyrepl.historical_reader import HistoricalReader
../build/lib_pypy/pyrepl/historical_reader.py:26: in <module>
from .reader import Reader
../build/lib_pypy/pyrepl/reader.py:29: in <module>
from _colorize import can_colorize, ANSIColors # type: ignore[import-not-found]
E ModuleNotFoundError: No module named '_colorize'
________________ ERROR collecting test_pyrepl/test_readline.py _________________
ImportError while importing test module '/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_pyrepl/test_readline.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
../build/extra_tests/test_pyrepl/test_readline.py:3: in <module>
from .infrastructure import sane_term
../build/extra_tests/test_pyrepl/infrastructure.py:24: in <module>
from pyrepl.reader import Reader
../build/lib_pypy/pyrepl/reader.py:29: in <module>
from _colorize import can_colorize, ANSIColors # type: ignore[import-not-found]
E ModuleNotFoundError: No module named '_colorize'
=============================== warnings summary ===============================
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:958: 10169 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:958: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
inlocs = ast.Compare(ast.Str(name.id), [ast.In()], [locs])
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:961: 10168 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:961: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
expr = ast.IfExp(test, self.display(name), ast.Str(name.id))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:1071: 5775 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:1071: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
syms.append(ast.Str(sym))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:1073: 5775 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:1073: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
expls.append(ast.Str(expl))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:823: 33731 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:823: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
keys = [ast.Str(key) for key in current.keys()]
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:933: 5928 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:933: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
assertmsg = ast.Str("")
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:935: 5959 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:935: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
template = ast.BinOp(assertmsg, ast.Add(), ast.Str(explanation))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:947: 5946 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:947: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead
clear = ast.Assign(variables, ast.NameConstant(None))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:983: 127 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:983: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
expl_format = self.pop_format_context(ast.Str(expl))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:995: 63 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:995: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead
expl_template = self.helper("_format_boolop", expl_list, ast.Num(is_or))
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:689: 21 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:689: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
and isinstance(item.value, ast.Str)
pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:691: 21 warnings
/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/lib/pypy3.12/site-packages/_pytest/assertion/rewrite.py:691: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
doc = item.value.s
../build/extra_tests/test_datetime.py:43
/build_dir/pypy-c-jit-linux-x86-64/build/extra_tests/test_datetime.py:43: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
datetime.datetime.utcnow(),
-- Docs: https://docs.pytest.org/en/stable/warnings.html
---- generated xml file: /build_dir/pypy-c-jit-linux-x86-64/venv/extra.log -----
=========================== short test summary info ============================
SKIPPED [1] ../build/extra_tests/test_msvcrt.py:4: could not import 'msvcrt': The 'msvcrt' module is only available on Windows
SKIPPED [1] ../build/extra_tests/test_vmprof_greenlet.py:4: could not import 'vmprof': No module named 'vmprof'
SKIPPED [1] ../build/extra_tests/cffi_tests/cffi1/test_parse_c_type.py:12: not available on pypy
SKIPPED [1] ../build/extra_tests/ctypes_tests/test_commethods.py:10: could not import 'skip_the_whole_module': No module named 'skip_the_whole_module'
ERROR ../build/extra_tests/test_bufferedreader.py
ERROR ../build/extra_tests/test_bytes.py
ERROR ../build/extra_tests/test_dbm.py - AttributeError: 'CDLL' object has no...
ERROR ../build/extra_tests/test_decimal.py
ERROR ../build/extra_tests/test_gdbm.py - AttributeError: 'CDLL' object has n...
ERROR ../build/extra_tests/test_heapq.py
ERROR ../build/extra_tests/test_json.py
ERROR ../build/extra_tests/test_stringio.py
ERROR ../build/extra_tests/test_textio.py
ERROR ../build/extra_tests/test_unicode.py
ERROR ../build/extra_tests/test_pyrepl/test_basic.py
ERROR ../build/extra_tests/test_pyrepl/test_bugs.py
ERROR ../build/extra_tests/test_pyrepl/test_readline.py
!!!!!!!!!!!!!!!!!!! Interrupted: 13 errors during collection !!!!!!!!!!!!!!!!!!!
================ 4 skipped, 83684 warnings, 13 errors in 12.36s ================
program finished with exit code 2
elapsedTime=12.835149