STINNER Victor <vstin...@redhat.com> added the comment:
Recent failure (17 days ago) on the master branch: https://travis-ci.org/python/cpython/jobs/396258134 ====================================================================== ERROR: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 314, in _tearDown raise exc File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 332, in clientRun test_func() File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 2648, in _testSendmsgTimeout self.sendmsgToServer([b"a"*512]) File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 2337, in sendmsgToServer *(args + self.sendmsg_to_server_defaults[len(args):])) OSError: [Errno 12] Cannot allocate memory ====================================================================== FAIL: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 314, in _tearDown raise exc File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 332, in clientRun test_func() File "/home/travis/build/python/cpython/Lib/test/test_socket.py", line 2672, in _testSendmsgDontWait (errno.EAGAIN, errno.EWOULDBLOCK)) AssertionError: 12 not found in (11, 11) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33937> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com