>>> py3-pyzbar: Building community/py3-pyzbar 0.1.9-r1 (using abuild 3.11.0_rc13-r0) started Thu, 27 Apr 2023 12:20:10 +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/49) Installing libbz2 (1.0.8-r5) (2/49) Installing libffi (3.4.4-r2) (3/49) Installing gdbm (1.23-r1) (4/49) Installing xz-libs (5.4.2-r1) (5/49) Installing mpdecimal (2.5.1-r2) (6/49) Installing libpanelw (6.4_p20230401-r6) (7/49) Installing readline (8.2.1-r1) (8/49) Installing sqlite-libs (3.41.2-r2) (9/49) Installing python3 (3.11.3-r10) (10/49) Installing python3-pycache-pyc0 (3.11.3-r10) (11/49) Installing pyc (0.1-r0) (12/49) Installing python3-pyc (3.11.3-r10) (13/49) Installing libxau (1.0.11-r1) (14/49) Installing libmd (1.0.4-r2) (15/49) Installing libbsd (0.11.7-r1) (16/49) Installing libxdmcp (1.1.4-r1) (17/49) Installing libxcb (1.15-r1) (18/49) Installing libx11 (1.8.4-r2) (19/49) Installing libxext (1.3.5-r1) (20/49) Installing libxrender (0.9.11-r2) (21/49) Installing libpng (1.6.39-r3) (22/49) Installing freetype (2.13.0-r5) (23/49) Installing fontconfig (2.14.2-r3) (24/49) Installing pixman (0.42.2-r1) (25/49) Installing cairo (1.17.8-r1) (26/49) Installing libintl (0.21.1-r4) (27/49) Installing libblkid (2.38.1-r7) (28/49) Installing libmount (2.38.1-r7) (29/49) Installing glib (2.76.2-r0) (30/49) Installing cairo-gobject (1.17.8-r1) (31/49) Installing gobject-introspection (1.76.1-r2) (32/49) Installing py3-gobject3 (3.44.1-r2) (33/49) Installing lcms2 (2.15-r1) (34/49) Installing libltdl (2.4.7-r2) (35/49) Installing libxml2 (2.10.4-r2) (36/49) Installing imagemagick-libs (7.1.1.8-r0) (37/49) Installing libxv (1.0.12-r2) (38/49) Installing dbus-libs (1.14.6-r2) (39/49) Installing libjpeg-turbo (2.1.5.1-r2) (40/49) Installing libzbar (0.23.92-r2) (41/49) Installing zbar (0.23.92-r2) (42/49) Installing python3-dev (3.11.3-r10) (43/49) Installing py3-parsing (3.0.9-r2) (44/49) Installing py3-parsing-pyc (3.0.9-r2) (45/49) Installing py3-packaging (23.1-r1) (46/49) Installing py3-packaging-pyc (23.1-r1) (47/49) Installing py3-setuptools (67.7.2-r0) (48/49) Installing py3-setuptools-pyc (67.7.2-r0) (49/49) Installing .makedepends-py3-pyzbar (20230427.122011) Executing busybox-1.36.0-r8.trigger Executing glib-2.76.2-r0.trigger OK: 520 MiB in 147 packages >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pyzbar-0.1.9.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 45793 100 45793 0 0 106k 0 --:--:-- --:--:-- --:--:-- 106k >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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/v3.18/py3-pyzbar-0.1.9.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyzbar copying pyzbar/locations.py -> build/lib/pyzbar copying pyzbar/zbar_library.py -> build/lib/pyzbar copying pyzbar/__init__.py -> build/lib/pyzbar copying pyzbar/pyzbar.py -> build/lib/pyzbar copying pyzbar/wrapper.py -> build/lib/pyzbar copying pyzbar/pyzbar_error.py -> build/lib/pyzbar creating build/lib/pyzbar/scripts copying pyzbar/scripts/__init__.py -> build/lib/pyzbar/scripts copying pyzbar/scripts/read_zbar.py -> build/lib/pyzbar/scripts creating 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_pyzbar.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_read_zbar.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_locations.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, pypa/build 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/locations.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/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/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/pyzbar.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/__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_pyzbar.py -> /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/test_locations.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.11/site-packages/pyzbar/tests copying build/lib/pyzbar/wrapper.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 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/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/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/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/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/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_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/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/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/wrapper.py to wrapper.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 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/scripts/__pycache__' -> '/home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar-pyc/usr/lib/python3.11/site-packages/pyzbar/scripts/__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__' >>> 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-r1.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-r1.apk >>> py3-pyzbar: Build complete at Thu, 27 Apr 2023 12:20:12 +0000 elapsed time 0h 0m 2s >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Uninstalling dependencies... (1/49) Purging .makedepends-py3-pyzbar (20230427.122011) (2/49) Purging zbar (0.23.92-r2) (3/49) Purging py3-gobject3 (3.44.1-r2) (4/49) Purging python3-dev (3.11.3-r10) (5/49) Purging py3-setuptools-pyc (67.7.2-r0) (6/49) Purging py3-setuptools (67.7.2-r0) (7/49) Purging py3-packaging-pyc (23.1-r1) (8/49) Purging py3-packaging (23.1-r1) (9/49) Purging py3-parsing-pyc (3.0.9-r2) (10/49) Purging py3-parsing (3.0.9-r2) (11/49) Purging cairo-gobject (1.17.8-r1) (12/49) Purging gobject-introspection (1.76.1-r2) (13/49) Purging imagemagick-libs (7.1.1.8-r0) (14/49) Purging lcms2 (2.15-r1) (15/49) Purging libltdl (2.4.7-r2) (16/49) Purging libxml2 (2.10.4-r2) (17/49) Purging libzbar (0.23.92-r2) (18/49) Purging python3-pyc (3.11.3-r10) (19/49) Purging python3-pycache-pyc0 (3.11.3-r10) (20/49) Purging pyc (0.1-r0) (21/49) Purging cairo (1.17.8-r1) (22/49) Purging dbus-libs (1.14.6-r2) (23/49) Purging fontconfig (2.14.2-r3) (24/49) Purging freetype (2.13.0-r5) (25/49) Purging python3 (3.11.3-r10) (26/49) Purging gdbm (1.23-r1) (27/49) Purging glib (2.76.2-r0) (28/49) Purging libmount (2.38.1-r7) (29/49) Purging libblkid (2.38.1-r7) (30/49) Purging libxv (1.0.12-r2) (31/49) Purging libxext (1.3.5-r1) (32/49) Purging libxrender (0.9.11-r2) (33/49) Purging libx11 (1.8.4-r2) (34/49) Purging libxcb (1.15-r1) (35/49) Purging libxdmcp (1.1.4-r1) (36/49) Purging libbsd (0.11.7-r1) (37/49) Purging libbz2 (1.0.8-r5) (38/49) Purging libffi (3.4.4-r2) (39/49) Purging libintl (0.21.1-r4) (40/49) Purging libjpeg-turbo (2.1.5.1-r2) (41/49) Purging libmd (1.0.4-r2) (42/49) Purging libpanelw (6.4_p20230401-r6) (43/49) Purging libpng (1.6.39-r3) (44/49) Purging libxau (1.0.11-r1) (45/49) Purging mpdecimal (2.5.1-r2) (46/49) Purging pixman (0.42.2-r1) (47/49) Purging readline (8.2.1-r1) (48/49) Purging sqlite-libs (3.41.2-r2) (49/49) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 371 MiB in 98 packages >>> py3-pyzbar: Updating the community/s390x repository index... >>> py3-pyzbar: Signing the index...