|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
======================================================================
ERROR: test_LZ4FrameCompressor (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 218, in test_LZ4FrameCompressor
compressed += compressor.compress(input_data)
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress
result = compress_update(self._context, data)
MemoryError
======================================================================
ERROR: test_LZ4FrameCompressor_reset (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 227, in test_LZ4FrameCompressor_reset
compressed += compressor.compress(input_data)
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress
result = compress_update(self._context, data)
MemoryError
======================================================================
ERROR: test_compress_begin_update_end (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 26, in test_compress_begin_update_end
compressed += lz4frame.compress_update(context, input_data[:chunk_size])
MemoryError
======================================================================
ERROR: test_compress_begin_update_end_no_auto_flush (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 108, in test_compress_begin_update_end_no_auto_flush
compressed += lz4frame.compress_update(context, input_data[:chunk_size])
MemoryError
======================================================================
ERROR: test_compress_begin_update_end_no_auto_flush_2 (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 124, in test_compress_begin_update_end_no_auto_flush_2
compressed += lz4frame.compress_update(context, input_data[start:end])
MemoryError
======================================================================
ERROR: test_compress_begin_update_end_no_auto_flush_not_defaults (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 172, in test_compress_begin_update_end_no_auto_flush_not_defaults
compressed += lz4frame.compress_update(context, input_data[start:end])
MemoryError
======================================================================
ERROR: test_compress_begin_update_end_not_defaults (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 148, in test_compress_begin_update_end_not_defaults
compressed += lz4frame.compress_update(context, input_data[start:end])
MemoryError
======================================================================
ERROR: test_compress_huge_with_size (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 37, in test_compress_huge_with_size
compressed += lz4frame.compress_update(context, input_data[:chunk_size])
MemoryError
======================================================================
ERROR: test_compress_huge_without_size (test_frame.TestLZ4Frame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 48, in test_compress_huge_without_size
compressed += lz4frame.compress_update(context, input_data[:chunk_size])
MemoryError
======================================================================
ERROR: test_LZ4FrameCompressor_fails (test_frame.TestLZ4FrameModern)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 281, in test_LZ4FrameCompressor_fails
compressed += compressor.compress(input_data)
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress
result = compress_update(self._context, data)
MemoryError
======================================================================
ERROR: test_decompress_truncated (test_frame.TestLZ4FrameModern)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 251, in test_decompress_truncated
compressed += lz4frame.compress_update(context, input_data)
MemoryError
|