Source: python-zstandard
Version: 0.19.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User:
lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd docs; LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 sphinx-build -bhtml . _build/html
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 14 source files that are out of date
> updating environment: [new config] 14 added, 0 changed, 0 removed
> reading sources... [ 7%] api_usage
> reading sources... [ 14%] buffer
> reading sources... [ 21%] compression_parameters
> reading sources... [ 28%] compressor
> reading sources... [ 35%] concepts
> reading sources... [ 42%] contributing
> reading sources... [ 50%] decompressor
> reading sources... [ 57%] dictionaries
> reading sources... [ 64%] index
> reading sources... [ 71%] installing
> reading sources... [ 78%] misc_apis
> reading sources... [ 85%] multithreaded
> reading sources... [ 92%] news
> reading sources... [100%] projectinfo
>
> WARNING: autodoc: failed to import class 'BufferSegment' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferSegments' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferWithSegments' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferWithSegmentsCollection' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionParameters' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressor' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionWriter' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionReader' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionObj' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionChunker' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressor' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionWriter' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionReader' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionObj' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionDict' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'train_dictionary' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'get_frame_parameters' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'frame_header_size' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'frame_content_size' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'FrameParameters' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'estimate_decompression_context_size' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'open' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'compress' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'decompress' from module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 7%] api_usage
> writing output... [ 14%] buffer
> writing output... [ 21%] compression_parameters
> writing output... [ 28%] compressor
> writing output... [ 35%] concepts
> writing output... [ 42%] contributing
> writing output... [ 50%] decompressor
> writing output... [ 57%] dictionaries
> writing output... [ 64%] index
> writing output... [ 71%] installing
> writing output... [ 78%] misc_apis
> writing output... [ 85%] multithreaded
> writing output... [ 92%] news
> writing output... [100%] projectinfo
>
> generating indices... genindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 24 warnings.
>
> The HTML pages are in _build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py test
> /<<PKGBUILDDIR>>/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
> cffi_version = LooseVersion(cffi.__version__)
> /<<PKGBUILDDIR>>/setup.py:33: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
> if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION):
> not modified: 'build/zstandard/_cffi.c'
> generating build/zstandard/_cffi.c
> (already up-to-date)
> running test
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
> running egg_info
> creating zstandard.egg-info
> writing zstandard.egg-info/PKG-INFO
> writing dependency_links to zstandard.egg-info/dependency_links.txt
> writing requirements to zstandard.egg-info/requires.txt
> writing top-level names to zstandard.egg-info/top_level.txt
> writing manifest file 'zstandard.egg-info/SOURCES.txt'
> reading manifest file 'zstandard.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'zstandard.egg-info/SOURCES.txt'
> running build_ext
> building 'zstandard.backend_c' extension
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ic-ext -I/usr/include/python3.10 -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-310/c-ext/backend_c.o -DZSTD_MULTITHREAD -I/usr/include
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/c-ext/backend_c.o -L/usr/lib/x86_64-linux-gnu -lzstd -o /<<PKGBUILDDIR>>/zstandard/
backend_c.cpython-310-x86_64-linux-gnu.so
> building 'zstandard._cffi' extension
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.10 -c build/zstandard/_cffi.c -o build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.10 -c zstd/zstdlib.c -o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o -L/usr/lib/x86_64-linux-gnu -o /<<PKGBUILDDIR>>/zstandard/_
cffi.cpython-310-x86_64-linux-gnu.so
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/hypothesis/internal/compat.py", line 49, in <module>
> BaseExceptionGroup = BaseExceptionGroup
> NameError: name 'BaseExceptionGroup' is not defined. Did you mean: 'BaseException'?
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/tests/test_decompressor_fuzzing.py", line 6, in <module>
> import hypothesis
> File "/usr/lib/python3/dist-packages/hypothesis/__init__.py", line 19, in <module>
> from hypothesis._settings import HealthCheck, Phase, Verbosity, settings
> File "/usr/lib/python3/dist-packages/hypothesis/_settings.py", line 32, in <module>
> from hypothesis.internal.reflection import get_pretty_function_description
> File "/usr/lib/python3/dist-packages/hypothesis/internal/reflection.py", line 30, in <module>
> from hypothesis.internal.compat import PYPY, is_typed_named_tuple, update_code_location
> File "/usr/lib/python3/dist-packages/hypothesis/internal/compat.py", line 52, in <module>
> from exceptiongroup import (
> ModuleNotFoundError: No module named 'exceptiongroup'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 120, in <module>
> setup(
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in setup
> return distutils.core.setup(**attrs)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 185, in setup
> return run_commands(dist)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands
> dist.run_commands()
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1208, in run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command
> cmd_obj.run()
> File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 224, in run
> self.run_tests()
> File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 227, in run_tests
> test = unittest.main(
> File "/usr/lib/python3.10/unittest/main.py", line 100, in __init__
> self.parseArgs(argv)
> File "/usr/lib/python3.10/unittest/main.py", line 147, in parseArgs
> self.createTests()
> File "/usr/lib/python3.10/unittest/main.py", line 158, in createTests
> self.test = self.testLoader.loadTestsFromNames(self.testNames,
> File "/usr/lib/python3.10/unittest/loader.py", line 220, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
> File "/usr/lib/python3.10/unittest/loader.py", line 220, in <listcomp>
> suites = [self.loadTestsFromName(name, module) for name in names]
> File "/usr/lib/python3.10/unittest/loader.py", line 191, in loadTestsFromName
> return self.loadTestsFromModule(obj)
> File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, in loadTestsFromModule
> tests.append(self.loadTestsFromName(submodule))
> File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
> module = __import__(module_name)
> File "/<<PKGBUILDDIR>>/tests/test_decompressor_fuzzing.py", line 9, in <module>
> raise unittest.SkipTest("hypothesis not available")
> unittest.case.SkipTest: hypothesis not available
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: python3.10 setup.py test
> I: pybuild base:240: python3.11 setup.py test
> /<<PKGBUILDDIR>>/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
> cffi_version = LooseVersion(cffi.__version__)
> /<<PKGBUILDDIR>>/setup.py:33: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
> if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION):
> not modified: 'build/zstandard/_cffi.c'
> generating build/zstandard/_cffi.c
> (already up-to-date)
> running test
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
> running egg_info
> writing zstandard.egg-info/PKG-INFO
> writing dependency_links to zstandard.egg-info/dependency_links.txt
> writing requirements to zstandard.egg-info/requires.txt
> writing top-level names to zstandard.egg-info/top_level.txt
> reading manifest file 'zstandard.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'zstandard.egg-info/SOURCES.txt'
> running build_ext
> building 'zstandard.backend_c' extension
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ic-ext -I/usr/include/python3.11 -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-311/c-ext/backend_c.o -DZSTD_MULTITHREAD -I/usr/include
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/c-ext/backend_c.o -L/usr/lib/x86_64-linux-gnu -lzstd -o /<<PKGBUILDDIR>>/zstandard/
backend_c.cpython-311-x86_64-linux-gnu.so
> building 'zstandard._cffi' extension
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.11 -c build/zstandard/_cffi.c -o build/temp.linux-x86_64-cpython-311/build/zstandard/_cffi.o
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.11 -c zstd/zstdlib.c -o build/temp.linux-x86_64-cpython-311/zstd/zstdlib.o
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/zstandard/_cffi.o build/temp.linux-x86_64-cpython-311/zstd/zstdlib.o -L/usr/lib/x86_64-linux-gnu -o /<<PKGBUILDDIR>>/zstandard/_
cffi.cpython-311-x86_64-linux-gnu.so
> test_close (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_close) ... ok
> test_close_closefd_false (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_close_closefd_false) ... ok
> test_constant_methods (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_constant_methods) ... ok
> test_context_manager (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_context_manager) ... ok
> test_illegal_seeks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_illegal_seeks) ... ok
> test_no_context_manager (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_no_context_manager) ... ok
> test_not_implemented (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_not_implemented) ... ok
> test_partial_read (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_partial_read) ... ok
> test_read1 (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read1) ... ok
> test_read_after_error (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_after_error) ... ok
> test_read_after_exit (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_after_exit) ... ok
> test_read_buffer (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_buffer) ... ok
> test_read_buffer_small_chunks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_buffer_small_chunks) ... ok
> test_read_closed (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_closed) ... ok
> test_read_lines (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_lines) ... ok
> test_read_multiple_frames (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_multiple_frames) ... ok
> test_read_sizes (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_sizes) ... ok
> test_read_stream (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_stream) ... ok
> test_read_stream_small_chunks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_read_stream_small_chunks) ... ok
> test_readall (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_readall) ... ok
> test_readinto (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_readinto) ... ok
> test_readinto1 (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_readinto1) ... ok
> test_seek (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader.test_seek) ... ok
> test_empty_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_empty_input) ... ok
> test_empty_roundtrip (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_empty_roundtrip) ... ok
> test_interesting (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_interesting) ... ok
> test_invalid_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_invalid_input) ... ok
> test_large_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_large_input) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_large_output (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_large_output) ... ok
> test_magic_less (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_magic_less) ... ok
> test_read_write_size (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_read_write_size) ... ok
> test_skip_bytes (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_skip_bytes) ... ok
> test_skip_bytes_too_large (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_skip_bytes_too_large) ... ok
> test_type_validation (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter.test_type_validation) ... ok
> test_bad_size (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_bad_size) ... ok
> test_multithreaded (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_multithreaded) ... ok
> test_read_empty (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_read_empty) ... ok
> test_read_exception (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_read_exception) ... ok
> test_read_large (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_read_large) ... ok
> test_read_write_size (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_read_write_size) ... ok
> test_type_validation (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter.test_type_validation) ... ok
> test_compress_after_finish (tests.test_compressor_chunker.TestCompressor_chunker.test_compress_after_finish) ... ok
> test_empty (tests.test_compressor_chunker.TestCompressor_chunker.test_empty) ... ok
> test_finish_after_finish (tests.test_compressor_chunker.TestCompressor_chunker.test_finish_after_finish) ... ok
> test_flush (tests.test_compressor_chunker.TestCompressor_chunker.test_flush) ... ok
> test_flush_after_finish (tests.test_compressor_chunker.TestCompressor_chunker.test_flush_after_finish) ... ok
> test_input_size (tests.test_compressor_chunker.TestCompressor_chunker.test_input_size) ... ok
> test_input_types (tests.test_compressor_chunker.TestCompressor_chunker.test_input_types) ... ok
> test_simple_input (tests.test_compressor_chunker.TestCompressor_chunker.test_simple_input) ... ok
> test_small_chunk_size (tests.test_compressor_chunker.TestCompressor_chunker.test_small_chunk_size) ... ok
> test_read_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_copy_stream_fuzzing.test_read_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_random_input_sizes (tests.test_decompressor_fuzzing.TestDecompressor_decompressobj_fuzzing.test_random_input_sizes) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_random_output_sizes (tests.test_decompressor_fuzzing.TestDecompressor_decompressobj_fuzzing.test_random_output_sizes) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_data_equivalence (tests.test_decompressor_fuzzing.TestDecompressor_multi_decompress_to_buffer_fuzzing.test_data_equivalence) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_read_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_read_to_iter_fuzzing.test_read_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_constant_read_size (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_buffer_source_constant_read_size) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_read_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_buffer_source_read_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_multiple_frames (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_multiple_frames) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_relative_seeks (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_relative_seeks) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read1_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_stream_source_read1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read_size (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_stream_source_read_size) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_stream_source_read_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readall (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_stream_source_readall) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readinto1_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing.test_stream_source_readinto1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_writer_fuzzing.test_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_bounds (tests.test_data_structures.TestCompressionParameters.test_bounds) ... ok
> test_estimated_compression_context_size (tests.test_data_structures.TestCompressionParameters.test_estimated_compression_context_size) ... ok
> test_from_level (tests.test_data_structures.TestCompressionParameters.test_from_level) ... ok
> test_ldm_hash_rate_log (tests.test_data_structures.TestCompressionParameters.test_ldm_hash_rate_log) ... ok
> test_members (tests.test_data_structures.TestCompressionParameters.test_members) ... ok
> test_overlap_log (tests.test_data_structures.TestCompressionParameters.test_overlap_log) ... ok
> test_strategy (tests.test_data_structures.TestCompressionParameters.test_strategy) ... ok
> test_attributes (tests.test_data_structures.TestFrameParameters.test_attributes) ... ok
> test_input_types (tests.test_data_structures.TestFrameParameters.test_input_types) ... ok
> test_invalid_frame (tests.test_data_structures.TestFrameParameters.test_invalid_frame) ... ok
> test_invalid_input_sizes (tests.test_data_structures.TestFrameParameters.test_invalid_input_sizes) ... ok
> test_invalid_type (tests.test_data_structures.TestFrameParameters.test_invalid_type) ... ok
> test_content_size_present (tests.test_decompressor_decompress.TestDecompressor_decompress.test_content_size_present) ... ok
> test_dictionary (tests.test_decompressor_decompress.TestDecompressor_decompress.test_dictionary) ... ok
> test_dictionary_multiple (tests.test_decompressor_decompress.TestDecompressor_decompress.test_dictionary_multiple) ... ok
> test_empty_input (tests.test_decompressor_decompress.TestDecompressor_decompress.test_empty_input) ... ok
> test_empty_roundtrip (tests.test_decompressor_decompress.TestDecompressor_decompress.test_empty_roundtrip) ... ok
> test_explicit_default_params (tests.test_decompressor_decompress.TestDecompressor_decompress.test_explicit_default_params) ... ok
> test_input_types (tests.test_decompressor_decompress.TestDecompressor_decompress.test_input_types) ... ok
> test_invalid_input (tests.test_decompressor_decompress.TestDecompressor_decompress.test_invalid_input) ... ok
> test_junk_after_frame (tests.test_decompressor_decompress.TestDecompressor_decompress.test_junk_after_frame) ... ok
> test_max_output_size (tests.test_decompressor_decompress.TestDecompressor_decompress.test_max_output_size) ... ok
> test_max_window_size (tests.test_decompressor_decompress.TestDecompressor_decompress.test_max_window_size) ... ok
> test_multiple_frames (tests.test_decompressor_decompress.TestDecompressor_decompress.test_multiple_frames) ... ok
> test_no_content_size_in_frame (tests.test_decompressor_decompress.TestDecompressor_decompress.test_no_content_size_in_frame) ... ok
> test_stupidly_large_output_buffer (tests.test_decompressor_decompress.TestDecompressor_decompress.test_stupidly_large_output_buffer) ... ok
> test_bad_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_bad_size) ... ok
> test_empty (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_empty) ... ok
> test_large_data (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_large_data) ... ok
> test_multithreaded (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_multithreaded) ... ok
> test_no_read (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_no_read) ... ok
> test_no_write (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_no_write) ... ok
> test_read_exception (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_read_exception) ... ok
> test_read_write_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_read_write_size) ... ok
> test_write_checksum (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_write_checksum) ... ok
> test_write_content_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_write_content_size) ... ok
> test_write_exception (tests.test_compressor_copy_stream.TestCompressor_copy_stream.test_write_exception) ... ok
> test_bad_write_size (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_bad_write_size) ... ok
> test_input_types (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_input_types) ... ok
> test_multiple_decompress_calls (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_multiple_decompress_calls) ... ok
> test_reuse (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_reuse) ... ok
> test_simple (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_simple) ... ok
> test_unused_data (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_unused_data) ... ok
> test_write_size (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj.test_write_size) ... ok
> test_decompression_size (tests.test_estimate_sizes.TestSizes.test_decompression_size) ... ok
> test_buffer_with_segments_collection_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_buffer_with_segments_collection_input) ... skipped 'multi_decompress_to_buffer feature not available'
> test_buffer_with_segments_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_buffer_with_segments_input) ... skipped 'multi_decompress_to_buffer feature not available'
> test_buffer_with_segments_sizes (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_buffer_with_segments_sizes) ... skipped 'multi_decompress_to_buffer feature not available'
> test_dict (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_dict) ... skipped 'multi_decompress_to_buffer feature not available'
> test_invalid_inputs (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_invalid_inputs) ... skipped 'multi_decompress_to_buffer feature not available'
> test_item_failure (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_item_failure) ... skipped 'multi_decompress_to_buffer feature not available'
> test_list_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_list_input) ... skipped 'multi_decompress_to_buffer feature not available'
> test_list_input_frame_sizes (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_list_input_frame_sizes) ... skipped 'multi_decompress_to_buffer feature not available'
> test_multiple_threads (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer.test_multiple_threads) ... skipped 'multi_decompress_to_buffer feature not available'
> test_close (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_close) ... ok
> test_close_closefd_false (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_close_closefd_false) ... ok
> test_dictionary (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_dictionary) ... ok
> test_empty_roundtrip (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_empty_roundtrip) ... ok
> test_fileno_file (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_fileno_file) ... ok
> test_flush (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_flush) ... ok
> test_input_types (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_input_types) ... ok
> test_io_api (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_io_api) ... ok
> test_large_roundtrip (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_large_roundtrip) ... ok
> test_memory_size (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_memory_size) ... ok
> test_multiple_calls (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_multiple_calls) ... ok
> test_write_exception (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_write_exception) ... ok
> test_write_size (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer.test_write_size) ... ok
> test_level_bounds (tests.test_compressor.TestCompressor.test_level_bounds) ... ok
> test_memory_size (tests.test_compressor.TestCompressor.test_memory_size) ... ok
> test_estimated_compression_context_size (tests.test_data_structures_fuzzing.TestCompressionParametersHypothesis.test_estimated_compression_context_size) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_valid_init (tests.test_data_structures_fuzzing.TestCompressionParametersHypothesis.test_valid_init) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_bad_size (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_bad_size) ... ok
> test_close (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_close) ... ok
> test_close_closefd_false (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_close_closefd_false) ... ok
> test_constant_methods (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_constant_methods) ... ok
> test_context_manager (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_context_manager) ... ok
> test_no_context_manager (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_no_context_manager) ... ok
> test_not_implemented (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_not_implemented) ... ok
> test_read1 (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read1) ... ok
> test_read_after_exit (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_after_exit) ... ok
> test_read_buffer (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_buffer) ... ok
> test_read_buffer_small_chunks (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_buffer_small_chunks) ... ok
> test_read_closed (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_closed) ... ok
> test_read_sizes (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_sizes) ... ok
> test_read_stream (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_stream) ... ok
> test_read_stream_small_chunks (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_read_stream_small_chunks) ... ok
> test_readall (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_readall) ... ok
> test_readinto (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_readinto) ... ok
> test_readinto1 (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_readinto1) ... ok
> test_write_exception (tests.test_compressor_stream_reader.TestCompressor_stream_reader.test_write_exception) ... ok
> test_memory_size (tests.test_decompressor.TestDecompressor.test_memory_size) ... ok
> test_bad_frame (tests.test_decompressor.TestFrameContentSize.test_bad_frame) ... ok
> test_basic (tests.test_decompressor.TestFrameContentSize.test_basic) ... ok
> test_empty (tests.test_decompressor.TestFrameContentSize.test_empty) ... ok
> test_empty_input (tests.test_decompressor.TestFrameContentSize.test_empty_input) ... ok
> test_too_small (tests.test_decompressor.TestFrameContentSize.test_too_small) ... ok
> test_unknown (tests.test_decompressor.TestFrameContentSize.test_unknown) ... ok
> test_basic (tests.test_decompressor.TestFrameHeaderSize.test_basic) ... ok
> test_empty (tests.test_decompressor.TestFrameHeaderSize.test_empty) ... ok
> test_too_small (tests.test_decompressor.TestFrameHeaderSize.test_too_small) ... ok
> test_empty (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_empty) ... ok
> test_large_data (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_large_data) ... ok
> test_no_read (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_no_read) ... ok
> test_no_write (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_no_write) ... ok
> test_read_exception (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_read_exception) ... ok
> test_read_write_size (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_read_write_size) ... ok
> test_write_exception (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream.test_write_exception) ... ok
> test_constants (tests.test_module_attributes.TestModuleAttributes.test_constants) ... ok
> test_hasattr (tests.test_module_attributes.TestModuleAttributes.test_hasattr) ... ok
> test_version (tests.test_module_attributes.TestModuleAttributes.test_version) ... ok
> test_bad_mode (tests.test_train_dictionary.TestCompressionDict.test_bad_mode) ... ok
> test_bad_precompute_compress (tests.test_train_dictionary.TestCompressionDict.test_bad_precompute_compress) ... ok
> test_precompute_compress_rawcontent (tests.test_train_dictionary.TestCompressionDict.test_precompute_compress_rawcontent) ... ok
> test_bad_args (tests.test_train_dictionary.TestTrainDictionary.test_bad_args) ... ok
> test_basic (tests.test_train_dictionary.TestTrainDictionary.test_basic) ... ok
> test_no_args (tests.test_train_dictionary.TestTrainDictionary.test_no_args) ... ok
> test_no_params (tests.test_train_dictionary.TestTrainDictionary.test_no_params) ... ok
> test_optimize (tests.test_train_dictionary.TestTrainDictionary.test_optimize) ... Trying 2 different sets of parameters
>
> 50%
>
> ok
> test_set_dict_id (tests.test_train_dictionary.TestTrainDictionary.test_set_dict_id) ... ok
> test_compress_dict_multiple (tests.test_compressor_compress.TestCompressor_compress.test_compress_dict_multiple) ... ok
> test_compress_empty (tests.test_compressor_compress.TestCompressor_compress.test_compress_empty) ... ok
> test_compress_large (tests.test_compressor_compress.TestCompressor_compress.test_compress_large) ... ok
> test_compression_params_with_other_params (tests.test_compressor_compress.TestCompressor_compress.test_compression_params_with_other_params) ... ok
> test_dict_precompute (tests.test_compressor_compress.TestCompressor_compress.test_dict_precompute) ... ok
> test_explicit_default_params (tests.test_compressor_compress.TestCompressor_compress.test_explicit_default_params) ... ok
> test_input_types (tests.test_compressor_compress.TestCompressor_compress.test_input_types) ... ok
> test_multithreaded (tests.test_compressor_compress.TestCompressor_compress.test_multithreaded) ... ok
> test_multithreaded_compression_params (tests.test_compressor_compress.TestCompressor_compress.test_multithreaded_compression_params) ... ok
> test_multithreaded_dict (tests.test_compressor_compress.TestCompressor_compress.test_multithreaded_dict) ... ok
> test_negative_level (tests.test_compressor_compress.TestCompressor_compress.test_negative_level) ... ok
> test_no_dict_id (tests.test_compressor_compress.TestCompressor_compress.test_no_dict_id) ... ok
> test_no_magic (tests.test_compressor_compress.TestCompressor_compress.test_no_magic) ... ok
> test_write_checksum (tests.test_compressor_compress.TestCompressor_compress.test_write_checksum) ... ok
> test_write_content_size (tests.test_compressor_compress.TestCompressor_compress.test_write_content_size) ... ok
> test_simple (tests.test_utility.TestCompress.test_simple) ... ok
> test_simple (tests.test_utility.TestDecompress.test_simple) ... ok
> test_buffer_with_segments_collection_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_buffer_with_segments_collection_input) ... skipped 'multi_compress_to_buffer feature not available'
> test_buffer_with_segments_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_buffer_with_segments_input) ... skipped 'multi_compress_to_buffer feature not available'
> test_empty_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_empty_input) ... skipped 'multi_compress_to_buffer feature not available'
> test_invalid_inputs (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_invalid_inputs) ... skipped 'multi_compress_to_buffer feature not available'
> test_list_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_list_input) ... skipped 'multi_compress_to_buffer feature not available'
> test_multiple_threads (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer.test_multiple_threads) ... skipped 'multi_compress_to_buffer feature not available'
> test_arguments (tests.test_buffer_util.TestBufferWithSegments.test_arguments) ... ok
> test_invalid_getitem (tests.test_buffer_util.TestBufferWithSegments.test_invalid_getitem) ... ok
> test_invalid_offset (tests.test_buffer_util.TestBufferWithSegments.test_invalid_offset) ... ok
> test_multiple (tests.test_buffer_util.TestBufferWithSegments.test_multiple) ... ok
> test_single (tests.test_buffer_util.TestBufferWithSegments.test_single) ... ok
> test_argument_validation (tests.test_buffer_util.TestBufferWithSegmentsCollection.test_argument_validation) ... ok
> test_empty_constructor (tests.test_buffer_util.TestBufferWithSegmentsCollection.test_empty_constructor) ... ok
> test_getitem (tests.test_buffer_util.TestBufferWithSegmentsCollection.test_getitem) ... ok
> test_length (tests.test_buffer_util.TestBufferWithSegmentsCollection.test_length) ... ok
> test_bad_size (tests.test_compressor_compressobj.TestCompressor_compressobj.test_bad_size) ... ok
> test_compress_after_finished (tests.test_compressor_compressobj.TestCompressor_compressobj.test_compress_after_finished) ... ok
> test_compressobj_empty (tests.test_compressor_compressobj.TestCompressor_compressobj.test_compressobj_empty) ... ok
> test_compressobj_large (tests.test_compressor_compressobj.TestCompressor_compressobj.test_compressobj_large) ... ok
> test_flush_block_repeated (tests.test_compressor_compressobj.TestCompressor_compressobj.test_flush_block_repeated) ... ok
> test_flush_empty_block (tests.test_compressor_compressobj.TestCompressor_compressobj.test_flush_empty_block) ... ok
> test_frame_progression (tests.test_compressor_compressobj.TestCompressor_compressobj.test_frame_progression) ... ok
> test_input_types (tests.test_compressor_compressobj.TestCompressor_compressobj.test_input_types) ... ok
> test_multithreaded (tests.test_compressor_compressobj.TestCompressor_compressobj.test_multithreaded) ... ok
> test_write_checksum (tests.test_compressor_compressobj.TestCompressor_compressobj.test_write_checksum) ... ok
> test_write_content_size (tests.test_compressor_compressobj.TestCompressor_compressobj.test_write_content_size) ... ok
> test_bad_flush_mode (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_bad_flush_mode) ... ok
> test_bad_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_bad_size) ... ok
> test_close (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_close) ... ok
> test_close_closefd_false (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_close_closefd_false) ... ok
> test_compression_params (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_compression_params) ... ok
> test_dictionary (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_dictionary) ... ok
> test_empty (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_empty) ... ok
> test_fileno_file (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_fileno_file) ... ok
> test_flush_empty_block (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_flush_empty_block) ... ok
> test_flush_frame (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_flush_frame) ... ok
> test_flush_repeated (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_flush_repeated) ... ok
> test_input_types (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_input_types) ... ok
> test_io_api (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_io_api) ... ok
> test_memory_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_memory_size) ... ok
> test_multiple_compress (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_multiple_compress) ... ok
> test_multithreaded (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_multithreaded) ... ok
> test_no_dict_id (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_no_dict_id) ... ok
> test_tarfile_compat (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_tarfile_compat) ... ok
> test_tell (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_tell) ... ok
> test_write_checksum (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_write_checksum) ... ok
> test_write_content_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_write_content_size) ... ok
> test_write_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer.test_write_size) ... ok
> test_read_binary_filename (tests.test_open.TestOpen.test_read_binary_filename) ... ok
> test_read_binary_fileobj (tests.test_open.TestOpen.test_read_binary_fileobj) ... ok
> test_read_text_filename (tests.test_open.TestOpen.test_read_text_filename) ... ok
> test_read_text_fileobj (tests.test_open.TestOpen.test_read_text_fileobj) ... ok
> test_write_binary_filename (tests.test_open.TestOpen.test_write_binary_filename) ... ok
> test_write_binary_fileobj (tests.test_open.TestOpen.test_write_binary_fileobj) ... ok
> test_write_text_filename (tests.test_open.TestOpen.test_write_text_filename) ... ok
> test_write_text_fileobj (tests.test_open.TestOpen.test_write_text_fileobj) ... ok
> test_flush_block (tests.test_compressor_fuzzing.TestCompressor_chunker_fuzzing.test_flush_block) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_random_input_sizes (tests.test_compressor_fuzzing.TestCompressor_chunker_fuzzing.test_random_input_sizes) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_flush_block (tests.test_compressor_fuzzing.TestCompressor_compressobj_fuzzing.test_flush_block) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_random_input_sizes (tests.test_compressor_fuzzing.TestCompressor_compressobj_fuzzing.test_random_input_sizes) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_read_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_copy_stream_fuzzing.test_read_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_data_equivalence (tests.test_compressor_fuzzing.TestCompressor_multi_compress_to_buffer_fuzzing.test_data_equivalence) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_read_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_read_to_iter_fuzzing.test_read_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_read (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_read) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_read1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_read1) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_read1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_read1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_read_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_read_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_readinto (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_readinto) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_readinto1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_readinto1) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_readinto1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_readinto1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_buffer_source_readinto_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_buffer_source_readinto_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_read) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_read1) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_read1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_read_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_read_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readinto (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_readinto) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readinto1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_readinto1) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readinto1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_readinto1_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_stream_source_readinto_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing.test_stream_source_readinto_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_stream_writer_fuzzing.test_write_size_variance) ... skipped 'ZSTD_SLOW_TESTS not set'
> test_bad_inputs_simple (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain.test_bad_inputs_simple) ... ok
> test_bad_subsequent_input (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain.test_bad_subsequent_input) ... ok
> test_simple (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain.test_simple) ... ok
>
> ----------------------------------------------------------------------
> Ran 284 tests in 0.450s
>
> OK (skipped=57)
> dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/01/13/python-zstandard_0.19.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See
https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.