>>> py3-fastavro: Building testing/py3-fastavro 1.4.4-r1 (using abuild 3.9.0-r0) started Tue, 21 Dec 2021 17:48:05 +0000 >>> py3-fastavro: Checking sanity of /home/buildozer/aports/testing/py3-fastavro/APKBUILD... >>> py3-fastavro: Analyzing dependencies... >>> py3-fastavro: Installing for build: build-base py3-six py3-setuptools python3-dev cython (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.22-r0) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.1-r0) (7/17) Installing sqlite-libs (3.37.0-r0) (8/17) Installing python3 (3.10.1-r0) (9/17) Installing py3-six (1.16.0-r1) (10/17) Installing py3-ordered-set (4.0.2-r3) (11/17) Installing py3-appdirs (1.4.4-r3) (12/17) Installing py3-parsing (2.4.7-r3) (13/17) Installing py3-packaging (21.3-r0) (14/17) Installing py3-setuptools (52.0.0-r5) (15/17) Installing python3-dev (3.10.1-r0) (16/17) Installing cython (0.29.24-r1) (17/17) Installing .makedepends-py3-fastavro (20211221.174809) Executing busybox-1.34.1-r5.trigger OK: 369 MiB in 95 packages >>> py3-fastavro: Cleaning up srcdir >>> py3-fastavro: Cleaning up pkgdir >>> py3-fastavro: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-fastavro-1.4.4.tar.gz >>> py3-fastavro: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-fastavro-1.4.4.tar.gz >>> py3-fastavro: Checking sha512sums... py3-fastavro-1.4.4.tar.gz: OK >>> py3-fastavro: Unpacking /var/cache/distfiles/py3-fastavro-1.4.4.tar.gz... running build running build_py creating build creating build/lib.linux-riscv64-3.10 creating build/lib.linux-riscv64-3.10/fastavro copying fastavro/write.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_logical_writers_py.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/schema.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_schema_py.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_read_common.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_validation_py.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_write_py.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/__main__.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/validation.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/read.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_read_py.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_validate_common.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/json_read.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/const.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/utils.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/logical_writers.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_write_common.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/_schema_common.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/types.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/__init__.py -> build/lib.linux-riscv64-3.10/fastavro copying fastavro/json_write.py -> build/lib.linux-riscv64-3.10/fastavro creating build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/binary_encoder.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/binary_decoder.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/json_encoder.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/json_decoder.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/parser.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/symbols.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/io/__init__.py -> build/lib.linux-riscv64-3.10/fastavro/io copying fastavro/py.typed -> build/lib.linux-riscv64-3.10/fastavro running build_ext cythoning fastavro/_read.pyx to fastavro/_read.c cythoning fastavro/_schema.pyx to fastavro/_schema.c cythoning fastavro/_write.pyx to fastavro/_write.c cythoning fastavro/_validation.pyx to fastavro/_validation.c cythoning fastavro/_logical_writers.pyx to fastavro/_logical_writers.c building 'fastavro._read' extension creating build/temp.linux-riscv64-3.10 creating build/temp.linux-riscv64-3.10/fastavro gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c fastavro/_read.c -o build/temp.linux-riscv64-3.10/fastavro/_read.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-riscv64-3.10/fastavro/_read.o -L/usr/lib -o build/lib.linux-riscv64-3.10/fastavro/_read.cpython-310-riscv64-linux-gnu.so building 'fastavro._schema' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c fastavro/_schema.c -o build/temp.linux-riscv64-3.10/fastavro/_schema.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-riscv64-3.10/fastavro/_schema.o -L/usr/lib -o build/lib.linux-riscv64-3.10/fastavro/_schema.cpython-310-riscv64-linux-gnu.so building 'fastavro._write' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c fastavro/_write.c -o build/temp.linux-riscv64-3.10/fastavro/_write.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-riscv64-3.10/fastavro/_write.o -L/usr/lib -o build/lib.linux-riscv64-3.10/fastavro/_write.cpython-310-riscv64-linux-gnu.so building 'fastavro._validation' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c fastavro/_validation.c -o build/temp.linux-riscv64-3.10/fastavro/_validation.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-riscv64-3.10/fastavro/_validation.o -L/usr/lib -o build/lib.linux-riscv64-3.10/fastavro/_validation.cpython-310-riscv64-linux-gnu.so building 'fastavro._logical_writers' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c fastavro/_logical_writers.c -o build/temp.linux-riscv64-3.10/fastavro/_logical_writers.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-riscv64-3.10/fastavro/_logical_writers.o -L/usr/lib -o build/lib.linux-riscv64-3.10/fastavro/_logical_writers.cpython-310-riscv64-linux-gnu.so >>> py3-fastavro: Entering fakeroot... running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/testing/py3-fastavro/pkg creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/write.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_logical_writers_py.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_schema.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_logical_writers.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/schema.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_schema_py.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_read_common.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_validation_py.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_write_py.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/__main__.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro creating /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/binary_encoder.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/binary_decoder.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/json_encoder.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/json_decoder.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/parser.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/symbols.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/io/__init__.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io copying build/lib.linux-riscv64-3.10/fastavro/validation.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/read.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_read_py.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_validate_common.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/json_read.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/const.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/utils.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_write.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/logical_writers.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/py.typed -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_write_common.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_schema_common.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_read.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/types.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/__init__.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/_validation.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro copying build/lib.linux-riscv64-3.10/fastavro/json_write.py -> /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/write.py to write.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_logical_writers_py.py to _logical_writers_py.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/schema.py to schema.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_schema_py.py to _schema_py.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_read_common.py to _read_common.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_validation_py.py to _validation_py.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_write_py.py to _write_py.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/binary_encoder.py to binary_encoder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/binary_decoder.py to binary_decoder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/json_encoder.py to json_encoder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/json_decoder.py to json_decoder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/symbols.py to symbols.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/io/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/validation.py to validation.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/read.py to read.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_read_py.py to _read_py.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_validate_common.py to _validate_common.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/json_read.py to json_read.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/const.py to const.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/logical_writers.py to logical_writers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_write_common.py to _write_common.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/_schema_common.py to _schema_common.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro/json_write.py to json_write.cpython-310.pyc running install_egg_info running egg_info creating fastavro.egg-info writing fastavro.egg-info/PKG-INFO writing dependency_links to fastavro.egg-info/dependency_links.txt writing entry points to fastavro.egg-info/entry_points.txt writing requirements to fastavro.egg-info/requires.txt writing top-level names to fastavro.egg-info/top_level.txt writing manifest file 'fastavro.egg-info/SOURCES.txt' reading manifest file 'fastavro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'azure-pipelines.yml' warning: no files found matching '*' under directory 'conda.recipe' writing manifest file 'fastavro.egg-info/SOURCES.txt' Copying fastavro.egg-info to /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/lib/python3.10/site-packages/fastavro-1.4.4-py3.10.egg-info running install_scripts Installing fastavro script to /home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro/usr/bin >>> py3-fastavro*: Running postcheck for py3-fastavro >>> py3-fastavro*: Preparing package py3-fastavro... >>> py3-fastavro*: Stripping binaries >>> py3-fastavro*: Scanning shared objects >>> py3-fastavro*: Tracing dependencies... py3-six so:libc.musl-riscv64.so.1 >>> py3-fastavro*: Package size: 1.0 MB >>> py3-fastavro*: Compressing data... >>> py3-fastavro*: Create checksum... >>> py3-fastavro*: Create py3-fastavro-1.4.4-r1.apk >>> py3-fastavro: Build complete at Tue, 21 Dec 2021 17:51:14 +0000 elapsed time 0h 3m 9s >>> py3-fastavro: Cleaning up srcdir >>> py3-fastavro: Cleaning up pkgdir >>> py3-fastavro: Uninstalling dependencies... (1/17) Purging .makedepends-py3-fastavro (20211221.174809) (2/17) Purging py3-setuptools (52.0.0-r5) (3/17) Purging py3-ordered-set (4.0.2-r3) (4/17) Purging py3-appdirs (1.4.4-r3) (5/17) Purging py3-packaging (21.3-r0) (6/17) Purging py3-parsing (2.4.7-r3) (7/17) Purging py3-six (1.16.0-r1) (8/17) Purging python3-dev (3.10.1-r0) (9/17) Purging cython (0.29.24-r1) (10/17) Purging python3 (3.10.1-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.22-r0) (14/17) Purging xz-libs (5.2.5-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.1-r0) (17/17) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 213 MiB in 78 packages >>> py3-fastavro: Updating the testing/riscv64 repository index... >>> py3-fastavro: Signing the index...