>>> py3-pymaging: Building testing/py3-pymaging 0.0.20130908-r9 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 15:33:12 +0000 >>> py3-pymaging: Checking sanity of /home/buildozer/aports/testing/py3-pymaging/APKBUILD... >>> py3-pymaging: Analyzing dependencies... >>> py3-pymaging: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.6-r0) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.6.1-r3) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.4_p20240330-r0) (7/19) Installing readline (8.2.10-r0) (8/19) Installing sqlite-libs (3.45.2-r0) (9/19) Installing python3 (3.12.3-r0) (10/19) Installing python3-pycache-pyc0 (3.12.3-r0) (11/19) Installing pyc (3.12.3-r0) (12/19) Installing python3-pyc (3.12.3-r0) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r2) (18/19) Installing py3-setuptools-pyc (69.2.0-r2) (19/19) Installing .makedepends-py3-pymaging (20240415.153314) Executing busybox-1.36.1-r25.trigger OK: 431 MiB in 124 packages >>> py3-pymaging: Cleaning up srcdir >>> py3-pymaging: Cleaning up pkgdir >>> py3-pymaging: Cleaning up tmpdir >>> py3-pymaging: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymaging-0.0.20130908.tar.gz >>> py3-pymaging: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymaging-0.0.20130908.tar.gz >>> py3-pymaging: Checking sha512sums... py3-pymaging-0.0.20130908.tar.gz: OK >>> py3-pymaging: Unpacking /var/cache/distfiles/py3-pymaging-0.0.20130908.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pymaging copying pymaging/__init__.py -> build/lib/pymaging copying pymaging/webcolors.py -> build/lib/pymaging copying pymaging/formats.py -> build/lib/pymaging copying pymaging/image.py -> build/lib/pymaging copying pymaging/exceptions.py -> build/lib/pymaging copying pymaging/colors.py -> build/lib/pymaging copying pymaging/test_utils.py -> build/lib/pymaging copying pymaging/shapes.py -> build/lib/pymaging copying pymaging/utils.py -> build/lib/pymaging copying pymaging/resample.py -> build/lib/pymaging copying pymaging/affine.py -> build/lib/pymaging copying pymaging/helpers.py -> build/lib/pymaging copying pymaging/pixelarray.py -> build/lib/pymaging 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. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating pymaging.egg-info writing pymaging.egg-info/PKG-INFO writing dependency_links to pymaging.egg-info/dependency_links.txt writing top-level names to pymaging.egg-info/top_level.txt writing manifest file 'pymaging.egg-info/SOURCES.txt' reading manifest file 'pymaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' warning: no previously-included files matching '*.pyc' found under directory '*' adding license file 'LICENSE.txt' adding license file 'AUTHORS' writing manifest file 'pymaging.egg-info/SOURCES.txt' running build_ext test_color_mix_with (pymaging.tests.test_basic.BasicTests.test_color_mix_with) ... ok test_color_mix_with_fastpath (pymaging.tests.test_basic.BasicTests.test_color_mix_with_fastpath) ... ok test_crop (pymaging.tests.test_basic.BasicTests.test_crop) ... ok test_flip_left_right (pymaging.tests.test_basic.BasicTests.test_flip_left_right) ... ok test_flip_top_bottom (pymaging.tests.test_basic.BasicTests.test_flip_top_bottom) ... ok test_get_pixel (pymaging.tests.test_basic.BasicTests.test_get_pixel) ... ok test_new (pymaging.tests.test_basic.BasicTests.test_new) ... ok test_open_invalid_image (pymaging.tests.test_basic.BasicTests.test_open_invalid_image) ... ok test_set_pixel (pymaging.tests.test_basic.BasicTests.test_set_pixel) ... ok test_alpha_mixing (pymaging.tests.test_basic.DrawTests.test_alpha_mixing) ... ok test_blit_partial (pymaging.tests.test_basic.DrawTests.test_blit_partial) ... ok test_blit_simple (pymaging.tests.test_basic.DrawTests.test_blit_simple) ... ok test_delayed_loading (pymaging.tests.test_basic.DrawTests.test_delayed_loading) ... ok test_draw_line_bottomleft_topright (pymaging.tests.test_basic.DrawTests.test_draw_line_bottomleft_topright) ... ok test_draw_line_bottomright_topleft (pymaging.tests.test_basic.DrawTests.test_draw_line_bottomright_topleft) ... ok test_draw_line_steep (pymaging.tests.test_basic.DrawTests.test_draw_line_steep) ... ok test_draw_line_topleft_bottomright (pymaging.tests.test_basic.DrawTests.test_draw_line_topleft_bottomright) ... ok test_draw_line_topright_bottomleft (pymaging.tests.test_basic.DrawTests.test_draw_line_topright_bottomleft) ... ok test_draw_pixel (pymaging.tests.test_basic.DrawTests.test_draw_pixel) ... ok test_format_registration (pymaging.tests.test_basic.DrawTests.test_format_registration) ... ok test_constructor (pymaging.tests.test_colors.TestColor.test_constructor) ... ok test_from_hexcode (pymaging.tests.test_colors.TestColor.test_from_hexcode) ... ok test_from_pixel (pymaging.tests.test_colors.TestColor.test_from_pixel) ... ok test_affine_rotate_nearest_90 (pymaging.tests.test_resampling.NearestResamplingTests.test_affine_rotate_nearest_90) ... ok test_resize_nearest_down (pymaging.tests.test_resampling.NearestResamplingTests.test_resize_nearest_down) ... ok test_resize_nearest_down_transparent (pymaging.tests.test_resampling.NearestResamplingTests.test_resize_nearest_down_transparent) ... ok test_resize_nearest_up (pymaging.tests.test_resampling.NearestResamplingTests.test_resize_nearest_up) ... ok test_transparent_background (pymaging.tests.test_resampling.NearestResamplingTests.test_transparent_background) ... ok test_affine_rotate_bilinear_90 (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_affine_rotate_bilinear_90) ... ok test_resize_bilinear_down_proportional (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_down_proportional) ... ok test_resize_bilinear_down_proportional_transparent (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_down_proportional_transparent) ... ok test_resize_bilinear_down_simple (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_down_simple) ... ok test_resize_bilinear_down_simple_completely_transparent (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_down_simple_completely_transparent) ... ok test_resize_bilinear_down_simple_transparent (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_down_simple_transparent) ... ok test_resize_bilinear_no_change (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_no_change) ... ok test_resize_bilinear_up_proportional (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_up_proportional) ... ok test_resize_bilinear_up_simple (pymaging.tests.test_resampling.ResizeBilinearResamplingTests.test_resize_bilinear_up_simple) ... ok test_chained_translate_rotate (pymaging.tests.test_affine.TestAffineTransform.test_chained_translate_rotate) ... ok test_chained_translate_rotate_translate (pymaging.tests.test_affine.TestAffineTransform.test_chained_translate_rotate_translate) ... ok test_constructor_3x3tuple (pymaging.tests.test_affine.TestAffineTransform.test_constructor_3x3tuple) ... ok test_constructor_9tuple (pymaging.tests.test_affine.TestAffineTransform.test_constructor_9tuple) ... ok test_constructor_identity (pymaging.tests.test_affine.TestAffineTransform.test_constructor_identity) ... ok test_div_affine (pymaging.tests.test_affine.TestAffineTransform.test_div_affine) ... ok test_div_scalar (pymaging.tests.test_affine.TestAffineTransform.test_div_scalar) ... ok test_inverse (pymaging.tests.test_affine.TestAffineTransform.test_inverse) ... ok test_mult_affine (pymaging.tests.test_affine.TestAffineTransform.test_mult_affine) ... ok test_mult_scalar (pymaging.tests.test_affine.TestAffineTransform.test_mult_scalar) ... ok test_mult_vector (pymaging.tests.test_affine.TestAffineTransform.test_mult_vector) ... ok test_rmult_scalar (pymaging.tests.test_affine.TestAffineTransform.test_rmult_scalar) ... ok test_rotate (pymaging.tests.test_affine.TestAffineTransform.test_rotate) ... ok test_translate (pymaging.tests.test_affine.TestAffineTransform.test_translate) ... ok ---------------------------------------------------------------------- Ran 51 tests in 0.004s OK >>> py3-pymaging: Entering fakeroot... running install /usr/lib/python3.12/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/testing/py3-pymaging/pkg creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/__init__.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/webcolors.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/formats.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/image.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/exceptions.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/colors.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/test_utils.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/shapes.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/utils.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/resample.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/affine.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/helpers.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging copying build/lib/pymaging/pixelarray.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/webcolors.py to webcolors.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/formats.py to formats.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/image.py to image.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/colors.py to colors.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/test_utils.py to test_utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/shapes.py to shapes.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/resample.py to resample.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/affine.py to affine.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/helpers.py to helpers.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/pixelarray.py to pixelarray.cpython-312.pyc running install_egg_info running egg_info writing pymaging.egg-info/PKG-INFO writing dependency_links to pymaging.egg-info/dependency_links.txt writing top-level names to pymaging.egg-info/top_level.txt reading manifest file 'pymaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' warning: no previously-included files matching '*.pyc' found under directory '*' adding license file 'LICENSE.txt' adding license file 'AUTHORS' writing manifest file 'pymaging.egg-info/SOURCES.txt' Copying pymaging.egg-info to /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging-0.1-py3.12.egg-info running install_scripts >>> py3-pymaging-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.12/site-packages/pymaging/__pycache__' -> '/home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging-pyc/usr/lib/python3.12/site-packages/pymaging/__pycache__' >>> py3-pymaging-pyc*: Preparing subpackage py3-pymaging-pyc... >>> py3-pymaging-pyc*: Running postcheck for py3-pymaging-pyc >>> py3-pymaging*: Running postcheck for py3-pymaging >>> py3-pymaging*: Preparing package py3-pymaging... >>> py3-pymaging-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-pymaging-pyc*: Package size: 128.0 KB >>> py3-pymaging-pyc*: Compressing data... >>> py3-pymaging-pyc*: Create checksum... >>> py3-pymaging-pyc*: Create py3-pymaging-pyc-0.0.20130908-r9.apk >>> py3-pymaging*: Tracing dependencies... python3 python3~3.12 >>> py3-pymaging*: Package size: 140.0 KB >>> py3-pymaging*: Compressing data... >>> py3-pymaging*: Create checksum... >>> py3-pymaging*: Create py3-pymaging-0.0.20130908-r9.apk >>> py3-pymaging: Build complete at Mon, 15 Apr 2024 15:33:15 +0000 elapsed time 0h 0m 3s >>> py3-pymaging: Cleaning up srcdir >>> py3-pymaging: Cleaning up pkgdir >>> py3-pymaging: Uninstalling dependencies... (1/19) Purging .makedepends-py3-pymaging (20240415.153314) (2/19) Purging py3-setuptools-pyc (69.2.0-r2) (3/19) Purging py3-setuptools (69.2.0-r2) (4/19) Purging py3-packaging-pyc (24.0-r1) (5/19) Purging py3-packaging (24.0-r1) (6/19) Purging py3-parsing-pyc (3.1.2-r1) (7/19) Purging py3-parsing (3.1.2-r1) (8/19) Purging python3-pyc (3.12.3-r0) (9/19) Purging python3-pycache-pyc0 (3.12.3-r0) (10/19) Purging pyc (3.12.3-r0) (11/19) Purging python3 (3.12.3-r0) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.6-r0) (15/19) Purging libpanelw (6.4_p20240330-r0) (16/19) Purging mpdecimal (4.0.0-r0) (17/19) Purging readline (8.2.10-r0) (18/19) Purging sqlite-libs (3.45.2-r0) (19/19) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-pymaging: Updating the testing/aarch64 repository index... >>> py3-pymaging: Signing the index...