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

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

== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 07:59:28) [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_66218æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 578243394
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.05 Run 1 test sequentially in a single process
0:00:00 load avg: 1.05 [1/1] test_ctypes
0:00:00 load avg: 1.05 [1/1/1] test_ctypes failed (uncaught exception)

== Tests result: FAILURE ==

1 test failed:
    test_ctypes

Total duration: 333 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_ctypes/test_parameters.py:61: SyntaxWarning: invalid octal escape sequence '\377'
  self.assertRaises(TypeError, c_char_p.from_param, "123\377")
Failed to import test module: test.test_ctypes.test_as_parameter
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_ctypes/test_as_parameter.py", line 5, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_bitfields
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_ctypes/test_bitfields.py", line 7, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_callbacks
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_ctypes/test_callbacks.py", line 8, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_cfuncs
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_ctypes/test_cfuncs.py", line 8, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_funcptr
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_ctypes/test_funcptr.py", line 10, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_functions
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_ctypes/test_functions.py", line 18, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_libc
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_ctypes/test_libc.py", line 4, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_pickling
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_ctypes/test_pickling.py", line 4, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_pointers
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_ctypes/test_pointers.py", line 4, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_prototypes
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_ctypes/test_prototypes.py", line 25, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_refcounts
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_ctypes/test_refcounts.py", line 9, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_returnfuncptrs
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_ctypes/test_returnfuncptrs.py", line 4, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_slicing
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_ctypes/test_slicing.py", line 5, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_stringptr
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_ctypes/test_stringptr.py", line 5, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_structures
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_ctypes/test_structures.py", line 14, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_unicode
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_ctypes/test_unicode.py", line 5, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_values
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_ctypes/test_values.py", line 12, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

Failed to import test module: test.test_ctypes.test_win32
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_ctypes/test_win32.py", line 7, in <module>
    import _ctypes_test
ModuleNotFoundError: No module named '_ctypes_test'

test test_ctypes 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 #1326+
test: lib-python/3/test/test_ctypes::unmodified