☠ Buildbot (Python): - failed test (failure) (c5655aa6ad120d2ed7f255bebd6e8b71a9c07dde)
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/#/builders/978/builds/817
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 373, in test_ftp_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=60) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 259, in _test_urls with socket_helper.transient_internet(url): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp self.cache[key] = ftpwrapper(user, passwd, host, port, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 364, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_io.py", line 4114, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1475, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 342, in test_ftp_basic with socket_helper.transient_internet(self.FTP_HOST, timeout=None): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 349, in test_ftp_default_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 261, in _test_urls f = urlopen(url, req, support.INTERNET_TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 361, in test_ftp_no_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 372, in test_ftp_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 343, in test_ftp_basic u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 352, in test_ftp_default_timeout u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Test report
Failed tests:
- test_urllib2net
Failed subtests:
- test___all__ - test.test_io.PyMiscIOTest.test___all__
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test___all__ - test.test_io.CMiscIOTest.test___all__
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest.test_ftp_default_timeout
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/#/builders/935/builds/812
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp self.cache[key] = ftpwrapper(user, passwd, host, port, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 373, in test_ftp_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=60) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 364, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 352, in test_ftp_default_timeout u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 342, in test_ftp_basic with socket_helper.transient_internet(self.FTP_HOST, timeout=None): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 349, in test_ftp_default_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_io.py", line 4114, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1475, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 261, in _test_urls f = urlopen(url, req, support.INTERNET_TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 343, in test_ftp_basic u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 372, in test_ftp_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 361, in test_ftp_no_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 259, in _test_urls with socket_helper.transient_internet(url): File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Test report
Failed tests:
- test_io
- test_urllib2net
- test_functools
Failed subtests:
- test___all__ - test.test_io.PyMiscIOTest.test___all__
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test___all__ - test.test_io.CMiscIOTest.test___all__
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest.test_ftp_default_timeout
Test leaking resources:
- test_functools: memory blocks
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/#/builders/955/builds/794
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 352, in test_ftp_default_timeout u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 349, in test_ftp_default_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 361, in test_ftp_no_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 373, in test_ftp_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=60) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 259, in _test_urls with socket_helper.transient_internet(url): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 261, in _test_urls f = urlopen(url, req, support.INTERNET_TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 364, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_io.py", line 4114, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1475, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 343, in test_ftp_basic u = _urlopen_with_retry(self.FTP_HOST) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open raise URLError(exp) from exp urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 372, in test_ftp_timeout with socket_helper.transient_internet(self.FTP_HOST): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 342, in test_ftp_basic with socket_helper.transient_internet(self.FTP_HOST, timeout=None): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 268, in transient_internet filter_error(err) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp self.cache[key] = ftpwrapper(user, passwd, host, port, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 2413, in __init__ self.init() File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/urllib/request.py", line 2423, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Test report
Failed tests:
- test_urllib2net
Failed subtests:
- test___all__ - test.test_io.PyMiscIOTest.test___all__
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test___all__ - test.test_io.CMiscIOTest.test___all__
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest.test_ftp_default_timeout
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org