>>> py3-brotlipy: Building community/py3-brotlipy 0.7.0-r3 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 15:16:58 +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/15) Installing libbz2 (1.0.8-r3) (2/15) Installing libffi (3.4.4-r0) (3/15) Installing gdbm (1.23-r0) (4/15) Installing xz-libs (5.2.7-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.2.0-r0) (7/15) Installing sqlite-libs (3.39.4-r0) (8/15) Installing python3 (3.10.8-r3) (9/15) Installing py3-parsing (3.0.9-r0) (10/15) Installing py3-packaging (21.3-r2) (11/15) Installing py3-setuptools (65.5.0-r0) (12/15) Installing python3-dev (3.10.8-r3) (13/15) Installing py3-cparser (2.21-r0) (14/15) Installing py3-cffi (1.15.1-r0) (15/15) Installing .makedepends-py3-brotlipy (20221029.151704) Executing busybox-1.35.0-r27.trigger OK: 289 MiB in 107 packages >>> py3-brotlipy: Cleaning up srcdir >>> py3-brotlipy: Cleaning up pkgdir >>> py3-brotlipy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 0 403k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 403k 100 403k 0 0 431k 0 --:--:-- --:--:-- --:--:-- 431k >>> py3-brotlipy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/brotlipy-0.7.0.tar.gz >>> py3-brotlipy: Checking sha512sums... brotlipy-0.7.0.tar.gz: OK >>> py3-brotlipy: Unpacking /var/cache/distfiles/v3.17/brotlipy-0.7.0.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/brotli copying src/brotli/build.py -> build/lib.linux-armv8l-cpython-310/brotli copying src/brotli/brotli.py -> build/lib.linux-armv8l-cpython-310/brotli copying src/brotli/__init__.py -> build/lib.linux-armv8l-cpython-310/brotli running build_clib building 'libbrotli' library creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/libbrotli creating build/temp.linux-armv8l-cpython-310/libbrotli/common creating build/temp.linux-armv8l-cpython-310/libbrotli/dec creating build/temp.linux-armv8l-cpython-310/libbrotli/enc 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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-armv8l-cpython-310/libbrotli/common/dictionary.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-armv8l-cpython-310/libbrotli/dec/huffman.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-armv8l-cpython-310/libbrotli/dec/bit_reader.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-armv8l-cpython-310/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 -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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-armv8l-cpython-310/libbrotli/dec/state.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/backward_references.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/backward_references_hq.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/bit_cost.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-armv8l-cpython-310/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 -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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/histogram.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/memory.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/literal_cost.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/brotli_bit_stream.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/compress_fragment_two_pass.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/compress_fragment.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/cluster.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/utf8_util.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-armv8l-cpython-310/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 -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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-armv8l-cpython-310/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 -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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/static_dict.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/dictionary_hash.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 -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-armv8l-cpython-310/libbrotli/enc/entropy_encode.o ar rcs build/temp.linux-armv8l-cpython-310/liblibbrotli.a build/temp.linux-armv8l-cpython-310/libbrotli/common/dictionary.o build/temp.linux-armv8l-cpython-310/libbrotli/dec/huffman.o build/temp.linux-armv8l-cpython-310/libbrotli/dec/bit_reader.o build/temp.linux-armv8l-cpython-310/libbrotli/dec/decode.o build/temp.linux-armv8l-cpython-310/libbrotli/dec/state.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/backward_references.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/backward_references_hq.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/bit_cost.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/block_splitter.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/histogram.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/memory.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/literal_cost.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/brotli_bit_stream.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/compress_fragment.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/cluster.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/utf8_util.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/encode.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/metablock.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/static_dict.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/dictionary_hash.o build/temp.linux-armv8l-cpython-310/libbrotli/enc/entropy_encode.o running build_ext generating cffi module 'build/temp.linux-armv8l-cpython-310/_brotli.c' building '_brotli' extension creating build/temp.linux-armv8l-cpython-310/build creating build/temp.linux-armv8l-cpython-310/build/temp.linux-armv8l-cpython-310 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 -Ilibbrotli -Ilibbrotli/include -I/usr/include/python3.10 -c build/temp.linux-armv8l-cpython-310/_brotli.c -o build/temp.linux-armv8l-cpython-310/build/temp.linux-armv8l-cpython-310/_brotli.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-armv8l-cpython-310/build/temp.linux-armv8l-cpython-310/_brotli.o -L/usr/lib -Lbuild/temp.linux-armv8l-cpython-310 -llibbrotli -lstdc++ -llibbrotli -o build/lib.linux-armv8l-cpython-310/brotli/_brotli.abi3.so >>> py3-brotlipy: Entering fakeroot... 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 build running build_py running build_clib building 'libbrotli' library running build_ext generating cffi module 'build/temp.linux-armv8l-cpython-310/_brotli.c' already up-to-date 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.10 creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli copying build/lib.linux-armv8l-cpython-310/brotli/build.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli copying build/lib.linux-armv8l-cpython-310/brotli/brotli.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli copying build/lib.linux-armv8l-cpython-310/brotli/_brotli.abi3.so -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli copying build/lib.linux-armv8l-cpython-310/brotli/__init__.py -> /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli/build.py to build.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli/brotli.py to brotli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-brotlipy/pkg/py3-brotlipy/usr/lib/python3.10/site-packages/brotli/__init__.py to __init__.cpython-310.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.10/site-packages/brotlipy-0.7.0-py3.10.egg-info running install_scripts >>> py3-brotlipy*: Running postcheck for py3-brotlipy >>> py3-brotlipy*: Preparing package py3-brotlipy... >>> py3-brotlipy*: Stripping binaries >>> py3-brotlipy*: Scanning shared objects >>> py3-brotlipy*: Tracing dependencies... python3 so:libc.musl-armv7.so.1 >>> py3-brotlipy*: Package size: 760.0 KB >>> py3-brotlipy*: Compressing data... >>> py3-brotlipy*: Create checksum... >>> py3-brotlipy*: Create py3-brotlipy-0.7.0-r3.apk >>> py3-brotlipy: Build complete at Sat, 29 Oct 2022 15:17:35 +0000 elapsed time 0h 0m 37s >>> py3-brotlipy: Cleaning up srcdir >>> py3-brotlipy: Cleaning up pkgdir >>> py3-brotlipy: Uninstalling dependencies... (1/15) Purging .makedepends-py3-brotlipy (20221029.151704) (2/15) Purging py3-setuptools (65.5.0-r0) (3/15) Purging py3-packaging (21.3-r2) (4/15) Purging py3-parsing (3.0.9-r0) (5/15) Purging python3-dev (3.10.8-r3) (6/15) Purging py3-cffi (1.15.1-r0) (7/15) Purging py3-cparser (2.21-r0) (8/15) Purging python3 (3.10.8-r3) (9/15) Purging libbz2 (1.0.8-r3) (10/15) Purging libffi (3.4.4-r0) (11/15) Purging gdbm (1.23-r0) (12/15) Purging xz-libs (5.2.7-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.2.0-r0) (15/15) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-brotlipy: Updating the community/armv7 repository index... >>> py3-brotlipy: Signing the index...