From https://github.com/python/cpython
* branch 2.7 -> FETCH_HEAD
* [new tag] v3.4.10 -> v3.4.10
* [new tag] v3.5.7 -> v3.5.7
Reset branch '2.7'
Could Not Find D:\buildarea\2.7.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Berkeley DB 4.7.25: (May 15, 2008)
Test path prefix: d:\temp\z-test_bsddb3-5204
Resource 'ipv6.google.com' is not available
a DOS box should flash briefly ...
D:\buildarea\2.7.bolen-windows10\build\lib\shutil.py:78: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
os.path.normcase(os.path.abspath(dst)))
D:\buildarea\2.7.bolen-windows10\build\lib\threading.py:846: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
self.__exc_clear()
D:\buildarea\2.7.bolen-windows10\build\lib\distutils\msvc9compiler.py:120: DeprecationWarning: decoding Unicode is not supported in 3.x
s = dec("mbcs")
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
D:\buildarea\2.7.bolen-windows10\build\lib\multiprocessing\pool.py:117: DeprecationWarning: can't pickle function objects
put((job, i, result))
D:\buildarea\2.7.bolen-windows10\build\lib\multiprocessing\pool.py:117: DeprecationWarning: can't pickle function objects
put((job, i, result))
'python2.4' is not recognized as an internal or external command,
operable program or batch file.
'python2.5' is not recognized as an internal or external command,
operable program or batch file.
'python2.6' is not recognized as an internal or external command,
operable program or batch file.
'python2.7' is not recognized as an internal or external command,
operable program or batch file.
Resource 'http://www.pythontest.net' is not available
Resource 'http://www.pythontest.net/index.html#frag' is not available
test test_urllib2net failed -- multiple errors occurred; run in verbose mode for details
test test_urllib2net failed -- multiple errors occurred
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 174, in test_fileno
res = opener.open(req)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 429, in open
response =self._open(req, data)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 447, in _open'_open', req)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 1228, in http_openreturnself.do_open(httplib.HTTPConnection, req)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 1198, in do_openraise URLError(err)
URLError: <urlopen error [Errno 110] Connection timed out>
======================================================================
ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 117, in test_ftpself._test_urls(urls, self._extra_handlers())
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 223, in _test_urls
f = urlopen(url, req, TIMEOUT)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 25, in wrappedreturn _retry_thrice(func, exc, *args, **kwargs)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 16, in _retry_thricereturn func(*args, **kwargs)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 429, in open
response =self._open(req, data)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 447, in _open'_open', req)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib2.py", line 1420, in ftp_open
fp, retrlen = fw.retrfile(file, type)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/urllib.py", line 897, in retrfileself.ftp.voidcmd(cmd)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/ftplib.py", line 255, in voidcmdself.putcmd(cmd)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/ftplib.py", line 183, in putcmdself.putline(line)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/ftplib.py", line 178, in putlineself.sock.sendall(line)
AttributeError: 'NoneType' object has no attribute 'sendall'
======================================================================
ERROR: test_ftp_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 300, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 25, in wrappedreturn _retry_thrice(func, exc, *args, **kwargs)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 21, in _retry_thriceraise last_exc
URLError: <urlopen error ftp error: [Errno 111] Connection refused>
======================================================================
ERROR: test_ftp_default_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 309, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 320, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 25, in wrappedreturn _retry_thrice(func, exc, *args, **kwargs)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 21, in _retry_thriceraise last_exc
URLError: <urlopen error ftp error: [Errno 111] Connection refused>
======================================================================
ERROR: test_ftp_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 328, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 25, in wrappedreturn _retry_thrice(func, exc, *args, **kwargs)
File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_urllib2net.py", line 21, in _retry_thriceraise last_exc
URLError: <urlopen error ftp error: [Errno 111] Connection refused>
----------------------------------------------------------------------
Ran 15 tests in 371.442s
FAILED (errors=6, skipped=2)
From https://github.com/python/cpython
* branch 2.7 -> FETCH_HEAD
* [new tag] v3.4.10 -> v3.4.10
* [new tag] v3.5.7 -> v3.5.7
Reset branch '2.7'
Could Not Find d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\Lib\*.pyc
The system cannot find the file specified.
'powershell.exe' is not recognized as an internal or external command,
operable program or batch file.
'py' is not recognized as an internal or external command,
operable program or batch file.
'"d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\PCbuild\\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
'python2.4' is not recognized as an internal or external command,
operable program or batch file.
'python2.5' is not recognized as an internal or external command,
operable program or batch file.
'python2.6' is not recognized as an internal or external command,
operable program or batch file.
'python2.7' is not recognized as an internal or external command,
operable program or batch file.
a DOS box should flash briefly ...
Resource 'http://www.pythontest.net/' is not available
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\shutil.py:78: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
os.path.normcase(os.path.abspath(dst)))
test test_urllibnet failed -- multiple errors occurred; run in verbose mode for details
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
test test_ssl failed -- Traceback (most recent call last):
File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\test\test_ssl.py", line 1403, in test_connect_exself.assertEqual(0, s.connect_ex((REMOTE_HOST, 443)))
AssertionError: 0 != 10060
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
Resource 'self-signed.pythontest.net' is not available
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\distutils\msvc9compiler.py:120: DeprecationWarning: decoding Unicode is not supported in 3.x
s = dec("mbcs")
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\threading.py:846: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
self.__exc_clear()
Resource 'http://www.pythontest.net' is not available
test test_urllib2net failed -- multiple errors occurred; run in verbose mode for details
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\multiprocessing\pool.py:117: DeprecationWarning: can't pickle function objects
put((job, i, result))
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\multiprocessing\pool.py:117: DeprecationWarning: can't pickle function objects
put((job, i, result))
test test_urllib2net failed -- multiple errors occurred
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add missing Py_DECREF()s.
https://bugs.python.org/issue36421