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 vstinner
Date 2017-06-23.21:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498254759.43.0.155796253901.issue30543@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%203.6/builds/266/steps/test/logs/stdio

======================================================================
ERROR: testSend (test.test_timeout.TCPTimeoutTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/test_timeout.py", line 151, in tearDown
    self.sock.close()
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/socket.py", line 417, in close
    self._real_close()
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/socket.py", line 411, in _real_close
    _ss.close(self)
ConnectionResetError: [Errno 54] Connection reset by peer
History
Date User Action Args
2017-06-23 21:52:39vstinnersetrecipients: + vstinner
2017-06-23 21:52:39vstinnersetmessageid: <1498254759.43.0.155796253901.issue30543@psf.upfronthosting.co.za>
2017-06-23 21:52:39vstinnerlinkissue30543 messages
2017-06-23 21:52:39vstinnercreate