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

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

== PyPy 3.12.13 (39753fca069e, Jul 29 2026, 03:57:53) [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_20462æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 1217495964
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 7.98 Run 1 test sequentially in a single process
0:00:00 load avg: 7.98 [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-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 1785, in run_in_subinterp
    return _testcapi.run_in_subinterp(code)
                     ^^^^^^^^^^^^^^^^
RuntimeError: sub-interpreter creation failed

======================================================================
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-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 1785, in run_in_subinterp
    return _testcapi.run_in_subinterp(code)
                     ^^^^^^^^^^^^^^^^
RuntimeError: sub-interpreter creation failed

======================================================================
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-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 1785, in run_in_subinterp
    return _testcapi.run_in_subinterp(code)
                     ^^^^^^^^^^^^^^^^
RuntimeError: sub-interpreter creation failed

======================================================================
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-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 1785, in run_in_subinterp
    return _testcapi.run_in_subinterp(code)
                     ^^^^^^^^^^^^^^^^
RuntimeError: sub-interpreter creation failed

----------------------------------------------------------------------
Ran 11 tests in 0.132s

FAILED (errors=4)
0:00:00 load avg: 7.98 [1/1/1] test_syslog failed (4 errors)

== Tests result: FAILURE ==

1 test failed:
    test_syslog

Total duration: 234 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 #1343+
test: lib-python/3/test/test_syslog.py::unmodified