>>> py3-cma: Building community/py3-cma 3.3.0-r1 (using abuild 3.11.0_rc13-r0) started Thu, 27 Apr 2023 15:51:46 +0000 >>> py3-cma: Checking sanity of /home/buildozer/aports/community/py3-cma/APKBUILD... >>> py3-cma: Analyzing dependencies... >>> py3-cma: Installing for build: build-base python3 py3-matplotlib py3-numpy py3-setuptools (1/45) Installing xmlsec-nss (1.3.0-r0) (2/45) Installing py3-prettytable-pyc (0.7.2-r10) (3/45) Installing py3-pyflakes-pyc (3.0.1-r1) (4/45) Installing py3-mccabe-pyc (0.7.0-r2) (5/45) Installing py3-flake8-pyc (6.0.0-r1) (6/45) Installing py3-nodeenv-pyc (1.7.0-r2) (7/45) Installing py3-nose-pyc (1.3.7-r11) (8/45) Installing py3-cachetools-pyc (5.3.0-r1) (9/45) Installing py3-colorama-pyc (0.4.6-r3) (10/45) Installing py3-filelock-pyc (3.11.0-r1) (11/45) Installing py3-platformdirs-pyc (3.4.0-r0) (12/45) Installing py3-pyproject-api-pyc (1.5.1-r1) (13/45) Installing py3-virtualenv-pyc (20.22.0-r0) (14/45) Installing py3-tox-pyc (4.5.1-r0) (15/45) Installing py3-cairo (1.23.0-r4) (16/45) Installing py3-cairo-pyc (1.23.0-r4) (17/45) Installing libgfortran (12.2.1_git20220924-r10) (18/45) Installing openblas (0.3.23-r0) (19/45) Installing py3-numpy (1.24.3-r0) (20/45) Installing py3-numpy-pyc (1.24.3-r0) (21/45) Installing py3-contourpy (1.0.7-r1) (22/45) Installing py3-contourpy-pyc (1.0.7-r1) (23/45) Installing py3-cycler (0.11.0-r2) (24/45) Installing py3-cycler-pyc (0.11.0-r2) (25/45) Installing py3-six (1.16.0-r6) (26/45) Installing py3-six-pyc (1.16.0-r6) (27/45) Installing py3-dateutil (2.8.2-r3) (28/45) Installing py3-dateutil-pyc (2.8.2-r3) (29/45) Installing py3-fonttools (4.39.3-r1) (30/45) Installing py3-fonttools-pyc (4.39.3-r1) (31/45) Installing py3-kiwisolver (1.4.4-r1) (32/45) Installing py3-kiwisolver-pyc (1.4.4-r1) (33/45) Installing lcms2 (2.15-r1) (34/45) Installing openjpeg (2.5.0-r3) (35/45) Installing py3-pillow (9.5.0-r1) (36/45) Installing py3-pillow-pyc (9.5.0-r1) (37/45) Installing tzdata (2023c-r1) (38/45) Installing tcl (8.6.13-r1) (39/45) Installing tk (8.6.13-r1) (40/45) Installing python3-tkinter (3.11.3-r1) (41/45) Installing python3-tkinter-pyc (3.11.3-r1) (42/45) Installing qhull (2020.2-r2) (43/45) Installing py3-matplotlib (3.6.3-r1) (44/45) Installing py3-matplotlib-pyc (3.6.3-r1) (45/45) Installing .makedepends-py3-cma (20230427.155147) Executing busybox-1.36.0-r8.trigger OK: 1277 MiB in 563 packages >>> py3-cma: Cleaning up srcdir >>> py3-cma: Cleaning up pkgdir >>> py3-cma: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-cma-3.3.0.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 71 247k 71 175k 0 0 349k 0 --:--:-- --:--:-- --:--:-- 349k 100 247k 100 247k 0 0 423k 0 --:--:-- --:--:-- --:--:-- 423k >>> py3-cma: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-cma-3.3.0.tar.gz >>> py3-cma: Checking sha512sums... py3-cma-3.3.0.tar.gz: OK >>> py3-cma: Unpacking /var/cache/distfiles/v3.18/py3-cma-3.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cma copying cma/fitness_functions.py -> build/lib/cma copying cma/__init__.py -> build/lib/cma copying cma/sigma_adaptation.py -> build/lib/cma copying cma/purecma.py -> build/lib/cma copying cma/sampler.py -> build/lib/cma copying cma/transformations.py -> build/lib/cma copying cma/evolution_strategy.py -> build/lib/cma copying cma/logger.py -> build/lib/cma copying cma/s.py -> build/lib/cma copying cma/wrapper.py -> build/lib/cma copying cma/fitness_models.py -> build/lib/cma copying cma/interfaces.py -> build/lib/cma copying cma/restricted_gaussian_sampler.py -> build/lib/cma copying cma/recombination_weights.py -> build/lib/cma copying cma/test.py -> build/lib/cma copying cma/optimization_tools.py -> build/lib/cma copying cma/fitness_transformations.py -> build/lib/cma copying cma/bbobbenchmarks.py -> build/lib/cma copying cma/constraints_handler.py -> build/lib/cma creating build/lib/cma/utilities copying cma/utilities/__init__.py -> build/lib/cma/utilities copying cma/utilities/python3for2.py -> build/lib/cma/utilities copying cma/utilities/math.py -> build/lib/cma/utilities copying cma/utilities/utils.py -> build/lib/cma/utilities copying cma/LICENSE -> build/lib/cma >>> py3-cma: 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-cma/pkg creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/fitness_functions.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/__init__.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/sigma_adaptation.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/purecma.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/sampler.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/transformations.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma creating /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities copying build/lib/cma/utilities/__init__.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities copying build/lib/cma/utilities/python3for2.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities copying build/lib/cma/utilities/math.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities copying build/lib/cma/utilities/utils.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities copying build/lib/cma/evolution_strategy.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/logger.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/s.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/wrapper.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/LICENSE -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/fitness_models.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/interfaces.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/restricted_gaussian_sampler.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/recombination_weights.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/test.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/optimization_tools.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/fitness_transformations.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/bbobbenchmarks.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma copying build/lib/cma/constraints_handler.py -> /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/fitness_functions.py to fitness_functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/sigma_adaptation.py to sigma_adaptation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/purecma.py to purecma.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/sampler.py to sampler.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/transformations.py to transformations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities/python3for2.py to python3for2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities/math.py to math.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/evolution_strategy.py to evolution_strategy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/logger.py to logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/s.py to s.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/wrapper.py to wrapper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/fitness_models.py to fitness_models.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/interfaces.py to interfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/restricted_gaussian_sampler.py to restricted_gaussian_sampler.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/recombination_weights.py to recombination_weights.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/test.py to test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/optimization_tools.py to optimization_tools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/fitness_transformations.py to fitness_transformations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/bbobbenchmarks.py to bbobbenchmarks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/constraints_handler.py to constraints_handler.cpython-311.pyc running install_egg_info running egg_info writing cma.egg-info/PKG-INFO writing dependency_links to cma.egg-info/dependency_links.txt writing requirements to cma.egg-info/requires.txt writing top-level names to cma.egg-info/top_level.txt reading manifest file 'cma.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'cma.egg-info/SOURCES.txt' Copying cma.egg-info to /home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma-3.3.0-py3.11.egg-info running install_scripts >>> py3-cma-pyc*: Running split function pyc... renamed '/home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/__pycache__' -> '/home/buildozer/aports/community/py3-cma/pkg/py3-cma-pyc/usr/lib/python3.11/site-packages/cma/__pycache__' renamed '/home/buildozer/aports/community/py3-cma/pkg/py3-cma/usr/lib/python3.11/site-packages/cma/utilities/__pycache__' -> '/home/buildozer/aports/community/py3-cma/pkg/py3-cma-pyc/usr/lib/python3.11/site-packages/cma/utilities/__pycache__' >>> py3-cma-pyc*: Preparing subpackage py3-cma-pyc... >>> py3-cma-pyc*: Running postcheck for py3-cma-pyc >>> py3-cma*: Running postcheck for py3-cma >>> py3-cma*: Preparing package py3-cma... >>> py3-cma-pyc*: Tracing dependencies... python3 py3-matplotlib py3-numpy python3~3.11 >>> py3-cma-pyc*: Package size: 1.2 MB >>> py3-cma-pyc*: Compressing data... >>> py3-cma-pyc*: Create checksum... >>> py3-cma-pyc*: Create py3-cma-pyc-3.3.0-r1.apk >>> py3-cma*: Tracing dependencies... python3 py3-matplotlib py3-numpy python3~3.11 >>> py3-cma*: Package size: 1012.0 KB >>> py3-cma*: Compressing data... >>> py3-cma*: Create checksum... >>> py3-cma*: Create py3-cma-3.3.0-r1.apk >>> py3-cma: Build complete at Thu, 27 Apr 2023 15:51:52 +0000 elapsed time 0h 0m 6s >>> py3-cma: Cleaning up srcdir >>> py3-cma: Cleaning up pkgdir >>> py3-cma: Uninstalling dependencies... (1/31) Purging .makedepends-py3-cma (20230427.155147) (2/31) Purging py3-matplotlib-pyc (3.6.3-r1) (3/31) Purging py3-matplotlib (3.6.3-r1) (4/31) Purging py3-cairo-pyc (1.23.0-r4) (5/31) Purging py3-cairo (1.23.0-r4) (6/31) Purging py3-contourpy-pyc (1.0.7-r1) (7/31) Purging py3-contourpy (1.0.7-r1) (8/31) Purging py3-cycler-pyc (0.11.0-r2) (9/31) Purging py3-cycler (0.11.0-r2) (10/31) Purging py3-dateutil-pyc (2.8.2-r3) (11/31) Purging py3-dateutil (2.8.2-r3) (12/31) Purging py3-six-pyc (1.16.0-r6) (13/31) Purging py3-six (1.16.0-r6) (14/31) Purging py3-fonttools-pyc (4.39.3-r1) (15/31) Purging py3-fonttools (4.39.3-r1) (16/31) Purging py3-kiwisolver-pyc (1.4.4-r1) (17/31) Purging py3-kiwisolver (1.4.4-r1) (18/31) Purging py3-pillow-pyc (9.5.0-r1) (19/31) Purging py3-pillow (9.5.0-r1) (20/31) Purging python3-tkinter-pyc (3.11.3-r1) (21/31) Purging python3-tkinter (3.11.3-r1) (22/31) Purging py3-numpy-pyc (1.24.3-r0) (23/31) Purging py3-numpy (1.24.3-r0) (24/31) Purging openblas (0.3.23-r0) (25/31) Purging lcms2 (2.15-r1) (26/31) Purging libgfortran (12.2.1_git20220924-r10) (27/31) Purging openjpeg (2.5.0-r3) (28/31) Purging qhull (2020.2-r2) (29/31) Purging tk (8.6.13-r1) (30/31) Purging tcl (8.6.13-r1) (31/31) Purging tzdata (2023c-r1) Executing busybox-1.36.0-r8.trigger OK: 1170 MiB in 532 packages >>> py3-cma: Updating the community/s390x repository index... >>> py3-cma: Signing the index...