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

lib-python/3/test/test_types.py::unmodified

== PyPy 3.12.13 (c67459e85e2e, Aug 15 2026, 04:59:30) [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_2752789æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

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

== Tests result: FAILURE ==

1 test failed:
    test_types

Total duration: 325 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
test test_types 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 128, in _load_run_test
    test_mod = importlib.import_module(module_name)
                         ^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
                      ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<builtin>/frozen importlib._bootstrap_external", line 1011, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_types.py", line 7, in <module>
    from test.test_import import no_rerun
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_import/__init__.py", line 24, in <module>
    import _testinternalcapi
ModuleNotFoundError: No module named '_testinternalcapi'
builder: pypy-c-jit-linux-aarch64 build #3001+
test: lib-python/3/test/test_types.py::unmodified