>>> py3-zstandard: Building community/py3-zstandard 0.19.0-r0 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 23:56:25 +0000
>>> py3-zstandard: Checking sanity of /home/buildozer/aports/community/py3-zstandard/APKBUILD...
>>> py3-zstandard: Analyzing dependencies...
>>> py3-zstandard: Installing for build: build-base python3 python3-dev py3-setuptools py3-cffi py3-hypothesis
(1/19) Installing libbz2 (1.0.8-r3)
(2/19) Installing libffi (3.4.4-r0)
(3/19) Installing gdbm (1.23-r0)
(4/19) Installing xz-libs (5.2.7-r0)
(5/19) Installing mpdecimal (2.5.1-r1)
(6/19) Installing readline (8.2.0-r0)
(7/19) Installing sqlite-libs (3.39.4-r0)
(8/19) Installing python3 (3.10.8-r3)
(9/19) Installing python3-dev (3.10.8-r3)
(10/19) Installing py3-parsing (3.0.9-r0)
(11/19) Installing py3-packaging (21.3-r2)
(12/19) Installing py3-setuptools (65.5.0-r0)
(13/19) Installing py3-cparser (2.21-r0)
(14/19) Installing py3-cffi (1.15.1-r0)
(15/19) Installing py3-attrs (22.1.0-r0)
(16/19) Installing py3-sortedcontainers (2.4.0-r1)
(17/19) Installing py3-exceptiongroup (1.0.0-r0)
(18/19) Installing py3-hypothesis (6.56.4-r0)
(19/19) Installing .makedepends-py3-zstandard (20221101.235627)
Executing busybox-1.35.0-r27.trigger
OK: 377 MiB in 111 packages
>>> py3-zstandard: Cleaning up srcdir
>>> py3-zstandard: Cleaning up pkgdir
>>> py3-zstandard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-zstandard-0.19.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  667k    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  667k  100  667k    0     0   664k      0  0:00:01  0:00:01 --:--:--  664k
>>> py3-zstandard: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-zstandard-0.19.0.tar.gz
>>> py3-zstandard: Checking sha512sums...
py3-zstandard-0.19.0.tar.gz: OK
>>> py3-zstandard: Unpacking /var/cache/distfiles/v3.17/py3-zstandard-0.19.0.tar.gz...
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  cffi_version = LooseVersion(cffi.__version__)
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/setup.py:33: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION):
regenerated: 'build/zstandard/_cffi.c'
generating build/zstandard/_cffi.c
running build
running build_py
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/zstandard
copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-310/zstandard
copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-310/zstandard
copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-310/zstandard
copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-310/zstandard
running build_ext
building 'zstandard.backend_c' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/c-ext
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Ic-ext -Izstd -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_SINGLE_FILE -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-cpython-310/c-ext/backend_c.o -L/usr/lib -o build/lib.linux-x86_64-cpython-310/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so
building 'zstandard._cffi' extension
creating build/temp.linux-x86_64-cpython-310/build
creating build/temp.linux-x86_64-cpython-310/build/zstandard
creating build/temp.linux-x86_64-cpython-310/zstd
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstd -I/usr/include/python3.10 -c build/zstandard/_cffi.c -o build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstd -I/usr/include/python3.10 -c zstd/zstdlib.c -o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o
gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o -L/usr/lib -o build/lib.linux-x86_64-cpython-310/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  cffi_version = LooseVersion(cffi.__version__)
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/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
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Ic-ext -Izstd -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_SINGLE_FILE -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-cpython-310/c-ext/backend_c.o -L/usr/lib -o /home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so
building 'zstandard._cffi' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstd -I/usr/include/python3.10 -c build/zstandard/_cffi.c -o build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstd -I/usr/include/python3.10 -c zstd/zstdlib.c -o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o
gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o build/temp.linux-x86_64-cpython-310/zstd/zstdlib.o -L/usr/lib -o /home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so
test_read_binary_filename (tests.test_open.TestOpen) ... ok
test_read_binary_fileobj (tests.test_open.TestOpen) ... ok
test_read_text_filename (tests.test_open.TestOpen) ... ok
test_read_text_fileobj (tests.test_open.TestOpen) ... ok
test_write_binary_filename (tests.test_open.TestOpen) ... ok
test_write_binary_fileobj (tests.test_open.TestOpen) ... ok
test_write_text_filename (tests.test_open.TestOpen) ... ok
test_write_text_fileobj (tests.test_open.TestOpen) ... ok
test_empty (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_large_data (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_no_read (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_no_write (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_read_exception (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_read_write_size (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_write_exception (tests.test_decompressor_copy_stream.TestDecompressor_copy_stream) ... ok
test_close (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_close_closefd_false (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_dictionary (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_empty_roundtrip (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_fileno_file (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_flush (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_input_types (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_io_api (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_large_roundtrip (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_memory_size (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_multiple_calls (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_write_exception (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_write_size (tests.test_decompressor_stream_writer.TestDecompressor_stream_writer) ... ok
test_close (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_close_closefd_false (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_constant_methods (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_context_manager (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_illegal_seeks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_no_context_manager (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_not_implemented (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_partial_read (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read1 (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_after_error (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_after_exit (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_buffer (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_buffer_small_chunks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_closed (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_lines (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_multiple_frames (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_sizes (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_stream (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_read_stream_small_chunks (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_readall (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_readinto (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_readinto1 (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_seek (tests.test_decompressor_stream_reader.TestDecompressor_stream_reader) ... ok
test_content_size_present (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_dictionary (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_dictionary_multiple (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_empty_input (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_empty_roundtrip (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_explicit_default_params (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_input_types (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_invalid_input (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_junk_after_frame (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_max_output_size (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_max_window_size (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_multiple_frames (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_no_content_size_in_frame (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_stupidly_large_output_buffer (tests.test_decompressor_decompress.TestDecompressor_decompress) ... ok
test_buffer_with_segments_collection_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_buffer_with_segments_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_empty_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_invalid_inputs (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_list_input (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_multiple_threads (tests.test_compressor_multi_compress_to_buffer.TestCompressor_multi_compress_to_buffer) ... ok
test_bad_size (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_close (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_close_closefd_false (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_constant_methods (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_context_manager (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_no_context_manager (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_not_implemented (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read1 (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_after_exit (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_buffer (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_buffer_small_chunks (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_closed (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_sizes (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_stream (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_read_stream_small_chunks (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_readall (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_readinto (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_readinto1 (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_write_exception (tests.test_compressor_stream_reader.TestCompressor_stream_reader) ... ok
test_bad_write_size (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_input_types (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_multiple_decompress_calls (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_reuse (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_simple (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_unused_data (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_write_size (tests.test_decompressor_decompressobj.TestDecompressor_decompressobj) ... ok
test_simple (tests.test_utility.TestCompress) ... ok
test_simple (tests.test_utility.TestDecompress) ... ok
test_memory_size (tests.test_decompressor.TestDecompressor) ... ok
test_bad_frame (tests.test_decompressor.TestFrameContentSize) ... ok
test_basic (tests.test_decompressor.TestFrameContentSize) ... ok
test_empty (tests.test_decompressor.TestFrameContentSize) ... ok
test_empty_input (tests.test_decompressor.TestFrameContentSize) ... ok
test_too_small (tests.test_decompressor.TestFrameContentSize) ... ok
test_unknown (tests.test_decompressor.TestFrameContentSize) ... ok
test_basic (tests.test_decompressor.TestFrameHeaderSize) ... ok
test_empty (tests.test_decompressor.TestFrameHeaderSize) ... ok
test_too_small (tests.test_decompressor.TestFrameHeaderSize) ... ok
test_compress_dict_multiple (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_compress_empty (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_compress_large (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_compression_params_with_other_params (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_dict_precompute (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_explicit_default_params (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_input_types (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_multithreaded (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_multithreaded_compression_params (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_multithreaded_dict (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_negative_level (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_no_dict_id (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_no_magic (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_write_checksum (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_write_content_size (tests.test_compressor_compress.TestCompressor_compress) ... ok
test_bad_size (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_multithreaded (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_read_empty (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_read_exception (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_read_large (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_read_write_size (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_type_validation (tests.test_compressor_read_to_iter.TestCompressor_read_to_iter) ... ok
test_arguments (tests.test_buffer_util.TestBufferWithSegments) ... ok
test_invalid_getitem (tests.test_buffer_util.TestBufferWithSegments) ... ok
test_invalid_offset (tests.test_buffer_util.TestBufferWithSegments) ... ok
test_multiple (tests.test_buffer_util.TestBufferWithSegments) ... ok
test_single (tests.test_buffer_util.TestBufferWithSegments) ... ok
test_argument_validation (tests.test_buffer_util.TestBufferWithSegmentsCollection) ... ok
test_empty_constructor (tests.test_buffer_util.TestBufferWithSegmentsCollection) ... ok
test_getitem (tests.test_buffer_util.TestBufferWithSegmentsCollection) ... ok
test_length (tests.test_buffer_util.TestBufferWithSegmentsCollection) ... ok
test_compress_after_finish (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_empty (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_finish_after_finish (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_flush (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_flush_after_finish (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_input_size (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_input_types (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_simple_input (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_small_chunk_size (tests.test_compressor_chunker.TestCompressor_chunker) ... ok
test_bad_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_empty (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_large_data (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_multithreaded (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_no_read (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_no_write (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_read_exception (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_read_write_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_write_checksum (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_write_content_size (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_write_exception (tests.test_compressor_copy_stream.TestCompressor_copy_stream) ... ok
test_read_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_copy_stream_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_random_input_sizes (tests.test_decompressor_fuzzing.TestDecompressor_decompressobj_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_random_output_sizes (tests.test_decompressor_fuzzing.TestDecompressor_decompressobj_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_data_equivalence (tests.test_decompressor_fuzzing.TestDecompressor_multi_decompress_to_buffer_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_read_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_read_to_iter_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_constant_read_size (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_read_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_multiple_frames (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_relative_seeks (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read1_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read_size (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readall (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readinto1_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_write_size_variance (tests.test_decompressor_fuzzing.TestDecompressor_stream_writer_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_flush_block (tests.test_compressor_fuzzing.TestCompressor_chunker_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_random_input_sizes (tests.test_compressor_fuzzing.TestCompressor_chunker_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_flush_block (tests.test_compressor_fuzzing.TestCompressor_compressobj_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_random_input_sizes (tests.test_compressor_fuzzing.TestCompressor_compressobj_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_read_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_copy_stream_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_data_equivalence (tests.test_compressor_fuzzing.TestCompressor_multi_compress_to_buffer_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_read_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_read_to_iter_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_read (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_read1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_read1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_read_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_readinto (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_readinto1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_readinto1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_buffer_source_readinto_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_read_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readinto (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readinto1 (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readinto1_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_stream_source_readinto_variance (tests.test_compressor_fuzzing.TestCompressor_stream_reader_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_write_size_variance (tests.test_compressor_fuzzing.TestCompressor_stream_writer_fuzzing) ... skipped 'ZSTD_SLOW_TESTS not set'
test_estimated_compression_context_size (tests.test_data_structures_fuzzing.TestCompressionParametersHypothesis) ... skipped 'ZSTD_SLOW_TESTS not set'
test_valid_init (tests.test_data_structures_fuzzing.TestCompressionParametersHypothesis) ... skipped 'ZSTD_SLOW_TESTS not set'
test_bad_size (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_compress_after_finished (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_compressobj_empty (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_compressobj_large (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_flush_block_repeated (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_flush_empty_block (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_frame_progression (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_input_types (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_multithreaded (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_write_checksum (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_write_content_size (tests.test_compressor_compressobj.TestCompressor_compressobj) ... ok
test_empty_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_empty_roundtrip (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_interesting (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_invalid_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_large_input (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... skipped 'ZSTD_SLOW_TESTS not set'
test_large_output (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_magic_less (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_read_write_size (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_skip_bytes (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_skip_bytes_too_large (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_type_validation (tests.test_decompressor_read_to_iter.TestDecompressor_read_to_iter) ... ok
test_buffer_with_segments_collection_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_buffer_with_segments_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_buffer_with_segments_sizes (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_dict (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_invalid_inputs (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_item_failure (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_list_input (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_list_input_frame_sizes (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_multiple_threads (tests.test_decompressor_multi_decompress_to_buffer.TestDecompressor_multi_decompress_to_buffer) ... ok
test_constants (tests.test_module_attributes.TestModuleAttributes) ... ok
test_features (tests.test_module_attributes.TestModuleAttributes) ... ok
test_hasattr (tests.test_module_attributes.TestModuleAttributes) ... ok
test_version (tests.test_module_attributes.TestModuleAttributes) ... ok
test_bounds (tests.test_data_structures.TestCompressionParameters) ... ok
test_estimated_compression_context_size (tests.test_data_structures.TestCompressionParameters) ... ok
test_from_level (tests.test_data_structures.TestCompressionParameters) ... ok
test_ldm_hash_rate_log (tests.test_data_structures.TestCompressionParameters) ... ok
test_members (tests.test_data_structures.TestCompressionParameters) ... ok
test_overlap_log (tests.test_data_structures.TestCompressionParameters) ... ok
test_strategy (tests.test_data_structures.TestCompressionParameters) ... ok
test_attributes (tests.test_data_structures.TestFrameParameters) ... ok
test_input_types (tests.test_data_structures.TestFrameParameters) ... ok
test_invalid_frame (tests.test_data_structures.TestFrameParameters) ... ok
test_invalid_input_sizes (tests.test_data_structures.TestFrameParameters) ... ok
test_invalid_type (tests.test_data_structures.TestFrameParameters) ... ok
test_level_bounds (tests.test_compressor.TestCompressor) ... ok
test_memory_size (tests.test_compressor.TestCompressor) ... ok
test_decompression_size (tests.test_estimate_sizes.TestSizes) ... ok
test_bad_flush_mode (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_bad_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_close (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_close_closefd_false (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_compression_params (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_dictionary (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_empty (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_fileno_file (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_flush_empty_block (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_flush_frame (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_flush_repeated (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_input_types (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_io_api (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_memory_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_multiple_compress (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_multithreaded (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_no_dict_id (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_tarfile_compat (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_tell (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_write_checksum (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_write_content_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_write_size (tests.test_compressor_stream_writer.TestCompressor_stream_writer) ... ok
test_bad_inputs_simple (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain) ... ok
test_bad_subsequent_input (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain) ... ok
test_simple (tests.test_decompressor_content_dict_chain.TestDecompressor_content_dict_chain) ... ok
test_bad_mode (tests.test_train_dictionary.TestCompressionDict) ... ok
test_bad_precompute_compress (tests.test_train_dictionary.TestCompressionDict) ... ok
test_precompute_compress_rawcontent (tests.test_train_dictionary.TestCompressionDict) ... ok
test_bad_args (tests.test_train_dictionary.TestTrainDictionary) ... ok
test_basic (tests.test_train_dictionary.TestTrainDictionary) ... ok
test_no_args (tests.test_train_dictionary.TestTrainDictionary) ... ok
test_no_params (tests.test_train_dictionary.TestTrainDictionary) ... ok
test_optimize (tests.test_train_dictionary.TestTrainDictionary) ... Trying 2 different sets of parameters

50%       
                                                                               
ok
test_set_dict_id (tests.test_train_dictionary.TestTrainDictionary) ... ok

----------------------------------------------------------------------
Ran 285 tests in 1.239s

OK (skipped=42)
>>> py3-zstandard: Entering fakeroot...
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  cffi_version = LooseVersion(cffi.__version__)
/home/buildozer/aports/community/py3-zstandard/src/python-zstandard-0.19.0/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 install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /home/buildozer/aports/community/py3-zstandard/pkg
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages
creating /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/backend_cffi.py -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/__init__.py -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/py.typed -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
copying build/lib.linux-x86_64-cpython-310/zstandard/__init__.pyi -> /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard
byte-compiling /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard/backend_cffi.py to backend_cffi.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard/__init__.py to __init__.cpython-310.pyc
running install_egg_info
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'
Copying zstandard.egg-info to /home/buildozer/aports/community/py3-zstandard/pkg/py3-zstandard/usr/lib/python3.10/site-packages/zstandard-0.19.0-py3.10.egg-info
running install_scripts
>>> py3-zstandard*: Running postcheck for py3-zstandard
>>> py3-zstandard*: Preparing package py3-zstandard...
>>> py3-zstandard*: Stripping binaries
>>> py3-zstandard*: Scanning shared objects
>>> py3-zstandard*: Tracing dependencies...
	python3
	so:libc.musl-x86_64.so.1
>>> py3-zstandard*: Package size: 1.4 MB
>>> py3-zstandard*: Compressing data...
>>> py3-zstandard*: Create checksum...
>>> py3-zstandard*: Create py3-zstandard-0.19.0-r0.apk
>>> py3-zstandard: Build complete at Tue, 01 Nov 2022 23:59:36 +0000 elapsed time 0h 3m 11s
>>> py3-zstandard: Cleaning up srcdir
>>> py3-zstandard: Cleaning up pkgdir
>>> py3-zstandard: Uninstalling dependencies...
(1/19) Purging .makedepends-py3-zstandard (20221101.235627)
(2/19) Purging python3-dev (3.10.8-r3)
(3/19) Purging py3-setuptools (65.5.0-r0)
(4/19) Purging py3-packaging (21.3-r2)
(5/19) Purging py3-parsing (3.0.9-r0)
(6/19) Purging py3-cffi (1.15.1-r0)
(7/19) Purging py3-cparser (2.21-r0)
(8/19) Purging py3-hypothesis (6.56.4-r0)
(9/19) Purging py3-attrs (22.1.0-r0)
(10/19) Purging py3-sortedcontainers (2.4.0-r1)
(11/19) Purging py3-exceptiongroup (1.0.0-r0)
(12/19) Purging python3 (3.10.8-r3)
(13/19) Purging libbz2 (1.0.8-r3)
(14/19) Purging libffi (3.4.4-r0)
(15/19) Purging gdbm (1.23-r0)
(16/19) Purging xz-libs (5.2.7-r0)
(17/19) Purging mpdecimal (2.5.1-r1)
(18/19) Purging readline (8.2.0-r0)
(19/19) Purging sqlite-libs (3.39.4-r0)
Executing busybox-1.35.0-r27.trigger
OK: 267 MiB in 92 packages
>>> py3-zstandard: Updating the community/x86_64 repository index...
>>> py3-zstandard: Signing the index...