>>> py3-brotlipy: Building community/py3-brotlipy 0.7.0-r6 (using abuild 3.12.0-r5) started Sun, 14 Apr 2024 03:27:44 +0000 >>> py3-brotlipy: Checking sanity of /home/buildozer/aports/community/py3-brotlipy/APKBUILD... >>> py3-brotlipy: Analyzing dependencies... >>> py3-brotlipy: Installing for build: build-base python3 py3-setuptools python3-dev py3-cffi (1/24) Installing libbz2 (1.0.8-r6) (2/24) Installing libffi (3.4.6-r0) (3/24) Installing gdbm (1.23-r1) (4/24) Installing xz-libs (5.6.1-r3) (5/24) Installing mpdecimal (4.0.0-r0) (6/24) Installing libpanelw (6.4_p20240330-r0) (7/24) Installing readline (8.2.10-r0) (8/24) Installing sqlite-libs (3.45.2-r0) (9/24) Installing python3 (3.12.3-r0) (10/24) Installing python3-pycache-pyc0 (3.12.3-r0) (11/24) Installing pyc (3.12.3-r0) (12/24) Installing python3-pyc (3.12.3-r0) (13/24) Installing py3-parsing (3.1.2-r1) (14/24) Installing py3-parsing-pyc (3.1.2-r1) (15/24) Installing py3-packaging (24.0-r1) (16/24) Installing py3-packaging-pyc (24.0-r1) (17/24) Installing py3-setuptools (69.2.0-r2) (18/24) Installing py3-setuptools-pyc (69.2.0-r2) (19/24) Installing python3-dev (3.12.3-r0) (20/24) Installing py3-cparser (2.22-r1) (21/24) Installing py3-cparser-pyc (2.22-r1) (22/24) Installing py3-cffi (1.16.0-r1) (23/24) Installing py3-cffi-pyc (1.16.0-r1) (24/24) Installing .makedepends-py3-brotlipy (20240414.032745) Executing busybox-1.36.1-r25.trigger OK: 546 MiB in 129 packages >>> py3-brotlipy: Cleaning up srcdir >>> py3-brotlipy: Cleaning up pkgdir >>> py3-brotlipy: Cleaning up tmpdir >>> py3-brotlipy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/brotlipy-0.7.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 100 403k 100 403k 0 0 5378k 0 --:--:-- --:--:-- --:--:-- 5454k >>> py3-brotlipy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/brotlipy-0.7.0.tar.gz >>> py3-brotlipy: Checking sha512sums... brotlipy-0.7.0.tar.gz: OK >>> py3-brotlipy: Unpacking /var/cache/distfiles/brotlipy-0.7.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running build running build_py creating build creating build/lib.linux-aarch64-cpython-312 creating build/lib.linux-aarch64-cpython-312/brotli copying src/brotli/__init__.py -> build/lib.linux-aarch64-cpython-312/brotli copying src/brotli/build.py -> build/lib.linux-aarch64-cpython-312/brotli copying src/brotli/brotli.py -> build/lib.linux-aarch64-cpython-312/brotli running build_clib building 'libbrotli' library creating build/temp.linux-aarch64-cpython-312 creating build/temp.linux-aarch64-cpython-312/libbrotli creating build/temp.linux-aarch64-cpython-312/libbrotli/common creating build/temp.linux-aarch64-cpython-312/libbrotli/dec creating build/temp.linux-aarch64-cpython-312/libbrotli/enc gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-aarch64-cpython-312/libbrotli/common/dictionary.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-aarch64-cpython-312/libbrotli/dec/bit_reader.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-aarch64-cpython-312/libbrotli/dec/decode.o libbrotli/dec/decode.c:1865:41: warning: argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 1865 | size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from libbrotli/dec/decode.c:7: libbrotli/include/brotli/decode.h:174:19: note: previously declared as a variable length array 'const uint8_t[encoded_size]' {aka 'const unsigned char[encoded_size]'} 174 | const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libbrotli/dec/decode.c:1866:14: warning: argument 4 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Wvla-parameter] 1866 | uint8_t* decoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ libbrotli/include/brotli/decode.h:176:13: note: previously declared as a variable length array 'uint8_t[*decoded_size]' {aka 'unsigned char[*decoded_size]'} 176 | uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libbrotli/dec/decode.c:2298:56: warning: argument 3 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 2298 | BrotliDecoderState* s, size_t size, const uint8_t* dict) { | ~~~~~~~~~~~~~~~^~~~ libbrotli/include/brotli/decode.h:243:19: note: previously declared as a variable length array 'const uint8_t[size]' {aka 'const unsigned char[size]'} 243 | const uint8_t dict[BROTLI_ARRAY_PARAM(size)]); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-aarch64-cpython-312/libbrotli/dec/huffman.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-aarch64-cpython-312/libbrotli/dec/state.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/backward_references.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/backward_references_hq.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/bit_cost.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/block_splitter.o In file included from libbrotli/enc/./block_splitter.h:14, from libbrotli/enc/block_splitter.c:9: libbrotli/enc/./block_splitter_inc.h: In function 'SplitByteVectorLiteral': libbrotli/enc/./block_splitter_inc.h:403:61: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ libbrotli/enc/./block_splitter_inc.h:405:62: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ libbrotli/enc/./block_splitter_inc.h: In function 'SplitByteVectorCommand': libbrotli/enc/./block_splitter_inc.h:403:61: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ libbrotli/enc/./block_splitter_inc.h:405:62: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ libbrotli/enc/./block_splitter_inc.h: In function 'SplitByteVectorDistance': libbrotli/enc/./block_splitter_inc.h:403:61: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ libbrotli/enc/./block_splitter_inc.h:405:62: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); libbrotli/enc/././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/brotli_bit_stream.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/cluster.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/compress_fragment.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/compress_fragment_two_pass.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/dictionary_hash.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/encode.o libbrotli/enc/encode.c:836:54: warning: argument 3 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 836 | const uint8_t* dict) { | ~~~~~~~~~~~~~~~^~~~ In file included from libbrotli/enc/encode.c:9: libbrotli/include/brotli/encode.h:266:19: note: previously declared as a variable length array 'const uint8_t[size]' {aka 'const unsigned char[size]'} 266 | const uint8_t dict[BROTLI_ARRAY_PARAM(size)]); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libbrotli/enc/encode.c:1373:20: warning: argument 5 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 1373 | const uint8_t* input_buffer, size_t* encoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ libbrotli/include/brotli/encode.h:306:19: note: previously declared as a variable length array 'const uint8_t[input_size]' {aka 'const unsigned char[input_size]'} 306 | const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libbrotli/enc/encode.c:1374:14: warning: argument 7 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Wvla-parameter] 1374 | uint8_t* encoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ libbrotli/include/brotli/encode.h:308:13: note: previously declared as a variable length array 'uint8_t[*encoded_size]' {aka 'unsigned char[*encoded_size]'} 308 | uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(*encoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/entropy_encode.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/histogram.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/literal_cost.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/memory.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/metablock.o In file included from libbrotli/enc/././block_splitter.h:14, from libbrotli/enc/./metablock.h:14, from libbrotli/enc/metablock.c:10: libbrotli/enc/metablock.c: In function 'ContextBlockSplitterFinishBlock': libbrotli/enc/metablock.c:279:45: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 279 | BROTLI_ALLOC(m, HistogramLiteral, 2 * num_contexts); libbrotli/enc/./././memory.h:43:5: note: in definition of macro 'BROTLI_ALLOC' 43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) | ^ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/static_dict.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-aarch64-cpython-312/libbrotli/enc/utf8_util.o ar rcs build/temp.linux-aarch64-cpython-312/liblibbrotli.a build/temp.linux-aarch64-cpython-312/libbrotli/common/dictionary.o build/temp.linux-aarch64-cpython-312/libbrotli/dec/bit_reader.o build/temp.linux-aarch64-cpython-312/libbrotli/dec/decode.o build/temp.linux-aarch64-cpython-312/libbrotli/dec/huffman.o build/temp.linux-aarch64-cpython-312/libbrotli/dec/state.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/backward_references.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/backward_references_hq.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/bit_cost.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/block_splitter.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/brotli_bit_stream.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/cluster.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/compress_fragment.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/dictionary_hash.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/encode.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/entropy_encode.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/histogram.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/literal_cost.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/memory.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/metablock.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/static_dict.o build/temp.linux-aarch64-cpython-312/libbrotli/enc/utf8_util.o running build_ext generating cffi module 'build/temp.linux-aarch64-cpython-312/_brotli.c' building '_brotli' extension creating build/temp.linux-aarch64-cpython-312/build creating build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/include/python3.12 -c build/temp.linux-aarch64-cpython-312/_brotli.c -o build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312/_brotli.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312/_brotli.o -L/usr/lib -Lbuild/temp.linux-aarch64-cpython-312 -llibbrotli -lstdc++ -llibbrotli -o build/lib.linux-aarch64-cpython-312/brotli/_brotli.abi3.so >>> py3-brotlipy: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-brotlipy/pkg creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli copying build/lib.linux-aarch64-cpython-312/brotli/__init__.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli copying build/lib.linux-aarch64-cpython-312/brotli/build.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli copying build/lib.linux-aarch64-cpython-312/brotli/_brotli.abi3.so -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli copying build/lib.linux-aarch64-cpython-312/brotli/brotli.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli/build.py to build.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli/brotli.py to brotli.cpython-312.pyc running install_egg_info running egg_info writing src/brotlipy.egg-info/PKG-INFO writing dependency_links to src/brotlipy.egg-info/dependency_links.txt writing requirements to src/brotlipy.egg-info/requires.txt writing top-level names to src/brotlipy.egg-info/top_level.txt reading manifest file 'src/brotlipy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.cc' under directory 'libbrotli/enc' warning: no files found matching '*.cc' under directory 'libbrotli/dec' warning: no files found matching '*.cc' under directory 'libbrotli/common' warning: no files found matching '*.c' under directory 'libbrotli/include' warning: no files found matching '*.cc' under directory 'libbrotli/include' adding license file 'LICENSE' writing manifest file 'src/brotlipy.egg-info/SOURCES.txt' Copying src/brotlipy.egg-info to /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotlipy-0.7.0-py3.12.egg-info running install_scripts >>> py3-brotlipy-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.12/site-packages/brotli/__pycache__' -> '/home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy-pyc/usr/lib/python3.12/site-packages/brotli/__pycache__' >>> py3-brotlipy-pyc*: Preparing subpackage py3-brotlipy-pyc... >>> py3-brotlipy-pyc*: Running postcheck for py3-brotlipy-pyc >>> py3-brotlipy*: Running postcheck for py3-brotlipy >>> py3-brotlipy*: Preparing package py3-brotlipy... >>> py3-brotlipy*: Stripping binaries >>> py3-brotlipy-pyc*: Scanning shared objects >>> py3-brotlipy*: Scanning shared objects >>> py3-brotlipy-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-brotlipy-pyc*: Package size: 64.0 KB >>> py3-brotlipy-pyc*: Compressing data... >>> py3-brotlipy-pyc*: Create checksum... >>> py3-brotlipy-pyc*: Create py3-brotlipy-pyc-0.7.0-r6.apk >>> py3-brotlipy*: Tracing dependencies... python3 python3~3.12 so:libc.musl-aarch64.so.1 >>> py3-brotlipy*: Package size: 792.0 KB >>> py3-brotlipy*: Compressing data... >>> py3-brotlipy*: Create checksum... >>> py3-brotlipy*: Create py3-brotlipy-0.7.0-r6.apk >>> py3-brotlipy: Build complete at Sun, 14 Apr 2024 03:28:07 +0000 elapsed time 0h 0m 23s >>> py3-brotlipy: Cleaning up srcdir >>> py3-brotlipy: Cleaning up pkgdir >>> py3-brotlipy: Uninstalling dependencies... (1/24) Purging .makedepends-py3-brotlipy (20240414.032745) (2/24) Purging py3-setuptools-pyc (69.2.0-r2) (3/24) Purging py3-setuptools (69.2.0-r2) (4/24) Purging py3-packaging-pyc (24.0-r1) (5/24) Purging py3-packaging (24.0-r1) (6/24) Purging py3-parsing-pyc (3.1.2-r1) (7/24) Purging py3-parsing (3.1.2-r1) (8/24) Purging python3-dev (3.12.3-r0) (9/24) Purging py3-cffi-pyc (1.16.0-r1) (10/24) Purging py3-cffi (1.16.0-r1) (11/24) Purging py3-cparser-pyc (2.22-r1) (12/24) Purging py3-cparser (2.22-r1) (13/24) Purging python3-pyc (3.12.3-r0) (14/24) Purging python3-pycache-pyc0 (3.12.3-r0) (15/24) Purging pyc (3.12.3-r0) (16/24) Purging python3 (3.12.3-r0) (17/24) Purging gdbm (1.23-r1) (18/24) Purging libbz2 (1.0.8-r6) (19/24) Purging libffi (3.4.6-r0) (20/24) Purging libpanelw (6.4_p20240330-r0) (21/24) Purging mpdecimal (4.0.0-r0) (22/24) Purging readline (8.2.10-r0) (23/24) Purging sqlite-libs (3.45.2-r0) (24/24) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-brotlipy: Updating the community/aarch64 repository index... >>> py3-brotlipy: Signing the index...