gh-99509: Add __class_getitem__
to multiprocessing.Queue
by sobolevn · Pull Request #99511 · python/cpython (original) (raw)
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️
Hi! The buildbot PPC64LE RHEL7 LTO + PGO 3.x has failed when building commit ce39aaf.
What do you need to do:
- Don't panic.
- Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/43/builds/3031) and take a look at the build logs.
- Check if the failure is related to this commit (ce39aaf) or if it is a false positive.
- 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/43/builds/3031
Failed tests:
- test_nntplib
Failed subtests:
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests.test_unknown_command
- test_descriptions - test.test_nntplib.NetworkedNNTPTests.test_descriptions
- test_zlogin - test.test_nntplib.NetworkedNNTPTests.test_zlogin
- test_zzquit - test.test_nntplib.NetworkedNNTPTests.test_zzquit
- test_xhdr - test.test_nntplib.NetworkedNNTPTests.test_xhdr
- test_list - test.test_nntplib.NetworkedNNTPTests.test_list
- test_list_active - test.test_nntplib.NetworkedNNTPTests.test_list_active
- test_newgroups - test.test_nntplib.NetworkedNNTPTests.test_newgroups
- test_xover - test.test_nntplib.NetworkedNNTPTests.test_xover
- test_group - test.test_nntplib.NetworkedNNTPTests.test_group
- test_help - test.test_nntplib.NetworkedNNTPTests.test_help
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 25 sec
- test_nntplib: 2 min 20 sec
- test_venv: 2 min 9 sec
- test_multiprocessing_spawn: 1 min 56 sec
- test_compileall: 1 min 50 sec
- test_shelve: 1 min 48 sec
- test_multiprocessing_forkserver: 1 min 18 sec
- test_doctest: 1 min 18 sec
- test_largefile: 1 min 17 sec
- test_multiprocessing_fork: 1 min 11 sec
1 test failed:
test_nntplib
24 tests skipped:
test_check_c_globals test_devpoll test_gdb test_idle test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_perf_profiler test_smtpnet test_ssl test_startfile test_tcl
test_tix test_tkinter test_ttk test_ttk_textonly test_turtle
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
1 re-run test:
test_nntplib
Total duration: 7 min 34 sec
Click to see traceback logs
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 47, in test_help resp, lines = self.server.help() ^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 717, in help return self._longcmdstring('HELP', file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring resp, list = self._getlongresp(file) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp resp = self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 74, in test_newgroups resp, groups = self.server.newgroups(dt) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 609, in newgroups resp, lines = self._longcmdstring(cmd, file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring resp, list = self._getlongresp(file) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp resp = self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command self.server._shortcmd("XYZZY") File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 96, in test_descriptions resp, descs = self.server.descriptions(self.GROUP_PAT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 681, in descriptions return self._getdescriptions(group_pattern, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 646, in _getdescriptions resp, lines = self._longcmdstring('LIST NEWSGROUPS ' + group_pattern) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring resp, list = self._getlongresp(file) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp resp = self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 134, in test_xover resp, count, first, last, name = self.server.group(self.GROUP_NAME) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group resp = self._shortcmd('GROUP ' + name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 59, in test_list_active resp, groups = self.server.list(self.GROUP_PAT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 640, in list resp, lines = self._longcmdstring(command, file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring resp, list = self._getlongresp(file) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp resp = self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 105, in test_group result = self.server.group(self.GROUP_NAME) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group resp = self._shortcmd('GROUP ' + name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 164, in test_xhdr resp, count, first, last, name = self.server.group(self.GROUP_NAME) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group resp = self._shortcmd('GROUP ' + name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 229, in test_zlogin self.assertRaises(nntplib.NNTPError, self.server.login, File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 766, in assertRaises return context.handle('assertRaises', args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 237, in handle callable_obj(*args, **kwargs) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 960, in login resp = self._shortcmd('authinfo user ' + user) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 240, in test_zzquit self.server.quit() File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 933, in quit resp = self._shortcmd('QUIT') ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd return self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped meth(self) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 53, in test_list resp, groups = self.server.list() ^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 640, in list resp, lines = self._longcmdstring(command, file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring resp, list = self._getlongresp(file) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp resp = self._getresp() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp resp = self._getline() ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline line = self.file.readline(_MAXLINE +1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto raise OSError("cannot read from timed out object") OSError: cannot read from timed out object