201/271/343 and ssl failures occur with 2.7.10 as well only 29 is new

[ 29/401] test_asyncore
Exception in thread Thread-38:
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/threading.py", line 
801, in __bootstrap_inner
    self.run()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/threading.py", line 
754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_asyncore.py", 
line 712, in <lambda>
    t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1, count=500))
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 220, 
in loop
    poll_fun(timeout, map)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 168, 
in poll
    _exception(obj)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 103, 
in _exception
    obj.handle_error()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 99, 
in _exception
    obj.handle_expt_event()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 481, 
in handle_expt_event
    self.handle_close()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_asyncore.py", 
line 462, in handle_close
    raise Exception("handle_close not supposed to be called")
Exception: handle_close not supposed to be called

[201/401] test_locale
test test_locale failed -- Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_locale.py", 
line 488, in test_getsetlocale_issue1813
    (loc, oldlocale, e))
AssertionError: Failed to set locale ('tr_TR', 'ISO8859-9') (default locale is 
(None, None)): Error('unsupported locale setting',)

[271/401/1] test_pwd
test test_pwd failed -- Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_pwd.py", line 
52, in test_values_extended
    self.assertIn(pwd.getpwnam(e.pw_name), entriesbyname[e.pw_name])
AssertionError: pwd.struct_passwd(pw_name='root', pw_passwd='...', pw_uid=0, 
pw_gid=0, pw_gecos='Charlie &', pw_dir='/root', pw_shell='/bin/ksh') not found 
in [pwd.struct_passwd(pw_name='root', pw_passwd='*', pw_uid=0, pw_gid=0, 
pw_gecos='Charlie &', pw_dir='/root', pw_shell='/bin/ksh')]

[343/401/3] test_threading
test test_threading failed -- Traceback (most recent call last):
  File 
"/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_threading.py", line 
562, in test_3_join_in_forked_from_thread
    self._run_and_join(script)
  File 
"/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_threading.py", line 
506, in _run_and_join
    self.assertEqual(data, "end of main\nend of thread\n")
AssertionError: '' != 'end of main\nend of thread\n'


======================================================================
FAIL: test_load_default_certs_env (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_ssl.py", line 
1070, in test_load_default_certs_env
    self.assertEqual(ctx.cert_store_stats(), {"crl": 0, "x509": 1, "x509_ca": 
0})
AssertionError: {'x509': 56, 'x509_ca': 56, 'crl': 0} != {'x509': 1, 'x509_ca': 
0, 'crl': 0}
- {'crl': 0, 'x509': 56, 'x509_ca': 56}
?                    ^^             ^^

+ {'crl': 0, 'x509': 1, 'x509_ca': 0}
?                    ^             ^

======================================================================
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_ssl.py", line 
284, in test_openssl_version
    (s, t))
AssertionError: ('LibreSSL 2.3.2', (2, 0, 0, 0, 0))

----------------------------------------------------------------------

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.7/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile    18 Sep 2015 21:49:09 -0000      1.40
+++ Makefile    6 Dec 2015 03:28:39 -0000
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =              2.7
-PATCHLEVEL =           .10
+PATCHLEVEL =           .11
 SHARED_LIBS =          python2.7 0.0
 VERSION_SPEC =         >=2.7,<2.8
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/2.7/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    31 May 2015 07:56:10 -0000      1.10
+++ distinfo    6 Dec 2015 03:29:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-2.7.10.tgz) = 7ajObuwD50mRq7U4QXDnxl/NdSLkCbjoPX5jcq3Q8So=
-SIZE (Python-2.7.10.tgz) = 16768806
+SHA256 (Python-2.7.11.tgz) = gpKblv1q/I2oOLFJEHB4wC+hdEt+YJmai6u8DT+ob8Y=
+SIZE (Python-2.7.11.tgz) = 16856409
Index: pkg/PLIST-idle
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-idle,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-idle
--- pkg/PLIST-idle      31 May 2015 07:56:10 -0000      1.5
+++ pkg/PLIST-idle      6 Dec 2015 03:32:45 -0000
@@ -180,6 +180,10 @@ lib/python2.7/idlelib/dynOptionMenuWidge
 lib/python2.7/idlelib/dynOptionMenuWidget.pyc
 lib/python2.7/idlelib/dynOptionMenuWidget.pyo
 lib/python2.7/idlelib/extend.txt
