Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.x while building Python. Full details are available at: https://buildbot.python.org/all/#builders/129/builds/314
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
417 tests OK.
10 slowest tests:
- test_signal: 31 min 4 sec
- test_concurrent_futures: 17 min 52 sec
- test_asyncio: 14 min 28 sec
- test_tools: 12 min 59 sec
- test_multiprocessing_spawn: 12 min 57 sec
- test_multiprocessing_forkserver: 7 min 49 sec
- test_multiprocessing_fork: 7 min 6 sec
- test_peg_generator: 4 min 58 sec
- test_subprocess: 3 min 44 sec
- test_io: 3 min 29 sec
1 test failed: test_gdb
14 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet test_ssl test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_gdb
Total duration: 39 min 35 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 319, in test_int self.assertGdbRepr(42) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_PyRuntime+2184>' != '42'
- <_PyRuntime+2184>
- 42 : '<_PyRuntime+2184>' did not equal expected '42'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 429, in test_frozensets self.assertGdbRepr(frozenset(), "frozenset()") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != 'frozenset()'
- frozenset() : '' did not equal expected 'frozenset()'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) a t Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\n def bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 444, in test_exceptions self.assertEqual(gdb_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != "RuntimeError('I am an error',)"
- RuntimeError('I am an error',)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 467, in test_modern_class self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=< _PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n #14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 333, in test_dicts self.assertGdbRepr({}) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '{}'
- {} : '' did not equal expected '{}'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 340, in test_lists self.assertGdbRepr([]) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[]'
- [] : '' did not equal expected '[]'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 637, in test_truncation self.assertEqual(gdb_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)' Diff is 1041 characters long. Set self.maxDiff to None to see it.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 403, in test_tuples self.assertGdbRepr(tuple(), '()') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '()'
- () : '' did not equal expected '()'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (ts tate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487 \n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c6611328' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_4a2b194a' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_38e6909d' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f73c5e85' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d6742cfe' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e0ee2d66' .
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 381, in test_strings self.assertGdbRepr('') ^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_PyRuntime+22304>' != "''"
- <_PyRuntime+22304>
- '' : '<_PyRuntime+22304>' did not equal expected "''"; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150 256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command ( command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n #5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5
_PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitco
de=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 664, in test_builtin_method self.assertTrue(re.match(r'<built-in method readlines of _io.TextIOWrapper object at remote 0x-?[0-9a-f]+>', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 796, in test_bt self.assertMultilineMatches(bt, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches self.fail(msg='%r did not match %r' % (actual, pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\nTraceback (most recent call first):\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 10, in baz\n id(42)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 7, in bar\n baz(a, b, c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 4, in foo\n bar(a=a, b=b, c=c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 12, in <module>\n foo(1, 2, 3)\n' did not match '^.*\nTraceback \\(most recent call first\\):\n <built-in method id of module object .*>\n File ".*gdb_sample.py", line 10, in baz\n id\\(42\\)\n File ".*gdb_sample.py", line 7, in bar\n baz\\(a, b, c\\)\n File ".*gdb_sample.py", line 4, in foo\n bar\\(a=a, b=b, c=c\\)\n File ".*gdb_sample.py", line 12, in <module>\n foo\\(1, 2, 3\\)\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 411, in test_sets self.assertGdbRepr(set(), "set()") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != 'set()'
- set() : '' did not equal expected 'set()'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (ts tate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command ( command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf= 9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClas s().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 592, in test_selfreferential_dict self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != "{'foo': {'bar': {...}}}"
- {'foo': {'bar': {...}}}
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5
_PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13
pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFram eDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", fla gs=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) a t Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nb ar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:461 1\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_pyt hon (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 782, in test_up_then_down self.assertMultilineMatches(bt, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches self.fail(msg='%r did not match %r' % (actual, pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n#4 Frame 0x3fffdfb11a8, for file <string>, line 12, in baz (args=(1, 2, 3))\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n$'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 327, in test_singletons self.assertGdbRepr(True) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_Py_TrueStruct>' != 'True'
- <_Py_TrueStruct>
- True : '<_Py_TrueStruct>' did not equal expected 'True'; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFram eDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 345, in test_bytes self.assertGdbRepr(b'') ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_PyRuntime+9064>' != "b''"
- <_PyRuntime+9064>
- b'' : '<_PyRuntime+9064>' did not equal expected "b''"; full output was: Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 580, in test_selfreferential_list self.assertEqual(gdb_repr, '[3, 4, 5, [...]]') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[3, 4, 5, [...]]'
- [3, 4, 5, [...]]
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 753, in test_pyup_command self.assertMultilineMatches(bt, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches self.fail(msg='%r did not match %r' % (actual, pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n$'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 572, in test_builtins_help self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected rendering ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf= 9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass. meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 481, in test_subclassing_list self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram e (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode =) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 536, in test_NULL_ptr self.assertEqual(gdb_repr, '0x0') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '0x0'
- 0x0
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag =0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized ou t>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 988, in test_basic_command self.assertMultilineMatches(bt, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches self.fail(msg='%r did not match %r' % (actual, pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\n\'args\' not found\n' did not match ".*\\nlocal 'args' = \\(1, 2, 3\\)\\n.*"
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory .
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, th rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<o ptimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150 256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487 \n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 496, in test_subclassing_tuple self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:461 1\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main .c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 602, in test_selfreferential_old_style_instance self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_6ff782d8' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_848e7f90' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_98426532' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d45dccbc' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1869220c' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_327029ae' .
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=< _PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modul es/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, th rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optim ized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag =0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n #5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", fla gs=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction self.assertIn(f'<built-in method {func_name}', gdb_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram e (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exit code=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 615, in test_selfreferential_new_style_instance self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9ce2595a' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_718cb18f' ..Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8d4101db' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2332556b' .Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_548ae826' .
Test report
Failed tests:
- test_gdb
Failed subtests:
- test_dicts - test.test_gdb.PrettyPrintTests
- test_modern_class - test.test_gdb.PrettyPrintTests
- test_builtin_method - test.test_gdb.PrettyPrintTests
- test_lists - test.test_gdb.PrettyPrintTests
- test_selfreferential_dict - test.test_gdb.PrettyPrintTests
- test_bytes - test.test_gdb.PrettyPrintTests
- test_sets - test.test_gdb.PrettyPrintTests
- test_NULL_ptr - test.test_gdb.PrettyPrintTests
- test_selfreferential_new_style_instance - test.test_gdb.PrettyPrintTests
- test_subclassing_tuple - test.test_gdb.PrettyPrintTests
- test_truncation - test.test_gdb.PrettyPrintTests
- test_tuples - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_flags - test.test_gdb.PrettyPrintTests
- test_up_then_down - test.test_gdb.StackNavigationTests
- test_strings - test.test_gdb.PrettyPrintTests
- test_bt - test.test_gdb.PyBtTests
- test_exceptions - test.test_gdb.PrettyPrintTests
- test_frozensets - test.test_gdb.PrettyPrintTests
- test_pyup_command - test.test_gdb.StackNavigationTests
- test_basic_command - test.test_gdb.PyPrintTests
- test_singletons - test.test_gdb.PrettyPrintTests
- test_pycfunction - test.test_gdb.PyBtTests
- test_selfreferential_old_style_instance - test.test_gdb.PrettyPrintTests
- test_corrupt_ob_type - test.test_gdb.PrettyPrintTests
- test_selfreferential_list - test.test_gdb.PrettyPrintTests
- test_builtins_help - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_name - test.test_gdb.PrettyPrintTests
- test_subclassing_list - test.test_gdb.PrettyPrintTests
- test_NULL_ob_type - test.test_gdb.PrettyPrintTests
- test_int - test.test_gdb.PrettyPrintTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.x while building Python. Full details are available at: https://buildbot.python.org/all/#builders/320/builds/314
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_asyncio: 45 min 40 sec
- test_signal: 31 min 4 sec
- test_concurrent_futures: 17 min 53 sec
- test_multiprocessing_spawn: 12 min 25 sec
- test_multiprocessing_forkserver: 8 min 38 sec
- test_multiprocessing_fork: 7 min 20 sec
- test_nntplib: 6 min 38 sec
- test_peg_generator: 5 min 53 sec
- test_gdb: 5 min 30 sec
- test_socket: 3 min 50 sec
1 test failed: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_ftplib
Total duration: 48 min 36 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory .
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ftplib.py", line 636, in test_storlines self.check_data(self.server.handler_instance.last_received_data, RETR_DATA) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ftplib.py", line 507, in check_data self.assertEqual(len(received), len(expected)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 12019 != 12018
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c639e006' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_376a976f' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_634baeee' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_4b7d0226' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_7ddf8323' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_603c9593' .
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_855cdf3d' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a5e008b7' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3308e6ea' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e1c02590' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8104c214' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_5b56bf81' .
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ad888447' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1652b2cf' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_805dd104' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3fe294f4' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_7e25f68f' .Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e07c26f2' .
Test report
Failed tests:
- test_ftplib
Failed subtests:
- test_storlines - test.test_ftplib.TestFTPClass
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org