[issue34388] collect_gdb fails for test.pythoninfo in several buildbots

2018-08-12 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

The origin of this can be related to https://bugs.python.org/issue30871

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34388] collect_gdb fails for test.pythoninfo in several buildbots

2018-08-12 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

collect_gdb fails for the test.pythoninfo step in several buildbots:

https://buildbot.python.org/all/#/builders/102/builds/55
https://buildbot.python.org/all/#/builders/79/builds/237
https://buildbot.python.org/all/#/builders/112/builds/161
https://buildbot.python.org/all/#/builders/118/builds/164
https://buildbot.python.org/all/#/builders/56/builds/105
https://buildbot.python.org/all/#/builders/18/builds/109

Example error:

./python -m test.pythoninfo
ERROR: collect_gdb() failed
Traceback (most recent call last):
  File 
"/usr/home/buildbot/python/2.7.koobs-freebsd-current.nondebug/build/Lib/test/pythoninfo.py",
 line 561, in collect_info
collect_func(info_add)
  File 
"/usr/home/buildbot/python/2.7.koobs-freebsd-current.nondebug/build/Lib/test/pythoninfo.py",
 line 300, in collect_gdb
version = version.splitlines()[0]
IndexError: list index out of range

--
components: Build, Tests
messages: 323446
nosy: pablogsal
priority: normal
severity: normal
status: open
title: collect_gdb fails for test.pythoninfo in several buildbots
type: crash
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com