Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_pyrepl::unmodified

== PyPy 3.12.13 (421004c42b8a, Aug 21 2026, 05:36:10) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.6.0-159.4.3.154.oe2403sp4.aarch64-aarch64-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_1595375æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3358269793
0:00:00 load avg: 0.78 Run 1 test sequentially in a single process
0:00:00 load avg: 0.78 [1/1] test_pyrepl
0:00:00 load avg: 0.78 [1/1/1] test_pyrepl failed (uncaught exception)

== Tests result: FAILURE ==

1 test failed:
    test_pyrepl

Total duration: 489 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 "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
    module = self._get_module_from_name(name)
                  ^^^^^^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
    __import__(name)
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/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' (/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/support/__init__.py)

Failed to import test module: test.test_pyrepl.test_pyrepl
Traceback (most recent call last):
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/unittest/loader.py", line 396, in _find_test_path
    module = self._get_module_from_name(name)
                  ^^^^^^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/unittest/loader.py", line 339, in _get_module_from_name
    __import__(name)
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/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' (/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/support/__init__.py)

test test_pyrepl crashed -- Traceback (most recent call last):
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc
    _load_run_test(result, runtests)
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/libregrtest/single.py", line 138, in _load_run_test
    regrtest_runner(result, test_func, runtests)
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/libregrtest/single.py", line 91, in regrtest_runner
    test_result = test_func()
                  ^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/libregrtest/single.py", line 135, in test_func
    return run_unittest(test_mod)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/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-aarch64 build #3015+
test: lib-python/3/test/test_pyrepl::unmodified