+lib/python2.7/idlelib/help.html
+lib/python2.7/idlelib/help.py
+lib/python2.7/idlelib/help.pyc
+lib/python2.7/idlelib/help.pyo
 lib/python2.7/idlelib/help.txt
 @comment lib/python2.7/idlelib/idle.bat
 lib/python2.7/idlelib/idle.py
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-main,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST-main
--- pkg/PLIST-main      31 May 2015 07:56:10 -0000      1.14
+++ pkg/PLIST-main      6 Dec 2015 03:32:45 -0000
@@ -1374,8 +1374,8 @@ lib/python2.7/ensurepip/__main__.py
 lib/python2.7/ensurepip/__main__.pyc
 lib/python2.7/ensurepip/__main__.pyo
 lib/python2.7/ensurepip/_bundled/
-lib/python2.7/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl
-lib/python2.7/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
 lib/python2.7/ensurepip/_uninstall.py
 lib/python2.7/ensurepip/_uninstall.pyc
 lib/python2.7/ensurepip/_uninstall.pyo
@@ -1549,7 +1549,7 @@ lib/python2.7/keyword.py
 lib/python2.7/keyword.pyc
 lib/python2.7/keyword.pyo
 lib/python2.7/lib-dynload/
-lib/python2.7/lib-dynload/Python-2.7.10-py2.7.egg-info
+lib/python2.7/lib-dynload/Python-2.7.11-py2.7.egg-info
 lib/python2.7/lib-dynload/_bisect.so
 lib/python2.7/lib-dynload/_codecs_cn.so
 lib/python2.7/lib-dynload/_codecs_hk.so
@@ -1612,9 +1612,9 @@ lib/python2.7/lib-dynload/unicodedata.so
 lib/python2.7/lib-dynload/zlib.so
 lib/python2.7/lib2to3/
 lib/python2.7/lib2to3/Grammar.txt
-lib/python2.7/lib2to3/Grammar2.7.10.final.0.pickle
+lib/python2.7/lib2to3/Grammar2.7.11.final.0.pickle
 lib/python2.7/lib2to3/PatternGrammar.txt
-lib/python2.7/lib2to3/PatternGrammar2.7.10.final.0.pickle
+lib/python2.7/lib2to3/PatternGrammar2.7.11.final.0.pickle
 lib/python2.7/lib2to3/__init__.py
 lib/python2.7/lib2to3/__init__.pyc
 lib/python2.7/lib2to3/__init__.pyo
Index: pkg/PLIST-tools
===================================================================
RCS file: /cvs/ports/lang/python/2.7/pkg/PLIST-tools,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST-tools
--- pkg/PLIST-tools     31 May 2015 07:56:10 -0000      1.6
+++ pkg/PLIST-tools     6 Dec 2015 03:32:45 -0000
@@ -24,14 +24,13 @@ lib/python2.7/Tools/bgen/bgen/bgenVariab
 lib/python2.7/Tools/bgen/bgen/macsupport.py
 lib/python2.7/Tools/bgen/bgen/scantools.py
 lib/python2.7/Tools/buildbot/
-lib/python2.7/Tools/buildbot/README.tcltk-AMD64
+@comment lib/python2.7/Tools/buildbot/external-common.bat
 @comment lib/python2.7/Tools/buildbot/build-amd64.bat
 @comment lib/python2.7/Tools/buildbot/build.bat
 @comment lib/python2.7/Tools/buildbot/buildmsi.bat
 @comment lib/python2.7/Tools/buildbot/clean-amd64.bat
 @comment lib/python2.7/Tools/buildbot/clean.bat
 @comment lib/python2.7/Tools/buildbot/external-amd64.bat
-@comment lib/python2.7/Tools/buildbot/external-common.bat
 @comment lib/python2.7/Tools/buildbot/external.bat
 @comment lib/python2.7/Tools/buildbot/test-amd64.bat
 @comment lib/python2.7/Tools/buildbot/test.bat

Reply via email to