This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients nadeem.vawda, neologix, pitrou, python-dev, vstinner
Date 2011-12-17.14:27:10
SpamBayes Score 0.0003990427
Marked as misclassified No
Message-id <1324132031.61.0.321446919372.issue13453@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%203.x/builds/1327/steps/test/logs/stdio

======================================================================
ERROR: test_list_active (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 41, in test_list_active
    resp, groups = self.server.list(self.GROUP_PAT)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 596, in list
    resp, lines = self._longcmdstring(command, file)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 513, in _longcmdstring
    resp, list = self._getlongresp(file)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 464, in _getlongresp
    resp = self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_newgroups (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 56, in test_newgroups
    resp, groups = self.server.newgroups(dt)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 565, in newgroups
    resp, lines = self._longcmdstring(cmd, file)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 513, in _longcmdstring
    resp, list = self._getlongresp(file)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 464, in _getlongresp
    resp = self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_over (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 127, in test_over
    resp, count, first, last, name = self.server.group(self.GROUP_NAME)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 649, in group
    resp = self._shortcmd('GROUP ' + name)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_starttls (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 201, in test_starttls
    self.server.starttls()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 986, in starttls
    resp = self._shortcmd('STARTTLS')
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_unknown_command (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 48, in test_unknown_command
    self.server._shortcmd("XYZZY")
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_xhdr (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 144, in test_xhdr
    resp, count, first, last, name = self.server.group(self.GROUP_NAME)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 649, in group
    resp = self._shortcmd('GROUP ' + name)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_xover (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 116, in test_xover
    resp, count, first, last, name = self.server.group(self.GROUP_NAME)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 649, in group
    resp = self._shortcmd('GROUP ' + name)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_zlogin (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 221, in test_zlogin
    user=baduser, password=badpw, usenetrc=False)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/unittest/case.py", line 571, in assertRaises
    return context.handle('assertRaises', callableObj, args, kwargs)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/unittest/case.py", line 135, in handle
    callable_obj(*args, **kwargs)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 950, in login
    resp = self._shortcmd('authinfo user ' + user)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object

======================================================================
ERROR: test_zzquit (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 243, in wrapped
    meth(self)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_nntplib.py", line 231, in test_zzquit
    self.server.quit()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 923, in quit
    resp = self._shortcmd('QUIT')
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 499, in _shortcmd
    return self._getresp()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 437, in _getresp
    resp = self._getline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/nntplib.py", line 422, in _getline
    line = self.file.readline()
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
    raise IOError("cannot read from timed out object")
OSError: cannot read from timed out object
History
Date User Action Args
2011-12-17 14:27:11vstinnersetrecipients: + vstinner, pitrou, nadeem.vawda, neologix, python-dev
2011-12-17 14:27:11vstinnersetmessageid: <1324132031.61.0.321446919372.issue13453@psf.upfronthosting.co.za>
2011-12-17 14:27:11vstinnerlinkissue13453 messages
2011-12-17 14:27:10vstinnercreate