FreeBSD Bugzilla – Attachment 164548 Details for
Bug 195513
lang/python32: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Output of the test_ssl unit test
Python3.2.6-test_ssl.out (text/plain), 7.38 KB, created by
Bernard Spil
on 2015-12-23 12:31:39 UTC
(
hide
)
Description:
Output of the test_ssl unit test
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-12-23 12:31:39 UTC
Size:
7.38 KB
patch
obsolete
>Script started on Wed Dec 23 13:29:09 2015 >Agent pid 9071 >[1m[3m%[23m[1m[m [m[23m[24m[J[brnrd@build Python-3.2.6]$ [K[?2004hsvn upcd /usr/ports[?2004l >[1m[3m%[23m[1m[m [m[23m[24m[J[brnrd@build Python-3.2.6]$ [K[?2004h[3mLD_LIBRARY_PATH=/usr/ports/lang/python32/work/Python-3.2.6 ./python ./Lib/test/test_ssl.py[23m >[KM[28C[23mL[23mD[23m_[23mL[23mI[23mB[23mR[23mA[23mR[23mY[23m_[23mP[23mA[23mT[23mH[23m=[23m/[23mu[23ms[23mr[23m/[23mp[23mo[23mr[23mt[23ms[23m/[23ml[23ma[23mn[23mg[23m/[23mp[23my[23mt[23mh[23mo[23mn[23m3[23m2[23m/[23mw[23mo[23mr[23mk[23m/[23mP[23my[23mt[23mh[23mo[23mn[23m-[23m3[23m.[23m2[23m.[23m6[23m [23m.[23m/[23mp[23my[23mt[23mh[23mo[23mn[23m [23m.[23m/[23mL[23mi[23mb[23m/[23mt[23me[23ms[23mt[23m/[23mt[23me[23ms[23mt[23m_[23ms[23ms[23ml[23m.[23mp[23my[1B [K[?2004l >test_ssl: testing with 'LibreSSL 2.3.1' (1, 0, 1, 7, 15) > under 'FreeBSD-10.2-RELEASE-p8-amd64-64bit-ELF' > HAS_SNI = True >test_ciphers (__main__.ContextTests) ... ok >test_constructor (__main__.ContextTests) ... ok >test_load_cert_chain (__main__.ContextTests) ... ok >test_load_verify_locations (__main__.ContextTests) ... ok >test_options (__main__.ContextTests) ... ok >test_protocol (__main__.ContextTests) ... ok >test_session_stats (__main__.ContextTests) ... ok >test_set_default_verify_paths (__main__.ContextTests) ... ok >test_verify (__main__.ContextTests) ... ok >test_DER_to_PEM (__main__.BasicSocketTests) ... ok >test_constants (__main__.BasicSocketTests) ... ERROR >test_errors (__main__.BasicSocketTests) ... ok >test_match_hostname (__main__.BasicSocketTests) ... ok >test_openssl_version (__main__.BasicSocketTests) ... FAIL >test_parse_cert (__main__.BasicSocketTests) ... >{'issuer': ((('countryName', 'XY'),), > (('localityName', 'Castle Anthrax'),), > (('organizationName', 'Python Software Foundation'),), > (('commonName', 'localhost'),)), > 'notAfter': 'Oct 5 23:01:56 2020 GMT', > 'notBefore': 'Oct 8 23:01:56 2010 GMT', > 'serialNumber': 'D7C7381919AFC24E', > 'subject': ((('countryName', 'XY'),), > (('localityName', 'Castle Anthrax'),), > (('organizationName', 'Python Software Foundation'),), > (('commonName', 'localhost'),)), > 'subjectAltName': (('DNS', 'localhost'),), > 'version': 3} > >{'issuer': ((('countryName', 'US'),), > (('organizationName', 'VeriSign, Inc.'),), > (('organizationalUnitName', 'VeriSign Trust Network'),), > (('organizationalUnitName', > 'Terms of use at https://www.verisign.com/rpa (c)10'),), > (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), > 'notAfter': 'Sep 20 23:59:59 2012 GMT', > 'notBefore': 'Sep 21 00:00:00 2011 GMT', > 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', > 'subject': ((('countryName', 'FI'),), > (('stateOrProvinceName', 'Espoo'),), > (('localityName', 'Espoo'),), > (('organizationName', 'Nokia'),), > (('organizationalUnitName', 'BI'),), > (('commonName', 'projects.developer.nokia.com'),)), > 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), > ('DNS', 'projects.forum.nokia.com')), > 'version': 3} >ok >test_parse_cert_CVE_2013_4073 (__main__.BasicSocketTests) ... >{'issuer': ((('countryName', 'US'),), > (('stateOrProvinceName', 'Oregon'),), > (('localityName', 'Beaverton'),), > (('organizationName', 'Python Software Foundation'),), > (('organizationalUnitName', 'Python Core Development'),), > (('commonName', 'null.python.org\x00example.org'),), > (('emailAddress', 'python-dev@python.org'),)), > 'notAfter': 'Aug 7 13:12:52 2013 GMT', > 'notBefore': 'Aug 7 13:11:52 2013 GMT', > 'serialNumber': '00', > 'subject': ((('countryName', 'US'),), > (('stateOrProvinceName', 'Oregon'),), > (('localityName', 'Beaverton'),), > (('organizationName', 'Python Software Foundation'),), > (('organizationalUnitName', 'Python Core Development'),), > (('commonName', 'null.python.org\x00example.org'),), > (('emailAddress', 'python-dev@python.org'),)), > 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), > ('email', 'null@python.org\x00user@example.org'), > ('URI', 'http://null.python.org\x00http://example.org'), > ('IP Address', '192.0.2.1'), > ('IP Address', '2001:DB8:0:0:0:0:0:1\n')), > 'version': 3} >ok >test_random (__main__.BasicSocketTests) ... > RAND_status is 1 (sufficient randomness) >ok >test_refcycle (__main__.BasicSocketTests) ... ok >test_server_side (__main__.BasicSocketTests) ... ok >test_timeout (__main__.BasicSocketTests) ... ok >test_wrapped_unconnected (__main__.BasicSocketTests) ... ok > >====================================================================== >ERROR: test_constants (__main__.BasicSocketTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "./Lib/test/test_ssl.py", line 95, in test_constants > ssl.PROTOCOL_SSLv3 >AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3' > >====================================================================== >FAIL: test_openssl_version (__main__.BasicSocketTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "./Lib/test/test_ssl.py", line 207, in test_openssl_version > (s, t)) >AssertionError: False is not true : ('LibreSSL 2.3.1', (1, 0, 1, 7, 15)) > >---------------------------------------------------------------------- >Ran 21 tests in 0.052s > >FAILED (failures=1, errors=1) >Traceback (most recent call last): > File "./Lib/test/test_ssl.py", line 1778, in <module> > test_main() > File "./Lib/test/test_ssl.py", line 1772, in test_main > support.run_unittest(*tests) > File "/usr/ports/lang/python32/work/Python-3.2.6/Lib/test/support.py", line 1478, in run_unittest > _run_suite(suite) > File "/usr/ports/lang/python32/work/Python-3.2.6/Lib/test/support.py", line 1453, in _run_suite > raise TestFailed(err) >test.support.TestFailed: multiple errors occurred >[1m[3m%[23m[1m[m [m[23m[24m[J[brnrd@build Python-3.2.6]$ [K[?2004h[?2004l >[1m[3m%[23m[1m[m [m[23m[24m[J[brnrd@build Python-3.2.6]$ [K[?2004h[?2004l > >Script done on Wed Dec 23 13:29:31 2015
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 195513
:
150006
|
150007
|
150008
|
150009
|
164544
| 164548