bpo-1294959: Add --with-platlibdir to configure by vstinner · Pull Request #18381 · python/cpython (original) (raw)

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL7 LTO 3.x has failed when building commit 8510f43.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/527/builds/97) and take a look at the build logs.
  4. Check if the failure is related to this commit (8510f43) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/527/builds/97

Failed tests:

Failed subtests:

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

406 tests OK.

10 slowest tests:

1 test failed:
test_urllib2net

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_urllib2net

Total duration: 6 min 48 sec

Click to see traceback logs

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 320, in test_ftp_default_timeout u = _urlopen_with_retry(self.FTP_HOST) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 25, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice raise last_exc File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 517, in open response = self._open(req, data) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 494, in _call_chain result = func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1546, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2420, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: error_perm('500 OOPS: vsf_sysutil_bind')>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 310, in test_ftp_basic u = _urlopen_with_retry(self.FTP_HOST) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 25, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice raise last_exc File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 517, in open response = self._open(req, data) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 494, in _call_chain result = func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1546, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2420, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: error_perm('500 OOPS: vsf_sysutil_bind')>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 332, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 25, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice raise last_exc File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 517, in open response = self._open(req, data) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 494, in _call_chain result = func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1546, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2420, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: error_perm('500 OOPS: vsf_sysutil_bind')>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2402, in retrfile raise URLError('ftp error: %r' % reason).with_traceback( File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2399, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: error_perm('500 OOPS: vsf_sysutil_bind')>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2420, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: vsf_sysutil_bind

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 228, in _test_urls f = urlopen(url, req, support.INTERNET_TIMEOUT) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 25, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice raise last_exc File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 517, in open response = self._open(req, data) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 494, in _call_chain result = func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1546, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2402, in retrfile raise URLError('ftp error: %r' % reason).with_traceback( File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2399, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: URLError("ftp error: error_perm('500 OOPS: vsf_sysutil_bind')")>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 341, in test_ftp_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=60) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 25, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice raise last_exc File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 517, in open response = self._open(req, data) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 494, in _call_chain result = func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1546, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 1535, in ftp_open fp, retrlen = fw.retrfile(file, type) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2420, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) urllib.error.URLError: <urlopen error ftp error: error_perm('500 OOPS: vsf_sysutil_bind')>

Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/urllib/request.py", line 2399, in retrfile conn, retrlen = self.ftp.ntransfercmd(cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 344, in ntransfercmd host, port = self.makepasv() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 322, in makepasv host, port = parse227(self.sendcmd('PASV')) File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 277, in sendcmd return self.getresp() File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/ftplib.py", line 250, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: vsf_sysutil_bind