lib-python/3/test/test_pyrepl::unmodified
== PyPy 3.12.13 (8913d9282f84, Aug 17 2026, 07:32:43) [PyPy 8.0.0-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_7112æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1380395477
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_pyrepl
0:00:00 [1/1/1] test_pyrepl failed (uncaught exception)
== Tests result: FAILURE ==
1 test failed:
test_pyrepl
Total duration: 609 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
Failed to import test module: test.test_pyrepl.test_interact
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 339, in _get_module_from_name
__import__(name)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_pyrepl\test_interact.py", line 8, in <module>
from test.support import force_not_colorized
ImportError: cannot import name 'force_not_colorized' from 'test.support' (d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py)
Failed to import test module: test.test_pyrepl.test_pyrepl
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 339, in _get_module_from_name
__import__(name)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_pyrepl\test_pyrepl.py", line 13, in <module>
from test.support import force_not_colorized, is_pypy
ImportError: cannot import name 'force_not_colorized' from 'test.support' (d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py)
test test_pyrepl crashed -- Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 91, in regrtest_runner
test_result = test_func()
^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 135, in test_func
return run_unittest(test_mod)
^^^^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 35, in run_unittest
raise Exception("errors while loading tests")
Exception: errors while loading tests
builder: pypy-c-jit-win-x86-64 build #2500+
test: lib-python/3/test/test_pyrepl::unmodified