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 (5810ee7762f1, Aug 01 2026, 03:36:32) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.12.90+deb13-amd64-i686-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_700317æ
== CPU count: 9
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 4274227890
0:00:00 load avg: 2.93 Run 1 test sequentially in a single process
0:00:00 load avg: 2.93 [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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_syslog.py", line 140, in test_subinterpreter_closelog
    res = support.run_in_subinterp(code)
                  ^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-x86-32/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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_syslog.py", line 122, in test_subinterpreter_openlog
    res = support.run_in_subinterp(code)
                  ^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-x86-32/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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_syslog.py", line 95, in test_subinterpreter_syslog
    res = support.run_in_subinterp(code)
                  ^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-x86-32/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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_syslog.py", line 105, in test_subinterpreter_syslog
    res = support.run_in_subinterp(code)
                  ^^^^^^^^^^^^^^^^
  File "/buildbot/slave/pypy-c-jit-linux-x86-32/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.134s

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

== Tests result: FAILURE ==

1 test failed:
    test_syslog

Total duration: 222 ms
Total tests: run=11
Total test files: run=1/1 failed=1
Result: FAILURE
test test_syslog failed
builder: pypy-c-jit-linux-x86-32 build #8423+
test: lib-python/3/test/test_syslog.py::unmodified