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.

classification
Title: Sporadic test_socket failures: testFDPassCMSG_SPACE on Mac OS X
Type: Stage: resolved
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, nadeem.vawda, neologix, pitrou, rosslagerwall, vstinner
Priority: normal Keywords:

Created on 2012-12-04 08:35 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg176879 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-12-04 08:35
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.
msg189696 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2013-05-20 21:31
This has been fixed some time ago (I don't remember the commit though).
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60807
2013-05-20 21:31:59neologixsetstatus: open -> closed
resolution: fixed
messages: + msg189696

stage: resolved
2012-12-04 08:35:54vstinnercreate