lib-python/3/test/test_bz2.py::unmodified
== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 07:59:28) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_61175æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2041080118
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 4.95 Run 1 test sequentially in a single process
0:00:00 load avg: 4.95 [1/1] test_bz2
testCompress (test.test_bz2.BZ2CompressorTest.testCompress) ... ok
testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G) ... ok
testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10) ... ok
testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString) ... ok
testPickle (test.test_bz2.BZ2CompressorTest.testPickle) ... ok
testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress) ... ok
testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G) ... ok
testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10) ... ok
testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData) ... ok
testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize) ... ok
testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError) ... ok
testPickle (test.test_bz2.BZ2DecompressorTest.testPickle) ... ok
test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor) ... ok
test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1) ... ok
test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2) ... ok
test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3) ... ok
test_failure (test.test_bz2.BZ2DecompressorTest.test_failure) ... ok
test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) ... skipped 'implementation detail specific to cpython'
test_uninitialized_BZ2Decompressor_crash (test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash) ... ok
testAppend (test.test_bz2.BZ2FileTest.testAppend) ... ok
testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs) ... ok
testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock) ... ok
testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol) ... ok
testDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited)
Decompressed data buffering should be limited ... ok
testFileno (test.test_bz2.BZ2FileTest.testFileno) ... ok
testIterator (test.test_bz2.BZ2FileTest.testIterator) ... ok
testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream) ... ok
testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads) ... ok
testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering) ... ok
testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename) ... ok
testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel) ... ERROR
testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName) ... ERROR
testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName) ... ERROR
testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName) ... ERROR
testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename) ... ERROR
testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent) ... ERROR
testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename) ... ERROR
testPeek (test.test_bz2.BZ2FileTest.testPeek) ... ERROR
testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO) ... ERROR
testRead (test.test_bz2.BZ2FileTest.testRead) ... ERROR
testRead0 (test.test_bz2.BZ2FileTest.testRead0) ... ERROR
testRead100 (test.test_bz2.BZ2FileTest.testRead100) ... ERROR
testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile) ... ERROR
testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO) ... ERROR
testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10) ... ERROR
testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream) ... ERROR
testReadInto (test.test_bz2.BZ2FileTest.testReadInto) ... ERROR
testReadLine (test.test_bz2.BZ2FileTest.testReadLine) ... ERROR
testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream) ... ERROR
testReadLines (test.test_bz2.BZ2FileTest.testReadLines) ... ERROR
testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream) ... ERROR
testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream) ... ERROR
testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream) ... ERROR
testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk) ... ERROR
testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk) ... ERROR
testReadable (test.test_bz2.BZ2FileTest.testReadable) ... ERROR
testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline) ... ERROR
testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards) ... ERROR
testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams) ... ERROR
testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO) ... ERROR
testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd) ... ERROR
testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams) ... ERROR
testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward) ... ERROR
testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams) ... ERROR
testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO) ... ERROR
testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd) ... ERROR
testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream) ... ERROR
testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice) ... ERROR
testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream) ... ERROR
testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart) ... ERROR
testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream) ... ERROR
testSeekable (test.test_bz2.BZ2FileTest.testSeekable) ... ERROR
testThreading (test.test_bz2.BZ2FileTest.testThreading) ... ERROR
testWritable (test.test_bz2.BZ2FileTest.testWritable) ... ERROR
testWrite (test.test_bz2.BZ2FileTest.testWrite) ... ERROR
testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO) ... ERROR
testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10) ... ERROR
testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines) ... ERROR
testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile) ... ERROR
testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel) ... ERROR
test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439) ... ERROR
test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated) ... ERROR
testCompress (test.test_bz2.CompressDecompressTest.testCompress) ... ERROR
testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString) ... ERROR
testDecompress (test.test_bz2.CompressDecompressTest.testDecompress) ... ERROR
testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData) ... ERROR
testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty) ... ERROR
testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete) ... ERROR
testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream) ... ERROR
testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk) ... ERROR
testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString) ... ERROR
testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk) ... ERROR
test_bad_params (test.test_bz2.OpenTest.test_bad_params) ... ERROR
test_binary_modes (test.test_bz2.OpenTest.test_binary_modes) ... ERROR
test_encoding (test.test_bz2.OpenTest.test_encoding) ... ERROR
test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler) ... ERROR
test_fileobj (test.test_bz2.OpenTest.test_fileobj) ... ERROR
test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes) ... ERROR
test_newline (test.test_bz2.OpenTest.test_newline) ... ERROR
test_text_modes (test.test_bz2.OpenTest.test_text_modes) ... ERROR
test_x_mode (test.test_bz2.OpenTest.test_x_mode) ... ERROR
======================================================================
ERROR: testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 460, in testOpenDel
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/bz2.py", line 81, in __init__
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmphwg_nwy7'
======================================================================
ERROR: testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpolrw6e3d'
======================================================================
ERROR: testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmprqkps4y8'
======================================================================
ERROR: testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpn5hwi_5b'
======================================================================
ERROR: testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmppumitymy'
======================================================================
ERROR: testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpzx2sf_74'
======================================================================
ERROR: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp7_gc6me8'
======================================================================
ERROR: testPeek (test.test_bz2.BZ2FileTest.testPeek)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpzs1cd8vn'
======================================================================
ERROR: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpnky84t04'
======================================================================
ERROR: testRead (test.test_bz2.BZ2FileTest.testRead)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp71zq53ul'
======================================================================
ERROR: testRead0 (test.test_bz2.BZ2FileTest.testRead0)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp75eag4kp'
======================================================================
ERROR: testRead100 (test.test_bz2.BZ2FileTest.testRead100)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp2s3331zk'
======================================================================
ERROR: testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp1tkdfpnw'
======================================================================
ERROR: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmph7xh_q4s'
======================================================================
ERROR: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp8xir2yas'
======================================================================
ERROR: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpv2dx8bjw'
======================================================================
ERROR: testReadInto (test.test_bz2.BZ2FileTest.testReadInto)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmphvsyyo5_'
======================================================================
ERROR: testReadLine (test.test_bz2.BZ2FileTest.testReadLine)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpf5zcg8n3'
======================================================================
ERROR: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpdpgiiz75'
======================================================================
ERROR: testReadLines (test.test_bz2.BZ2FileTest.testReadLines)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp6uy56dbf'
======================================================================
ERROR: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmph135et9p'
======================================================================
ERROR: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmph87k4a3a'
======================================================================
ERROR: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp__99scso'
======================================================================
ERROR: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpzr5hs35q'
======================================================================
ERROR: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpf6hbrwi2'
======================================================================
ERROR: testReadable (test.test_bz2.BZ2FileTest.testReadable)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmppg7r52ee'
======================================================================
ERROR: testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmptfvhe64f'
======================================================================
ERROR: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpct9l59pe'
======================================================================
ERROR: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpljysaaio'
======================================================================
ERROR: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp22k4l031'
======================================================================
ERROR: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpxjz_eeyd'
======================================================================
ERROR: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp63uoy9oh'
======================================================================
ERROR: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpd8nchwel'
======================================================================
ERROR: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpxovvm51t'
======================================================================
ERROR: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp0csmeex8'
======================================================================
ERROR: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp55b8ih_w'
======================================================================
ERROR: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp9457zirb'
======================================================================
ERROR: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpvq2im4gz'
======================================================================
ERROR: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp696bo6th'
======================================================================
ERROR: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpsdc77zru'
======================================================================
ERROR: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpi8hzg48z'
======================================================================
ERROR: testSeekable (test.test_bz2.BZ2FileTest.testSeekable)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpof75rv39'
======================================================================
ERROR: testThreading (test.test_bz2.BZ2FileTest.testThreading)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpx74rj079'
======================================================================
ERROR: testWritable (test.test_bz2.BZ2FileTest.testWritable)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpyq7ogmuq'
======================================================================
ERROR: testWrite (test.test_bz2.BZ2FileTest.testWrite)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpovhn4g45'
======================================================================
ERROR: testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp997b1vw7'
======================================================================
ERROR: testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpcsq1ib6h'
======================================================================
ERROR: testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpfyrff0b4'
======================================================================
ERROR: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp03nclm0l'
======================================================================
ERROR: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp3huy6ksq'
======================================================================
ERROR: test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpfjuh5dl5'
======================================================================
ERROR: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpnag5udkk'
======================================================================
ERROR: testCompress (test.test_bz2.CompressDecompressTest.testCompress)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpkcorh39n'
======================================================================
ERROR: testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpnow62u84'
======================================================================
ERROR: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmphfxeajiv'
======================================================================
ERROR: testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpr50lgzdx'
======================================================================
ERROR: testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp67mkrh8z'
======================================================================
ERROR: testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpp75bpx6u'
======================================================================
ERROR: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp01fn01oa'
======================================================================
ERROR: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpy_o0lf1k'
======================================================================
ERROR: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmppzrlkn3g'
======================================================================
ERROR: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpcfbi6lsl'
======================================================================
ERROR: test_bad_params (test.test_bz2.OpenTest.test_bad_params)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp10x1y8xy'
======================================================================
ERROR: test_binary_modes (test.test_bz2.OpenTest.test_binary_modes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp7fajbwb3'
======================================================================
ERROR: test_encoding (test.test_bz2.OpenTest.test_encoding)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpd3er3m_x'
======================================================================
ERROR: test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpc3xbnfze'
======================================================================
ERROR: test_fileobj (test.test_bz2.OpenTest.test_fileobj)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp0b53yru6'
======================================================================
ERROR: test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp3uvbqy1c'
======================================================================
ERROR: test_newline (test.test_bz2.OpenTest.test_newline)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmpxqf46j3z'
======================================================================
ERROR: test_text_modes (test.test_bz2.OpenTest.test_text_modes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmplgvoujob'
======================================================================
ERROR: test_x_mode (test.test_bz2.OpenTest.test_x_mode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_bz2.py", line 83, in setUp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 357, in mkstemp
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/tempfile.py", line 256, in _mkstemp_inner
OSError: [Errno 24] Too many open files: '/tmp/buildbot-x86_64/pytest/tmp1o5keu6v'
----------------------------------------------------------------------
Ran 101 tests in 0.167s
FAILED (errors=71, skipped=1)
0:00:00 load avg: 4.95 [1/1/1] test_bz2 failed (71 errors)
== Tests result: FAILURE ==
1 test failed:
test_bz2
Total duration: 303 ms
Total tests: run=101 skipped=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_bz2 failed
builder: pypy-c-jit-macos-x86-64 build #1326+
test: lib-python/3/test/test_bz2.py::unmodified