>>> py3-pyzbar: Building community/py3-pyzbar 0.1.9-r2 (using abuild 3.12.0-r0) started Tue, 19 Dec 2023 17:53:38 +0000 >>> py3-pyzbar: Checking sanity of /home/buildozer/aports/community/py3-pyzbar/APKBUILD... >>> py3-pyzbar: Analyzing dependencies... >>> py3-pyzbar: Installing for build: build-base python3 zbar python3-dev py3-setuptools (1/50) Installing libbz2 (1.0.8-r6) (2/50) Installing libffi (3.4.4-r3) (3/50) Installing gdbm (1.23-r1) (4/50) Installing xz-libs (5.4.5-r0) (5/50) Installing mpdecimal (2.5.1-r2) (6/50) Installing libpanelw (6.4_p20231125-r0) (7/50) Installing readline (8.2.7-r0) (8/50) Installing sqlite-libs (3.44.2-r0) (9/50) Installing python3 (3.11.6-r1) (10/50) Installing python3-pycache-pyc0 (3.11.6-r1) (11/50) Installing pyc (3.11.6-r1) (12/50) Installing python3-pyc (3.11.6-r1) (13/50) Installing libxau (1.0.11-r3) (14/50) Installing libmd (1.1.0-r0) (15/50) Installing libbsd (0.11.7-r3) (16/50) Installing libxdmcp (1.1.4-r3) (17/50) Installing libxcb (1.16-r0) (18/50) Installing libx11 (1.8.7-r0) (19/50) Installing libxext (1.3.5-r3) (20/50) Installing libxrender (0.9.11-r4) (21/50) Installing libpng (1.6.40-r0) (22/50) Installing freetype (2.13.2-r0) (23/50) Installing fontconfig (2.14.2-r4) (24/50) Installing pixman (0.42.2-r2) (25/50) Installing cairo (1.18.0-r0) (26/50) Installing libintl (0.22.4-r0) (27/50) Installing libblkid (2.39.3-r0) (28/50) Installing libmount (2.39.3-r0) (29/50) Installing glib (2.78.3-r0) (30/50) Installing cairo-gobject (1.18.0-r0) (31/50) Installing gobject-introspection (1.78.1-r0) (32/50) Installing py3-gobject3 (3.46.0-r1) (33/50) Installing fftw-double-libs (3.3.10-r5) (34/50) Installing lcms2 (2.16-r0) (35/50) Installing libltdl (2.4.7-r3) (36/50) Installing libxml2 (2.11.6-r0) (37/50) Installing imagemagick-libs (7.1.1.22-r0) (38/50) Installing libxv (1.0.12-r4) (39/50) Installing dbus-libs (1.14.10-r0) (40/50) Installing libjpeg-turbo (3.0.1-r0) (41/50) Installing libzbar (0.23.92-r2) (42/50) Installing zbar (0.23.92-r2) (43/50) Installing python3-dev (3.11.6-r1) (44/50) Installing py3-parsing (3.1.1-r0) (45/50) Installing py3-parsing-pyc (3.1.1-r0) (46/50) Installing py3-packaging (23.2-r0) (47/50) Installing py3-packaging-pyc (23.2-r0) (48/50) Installing py3-setuptools (68.2.2-r0) (49/50) Installing py3-setuptools-pyc (68.2.2-r0) (50/50) Installing .makedepends-py3-pyzbar (20231219.175343) Executing busybox-1.36.1-r17.trigger Executing glib-2.78.3-r0.trigger OK: 460 MiB in 151 packages >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Cleaning up tmpdir >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyzbar-0.1.9.tar.gz >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyzbar-0.1.9.tar.gz >>> py3-pyzbar: Checking sha512sums... py3-pyzbar-0.1.9.tar.gz: OK >>> py3-pyzbar: Unpacking /var/cache/distfiles/py3-pyzbar-0.1.9.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyzbar copying pyzbar/pyzbar.py -> build/lib/pyzbar copying pyzbar/zbar_library.py -> build/lib/pyzbar copying pyzbar/__init__.py -> build/lib/pyzbar copying pyzbar/locations.py -> build/lib/pyzbar copying pyzbar/pyzbar_error.py -> build/lib/pyzbar copying pyzbar/wrapper.py -> build/lib/pyzbar creating build/lib/pyzbar/scripts copying pyzbar/scripts/read_zbar.py -> build/lib/pyzbar/scripts copying pyzbar/scripts/__init__.py -> build/lib/pyzbar/scripts creating build/lib/pyzbar/tests copying pyzbar/tests/test_read_zbar.py -> build/lib/pyzbar/tests copying pyzbar/tests/__init__.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_zbar_library.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_locations.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_pyzbar.py -> build/lib/pyzbar/tests running egg_info creating pyzbar.egg-info writing pyzbar.egg-info/PKG-INFO writing dependency_links to pyzbar.egg-info/dependency_links.txt writing entry points to pyzbar.egg-info/entry_points.txt writing requirements to pyzbar.egg-info/requires.txt writing top-level names to pyzbar.egg-info/top_level.txt writing manifest file 'pyzbar.egg-info/SOURCES.txt' reading manifest file 'pyzbar.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'pyzbar.egg-info/SOURCES.txt' running build_scripts creating build/scripts-3.11 copying and adjusting pyzbar/scripts/read_zbar.py -> build/scripts-3.11 changing mode of build/scripts-3.11/read_zbar.py from 644 to 755 >>> py3-pyzbar: Entering fakeroot... running install /usr/lib/python3.11/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-pyzbar/pkg creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar copying build/lib/pyzbar/pyzbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar copying build/lib/pyzbar/zbar_library.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar copying build/lib/pyzbar/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_read_zbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_zbar_library.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_locations.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_pyzbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/locations.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar copying build/lib/pyzbar/pyzbar_error.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts copying build/lib/pyzbar/scripts/read_zbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts copying build/lib/pyzbar/scripts/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts copying build/lib/pyzbar/wrapper.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/pyzbar.py to pyzbar.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/zbar_library.py to zbar_library.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/test_read_zbar.py to test_read_zbar.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/test_zbar_library.py to test_zbar_library.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/test_locations.py to test_locations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/test_pyzbar.py to test_pyzbar.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/locations.py to locations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/pyzbar_error.py to pyzbar_error.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts/read_zbar.py to read_zbar.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/wrapper.py to wrapper.cpython-311.pyc running install_egg_info running egg_info writing pyzbar.egg-info/PKG-INFO writing dependency_links to pyzbar.egg-info/dependency_links.txt writing entry points to pyzbar.egg-info/entry_points.txt writing requirements to pyzbar.egg-info/requires.txt writing top-level names to pyzbar.egg-info/top_level.txt reading manifest file 'pyzbar.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'pyzbar.egg-info/SOURCES.txt' Copying pyzbar.egg-info to /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar-0.1.9-py3.11.egg-info running install_scripts creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/bin copying build/scripts-3.11/read_zbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/bin changing mode of /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/bin/read_zbar.py to 755 Installing read_zbar script to /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/bin >>> py3-pyzbar-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/__pycache__' -> '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar-pyc/usr/lib/python3.11/site-packages/pyzbar/__pycache__' '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests/__pycache__' -> '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar-pyc/usr/lib/python3.11/site-packages/pyzbar/tests/__pycache__' '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/scripts/__pycache__' -> '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar-pyc/usr/lib/python3.11/site-packages/pyzbar/scripts/__pycache__' >>> py3-pyzbar-pyc*: Preparing subpackage py3-pyzbar-pyc... >>> py3-pyzbar-pyc*: Running postcheck for py3-pyzbar-pyc >>> py3-pyzbar*: Running postcheck for py3-pyzbar >>> py3-pyzbar*: Preparing package py3-pyzbar... >>> py3-pyzbar*: Stripping binaries >>> WARNING: py3-pyzbar*: No arch specific binaries found so arch should probably be set to "noarch" >>> py3-pyzbar-pyc*: Scanning shared objects >>> py3-pyzbar*: Scanning shared objects >>> py3-pyzbar-pyc*: Tracing dependencies... python3 zbar python3~3.11 >>> py3-pyzbar-pyc*: Package size: 124.0 KB >>> py3-pyzbar-pyc*: Compressing data... >>> py3-pyzbar-pyc*: Create checksum... >>> py3-pyzbar-pyc*: Create py3-pyzbar-pyc-0.1.9-r2.apk >>> py3-pyzbar*: Tracing dependencies... python3 zbar python3~3.11 >>> py3-pyzbar*: Package size: 144.0 KB >>> py3-pyzbar*: Compressing data... >>> py3-pyzbar*: Create checksum... >>> py3-pyzbar*: Create py3-pyzbar-0.1.9-r2.apk >>> py3-pyzbar: Build complete at Tue, 19 Dec 2023 17:53:56 +0000 elapsed time 0h 0m 18s >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Uninstalling dependencies... (1/50) Purging .makedepends-py3-pyzbar (20231219.175343) (2/50) Purging zbar (0.23.92-r2) (3/50) Purging py3-gobject3 (3.46.0-r1) (4/50) Purging python3-dev (3.11.6-r1) (5/50) Purging py3-setuptools-pyc (68.2.2-r0) (6/50) Purging py3-setuptools (68.2.2-r0) (7/50) Purging py3-packaging-pyc (23.2-r0) (8/50) Purging py3-packaging (23.2-r0) (9/50) Purging py3-parsing-pyc (3.1.1-r0) (10/50) Purging py3-parsing (3.1.1-r0) (11/50) Purging cairo-gobject (1.18.0-r0) (12/50) Purging gobject-introspection (1.78.1-r0) (13/50) Purging imagemagick-libs (7.1.1.22-r0) (14/50) Purging lcms2 (2.16-r0) (15/50) Purging libltdl (2.4.7-r3) (16/50) Purging libxml2 (2.11.6-r0) (17/50) Purging libzbar (0.23.92-r2) (18/50) Purging python3-pyc (3.11.6-r1) (19/50) Purging python3-pycache-pyc0 (3.11.6-r1) (20/50) Purging pyc (3.11.6-r1) (21/50) Purging cairo (1.18.0-r0) (22/50) Purging dbus-libs (1.14.10-r0) (23/50) Purging fftw-double-libs (3.3.10-r5) (24/50) Purging fontconfig (2.14.2-r4) (25/50) Purging freetype (2.13.2-r0) (26/50) Purging python3 (3.11.6-r1) (27/50) Purging gdbm (1.23-r1) (28/50) Purging glib (2.78.3-r0) (29/50) Purging libmount (2.39.3-r0) (30/50) Purging libblkid (2.39.3-r0) (31/50) Purging libxv (1.0.12-r4) (32/50) Purging libxext (1.3.5-r3) (33/50) Purging libxrender (0.9.11-r4) (34/50) Purging libx11 (1.8.7-r0) (35/50) Purging libxcb (1.16-r0) (36/50) Purging libxdmcp (1.1.4-r3) (37/50) Purging libbsd (0.11.7-r3) (38/50) Purging libbz2 (1.0.8-r6) (39/50) Purging libffi (3.4.4-r3) (40/50) Purging libintl (0.22.4-r0) (41/50) Purging libjpeg-turbo (3.0.1-r0) (42/50) Purging libmd (1.1.0-r0) (43/50) Purging libpanelw (6.4_p20231125-r0) (44/50) Purging libpng (1.6.40-r0) (45/50) Purging libxau (1.0.11-r3) (46/50) Purging mpdecimal (2.5.1-r2) (47/50) Purging pixman (0.42.2-r2) (48/50) Purging readline (8.2.7-r0) (49/50) Purging sqlite-libs (3.44.2-r0) (50/50) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r17.trigger OK: 227 MiB in 101 packages >>> py3-pyzbar: Updating the community/riscv64 repository index... >>> py3-pyzbar: Signing the index...