>>> py3-pyzbar: Building community/py3-pyzbar 0.1.8-r3 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 18:27:25 +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 py3-coveralls py3-nose py3-numpy py3-pillow (1/58) Installing libffi (3.4.4-r0) (2/58) Installing gdbm (1.23-r0) (3/58) Installing mpdecimal (2.5.1-r1) (4/58) Installing readline (8.2.0-r0) (5/58) Installing sqlite-libs (3.39.4-r0) (6/58) Installing python3 (3.10.8-r3) (7/58) Installing libxau (1.0.10-r0) (8/58) Installing libmd (1.0.4-r0) (9/58) Installing libbsd (0.11.7-r0) (10/58) Installing libxdmcp (1.1.3-r1) (11/58) Installing libxcb (1.15-r0) (12/58) Installing libx11 (1.8.1-r1) (13/58) Installing libxext (1.3.5-r0) (14/58) Installing libxrender (0.9.11-r0) (15/58) Installing libpng (1.6.38-r0) (16/58) Installing freetype (2.12.1-r0) (17/58) Installing fontconfig (2.14.1-r0) (18/58) Installing pixman (0.42.0-r0) (19/58) Installing cairo (1.17.6-r3) (20/58) Installing libintl (0.21.1-r1) (21/58) Installing libblkid (2.38.1-r0) (22/58) Installing libmount (2.38.1-r0) (23/58) Installing glib (2.74.1-r0) (24/58) Installing cairo-gobject (1.17.6-r3) (25/58) Installing gobject-introspection (1.74.0-r1) (26/58) Installing py3-gobject3 (3.42.2-r0) (27/58) Installing lcms2 (2.13.1-r0) (28/58) Installing libltdl (2.4.7-r0) (29/58) Installing libxml2 (2.10.3-r1) (30/58) Installing imagemagick-libs (7.1.0.51-r1) (31/58) Installing libxv (1.0.11-r3) (32/58) Installing dbus-libs (1.14.4-r0) (33/58) Installing libjpeg-turbo (2.1.4-r0) (34/58) Installing libzbar (0.23.92-r1) (35/58) Installing zbar (0.23.92-r1) (36/58) Installing python3-dev (3.10.8-r3) (37/58) Installing py3-parsing (3.0.9-r0) (38/58) Installing py3-packaging (21.3-r2) (39/58) Installing py3-setuptools (65.5.0-r0) (40/58) Installing py3-coverage (5.5-r2) (41/58) Installing py3-docopt (0.6.2-r7) (42/58) Installing py3-certifi (2022.9.24-r0) (43/58) Installing py3-charset-normalizer (2.1.1-r0) (44/58) Installing py3-idna (3.4-r2) (45/58) Installing py3-urllib3 (1.26.12-r0) (46/58) Installing py3-requests (2.28.1-r0) (47/58) Installing py3-coveralls (2.2.0-r3) (48/58) Installing py3-nose (1.3.7-r9) (49/58) Installing libgfortran (12.2.1_git20220924-r3) (50/58) Installing openblas (0.3.21-r0) (51/58) Installing py3-numpy (1.23.4-r0) (52/58) Installing py3-olefile (0.46-r6) (53/58) Installing libimagequant (4.0.4-r0) (54/58) Installing openjpeg (2.5.0-r0) (55/58) Installing libwebp (1.2.4-r1) (56/58) Installing tiff (4.4.0-r1) (57/58) Installing py3-pillow (9.2.0-r3) (58/58) Installing .makedepends-py3-pyzbar (20221029.182736) Executing busybox-1.35.0-r27.trigger OK: 389 MiB in 155 packages >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pyzbar-0.1.8.tar.gz >>> py3-pyzbar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pyzbar-0.1.8.tar.gz >>> py3-pyzbar: Checking sha512sums... py3-pyzbar-0.1.8.tar.gz: OK >>> py3-pyzbar: Unpacking /var/cache/distfiles/v3.17/py3-pyzbar-0.1.8.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyzbar copying pyzbar/pyzbar_error.py -> build/lib/pyzbar copying pyzbar/zbar_library.py -> build/lib/pyzbar copying pyzbar/locations.py -> build/lib/pyzbar copying pyzbar/__init__.py -> build/lib/pyzbar copying pyzbar/wrapper.py -> build/lib/pyzbar copying pyzbar/pyzbar.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/test_zbar_library.py -> build/lib/pyzbar/tests copying pyzbar/tests/__init__.py -> build/lib/pyzbar/tests copying pyzbar/tests/test_pyzbar.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.10 copying and adjusting pyzbar/scripts/read_zbar.py -> build/scripts-3.10 changing mode of build/scripts-3.10/read_zbar.py from 644 to 755 running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. 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' running build_ext test_read_code128 (pyzbar.tests.test_read_zbar.TestReadZbar) Read CODE 128 barcodes ... ok test_read_qrcode (pyzbar.tests.test_read_zbar.TestReadZbar) Read QR code ... ok test_found_non_windows (pyzbar.tests.test_zbar_library.TestLoad) zbar loaded ok on non-Windows platform ... ok test_found_second_attempt_windows (pyzbar.tests.test_zbar_library.TestLoad) zbar found on the second attempt on Windows ... ok test_found_windows (pyzbar.tests.test_zbar_library.TestLoad) zbar found on Windows ... ok test_not_found_non_windows (pyzbar.tests.test_zbar_library.TestLoad) zbar not found on non-Windows platform ... ok test_not_found_windows (pyzbar.tests.test_zbar_library.TestLoad) zbar not found on Windows ... ok test_32bit (pyzbar.tests.test_zbar_library.TestWindowsFnames) ... ok test_64bit (pyzbar.tests.test_zbar_library.TestWindowsFnames) ... ok test_decode_code128 (pyzbar.tests.test_pyzbar.TestDecode) Read both barcodes in `code128.png` ... /home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/test_pyzbar.py:78: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/empty.png'> self.code128 = self.empty = self.qrcode = None ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/test_pyzbar.py:78: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/qrcode.png'> self.code128 = self.empty = self.qrcode = None ResourceWarning: Enable tracemalloc to get the object allocation traceback ok /usr/lib/python3.10/unittest/suite.py:107: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/qrcode_rotated.png'> for index, test in enumerate(self): ResourceWarning: Enable tracemalloc to get the object allocation traceback test_decode_numpy (pyzbar.tests.test_pyzbar.TestDecode) Read image using Pillow and convert to numpy.ndarray ... ok test_decode_opencv (pyzbar.tests.test_pyzbar.TestDecode) Read image using OpenCV ... skipped 'OpenCV not installed' test_decode_qrcode (pyzbar.tests.test_pyzbar.TestDecode) Read barcode in `qrcode.png` ... /home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/test_pyzbar.py:78: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/code128.png'> self.code128 = self.empty = self.qrcode = None ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_decode_qrcode_rotated (pyzbar.tests.test_pyzbar.TestDecode) Read barcode in `qrcode_rotated.png` ... ok test_decode_tuple (pyzbar.tests.test_pyzbar.TestDecode) Read barcodes in pixels ... ok test_empty (pyzbar.tests.test_pyzbar.TestDecode) Do not show any output for an image that does not contain a barcode ... ok test_external_dependencies (pyzbar.tests.test_pyzbar.TestDecode) External dependencies ... ok test_inconsistent_dimensions (pyzbar.tests.test_pyzbar.TestDecode) ... /home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/test_pyzbar.py:182: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( ok test_symbols (pyzbar.tests.test_pyzbar.TestDecode) Read only qrcodes in `qrcode.png` ... ok test_symbols_not_present (pyzbar.tests.test_pyzbar.TestDecode) Read only code128 in `qrcode.png` ... ok test_unsupported_bits_per_pixel (pyzbar.tests.test_pyzbar.TestDecode) ... ok test_unsupported_bpp (pyzbar.tests.test_pyzbar.TestDecode) ... ok test_zbar_image_create_fail (pyzbar.tests.test_pyzbar.TestDecode) ... ok test_zbar_image_scanner_create_fail (pyzbar.tests.test_pyzbar.TestDecode) ... ok test_zbar_scan_image_fail (pyzbar.tests.test_pyzbar.TestDecode) ... ok /usr/lib/python3.10/unittest/suite.py:84: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-pyzbar/src/pyzbar-0.1.8/pyzbar/tests/qrcode_rotated.png'> return self.run(*args, **kwds) ResourceWarning: Enable tracemalloc to get the object allocation traceback test_bounding_box (pyzbar.tests.test_locations.TestLocations) ... ok test_convex_duplicates (pyzbar.tests.test_locations.TestLocations) ... ok test_convex_hull_empty (pyzbar.tests.test_locations.TestLocations) ... ok test_convex_square (pyzbar.tests.test_locations.TestLocations) ... ok test_other (pyzbar.tests.test_locations.TestLocations) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.220s OK (skipped=1) >>> py3-pyzbar: 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 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' running build_scripts 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.10 creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar copying build/lib/pyzbar/pyzbar_error.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/scripts copying build/lib/pyzbar/scripts/read_zbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/scripts copying build/lib/pyzbar/scripts/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/scripts creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/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.10/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.10/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_pyzbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests copying build/lib/pyzbar/tests/test_locations.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests copying build/lib/pyzbar/zbar_library.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar copying build/lib/pyzbar/locations.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar copying build/lib/pyzbar/__init__.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar copying build/lib/pyzbar/wrapper.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar copying build/lib/pyzbar/pyzbar.py -> /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/pyzbar_error.py to pyzbar_error.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/scripts/read_zbar.py to read_zbar.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/scripts/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests/test_read_zbar.py to test_read_zbar.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests/test_zbar_library.py to test_zbar_library.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests/test_pyzbar.py to test_pyzbar.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/tests/test_locations.py to test_locations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/zbar_library.py to zbar_library.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/locations.py to locations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/wrapper.py to wrapper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar/pyzbar.py to pyzbar.cpython-310.pyc running install_egg_info Copying pyzbar.egg-info to /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/lib/python3.10/site-packages/pyzbar-0.1.8-py3.10.egg-info running install_scripts creating /home/buildozer/aports/community/py3-pyzbar/pkg/py3-pyzbar/usr/bin copying build/scripts-3.10/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*: 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*: Scanning shared objects >>> py3-pyzbar*: Tracing dependencies... >>> py3-pyzbar*: Package size: 212.0 KB >>> py3-pyzbar*: Compressing data... >>> py3-pyzbar*: Create checksum... >>> py3-pyzbar*: Create py3-pyzbar-0.1.8-r3.apk >>> py3-pyzbar: Build complete at Sat, 29 Oct 2022 18:27:39 +0000 elapsed time 0h 0m 14s >>> py3-pyzbar: Cleaning up srcdir >>> py3-pyzbar: Cleaning up pkgdir >>> py3-pyzbar: Uninstalling dependencies... (1/58) Purging .makedepends-py3-pyzbar (20221029.182736) (2/58) Purging zbar (0.23.92-r1) (3/58) Purging py3-gobject3 (3.42.2-r0) (4/58) Purging python3-dev (3.10.8-r3) (5/58) Purging py3-setuptools (65.5.0-r0) (6/58) Purging py3-packaging (21.3-r2) (7/58) Purging py3-parsing (3.0.9-r0) (8/58) Purging py3-coveralls (2.2.0-r3) (9/58) Purging py3-coverage (5.5-r2) (10/58) Purging py3-docopt (0.6.2-r7) (11/58) Purging py3-requests (2.28.1-r0) (12/58) Purging py3-certifi (2022.9.24-r0) (13/58) Purging py3-charset-normalizer (2.1.1-r0) (14/58) Purging py3-idna (3.4-r2) (15/58) Purging py3-urllib3 (1.26.12-r0) (16/58) Purging py3-nose (1.3.7-r9) (17/58) Purging py3-numpy (1.23.4-r0) (18/58) Purging py3-pillow (9.2.0-r3) (19/58) Purging py3-olefile (0.46-r6) (20/58) Purging python3 (3.10.8-r3) (21/58) Purging gobject-introspection (1.74.0-r1) (22/58) Purging cairo-gobject (1.17.6-r3) (23/58) Purging glib (2.74.1-r0) (24/58) Purging libffi (3.4.4-r0) (25/58) Purging gdbm (1.23-r0) (26/58) Purging mpdecimal (2.5.1-r1) (27/58) Purging readline (8.2.0-r0) (28/58) Purging sqlite-libs (3.39.4-r0) (29/58) Purging cairo (1.17.6-r3) (30/58) Purging imagemagick-libs (7.1.0.51-r1) (31/58) Purging libzbar (0.23.92-r1) (32/58) Purging libxv (1.0.11-r3) (33/58) Purging libxext (1.3.5-r0) (34/58) Purging libxrender (0.9.11-r0) (35/58) Purging libx11 (1.8.1-r1) (36/58) Purging libxcb (1.15-r0) (37/58) Purging libxau (1.0.10-r0) (38/58) Purging libxdmcp (1.1.3-r1) (39/58) Purging libbsd (0.11.7-r0) (40/58) Purging libmd (1.0.4-r0) (41/58) Purging fontconfig (2.14.1-r0) (42/58) Purging freetype (2.12.1-r0) (43/58) Purging libpng (1.6.38-r0) (44/58) Purging pixman (0.42.0-r0) (45/58) Purging libintl (0.21.1-r1) (46/58) Purging libmount (2.38.1-r0) (47/58) Purging libblkid (2.38.1-r0) (48/58) Purging lcms2 (2.13.1-r0) (49/58) Purging libltdl (2.4.7-r0) (50/58) Purging libxml2 (2.10.3-r1) (51/58) Purging dbus-libs (1.14.4-r0) (52/58) Purging tiff (4.4.0-r1) (53/58) Purging libjpeg-turbo (2.1.4-r0) (54/58) Purging openblas (0.3.21-r0) (55/58) Purging libgfortran (12.2.1_git20220924-r3) (56/58) Purging libimagequant (4.0.4-r0) (57/58) Purging openjpeg (2.5.0-r0) (58/58) Purging libwebp (1.2.4-r1) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> py3-pyzbar: Updating the community/armhf repository index... >>> py3-pyzbar: Signing the index...