>>> py3-pymaging: Building testing/py3-pymaging 0.0.20130908-r7 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 07:17:27 +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/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.2-r0) (12/12) Installing .makedepends-py3-pymaging (20221124.071728) Executing busybox-1.35.0-r29.trigger OK: 372 MiB in 109 packages >>> py3-pymaging: Cleaning up srcdir >>> py3-pymaging: Cleaning up pkgdir >>> py3-pymaging: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymaging-0.0.20130908.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33267 100 33267 0 0 45098 0 --:--:-- --:--:-- --:--:-- 45077 >>> 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/affine.py -> build/lib/pymaging copying pymaging/resample.py -> build/lib/pymaging copying pymaging/shapes.py -> build/lib/pymaging copying pymaging/pixelarray.py -> build/lib/pymaging copying pymaging/exceptions.py -> build/lib/pymaging copying pymaging/test_utils.py -> build/lib/pymaging copying pymaging/formats.py -> build/lib/pymaging copying pymaging/utils.py -> build/lib/pymaging copying pymaging/helpers.py -> build/lib/pymaging copying pymaging/webcolors.py -> build/lib/pymaging copying pymaging/colors.py -> build/lib/pymaging copying pymaging/image.py -> build/lib/pymaging copying pymaging/__init__.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. 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_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_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_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.008s OK >>> py3-pymaging: Entering fakeroot... running install /usr/lib/python3.11/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 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.11 creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/affine.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/resample.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/shapes.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/pixelarray.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/exceptions.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/test_utils.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/formats.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/utils.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/helpers.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/webcolors.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/colors.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/image.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging copying build/lib/pymaging/__init__.py -> /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/affine.py to affine.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/resample.py to resample.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/shapes.py to shapes.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/pixelarray.py to pixelarray.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/test_utils.py to test_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/formats.py to formats.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/helpers.py to helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/webcolors.py to webcolors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/colors.py to colors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/image.py to image.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pymaging/pkg/py3-pymaging/usr/lib/python3.11/site-packages/pymaging/__init__.py to __init__.cpython-311.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.11/site-packages/pymaging-0.1-py3.11.egg-info running install_scripts >>> py3-pymaging*: Running postcheck for py3-pymaging >>> py3-pymaging*: Preparing package py3-pymaging... >>> py3-pymaging*: Tracing dependencies... >>> py3-pymaging*: Package size: 256.0 KB >>> py3-pymaging*: Compressing data... >>> py3-pymaging*: Create checksum... >>> py3-pymaging*: Create py3-pymaging-0.0.20130908-r7.apk >>> py3-pymaging: Build complete at Thu, 24 Nov 2022 07:17:31 +0000 elapsed time 0h 0m 4s >>> py3-pymaging: Cleaning up srcdir >>> py3-pymaging: Cleaning up pkgdir >>> py3-pymaging: Uninstalling dependencies... (1/12) Purging .makedepends-py3-pymaging (20221124.071728) (2/12) Purging py3-setuptools (65.6.2-r0) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-pymaging: Updating the testing/ppc64le repository index... >>> py3-pymaging: Signing the index...