lib-python/3/test/test_bz2.py::unmodified
== PyPy 3.12.13 (159a753059d5, Jul 18 2026, 04:45:30) [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_38114æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1539338712
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 5.59 Run 1 test sequentially in a single process
0:00:00 load avg: 5.59 [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/tmpx1414g9_'
======================================================================
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/tmp4u3v4ynm'
======================================================================
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/tmp5sbqgwc5'
======================================================================
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/tmpn6oug6dh'
======================================================================
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/tmp55he85tt'
======================================================================
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/tmpdg9wei5i'
======================================================================
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/tmp5fbkj6df'
======================================================================
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/tmp181uayp8'
======================================================================
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/tmprs3kd2o8'
======================================================================
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/tmps5xzlsd9'
======================================================================
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/tmpidz5vf7u'
======================================================================
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/tmp8877f2ui'
======================================================================
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/tmpemz4xsag'
======================================================================
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/tmpj5jsxjg4'
======================================================================
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/tmp07xa07cl'
======================================================================
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/tmpfmuylwdf'
======================================================================
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/tmpqrgnq7aq'
======================================================================
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/tmpr7pimowp'
======================================================================
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/tmpxni4jk3s'
======================================================================
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/tmp79s75wpy'
======================================================================
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/tmpxxdpu86v'
======================================================================
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/tmpp6ahtj1g'
======================================================================
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/tmpt76nz2yu'
======================================================================
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/tmpxlnfsq23'
======================================================================
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/tmpt6vv2gzf'
======================================================================
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/tmpd43u4r9z'
======================================================================
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/tmpmjue61fv'
======================================================================
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/tmp8tyzyfw8'
======================================================================
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/tmp7p3oird9'
======================================================================
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/tmp3n0c8i46'
======================================================================
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/tmpooe6ryyv'
======================================================================
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/tmp8dql4ex4'
======================================================================
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/tmp0pula0nh'
======================================================================
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/tmp3ct5s62c'
======================================================================
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/tmp0pizbr2u'
======================================================================
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/tmpn2_dbzeh'
======================================================================
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/tmplfjhyn2f'
======================================================================
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/tmpliq869qb'
======================================================================
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/tmpi2cdk3yy'
======================================================================
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/tmpzfed_jtt'
======================================================================
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/tmp4h43vcvl'
======================================================================
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/tmp_t6o5obx'
======================================================================
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/tmp14a919mu'
======================================================================
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/tmpk100x_11'
======================================================================
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/tmpyi0ps5wf'
======================================================================
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/tmpz91iipwy'
======================================================================
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/tmpgez3ewrd'
======================================================================
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/tmpui_vo1gt'
======================================================================
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/tmpy5kklovs'
======================================================================
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/tmpr0f5n19e'
======================================================================
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/tmp0lqoacqh'
======================================================================
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/tmp_k5cn43w'
======================================================================
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/tmpke5nx5kx'
======================================================================
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/tmpg0wkw6tb'
======================================================================
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/tmpkyemyaze'
======================================================================
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/tmp0_t_piz5'
======================================================================
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/tmps9u7c_vb'
======================================================================
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/tmp8u71l4ea'
======================================================================
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/tmpfvwaq04d'
======================================================================
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/tmpqp5cgfup'
======================================================================
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/tmpwgbg62av'
======================================================================
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/tmpoeb108q5'
======================================================================
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/tmp51a30lkb'
======================================================================
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/tmp7x2fsv7z'
======================================================================
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/tmpu527_3kq'
======================================================================
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/tmpdwqzl2fe'
======================================================================
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/tmpmosigckg'
======================================================================
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/tmp3ihjtavj'
======================================================================
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/tmp769wgpk8'
======================================================================
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/tmpqrt56lbm'
======================================================================
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/tmp9tle_hrd'
----------------------------------------------------------------------
Ran 101 tests in 0.200s
FAILED (errors=71, skipped=1)
0:00:00 load avg: 5.59 [1/1/1] test_bz2 failed (71 errors)
== Tests result: FAILURE ==
1 test failed:
test_bz2
Total duration: 370 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 #1339+
test: lib-python/3/test/test_bz2.py::unmodified