The Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/322/builds/9
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) 31488909+miss-islington@users.noreply.github.com, Serhiy Storchaka storchaka@gmail.com
BUILD FAILED: failed test (failure)
== Tests result: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
1 test failed: test_ftplib
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_ftplib
Total duration: 6 min 27 sec
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_ftplib.py", line 614, in test_storbinary_rest self.client.storbinary('stor', f, rest=r) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 498, in storbinary with self.transfercmd(cmd, rest) as conn: File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 393, in transfercmd return self.ntransfercmd(cmd, rest)[0] File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 793, in ntransfercmd conn, size = super().ntransfercmd(cmd, rest) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 358, in ntransfercmd self.sendcmd("REST %s" % rest) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 244, in getresp resp = self.getmultiline() File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 230, in getmultiline line = self.getline() File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ftplib.py", line 212, in getline line = self.file.readline(self.maxline + 1) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ssl.py", line 1241, in recv_into return self.read(nbytes, buffer) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/ssl.py", line 1099, in read return self._sslobj.read(len, buffer) socket.timeout: The read operation timed out
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_ftplib.py", line 621, in test_storlines self.check_data(self.server.handler_instance.last_received_data, RETR_DATA) File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_ftplib.py", line 492, in check_data self.assertEqual(len(received), len(expected)) AssertionError: 12019 != 12018
Failed tests:
Failed subtests:
Sincerely, -The Buildbot