lib-python/3/test/test_pyrepl::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 03:55:12) [PyPy 8.0.0-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-5.4.0-182-generic-i686-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /build_dir/tmp/pytest/test_python_worker_2754258æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2118040092
0:00:00 load avg: 2.21 Run 1 test sequentially in a single process
0:00:00 load avg: 2.21 [1/1] test_pyrepl
0:00:00 load avg: 2.21 [1/1/1] test_pyrepl failed (uncaught exception)
== Tests result: FAILURE ==
1 test failed:
test_pyrepl
Total duration: 357 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 "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
__import__(name)
File "/build_dir/pypy-c-jit-linux-x86-32/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' (/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/support/__init__.py)
Failed to import test module: test.test_pyrepl.test_pyrepl
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
__import__(name)
File "/build_dir/pypy-c-jit-linux-x86-32/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' (/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/support/__init__.py)
test test_pyrepl crashed -- Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 91, in regrtest_runner
test_result = test_func()
^^^^^^^^^^^
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 135, in test_func
return run_unittest(test_mod)
^^^^^^^^^^^^^^^^^^^^^^
File "/build_dir/pypy-c-jit-linux-x86-32/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-linux-x86-32 build #8380+
test: lib-python/3/test/test_pyrepl::unmodified