== CPython 3.10.0b3+ (heads/register2:9bb931fe8d, Jul 7 2021, 15:42:07) [GCC 9.3.0] == Linux-5.8.0-59-generic-x86_64-with-glibc2.31 little-endian == cwd: /home/skip/src/python/rvm/build/test_python_38492æ == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 6.71 Run tests sequentially 0:00:00 load avg: 6.71 [1/1] test_gdb GDB version 9.2: GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_builtin_method (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Cannot access memory at address 0x80000000000000b9 ok test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Cannot access memory at address 0x8000000000000029 ok test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_exceptions (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_frames (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_bt (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_bt_full (test.test_gdb.PyBtTests) Verify that the "py-bt-full" command works ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_gc (test.test_gdb.PyBtTests) Verify that "py-bt" indicates if a thread is garbage-collecting ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_pycfunction (test.test_gdb.PyBtTests) Verify that "py-bt" displays invocations of PyCFunction instances ... Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_varargs_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_o" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_noargs" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). Function "meth_fastcall_keywords" not defined. warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_wrapper_call (test.test_gdb.PyBtTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). FAIL test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_basic_command (test.test_gdb.PyLocalsTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_locals_after_up (test.test_gdb.PyLocalsTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_print_after_up (test.test_gdb.PyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_printing_builtin (test.test_gdb.PyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_printing_global (test.test_gdb.PyPrintTests) ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok test_up_then_down (test.test_gdb.StackNavigationTests) Verify "py-up" followed by "py-down" ... warning: the debug information found in "/lib64/ld-2.31.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch). ok ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 662, in test_builtin_method self.assertTrue(re.match(r'', AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 570, in test_builtins_help self.assertTrue(m, AssertionError: None is not true : Unexpected rendering '' ====================================================================== FAIL: test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 343, in test_bytes self.assertGdbRepr(b'') File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != "b''" - + b'' : '' did not equal expected "b''"; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 331, in test_dicts self.assertGdbRepr({}) File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != '{}' - + {} : '' did not equal expected '{}'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 442, in test_exceptions self.assertEqual(gdb_repr, AssertionError: '' != "RuntimeError('I am an error',)" - + RuntimeError('I am an error',) ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 677, in test_frames self.assertTrue(re.match(r'.*\s+\$1 =\s+Frame 0x-?[0-9a-f]+, for file , line 3, in foo \(\)\s+.*', AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203\n1203\t{\n$1 = \n' Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { $1 = ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 427, in test_frozensets self.assertGdbRepr(frozenset(), "frozenset()") File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != 'frozenset()' - + frozenset() : '' did not equal expected 'frozenset()'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 317, in test_int self.assertGdbRepr(42) File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != '42' - + 42 : '' did not equal expected '42'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 338, in test_lists self.assertGdbRepr([]) File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != '[]' - + [] : '' did not equal expected '[]'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 465, in test_modern_class self.assertTrue(m, AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 590, in test_selfreferential_dict self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}") AssertionError: '' != "{'foo': {'bar': {...}}}" - + {'foo': {'bar': {...}}} ====================================================================== FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 578, in test_selfreferential_list self.assertEqual(gdb_repr, '[3, 4, 5, [...]]') AssertionError: '' != '[3, 4, 5, [...]]' - + [3, 4, 5, [...]] ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 613, in test_selfreferential_new_style_instance self.assertTrue(re.match(r'\) at remote 0x-?[0-9a-f]+>', AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 600, in test_selfreferential_old_style_instance self.assertTrue(re.match(r'\) at remote 0x-?[0-9a-f]+>', AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 409, in test_sets self.assertGdbRepr(set(), "set()") File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != 'set()' - + set() : '' did not equal expected 'set()'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 325, in test_singletons self.assertGdbRepr(True) File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != 'True' - + True : '' did not equal expected 'True'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 379, in test_strings self.assertGdbRepr('') File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != "''" - + '' : '' did not equal expected "''"; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== test test_gdb failed FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 479, in test_subclassing_list self.assertTrue(m, AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 494, in test_subclassing_tuple self.assertTrue(m, AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 635, 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 1079 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 401, in test_tuples self.assertGdbRepr(tuple(), '()') File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 311, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, AssertionError: '' != '()' - + () : '' did not equal expected '()'; full output was: Breakpoint 1 at 0x32339d: file Python/bltinmodule.c, line 1203. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Breakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1203 1203 { #0 builtin_id (self=, v=) at Python/bltinmodule.c:1203 ====================================================================== FAIL: test_wrapper_call (test.test_gdb.PyBtTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skip/src/python/rvm/Lib/test/test_gdb.py", line 947, in test_wrapper_call self.assertRegex(gdb_output, AssertionError: Regex didn't match: ", v=) at Python/bltinmodule.c:1203\n1203\t{\nBreakpoint 2: file Objects/descrobject.c, line 1386.\n\nBreakpoint 2, wrapper_call (wp=, args=, kwds=) at Objects/descrobject.c:1386\n1386\t{\nTraceback (most recent call first):\n \n File "", line 4, in __init__\n File "", line 7, in \n' ---------------------------------------------------------------------- Ran 46 tests in 21.538s FAILED (failures=22) test_gdb failed == Tests result: FAILURE == 1 test failed: test_gdb Total duration: 21.9 sec Tests result: FAILURE