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 giampaolo.rodola, nadeem.vawda, neologix, pitrou, rosslagerwall, vstinner
Date 2012-12-04.08:35:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354610154.86.0.887949323401.issue16603@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Mountain%20Lion%20%5BSB%5D%203.x/builds/523/steps/test/logs/stdio

======================================================================
ERROR: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 2502, in testFDPassCMSG_SPACE
    socket.CMSG_SPACE(4 * SIZEOF_INT)))
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 1786, in doRecvmsg
    result = sock.recvmsg_into([buf], *args)
socket.timeout: timed out

======================================================================
ERROR: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 232, in _tearDown
    raise exc
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 244, in clientRun
    test_func()
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 2506, in _testFDPassCMSG_SPACE
    self.createAndSendFDs(4)
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 2445, in createAndSendFDs
    array.array("i", self.newFDs(n)))]),
  File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_socket.py", line 1687, in sendmsgToServer
    *(args + self.sendmsg_to_server_defaults[len(args):]))
BrokenPipeError: [Errno 32] Broken pipe

--

See also issue #13876. I copied the nosy list of this issue.
History
Date User Action Args
2012-12-04 08:35:54vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, nadeem.vawda, neologix, rosslagerwall
2012-12-04 08:35:54vstinnersetmessageid: <1354610154.86.0.887949323401.issue16603@psf.upfronthosting.co.za>
2012-12-04 08:35:54vstinnerlinkissue16603 messages
2012-12-04 08:35:54vstinnercreate