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 (32ecadc175ee, Aug 04 2026, 03:30:13) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.1.0-22-amd64-x86_64-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_694842æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2818950451
0:00:00 load avg: 0.60 Run 1 test sequentially in a single process
0:00:00 load avg: 0.60 [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-64/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-64/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-64/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-64/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-64/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-64/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-64/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-64/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.122s

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

== Tests result: FAILURE ==

1 test failed:
    test_syslog

Total duration: 191 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-64 build #11914+
test: lib-python/3/test/test_syslog.py::unmodified