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

test_pypy_modules:test_expected_modules[dbm.gnu]

modname = 'dbm.gnu'

    def test_expected_modules(modname):
>       importlib.import_module(modname)

../build/extra_tests/test_pypy_modules.py:75: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../build/lib-python/3/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1204: in _gcd_import
    ???
<frozen importlib._bootstrap>:1176: in _find_and_load
    ???
<frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
<builtin>/frozen importlib._bootstrap_external:955: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build/lib-python/3/dbm/gnu.py:3: in <module>
    from _gdbm import *
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   from _gdbm_cffi import ffi, lib    # generated by _gdbm_build.py
E   ModuleNotFoundError: No module named '_gdbm_cffi'

../build/lib_pypy/_gdbm.py:1: ModuleNotFoundError
builder: pypy-c-jit-linux-x86-64 build #11964+
test: test_pypy_modules:test_expected_modules[dbm.gnu]