[issue20600] test_create_server_ssl_verify_failed() failure on PPC64 AIX 3.x buildbot

2015-08-18 Thread REIX Tony

REIX Tony added the comment:

I'm now working about the port of Python 3.4.3 on AIX.
So, I'm interesting with issues dealing with AIX.
I'm now building a view of the issues on AIX 6.1 .

--
nosy: +trex58

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



[issue20600] test_create_server_ssl_verify_failed() failure on PPC64 AIX 3.x buildbot

2015-03-18 Thread STINNER Victor

STINNER Victor added the comment:

Since nobody looks to care of AIX, I just close the issue.

--
resolution:  - out of date
status: open - closed

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



[issue20600] test_create_server_ssl_verify_failed() failure on PPC64 AIX 3.x buildbot

2014-02-11 Thread STINNER Victor

New submission from STINNER Victor:

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1694/steps/test/logs/stdio

==
FAIL: test_create_server_ssl_verify_failed 
(test.test_asyncio.test_events.PollEventLoopTests)
--
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py,
 line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: certificate verify failed  does not match A failure in the 
SSL library occurred (_ssl.c:598)

==
FAIL: test_create_server_ssl_verify_failed 
(test.test_asyncio.test_events.SelectEventLoopTests)
--
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py,
 line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: certificate verify failed  does not match A failure in the 
SSL library occurred (_ssl.c:598)

--
messages: 210967
nosy: gvanrossum, haypo
priority: normal
severity: normal
status: open
title: test_create_server_ssl_verify_failed() failure on PPC64 AIX 3.x 
buildbot
versions: Python 3.4

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



[issue20600] test_create_server_ssl_verify_failed() failure on PPC64 AIX 3.x buildbot

2014-02-11 Thread STINNER Victor

STINNER Victor added the comment:

Platform:
AIX-1-00F84C0C4C00-powerpc-32bit big-endian

[ 49/389/3] test_ssl
test_ssl: testing with 'OpenSSL 1.0.1e 11 Feb 2013' (1, 0, 1, 5, 15)
  under 'AIX-1-00F84C0C4C00-powerpc-32bit'
  HAS_SNI = True
  OP_ALL = 0x-7c01
  OP_NO_TLSv1_1 = 0x1000

Oh, there are many failures in test_ssl:

==
FAIL: test_load_cert_chain (test.test_ssl.ContextTests)
--
ssl.SSLError: unknown error (_ssl.c:2496)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 733, in test_load_cert_chain
ctx.load_cert_chain(BADCERT)
AssertionError: PEM lib does not match unknown error (_ssl.c:2496)

==
FAIL: test_load_verify_locations (test.test_ssl.ContextTests)
--
ssl.SSLError: unknown error (_ssl.c:2719)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 818, in test_load_verify_locations
ctx.load_verify_locations(BADCERT)
AssertionError: PEM lib does not match unknown error (_ssl.c:2719)

==
FAIL: test_connect (test.test_ssl.NetworkedTests)
--
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 1140, in test_connect
s.connect, (svn.python.org, 443))
AssertionError: certificate verify failed does not match A failure in the 
SSL library occurred (_ssl.c:598)

==
FAIL: test_connect_with_context (test.test_ssl.NetworkedTests)
--
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 1246, in test_connect_with_context
s.connect, (svn.python.org, 443))
AssertionError: certificate verify failed does not match A failure in the 
SSL library occurred (_ssl.c:598)

==
FAIL: test_crl_check (test.test_ssl.ThreadedTests)
--
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 1977, in test_crl_check
s.connect((HOST, server.port))
AssertionError: certificate verify failed does not match A failure in the 
SSL library occurred (_ssl.c:598)

==
FAIL: test_default_ciphers (test.test_ssl.ThreadedTests)
--
Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 2563, in test_default_ciphers
self.assertIn(no shared cipher, str(server.conn_errors[0]))
AssertionError: 'no shared cipher' not found in 'A failure in the SSL library 
occurred (_ssl.c:598)'

==
FAIL: test_sni_callback_alert (test.test_ssl.ThreadedTests)
--
Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 2760, in test_sni_callback_alert
self.assertEqual(cm.exception.reason, 'TLSV1_ALERT_ACCESS_DENIED')
AssertionError: None != 'TLSV1_ALERT_ACCESS_DENIED'

==
FAIL: test_sni_callback_raising (test.test_ssl.ThreadedTests)
--
Traceback (most recent call last):
  File 
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_ssl.py,
 line 2776, in test_sni_callback_raising
self.assertEqual(cm.exception.reason, 'SSLV3_ALERT_HANDSHAKE_FAILURE')
AssertionError: None != 'SSLV3_ALERT_HANDSHAKE_FAILURE'