The Buildbot has detected a new failure on builder x86-64 macOS 3.x while
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/366/builds/7768
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-macos
Build Reason: <unknown>
Blamelist: Adam Turner <[email protected]>, Bartosz
Sławecki <[email protected]>, Brandt Bucher
<[email protected]>, Bénédikt Tran
<[email protected]>, CBerJun
<[email protected]>, Christian Clauss
<[email protected]>, Diego Russo <[email protected]>, Dino Viehland
<[email protected]>, Donghee Na <[email protected]>, Emily Morehouse
<[email protected]>, Felix Fontein <[email protected]>, Gregory P. Smith
<[email protected]>, Irit Katriel <[email protected]>,
Jean-François B. <[email protected]>, Jeffrey R. Van Voorst
<[email protected]>, Jelle Zijlstra <[email protected]>, Jeremy
Maitin-Shepard <[email protected]>, Ken Jin <[email protected]>, Kira
<[email protected]>, Kirill Podoprigora <[email protected]>, Kumar Aditya
<[email protected]>, Mariatta <[email protected]>, Mark
Byrne <31762852+mbyr
[email protected]>, Mark Shannon <[email protected]>, Matt
Delengowski <[email protected]>, Michał Górny <[email protected]>, Ned
Deily <[email protected]>, Nice Zombies <[email protected]>, Pablo Galindo
Salgado <[email protected]>, Peter Bierma <[email protected]>, Petr
Viktorin <[email protected]>, Raymond Hettinger
<[email protected]>, Sam Gross <[email protected]>,
Savannah Ostrowski <[email protected]>, Serhiy Storchaka
<[email protected]>, Steve Dower <[email protected]>, T. Wouters
<[email protected]>, Taneli Hukkinen <[email protected]>,
Thomas Grainger <[email protected]>, Tian Gao <[email protected]>,
Tomas R <[email protected]>, Victor Stinner <[email protected]>,
Victorien <[email protected]>, Wulian
<[email protected]>, efimov-mikhail <[email protected]>, isaacjones99
<[email protected]>, larryhastings <la
[email protected]>, morotti <[email protected]>, neonene
<[email protected]>, sobolevn <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 261, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 25, in _retry_thrice
raise last_exc
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 21, in _retry_thrice
return func(*args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 489, in open
response = self._open(req, data)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 466, in _call_chain
result = func(*args)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1558, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: [Errno 60] Operation timed out>
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1548, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 2443, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/ftplib.py",
line 354, in ntransfercmd
conn = socket.create_connection((host, port), self.timeout,
source_address=self.source_address)
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/socket.py",
line 870, in create_connection
raise exceptions[0]
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/socket.py",
line 855, in create_connection
sock.connect(sa)
~~~~~~~~~~~~^^^^
TimeoutError: [Errno 60] Operation timed out
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1548, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 2423, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/ftplib.py",
line 354, in ntransfercmd
conn = socket.create_connection((host, port), self.timeout,
source_address=self.source_address)
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/socket.py",
line 870, in create_connection
raise exceptions[0]
File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/socket.py",
line 855, in create_connection
sock.connect(sa)
~~~~~~~~~~~~^^^^
TimeoutError: [Errno 60] Operation timed out
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_socket.py",
line 1087, in test_host_resolution_bad_address
with self.assertRaises(OSError, msg=addr):
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
AssertionError: OSError not raised : ::1q
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 364, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 25, in _retry_thrice
raise last_exc
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 21, in _retry_thrice
return func(*args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 489, in open
response = self._open(req, data)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 466, in _call_chain
result = func(*args)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1558, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: [Errno 60] Operation timed out>
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 343, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 25, in _retry_thrice
raise last_exc
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 21, in _retry_thrice
return func(*args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 489, in open
response = self._open(req, data)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 466, in _call_chain
result = func(*args)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1558, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: [Errno 60] Operation timed out>
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 373, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 25, in _retry_thrice
raise last_exc
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 21, in _retry_thrice
return func(*args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 489, in open
response = self._open(req, data)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 466, in _call_chain
result = func(*args)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1558, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: [Errno 60] Operation timed out>
Traceback (most recent call last):
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 352, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 25, in _retry_thrice
raise last_exc
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_urllib2net.py",
line 21, in _retry_thrice
return func(*args, **kwargs)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 489, in open
response = self._open(req, data)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 466, in _call_chain
result = func(*args)
File
"/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/urllib/request.py",
line 1558, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: [Errno 60] Operation timed out>
Test report
===========
Failed tests:
- test_urllib2net
- test_socket
Failed subtests:
- test_ftp_default_timeout -
test.test_urllib2net.TimeoutTest.test_ftp_default_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
- test_host_resolution_bad_address -
test.test_socket.GeneralModuleTests.test_host_resolution_bad_address
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]