Bug ID 1113755
Summary [openssl1.1.1][staging] python fails to build / errorin the test suite
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter dimstar@opensuse.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

openssl is being updated to version 1.1.1 - which currently causes failures of
python

The error can be seen in Staging:C

https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:C/python/standard/x86_64

>From the log file:

[  216s] Run tests sequentially
[  216s] 0:00:00 load avg: 1.65 [ 1/19] test_urllib
[  216s] 0:00:00 load avg: 1.65 [ 2/19] test_ssl
[  218s] test test_ssl failed -- multiple errors occurred; run in verbose mode
for details
[  218s] 0:00:01 load avg: 1.65 [ 3/19/1] test_hashlib -- test_ssl failed
[  218s] 0:00:02 load avg: 1.65 [ 4/19/1] test_hmac
[  218s] 0:00:02 load avg: 1.65 [ 5/19/1] test_urllib2_localnet
[  219s] Traceback (most recent call last):
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/SocketServer.py", line 290, in
_handle_request_noblock
[  219s]     self.process_request(request, client_address)
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/SocketServer.py", line 318, in
process_request
[  219s]     self.finish_request(request, client_address)
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/SocketServer.py", line 331, in
finish_request
[  219s]     self.RequestHandlerClass(request, client_address, self)
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/SocketServer.py", line 652, in
__init__
[  219s]     self.handle()
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/BaseHTTPServer.py", line 340, in
handle
[  219s]     self.handle_one_request()
[  219s]   File
"/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/BaseHTTPServer.py", line 310, in
handle_one_request
[  219s]     self.raw_requestline = self.rfile.readline(65537)
[  219s]   File "/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/socket.py", line
480, in readline
[  219s]     data = self._sock.recv(self._rbufsize)
[  219s]   File "/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/ssl.py", line
780, in recv
[  219s]     return self.read(buflen)
[  219s]   File "/home/abuild/rpmbuild/BUILD/Python-2.7.15/Lib/ssl.py", line
667, in read
[  219s]     v = self._sslobj.read(len)
[  219s] error: [Errno 104] Connection reset by peer
[  219s] test test_urllib2_localnet produced unexpected output:
[  219s] **********************************************************************

(other failures might happen too)


You are receiving this mail because: