====================================================================== ERROR: test_over (test.test_nntplib.NetworkedNNTP_SSLTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 240, in wrapped meth(self) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 139, in test_over resp, lines = self.server.over((start, None)) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 831, in over resp, lines = self._longcmdstring(cmd, file) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 525, in _longcmdstring resp, list = self._getlongresp(file) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 494, in _getlongresp line = self._getline() File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 434, in _getline raise NNTPDataError('line too long') nntplib.NNTPDataError: line too long ====================================================================== ERROR: test_unknown_command (test.test_nntplib.NetworkedNNTP_SSLTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 240, in wrapped meth(self) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 57, in test_unknown_command self.server._shortcmd("XYZZY") File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 511, in _shortcmd return self._getresp() File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 458, in _getresp raise NNTPProtocolError(resp) nntplib.NNTPProtocolError: a657tKkPSmKkOzCP9RkpDChwanytHhX4XFYLLMWqmA@mail.gmail.com> 10039 25 Xref: aioe.org comp.lang.python:183369 ====================================================================== ERROR: test_xhdr (test.test_nntplib.NetworkedNNTP_SSLTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 240, in wrapped meth(self) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 153, in test_xhdr resp, count, first, last, name = self.server.group(self.GROUP_NAME) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 663, in group raise NNTPReplyError(resp) nntplib.NNTPReplyError: 183370 Re: OT - "Soft" ESC key on the new MacBook Pro Michael Torrie Tue, 13 Dec 2016 19:33:07 -0700 <931bb40b-d58d-39ce-6bc2-ce19e641ba84@gmail.com> 6065 22 Xref: aioe.org comp.lang.python:183370 ====================================================================== ERROR: test_xover (test.test_nntplib.NetworkedNNTP_SSLTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 240, in wrapped meth(self) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_nntplib.py", line 125, in test_xover resp, count, first, last, name = self.server.group(self.GROUP_NAME) File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/nntplib.py", line 663, in group raise NNTPReplyError(resp) nntplib.NNTPReplyError: 183371 Re: OT - "Soft" ESC key on the new MacBook Pro Paul Rubin Tue, 13 Dec 2016 18:40:21 -0800 <8760mn2pyi.fsf@nightsong.com> 2482 13 Xref: aioe.org comp.lang.python:183371 ---------------------------------------------------------------------- Ran 106 tests in 21.026s FAILED (errors=4) 1 test failed again: test_nntplib