lib-python/3/test/test_pyrepl::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 07:10:46) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_34802æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 4124082154
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.43 Run 1 test sequentially in a single process
0:00:00 load avg: 1.43 [1/1] test_pyrepl
0:00:00 load avg: 1.43 [1/1/1] test_pyrepl failed (uncaught exception)
== Tests result: FAILURE ==
1 test failed:
test_pyrepl
Total duration: 212 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 "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
__import__(name)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-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' (/Users/matti/build-worker-x86_64/pypy-c-jit-macos-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 "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
__import__(name)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-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' (/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/support/__init__.py)
test test_pyrepl crashed -- Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/libregrtest/single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/libregrtest/single.py", line 91, in regrtest_runner
test_result = test_func()
^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/libregrtest/single.py", line 135, in test_func
return run_unittest(test_mod)
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-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-macos-x86-64 build #1329+
test: lib-python/3/test/test_pyrepl::unmodified