lib-python/3/test/test_syslog.py::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 03:42:44) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-arm64-arm-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-arm64/pytest/test_python_worker_80824æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2610948649
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 3.65 Run 1 test sequentially in a single process
0:00:00 load avg: 3.65 [1/1] test_syslog
test_closelog (test.test_syslog.Test.test_closelog) ... ok
test_log_mask (test.test_syslog.Test.test_log_mask) ... ok
test_openlog (test.test_syslog.Test.test_openlog) ... ok
test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs) ... ok
test_setlogmask (test.test_syslog.Test.test_setlogmask) ... ok
test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog) ... ERROR
test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog) ... ERROR
test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) ...
test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) [before openlog()] ... ERROR
test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) [after openlog()] ... ERROR
test_syslog (test.test_syslog.Test.test_syslog) ... ok
test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open) ... ok
test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded) ... ok
======================================================================
ERROR: test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 17, in <module>
module_from_spec(spec)
File "<frozen importlib._bootstrap>", line 813, in module_from_spec
File "<builtin>/frozen importlib._bootstrap_external", line 1293, in create_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
ImportError: dlopen(/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so, 0x0006): tried: '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_syslog.py", line 140, in test_subinterpreter_closelog
res = support.run_in_subinterp(code)
^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/support/__init__.py", line 1784, in run_in_subinterp
import _testcapi
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 25, in <module>
mod = _pypy_testcapi.compile_shared(cfile, '_testcapi', thisdir)
^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_pypy_testcapi.py", line 65, in compile_shared
from distutils.ccompiler import new_compiler
ModuleNotFoundError: No module named 'distutils'
======================================================================
ERROR: test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 17, in <module>
module_from_spec(spec)
File "<frozen importlib._bootstrap>", line 813, in module_from_spec
File "<builtin>/frozen importlib._bootstrap_external", line 1293, in create_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
ImportError: dlopen(/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so, 0x0006): tried: '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_syslog.py", line 122, in test_subinterpreter_openlog
res = support.run_in_subinterp(code)
^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/support/__init__.py", line 1784, in run_in_subinterp
import _testcapi
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 25, in <module>
mod = _pypy_testcapi.compile_shared(cfile, '_testcapi', thisdir)
^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_pypy_testcapi.py", line 65, in compile_shared
from distutils.ccompiler import new_compiler
ModuleNotFoundError: No module named 'distutils'
======================================================================
ERROR: test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) [before openlog()]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 17, in <module>
module_from_spec(spec)
File "<frozen importlib._bootstrap>", line 813, in module_from_spec
File "<builtin>/frozen importlib._bootstrap_external", line 1293, in create_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
ImportError: dlopen(/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so, 0x0006): tried: '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_syslog.py", line 95, in test_subinterpreter_syslog
res = support.run_in_subinterp(code)
^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/support/__init__.py", line 1784, in run_in_subinterp
import _testcapi
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 25, in <module>
mod = _pypy_testcapi.compile_shared(cfile, '_testcapi', thisdir)
^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_pypy_testcapi.py", line 65, in compile_shared
from distutils.ccompiler import new_compiler
ModuleNotFoundError: No module named 'distutils'
======================================================================
ERROR: test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) [after openlog()]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 17, in <module>
module_from_spec(spec)
File "<frozen importlib._bootstrap>", line 813, in module_from_spec
File "<builtin>/frozen importlib._bootstrap_external", line 1293, in create_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
ImportError: dlopen(/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so, 0x0006): tried: '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file), '/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.pypy312-pp80-darwin.so' (no such file)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_syslog.py", line 105, in test_subinterpreter_syslog
res = support.run_in_subinterp(code)
^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/support/__init__.py", line 1784, in run_in_subinterp
import _testcapi
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_testcapi.py", line 25, in <module>
mod = _pypy_testcapi.compile_shared(cfile, '_testcapi', thisdir)
^^^^^^^^^^^^^^
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/_pypy_testcapi.py", line 65, in compile_shared
from distutils.ccompiler import new_compiler
ModuleNotFoundError: No module named 'distutils'
----------------------------------------------------------------------
Ran 11 tests in 0.116s
FAILED (errors=4)
0:00:00 load avg: 3.65 [1/1/1] test_syslog failed (4 errors)
== Tests result: FAILURE ==
1 test failed:
test_syslog
Total duration: 168 ms
Total tests: run=11
Total test files: run=1/1 failed=1
Result: FAILURE
test test_syslog failed
builder: pypy-c-jit-macos-arm64 build #1309+
test: lib-python/3/test/test_syslog.py::unmodified