>>> py3-fastavro: Building testing/py3-fastavro 1.12.0-r0 (using abuild 3.15.0-r2) started Fri, 01 Aug 2025 02:38:47 +0000 >>> py3-fastavro: Validating /home/buildozer/aports/testing/py3-fastavro/APKBUILD... >>> py3-fastavro: Analyzing dependencies... >>> py3-fastavro: Installing for build: build-base python3 py3-gpep517 py3-setuptools python3-dev cython py3-wheel ( 1/27) Installing libbz2 (1.0.8-r6) ( 2/27) Installing libffi (3.5.1-r0) ( 3/27) Installing gdbm (1.26-r0) ( 4/27) Installing xz-libs (5.8.1-r0) ( 5/27) Installing mpdecimal (4.0.1-r0) ( 6/27) Installing libpanelw (6.5_p20250705-r0) ( 7/27) Installing sqlite-libs (3.50.4-r0) ( 8/27) Installing python3 (3.12.11-r0) ( 9/27) Installing python3-pycache-pyc0 (3.12.11-r0) (10/27) Installing pyc (3.12.11-r0) (11/27) Installing python3-pyc (3.12.11-r0) (12/27) Installing py3-installer (0.7.0-r2) (13/27) Installing py3-installer-pyc (0.7.0-r2) (14/27) Installing py3-gpep517 (19-r0) (15/27) Installing py3-gpep517-pyc (19-r0) (16/27) Installing py3-parsing (3.2.3-r0) (17/27) Installing py3-parsing-pyc (3.2.3-r0) (18/27) Installing py3-packaging (25.0-r0) (19/27) Installing py3-packaging-pyc (25.0-r0) (20/27) Installing py3-setuptools (80.9.0-r0) (21/27) Installing py3-setuptools-pyc (80.9.0-r0) (22/27) Installing python3-dev (3.12.11-r0) (23/27) Installing cython (3.0.12-r0) (24/27) Installing cython-pyc (3.0.12-r0) (25/27) Installing py3-wheel (0.46.1-r0) (26/27) Installing py3-wheel-pyc (0.46.1-r0) (27/27) Installing .makedepends-py3-fastavro (20250801.023848) busybox-1.37.0-r21.trigger: Executing script... OK: 543 MiB in 133 packages >>> py3-fastavro: Cleaning up srcdir >>> py3-fastavro: Cleaning up pkgdir >>> py3-fastavro: Cleaning up tmpdir >>> py3-fastavro: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-fastavro-1.12.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-fastavro: Fetching py3-fastavro-1.12.0.tar.gz::https://github.com/fastavro/fastavro/archive/1.12.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/py3-fastavro-1.12.0.tar.gz.part' py3-fastavro-1.12.0. 100% |********************************| 194k 0:00:00 ETA '/var/cache/distfiles/edge/py3-fastavro-1.12.0.tar.gz.part' saved >>> py3-fastavro: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-fastavro-1.12.0.tar.gz >>> py3-fastavro: Checking sha512sums... py3-fastavro-1.12.0.tar.gz: OK >>> py3-fastavro: Unpacking /var/cache/distfiles/edge/py3-fastavro-1.12.0.tar.gz... 2025-08-01 02:38:50,218 gpep517 INFO Building wheel via backend setuptools.build_meta :31: SyntaxWarning: invalid escape sequence '\(' /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-08-01 02:38:50,245 root INFO running bdist_wheel 2025-08-01 02:38:50,309 root INFO running build 2025-08-01 02:38:50,309 root INFO running build_py 2025-08-01 02:38:50,312 root INFO creating build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,313 root INFO copying fastavro/_read_common.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,313 root INFO copying fastavro/_read_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,313 root INFO copying fastavro/_schema_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,314 root INFO copying fastavro/_write_common.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,314 root INFO copying fastavro/const.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,314 root INFO copying fastavro/utils.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,314 root INFO copying fastavro/schema.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,315 root INFO copying fastavro/_write_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,315 root INFO copying fastavro/_validate_common.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,315 root INFO copying fastavro/types.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,316 root INFO copying fastavro/json_read.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,316 root INFO copying fastavro/json_write.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,316 root INFO copying fastavro/__init__.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,316 root INFO copying fastavro/_validation_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,316 root INFO copying fastavro/logical_writers.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,317 root INFO copying fastavro/__main__.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,317 root INFO copying fastavro/_schema_common.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,317 root INFO copying fastavro/logical_readers.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,317 root INFO copying fastavro/validation.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,318 root INFO copying fastavro/read.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,318 root INFO copying fastavro/_logical_readers_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,318 root INFO copying fastavro/_logical_writers_py.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,318 root INFO copying fastavro/write.py -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,319 root INFO creating build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,319 root INFO copying fastavro/io/json_decoder.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,319 root INFO copying fastavro/io/parser.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,319 root INFO copying fastavro/io/symbols.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,319 root INFO copying fastavro/io/binary_encoder.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,320 root INFO copying fastavro/io/json_encoder.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,320 root INFO copying fastavro/io/__init__.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,320 root INFO copying fastavro/io/binary_decoder.py -> build/lib.linux-x86_64-cpython-312/fastavro/io 2025-08-01 02:38:50,320 root INFO creating build/lib.linux-x86_64-cpython-312/fastavro/repository 2025-08-01 02:38:50,321 root INFO copying fastavro/repository/base.py -> build/lib.linux-x86_64-cpython-312/fastavro/repository 2025-08-01 02:38:50,321 root INFO copying fastavro/repository/flat_dict.py -> build/lib.linux-x86_64-cpython-312/fastavro/repository 2025-08-01 02:38:50,321 root INFO copying fastavro/repository/__init__.py -> build/lib.linux-x86_64-cpython-312/fastavro/repository 2025-08-01 02:38:50,322 root INFO copying fastavro/_logical_writers_py.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,322 root INFO copying fastavro/_write.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,322 root INFO copying fastavro/_schema.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,323 root INFO copying fastavro/_logical_readers.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,323 root INFO copying fastavro/_logical_writers.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,323 root INFO copying fastavro/_validation.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,323 root INFO copying fastavro/_read.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,324 root INFO copying fastavro/_logical_readers_py.pyi -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,324 root INFO copying fastavro/py.typed -> build/lib.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:50,325 root INFO running build_ext Compiling fastavro/_read.pyx because it changed. [1/1] Cythonizing fastavro/_read.pyx 2025-08-01 02:38:51,078 root INFO building 'fastavro._read' extension 2025-08-01 02:38:51,079 root INFO creating build/temp.linux-x86_64-cpython-312/fastavro 2025-08-01 02:38:51,079 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_read.c -o build/temp.linux-x86_64-cpython-312/fastavro/_read.o 2025-08-01 02:39:01,152 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_read.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_read.cpython-312-x86_64-linux-musl.so Compiling fastavro/_schema.pyx because it changed. [1/1] Cythonizing fastavro/_schema.pyx 2025-08-01 02:39:01,437 root INFO building 'fastavro._schema' extension 2025-08-01 02:39:01,437 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_schema.c -o build/temp.linux-x86_64-cpython-312/fastavro/_schema.o 2025-08-01 02:39:07,938 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_schema.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_schema.cpython-312-x86_64-linux-musl.so Compiling fastavro/_write.pyx because it changed. [1/1] Cythonizing fastavro/_write.pyx 2025-08-01 02:39:09,314 root INFO building 'fastavro._write' extension 2025-08-01 02:39:09,314 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_write.c -o build/temp.linux-x86_64-cpython-312/fastavro/_write.o 2025-08-01 02:39:21,332 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_write.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_write.cpython-312-x86_64-linux-musl.so Compiling fastavro/_validation.pyx because it changed. [1/1] Cythonizing fastavro/_validation.pyx 2025-08-01 02:39:21,457 root INFO building 'fastavro._validation' extension 2025-08-01 02:39:21,457 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_validation.c -o build/temp.linux-x86_64-cpython-312/fastavro/_validation.o 2025-08-01 02:39:24,345 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_validation.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_validation.cpython-312-x86_64-linux-musl.so Compiling fastavro/_logical_readers.pyx because it changed. [1/1] Cythonizing fastavro/_logical_readers.pyx 2025-08-01 02:39:24,429 root INFO building 'fastavro._logical_readers' extension 2025-08-01 02:39:24,429 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_logical_readers.c -o build/temp.linux-x86_64-cpython-312/fastavro/_logical_readers.o 2025-08-01 02:39:26,472 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_logical_readers.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_logical_readers.cpython-312-x86_64-linux-musl.so Compiling fastavro/_logical_writers.pyx because it changed. [1/1] Cythonizing fastavro/_logical_writers.pyx 2025-08-01 02:39:26,688 root INFO building 'fastavro._logical_writers' extension 2025-08-01 02:39:26,688 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c fastavro/_logical_writers.c -o build/temp.linux-x86_64-cpython-312/fastavro/_logical_writers.o 2025-08-01 02:39:29,921 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/fastavro/_logical_writers.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/fastavro/_logical_writers.cpython-312-x86_64-linux-musl.so 2025-08-01 02:39:29,946 root INFO installing to build/bdist.linux-x86_64/wheel 2025-08-01 02:39:29,946 root INFO running install 2025-08-01 02:39:29,954 root INFO running install_lib 2025-08-01 02:39:29,957 root INFO creating build/bdist.linux-x86_64/wheel 2025-08-01 02:39:29,958 root INFO creating build/bdist.linux-x86_64/wheel/fastavro 2025-08-01 02:39:29,958 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_writers_py.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,958 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_read_common.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,958 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_write.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,959 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_write.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,959 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_validation.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,959 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_schema.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,960 root INFO creating build/bdist.linux-x86_64/wheel/fastavro/io 2025-08-01 02:39:29,960 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/json_decoder.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,960 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/parser.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,960 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/symbols.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,960 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/binary_encoder.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,960 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/json_encoder.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,961 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/__init__.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,961 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/io/binary_decoder.py -> build/bdist.linux-x86_64/wheel/./fastavro/io 2025-08-01 02:39:29,961 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_read_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,961 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_schema_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,961 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_schema.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,962 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_write_common.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,962 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/const.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,962 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_readers.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,962 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_writers.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,962 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_readers.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,963 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/utils.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,963 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/schema.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,963 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_validation.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,963 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_write_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,963 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_validate_common.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_writers.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_read.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/types.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/py.typed -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/json_read.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,964 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/json_write.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,965 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/__init__.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,965 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_validation_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,965 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_readers_py.pyi -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,965 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/logical_writers.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,965 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/__main__.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,966 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_schema_common.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,966 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/logical_readers.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,966 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/validation.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,966 root INFO creating build/bdist.linux-x86_64/wheel/fastavro/repository 2025-08-01 02:39:29,966 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/repository/base.py -> build/bdist.linux-x86_64/wheel/./fastavro/repository 2025-08-01 02:39:29,966 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/repository/flat_dict.py -> build/bdist.linux-x86_64/wheel/./fastavro/repository 2025-08-01 02:39:29,967 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/repository/__init__.py -> build/bdist.linux-x86_64/wheel/./fastavro/repository 2025-08-01 02:39:29,967 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/read.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,967 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_read.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,967 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_readers_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,968 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/_logical_writers_py.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,968 root INFO copying build/lib.linux-x86_64-cpython-312/fastavro/write.py -> build/bdist.linux-x86_64/wheel/./fastavro 2025-08-01 02:39:29,968 root INFO running install_egg_info 2025-08-01 02:39:29,971 root INFO running egg_info 2025-08-01 02:39:29,974 root INFO creating fastavro.egg-info 2025-08-01 02:39:29,974 root INFO writing fastavro.egg-info/PKG-INFO 2025-08-01 02:39:29,975 root INFO writing dependency_links to fastavro.egg-info/dependency_links.txt 2025-08-01 02:39:29,976 root INFO writing entry points to fastavro.egg-info/entry_points.txt 2025-08-01 02:39:29,976 root INFO writing requirements to fastavro.egg-info/requires.txt 2025-08-01 02:39:29,976 root INFO writing top-level names to fastavro.egg-info/top_level.txt 2025-08-01 02:39:29,976 root INFO writing manifest file 'fastavro.egg-info/SOURCES.txt' 2025-08-01 02:39:29,981 root INFO reading manifest file 'fastavro.egg-info/SOURCES.txt' 2025-08-01 02:39:29,981 root INFO reading manifest template 'MANIFEST.in' 2025-08-01 02:39:29,982 root WARNING warning: no files found matching '*' under directory 'conda.recipe' 2025-08-01 02:39:29,994 root INFO adding license file 'LICENSE' 2025-08-01 02:39:29,994 root INFO adding license file 'NOTICE.txt' 2025-08-01 02:39:29,997 root INFO writing manifest file 'fastavro.egg-info/SOURCES.txt' 2025-08-01 02:39:29,997 root INFO Copying fastavro.egg-info to build/bdist.linux-x86_64/wheel/./fastavro-1.12.0-py3.12.egg-info 2025-08-01 02:39:29,998 root INFO running install_scripts 2025-08-01 02:39:30,003 root INFO creating build/bdist.linux-x86_64/wheel/fastavro-1.12.0.dist-info/WHEEL 2025-08-01 02:39:30,004 wheel INFO creating '/home/buildozer/aports/testing/py3-fastavro/src/fastavro-1.12.0/.dist/.tmp-7ek95xe8/fastavro-1.12.0-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-08-01 02:39:30,004 wheel INFO adding 'fastavro/__init__.py' 2025-08-01 02:39:30,004 wheel INFO adding 'fastavro/__main__.py' 2025-08-01 02:39:30,005 wheel INFO adding 'fastavro/_logical_readers.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,005 wheel INFO adding 'fastavro/_logical_readers.pyi' 2025-08-01 02:39:30,005 wheel INFO adding 'fastavro/_logical_readers_py.py' 2025-08-01 02:39:30,006 wheel INFO adding 'fastavro/_logical_readers_py.pyi' 2025-08-01 02:39:30,006 wheel INFO adding 'fastavro/_logical_writers.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,006 wheel INFO adding 'fastavro/_logical_writers.pyi' 2025-08-01 02:39:30,007 wheel INFO adding 'fastavro/_logical_writers_py.py' 2025-08-01 02:39:30,007 wheel INFO adding 'fastavro/_logical_writers_py.pyi' 2025-08-01 02:39:30,008 wheel INFO adding 'fastavro/_read.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,009 wheel INFO adding 'fastavro/_read.pyi' 2025-08-01 02:39:30,009 wheel INFO adding 'fastavro/_read_common.py' 2025-08-01 02:39:30,009 wheel INFO adding 'fastavro/_read_py.py' 2025-08-01 02:39:30,010 wheel INFO adding 'fastavro/_schema.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,010 wheel INFO adding 'fastavro/_schema.pyi' 2025-08-01 02:39:30,011 wheel INFO adding 'fastavro/_schema_common.py' 2025-08-01 02:39:30,011 wheel INFO adding 'fastavro/_schema_py.py' 2025-08-01 02:39:30,011 wheel INFO adding 'fastavro/_validate_common.py' 2025-08-01 02:39:30,011 wheel INFO adding 'fastavro/_validation.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,012 wheel INFO adding 'fastavro/_validation.pyi' 2025-08-01 02:39:30,012 wheel INFO adding 'fastavro/_validation_py.py' 2025-08-01 02:39:30,013 wheel INFO adding 'fastavro/_write.cpython-312-x86_64-linux-musl.so' 2025-08-01 02:39:30,014 wheel INFO adding 'fastavro/_write.pyi' 2025-08-01 02:39:30,014 wheel INFO adding 'fastavro/_write_common.py' 2025-08-01 02:39:30,014 wheel INFO adding 'fastavro/_write_py.py' 2025-08-01 02:39:30,015 wheel INFO adding 'fastavro/const.py' 2025-08-01 02:39:30,015 wheel INFO adding 'fastavro/json_read.py' 2025-08-01 02:39:30,015 wheel INFO adding 'fastavro/json_write.py' 2025-08-01 02:39:30,015 wheel INFO adding 'fastavro/logical_readers.py' 2025-08-01 02:39:30,015 wheel INFO adding 'fastavro/logical_writers.py' 2025-08-01 02:39:30,016 wheel INFO adding 'fastavro/py.typed' 2025-08-01 02:39:30,016 wheel INFO adding 'fastavro/read.py' 2025-08-01 02:39:30,016 wheel INFO adding 'fastavro/schema.py' 2025-08-01 02:39:30,016 wheel INFO adding 'fastavro/types.py' 2025-08-01 02:39:30,016 wheel INFO adding 'fastavro/utils.py' 2025-08-01 02:39:30,017 wheel INFO adding 'fastavro/validation.py' 2025-08-01 02:39:30,017 wheel INFO adding 'fastavro/write.py' 2025-08-01 02:39:30,017 wheel INFO adding 'fastavro/io/__init__.py' 2025-08-01 02:39:30,017 wheel INFO adding 'fastavro/io/binary_decoder.py' 2025-08-01 02:39:30,017 wheel INFO adding 'fastavro/io/binary_encoder.py' 2025-08-01 02:39:30,018 wheel INFO adding 'fastavro/io/json_decoder.py' 2025-08-01 02:39:30,018 wheel INFO adding 'fastavro/io/json_encoder.py' 2025-08-01 02:39:30,018 wheel INFO adding 'fastavro/io/parser.py' 2025-08-01 02:39:30,018 wheel INFO adding 'fastavro/io/symbols.py' 2025-08-01 02:39:30,018 wheel INFO adding 'fastavro/repository/__init__.py' 2025-08-01 02:39:30,019 wheel INFO adding 'fastavro/repository/base.py' 2025-08-01 02:39:30,019 wheel INFO adding 'fastavro/repository/flat_dict.py' 2025-08-01 02:39:30,019 wheel INFO adding 'fastavro-1.12.0.dist-info/licenses/LICENSE' 2025-08-01 02:39:30,019 wheel INFO adding 'fastavro-1.12.0.dist-info/licenses/NOTICE.txt' 2025-08-01 02:39:30,020 wheel INFO adding 'fastavro-1.12.0.dist-info/METADATA' 2025-08-01 02:39:30,020 wheel INFO adding 'fastavro-1.12.0.dist-info/WHEEL' 2025-08-01 02:39:30,020 wheel INFO adding 'fastavro-1.12.0.dist-info/entry_points.txt' 2025-08-01 02:39:30,020 wheel INFO adding 'fastavro-1.12.0.dist-info/top_level.txt' 2025-08-01 02:39:30,020 wheel INFO adding 'fastavro-1.12.0.dist-info/RECORD' 2025-08-01 02:39:30,021 root INFO removing build/bdist.linux-x86_64/wheel 2025-08-01 02:39:30,022 gpep517 INFO The backend produced .dist/fastavro-1.12.0-cp312-cp312-linux_x86_64.whl fastavro-1.12.0-cp312-cp312-linux_x86_64.whl >>> py3-fastavro: Entering fakeroot... >>> py3-fastavro-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/fastavro/io/__pycache__' -> '/home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro-pyc/usr/lib/python3.12/site-packages/fastavro/io/__pycache__' 'usr/lib/python3.12/site-packages/fastavro/__pycache__' -> '/home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro-pyc/usr/lib/python3.12/site-packages/fastavro/__pycache__' 'usr/lib/python3.12/site-packages/fastavro/repository/__pycache__' -> '/home/buildozer/aports/testing/py3-fastavro/pkg/py3-fastavro-pyc/usr/lib/python3.12/site-packages/fastavro/repository/__pycache__' >>> py3-fastavro-pyc*: Preparing subpackage py3-fastavro-pyc... >>> py3-fastavro-pyc*: Running postcheck for py3-fastavro-pyc >>> py3-fastavro*: Running postcheck for py3-fastavro >>> py3-fastavro*: Preparing package py3-fastavro... >>> py3-fastavro*: Stripping binaries >>> py3-fastavro-pyc*: Scanning shared objects >>> py3-fastavro*: Scanning shared objects >>> py3-fastavro-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-fastavro-pyc*: Package size: 204.4 KB >>> py3-fastavro-pyc*: Compressing data... >>> py3-fastavro-pyc*: Create checksum... >>> py3-fastavro-pyc*: Create py3-fastavro-pyc-1.12.0-r0.apk >>> py3-fastavro*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-fastavro*: Package size: 1.1 MB >>> py3-fastavro*: Compressing data... >>> py3-fastavro*: Create checksum... >>> py3-fastavro*: Create py3-fastavro-1.12.0-r0.apk >>> py3-fastavro: Build complete at Fri, 01 Aug 2025 02:39:31 +0000 elapsed time 0h 0m 44s >>> py3-fastavro: Cleaning up srcdir >>> py3-fastavro: Cleaning up pkgdir >>> py3-fastavro: Uninstalling dependencies... ( 1/27) Purging .makedepends-py3-fastavro (20250801.023848) ( 2/27) Purging py3-gpep517-pyc (19-r0) ( 3/27) Purging py3-gpep517 (19-r0) ( 4/27) Purging py3-installer-pyc (0.7.0-r2) ( 5/27) Purging py3-installer (0.7.0-r2) ( 6/27) Purging py3-setuptools-pyc (80.9.0-r0) ( 7/27) Purging py3-setuptools (80.9.0-r0) ( 8/27) Purging python3-dev (3.12.11-r0) ( 9/27) Purging cython-pyc (3.0.12-r0) (10/27) Purging cython (3.0.12-r0) (11/27) Purging py3-wheel-pyc (0.46.1-r0) (12/27) Purging py3-wheel (0.46.1-r0) (13/27) Purging py3-packaging-pyc (25.0-r0) (14/27) Purging py3-packaging (25.0-r0) (15/27) Purging py3-parsing-pyc (3.2.3-r0) (16/27) Purging py3-parsing (3.2.3-r0) (17/27) Purging python3-pyc (3.12.11-r0) (18/27) Purging python3-pycache-pyc0 (3.12.11-r0) (19/27) Purging pyc (3.12.11-r0) (20/27) Purging python3 (3.12.11-r0) (21/27) Purging gdbm (1.26-r0) (22/27) Purging libbz2 (1.0.8-r6) (23/27) Purging libffi (3.5.1-r0) (24/27) Purging libpanelw (6.5_p20250705-r0) (25/27) Purging mpdecimal (4.0.1-r0) (26/27) Purging sqlite-libs (3.50.4-r0) (27/27) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r21.trigger: Executing script... OK: 441 MiB in 106 packages >>> py3-fastavro: Updating the testing/x86_64 repository index... >>> py3-fastavro: Signing the index...