>>> py3-pyaudio: Building community/py3-pyaudio 0.2.11-r3 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 17:45:32 +0000 >>> py3-pyaudio: Checking sanity of /home/buildozer/aports/community/py3-pyaudio/APKBUILD... >>> py3-pyaudio: Analyzing dependencies... >>> py3-pyaudio: Installing for build: build-base python3 py3-setuptools python3-dev portaudio-dev (1/27) Installing gdbm (1.23-r0) (2/27) Installing mpdecimal (2.5.1-r1) (3/27) Installing readline (8.1.2-r0) (4/27) Installing sqlite-libs (3.38.2-r0) (5/27) Installing python3 (3.10.3-r1) (6/27) Installing py3-appdirs (1.4.4-r3) (7/27) Installing py3-more-itertools (8.12.0-r2) (8/27) Installing py3-ordered-set (4.0.2-r3) (9/27) Installing py3-parsing (2.4.7-r3) (10/27) Installing py3-six (1.16.0-r1) (11/27) Installing py3-packaging (21.3-r0) (12/27) Installing py3-setuptools (59.4.0-r0) (13/27) Installing python3-dev (3.10.3-r1) (14/27) Installing alsa-lib (1.2.6.1-r0) (15/27) Installing dbus-libs (1.12.22-r0) (16/27) Installing opus (1.3.1-r1) (17/27) Installing libogg (1.3.5-r1) (18/27) Installing flac (1.3.4-r0) (19/27) Installing libvorbis (1.3.7-r0) (20/27) Installing libsndfile (1.1.0-r0) (21/27) Installing libsamplerate (0.1.9-r1) (22/27) Installing jack (1.9.20-r0) (23/27) Installing portaudio (19.7.0-r0) (24/27) Installing libportaudiocxx (19.7.0-r0) (25/27) Installing alsa-lib-dev (1.2.6.1-r0) (26/27) Installing portaudio-dev (19.7.0-r0) (27/27) Installing .makedepends-py3-pyaudio (20220417.174537) Executing busybox-1.35.0-r8.trigger OK: 1378 MiB in 130 packages >>> py3-pyaudio: Cleaning up srcdir >>> py3-pyaudio: Cleaning up pkgdir >>> py3-pyaudio: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/PyAudio-0.2.11.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 37428 100 37428 0 0 521k 0 --:--:-- --:--:-- --:--:-- 529k >>> py3-pyaudio: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/PyAudio-0.2.11.tar.gz >>> py3-pyaudio: Checking sha512sums... PyAudio-0.2.11.tar.gz: OK fix_for_python_3.10.patch: OK >>> py3-pyaudio: Unpacking /var/cache/distfiles/v3.16/PyAudio-0.2.11.tar.gz... >>> py3-pyaudio: fix_for_python_3.10.patch patching file src/_portaudiomodule.c running build running build_py creating build creating build/lib.linux-x86_64-3.10 copying src/pyaudio.py -> build/lib.linux-x86_64-3.10 running build_ext building '_portaudio' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src 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 src/_portaudiomodule.c -o build/temp.linux-x86_64-3.10/src/_portaudiomodule.o src/_portaudiomodule.c: In function '_stream_callback_cfunction': src/_portaudiomodule.c:44:8: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 44 | _a < _b ? _a : _b; \ | ^ src/_portaudiomodule.c:1368:32: note: in expansion of macro 'min' 1368 | memcpy(output_data, pData, min(output_len, bytes_per_frame * frameCount)); | ^~~ src/_portaudiomodule.c:44:15: warning: operand of '?:' changes signedness from 'Py_ssize_t' {aka 'long int'} to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] 44 | _a < _b ? _a : _b; \ | ^~ src/_portaudiomodule.c:1368:32: note: in expansion of macro 'min' 1368 | memcpy(output_data, pData, min(output_len, bytes_per_frame * frameCount)); | ^~~ src/_portaudiomodule.c:1371:20: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 1371 | if (output_len < (frameCount * bytes_per_frame)) { | ^ src/_portaudiomodule.c: In function 'PyInit__portaudio': src/_portaudiomodule.c:2279:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 2279 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.10/Python.h:130, from src/_portaudiomodule.c:29: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.10/src/_portaudiomodule.o -L/usr/lib -lportaudio -o build/lib.linux-x86_64-3.10/_portaudio.cpython-310-x86_64-linux-gnu.so >>> py3-pyaudio: 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_ext running install_lib creating /home/buildozer/aports/community/py3-pyaudio/pkg creating /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio creating /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr creating /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib creating /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10/site-packages copying build/lib.linux-x86_64-3.10/pyaudio.py -> /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10/site-packages copying build/lib.linux-x86_64-3.10/_portaudio.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10/site-packages/pyaudio.py to pyaudio.cpython-310.pyc running install_egg_info running egg_info writing src/PyAudio.egg-info/PKG-INFO writing dependency_links to src/PyAudio.egg-info/dependency_links.txt writing top-level names to src/PyAudio.egg-info/top_level.txt reading manifest file 'src/PyAudio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/PyAudio.egg-info/SOURCES.txt' Copying src/PyAudio.egg-info to /home/buildozer/aports/community/py3-pyaudio/pkg/py3-pyaudio/usr/lib/python3.10/site-packages/PyAudio-0.2.11-py3.10.egg-info running install_scripts >>> py3-pyaudio*: Running postcheck for py3-pyaudio >>> py3-pyaudio*: Preparing package py3-pyaudio... >>> py3-pyaudio*: Stripping binaries >>> py3-pyaudio*: Scanning shared objects >>> py3-pyaudio*: Tracing dependencies... python3 so:libc.musl-x86_64.so.1 so:libportaudio.so.2 >>> py3-pyaudio*: Package size: 156.0 KB >>> py3-pyaudio*: Compressing data... >>> py3-pyaudio*: Create checksum... >>> py3-pyaudio*: Create py3-pyaudio-0.2.11-r3.apk >>> py3-pyaudio: Build complete at Sun, 17 Apr 2022 17:45:41 +0000 elapsed time 0h 0m 9s >>> py3-pyaudio: Cleaning up srcdir >>> py3-pyaudio: Cleaning up pkgdir >>> py3-pyaudio: Uninstalling dependencies... (1/27) Purging .makedepends-py3-pyaudio (20220417.174537) (2/27) Purging py3-setuptools (59.4.0-r0) (3/27) Purging py3-appdirs (1.4.4-r3) (4/27) Purging py3-more-itertools (8.12.0-r2) (5/27) Purging py3-ordered-set (4.0.2-r3) (6/27) Purging py3-packaging (21.3-r0) (7/27) Purging py3-six (1.16.0-r1) (8/27) Purging py3-parsing (2.4.7-r3) (9/27) Purging python3-dev (3.10.3-r1) (10/27) Purging python3 (3.10.3-r1) (11/27) Purging portaudio-dev (19.7.0-r0) (12/27) Purging libportaudiocxx (19.7.0-r0) (13/27) Purging portaudio (19.7.0-r0) (14/27) Purging gdbm (1.23-r0) (15/27) Purging mpdecimal (2.5.1-r1) (16/27) Purging readline (8.1.2-r0) (17/27) Purging sqlite-libs (3.38.2-r0) (18/27) Purging alsa-lib-dev (1.2.6.1-r0) (19/27) Purging jack (1.9.20-r0) (20/27) Purging libsamplerate (0.1.9-r1) (21/27) Purging libsndfile (1.1.0-r0) (22/27) Purging alsa-lib (1.2.6.1-r0) (23/27) Purging dbus-libs (1.12.22-r0) (24/27) Purging opus (1.3.1-r1) (25/27) Purging libvorbis (1.3.7-r0) (26/27) Purging flac (1.3.4-r0) (27/27) Purging libogg (1.3.5-r1) Executing busybox-1.35.0-r8.trigger OK: 1274 MiB in 103 packages >>> py3-pyaudio: Updating the community/x86_64 repository index... >>> py3-pyaudio: Signing the index...