Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_gdb started to fail on buildbot/s390x RHEL7 #90990

Closed
sobolevn opened this issue Feb 23, 2022 · 3 comments
Closed

test_gdb started to fail on buildbot/s390x RHEL7 #90990

sobolevn opened this issue Feb 23, 2022 · 3 comments
Labels
3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@sobolevn
Copy link
Member

BPO 46834
Nosy @vstinner, @sobolevn

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2022-02-23.12:09:45.107>
labels = ['type-bug', 'tests', '3.11']
title = 'test_gdb started to fail on buildbot/s390x RHEL7'
updated_at = <Date 2022-02-23.12:11:59.689>
user = 'https://github.com/sobolevn'

bugs.python.org fields:

activity = <Date 2022-02-23.12:11:59.689>
actor = 'sobolevn'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2022-02-23.12:09:45.107>
creator = 'sobolevn'
dependencies = []
files = []
hgrepos = []
issue_num = 46834
keywords = []
message_count = 2.0
messages = ['413786', '413787']
nosy_count = 2.0
nosy_names = ['vstinner', 'sobolevn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue46834'
versions = ['Python 3.11']

@sobolevn
Copy link
Member Author

Log sample:

======================================================================
FAIL: test_up_then_down (test.test_gdb.StackNavigationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/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/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$'
----------------------------------------------------------------------
Ran 32 tests in 15.312s
FAILED (failures=53)
test test_gdb failed
1 test failed again:
    test_gdb

Full log (too long): https://buildbot.python.org/all/#/builders/179/builds/1769/steps/5/logs/stdio

It started to happen (at least more often - however, I cannot find any older failures at the moment) after this commit: b899126

Build link: https://buildbot.python.org/all/#/builders/402/builds/1744

Latest commits (at this moment):

@sobolevn sobolevn added 3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Feb 23, 2022
@sobolevn
Copy link
Member Author

Sorry, wrong link. It started to fail after this commit: 66b3cd7

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@kumaraditya303
Copy link
Contributor

Closing as CI is green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants