[New-bugs-announce] [issue44004] test_nntplib is failing in all buildbots

Pablo Galindo Salgado report at bugs.python.org
Sat May 1 16:14:35 EDT 2021


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

test test_nntplib crashed -- Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 282, in _runtest_inner
    refleak = _runtest_inner2(ns, test_name)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 229, in _runtest_inner2
    the_module = importlib.import_module(abstest)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 882, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/test_nntplib.py", line 350, in <module>
    class NetworkedNNTP_SSLTests(NetworkedNNTPTests):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/test_nntplib.py", line 371, in NetworkedNNTP_SSLTests
    ssl_context = ssl._create_unverified_context()
AttributeError: 'NoneType' object has no attribute '_create_unverified_context'
1 test failed again:
    test_nntplib

Example failure:

https://buildbot.python.org/all/#/builders/96/builds/107/steps/5/logs/stdio

----------
assignee: christian.heimes
components: SSL
messages: 392628
nosy: christian.heimes, pablogsal
priority: normal
severity: normal
status: open
title: test_nntplib is failing in all buildbots

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44004>
_______________________________________


More information about the New-bugs-announce mailing list