test_gdb fails on s390(x) with "AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != []" from build.log: ... [139/390] test_gdb GDB version: GNU gdb (GDB) Fedora 7.8.1-30.fc22 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "s390-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ... FAIL test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ... FAIL test_builtin_method (test.test_gdb.PrettyPrintTests) ... FAIL test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ... FAIL test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ... FAIL test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... FAIL test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ... FAIL test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ... FAIL test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ... FAIL test_exceptions (test.test_gdb.PrettyPrintTests) ... FAIL test_frames (test.test_gdb.PrettyPrintTests) ... FAIL test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ... FAIL test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... FAIL test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ... FAIL test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ... FAIL test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ... FAIL test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ... FAIL test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ... FAIL test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ... FAIL test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ... FAIL test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ... FAIL test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ... FAIL test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ... FAIL test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ... FAIL test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ... FAIL test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ... skipped 'Python was compiled with optimizations' test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ... skipped 'Python was compiled with optimizations' test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ... skipped 'Python was compiled with optimizations' test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ... FAIL test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ... skipped 'Python was compiled with optimizations' test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ... FAIL test_up_then_down (test.test_gdb.StackNavigationTests) Verify "py-up" followed by "py-down" ... skipped 'Python was compiled with optimizations' test_bt (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ... skipped 'Python was compiled with optimizations' test_bt_full (test.test_gdb.PyBtTests) Verify that the "py-bt-full" command works ... skipped 'Python was compiled with optimizations' test_gc (test.test_gdb.PyBtTests) Verify that "py-bt" indicates if a thread is garbage-collecting ... skipped 'Python was compiled with optimizations' test_pycfunction (test.test_gdb.PyBtTests) Verify that "py-bt" displays invocations of PyCFunction instances ... skipped 'Python was compiled with optimizations' test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ... FAIL test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ... skipped 'Python was compiled with optimizations' test_print_after_up (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_builtin (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_global (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_basic_command (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' test_locals_after_up (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' ====================================================================== FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 488, in test_NULL_ob_type 'set v->ob_type=0') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 459, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 480, in test_NULL_ptr 'backtrace']) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 606, in test_builtin_method gdb_repr, gdb_output = self.get_gdb_repr('import sys; id(sys.stdout.readlines)') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== 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 "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 512, in test_builtins_help gdb_repr, gdb_output = self.get_gdb_repr('id(__builtins__.help)', import_site=True) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 310, in test_bytes self.assertGdbRepr(b'') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 494, in test_corrupt_ob_type exprepr='42') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 459, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 500, in test_corrupt_tp_flags exprepr='42') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 459, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 506, in test_corrupt_tp_name exprepr='42') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 459, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 299, in test_dicts self.assertGdbRepr({}) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 390, in test_exceptions ''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 620, in test_frames cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)v)->co_zombieframe)'] File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 379, in test_frozensets self.assertGdbRepr(frozenset(), 'frozenset()') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_getting_backtrace (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 270, in test_getting_backtrace gdb_output = self.get_stack_trace('id(42)') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 285, in test_int self.assertGdbRepr(42) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 305, in test_lists self.assertGdbRepr([]) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 412, in test_modern_class id(foo)''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== 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 "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 533, in test_selfreferential_dict self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; id(a)") File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== 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 "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 522, in test_selfreferential_list self.get_gdb_repr("a = [3, 4, 5] ; a.append(a) ; id(a)") File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 557, in test_selfreferential_new_style_instance id(foo)''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 544, in test_selfreferential_old_style_instance id(foo)''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 364, in test_sets self.assertGdbRepr(set(), 'set()') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 293, in test_singletons self.assertGdbRepr(True) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 334, in test_strings self.assertGdbRepr('') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== 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 "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 425, in test_subclassing_list id(foo)''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] test test_gdb failed ====================================================================== 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 "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 440, in test_subclassing_tuple id(foo)''') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 579, in test_truncation gdb_repr, gdb_output = self.get_gdb_repr('id(list(range(1000)))') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 356, in test_tuples self.assertGdbRepr(tuple(), '()') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 276, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 245, in get_gdb_repr import_site=import_site) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 687, in test_down_at_bottom cmds_after_breakpoint=['py-down']) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 695, in test_up_at_top cmds_after_breakpoint=['py-up'] * 4) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ====================================================================== FAIL: test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 776, in test_threads cmds_after_breakpoint=['thread apply all py-bt']) File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_gdb.py", line 223, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] != [] First list contains 1 additional elements. First extra element 0: warning: Could not load shared library symbols for linux-vdso32.so.1. - ['warning: Could not load shared library symbols for linux-vdso32.so.1.'] + [] ---------------------------------------------------------------------- Ran 45 tests in 5.124s FAILED (failures=30, skipped=15) ... on s390x it is s/vdso32/vdso64/ Version-Release number of selected component (if applicable): python3-3.4.1-16.fc22 python3-3.4.2-1.fc22 and python-2.7.8-8.fc22 and newer
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
Not sure if 1196181 is related
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.