lib-python/3/test/test_bz2.py::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 07:10:46) [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_28362æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 983195415
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 4.25 Run 1 test sequentially in a single process
0:00:00 load avg: 4.25 [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/tmpcqghm5ag'
======================================================================
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/tmpzmguvsmu'
======================================================================
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/tmpo056pag1'
======================================================================
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/tmpi6mi602t'
======================================================================
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/tmpk7cixidh'
======================================================================
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/tmpgjqm64mc'
======================================================================
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/tmpprygz99f'
======================================================================
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/tmpjksahd4a'
======================================================================
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/tmp7gpv2za6'
======================================================================
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/tmpwwu3pr44'
======================================================================
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/tmpeu_er8hx'
======================================================================
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/tmpm99ghpjj'
======================================================================
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/tmpcmairc6k'
======================================================================
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/tmpizwlbnv3'
======================================================================
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/tmphb4cnfa4'
======================================================================
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/tmpta5uo6wm'
======================================================================
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/tmp2e2xr29i'
======================================================================
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/tmp6oinpvss'
======================================================================
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/tmp0kdo311l'
======================================================================
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/tmpzliuoltn'
======================================================================
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/tmp8bqjon_i'
======================================================================
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/tmpvq58xu82'
======================================================================
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/tmpu7ik0j3b'
======================================================================
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/tmp9nm5884r'
======================================================================
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/tmpju3totyw'
======================================================================
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/tmpbjm1g0kb'
======================================================================
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/tmpiuzbdmy9'
======================================================================
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/tmpynrjuuos'
======================================================================
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/tmpk1ts_hi6'
======================================================================
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/tmpn0d67oea'
======================================================================
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/tmpcnsntzcu'
======================================================================
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/tmpm4w2erc4'
======================================================================
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/tmph4f3yp1r'
======================================================================
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/tmpxmqs_u9h'
======================================================================
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/tmpq2rqi2t_'
======================================================================
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/tmpnrkwf36s'
======================================================================
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/tmp0qftdkgh'
======================================================================
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/tmp1q1_4zfu'
======================================================================
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/tmp0hg7464g'
======================================================================
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/tmpni72xw37'
======================================================================
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/tmpdvje5_1k'
======================================================================
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/tmpbs2if5jz'
======================================================================
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/tmpd2c74qe8'
======================================================================
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/tmpf4v8cbsr'
======================================================================
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/tmp33le4ks8'
======================================================================
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/tmpaqsnqsjc'
======================================================================
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/tmpxle5jf9y'
======================================================================
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/tmpxx91268r'
======================================================================
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/tmpow0addj1'
======================================================================
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/tmp53r515yj'
======================================================================
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/tmp8txrog9d'
======================================================================
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/tmp02_he8qs'
======================================================================
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/tmpoud35fub'
======================================================================
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/tmpws59e6ky'
======================================================================
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/tmpq0clc9ht'
======================================================================
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/tmpg076skfd'
======================================================================
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/tmp9ebyrv86'
======================================================================
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/tmpln7i5593'
======================================================================
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/tmpx37t5l2w'
======================================================================
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/tmputria8hu'
======================================================================
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/tmpjfx9ahy7'
======================================================================
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/tmpgx9xiy6n'
======================================================================
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/tmp255m_g2d'
======================================================================
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/tmp9l_i96ww'
======================================================================
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/tmpdrtzszx8'
======================================================================
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/tmp_19kpfyo'
======================================================================
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/tmpkgbpuk0h'
======================================================================
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/tmpmpgg459x'
======================================================================
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/tmpii_b9e49'
======================================================================
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/tmp5hy8o6sc'
======================================================================
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/tmptwk9s7t6'
----------------------------------------------------------------------
Ran 101 tests in 0.168s
FAILED (errors=71, skipped=1)
0:00:00 load avg: 4.25 [1/1/1] test_bz2 failed (71 errors)
== Tests result: FAILURE ==
1 test failed:
test_bz2
Total duration: 306 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 #1329+
test: lib-python/3/test/test_bz2.py::unmodified