>>> py3-evoopt: Building testing/py3-evoopt 0.14-r0 (using abuild 3.10.0-r0) started Tue, 06 Dec 2022 18:48:04 +0000 >>> py3-evoopt: Checking sanity of /home/buildozer/aports/testing/py3-evoopt/APKBUILD... >>> py3-evoopt: Analyzing dependencies... >>> py3-evoopt: Installing for build: build-base python3 py3-numpy py3-matplotlib py3-setuptools (1/53) Installing libbz2 (1.0.8-r4) (2/53) Installing libffi (3.4.4-r0) (3/53) Installing gdbm (1.23-r0) (4/53) Installing xz-libs (5.2.9-r0) (5/53) Installing mpdecimal (2.5.1-r1) (6/53) Installing readline (8.2.0-r0) (7/53) Installing sqlite-libs (3.40.0-r0) (8/53) Installing python3 (3.11.0-r2) (9/53) Installing libquadmath (12.2.1_git20220924-r5) (10/53) Installing libgfortran (12.2.1_git20220924-r5) (11/53) Installing openblas (0.3.21-r0) (12/53) Installing py3-numpy (1.23.5-r0) (13/53) Installing libxau (1.0.10-r0) (14/53) Installing libmd (1.0.4-r0) (15/53) Installing libbsd (0.11.7-r0) (16/53) Installing libxdmcp (1.1.4-r0) (17/53) Installing libxcb (1.15-r0) (18/53) Installing libx11 (1.8.2-r0) (19/53) Installing libxext (1.3.5-r0) (20/53) Installing libxrender (0.9.11-r0) (21/53) Installing libpng (1.6.39-r2) (22/53) Installing freetype (2.12.1-r0) (23/53) Installing fontconfig (2.14.1-r0) (24/53) Installing pixman (0.42.2-r0) (25/53) Installing cairo (1.17.6-r3) (26/53) Installing py3-cairo (1.21.0-r2) (27/53) Installing py3-certifi (2022.9.24-r1) (28/53) Installing py3-contourpy (1.0.6-r1) (29/53) Installing py3-cycler (0.11.0-r1) (30/53) Installing py3-six (1.16.0-r4) (31/53) Installing py3-dateutil (2.8.2-r2) (32/53) Installing py3-fonttools (4.38.0-r1) (33/53) Installing py3-kiwisolver (1.2.0-r4) (34/53) Installing py3-parsing (3.0.9-r1) (35/53) Installing py3-packaging (21.3-r3) (36/53) Installing py3-olefile (0.46-r7) (37/53) Installing libimagequant (4.0.4-r0) (38/53) Installing libjpeg-turbo (2.1.4-r0) (39/53) Installing lcms2 (2.14-r0) (40/53) Installing openjpeg (2.5.0-r0) (41/53) Installing libwebp (1.2.4-r1) (42/53) Installing tiff (4.4.0-r1) (43/53) Installing py3-pillow (9.3.0-r1) (44/53) Installing py3-tz (2022.6-r1) (45/53) Installing tzdata (2022g-r0) (46/53) Installing tcl (8.6.13-r0) (47/53) Installing libxft (2.3.7-r0) (48/53) Installing tk (8.6.13-r0) (49/53) Installing python3-tkinter (3.11.0-r1) (50/53) Installing qhull (2020.2-r2) (51/53) Installing py3-matplotlib (3.6.2-r2) (52/53) Installing py3-setuptools (65.6.3-r0) (53/53) Installing .makedepends-py3-evoopt (20221206.184806) Executing busybox-1.35.0-r29.trigger OK: 605 MiB in 151 packages >>> py3-evoopt: Cleaning up srcdir >>> py3-evoopt: Cleaning up pkgdir >>> py3-evoopt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-evoopt-0.14.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-evoopt: Fetching py3-evoopt-0.14.tar.gz::https://files.pythonhosted.org/packages/source/E/EvoOpt/EvoOpt-0.14.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 13134 100 13134 0 0 83497 0 --:--:-- --:--:-- --:--:-- 83497 >>> py3-evoopt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-evoopt-0.14.tar.gz >>> py3-evoopt: Checking sha512sums... py3-evoopt-0.14.tar.gz: OK >>> py3-evoopt: Unpacking /var/cache/distfiles/edge/py3-evoopt-0.14.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/EvoOpt copying EvoOpt/__init__.py -> build/lib/EvoOpt creating build/lib/EvoOpt/solvers copying EvoOpt/solvers/FireflyAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/ParticleSwarmOptimization.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/SimulatedAnnealing.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GreyWolfOptimizer.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/__init__.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/MultiVerseOptimizer.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GeneticAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GravitationalSearchAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/DuelistAlgorithm.py -> build/lib/EvoOpt/solvers >>> py3-evoopt: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( 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-evoopt/pkg creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt creating /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/FireflyAlgorithm.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/ParticleSwarmOptimization.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/SimulatedAnnealing.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/GreyWolfOptimizer.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/__init__.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/MultiVerseOptimizer.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/GeneticAlgorithm.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/GravitationalSearchAlgorithm.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/solvers/DuelistAlgorithm.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers copying build/lib/EvoOpt/__init__.py -> /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/FireflyAlgorithm.py to FireflyAlgorithm.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/ParticleSwarmOptimization.py to ParticleSwarmOptimization.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/SimulatedAnnealing.py to SimulatedAnnealing.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/GreyWolfOptimizer.py to GreyWolfOptimizer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/MultiVerseOptimizer.py to MultiVerseOptimizer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/GeneticAlgorithm.py to GeneticAlgorithm.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/GravitationalSearchAlgorithm.py to GravitationalSearchAlgorithm.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/solvers/DuelistAlgorithm.py to DuelistAlgorithm.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing EvoOpt.egg-info/PKG-INFO writing dependency_links to EvoOpt.egg-info/dependency_links.txt writing top-level names to EvoOpt.egg-info/top_level.txt reading manifest file 'EvoOpt.egg-info/SOURCES.txt' writing manifest file 'EvoOpt.egg-info/SOURCES.txt' Copying EvoOpt.egg-info to /home/buildozer/aports/testing/py3-evoopt/pkg/py3-evoopt/usr/lib/python3.11/site-packages/EvoOpt-0.14-py3.11.egg-info running install_scripts >>> py3-evoopt*: Running postcheck for py3-evoopt >>> py3-evoopt*: Preparing package py3-evoopt... >>> py3-evoopt*: Tracing dependencies... >>> py3-evoopt*: Package size: 284.0 KB >>> py3-evoopt*: Compressing data... >>> py3-evoopt*: Create checksum... >>> py3-evoopt*: Create py3-evoopt-0.14-r0.apk >>> py3-evoopt: Build complete at Tue, 06 Dec 2022 18:48:10 +0000 elapsed time 0h 0m 6s >>> py3-evoopt: Cleaning up srcdir >>> py3-evoopt: Cleaning up pkgdir >>> py3-evoopt: Uninstalling dependencies... (1/53) Purging .makedepends-py3-evoopt (20221206.184806) (2/53) Purging py3-matplotlib (3.6.2-r2) (3/53) Purging py3-cairo (1.21.0-r2) (4/53) Purging py3-certifi (2022.9.24-r1) (5/53) Purging py3-contourpy (1.0.6-r1) (6/53) Purging py3-cycler (0.11.0-r1) (7/53) Purging py3-dateutil (2.8.2-r2) (8/53) Purging py3-six (1.16.0-r4) (9/53) Purging py3-fonttools (4.38.0-r1) (10/53) Purging py3-kiwisolver (1.2.0-r4) (11/53) Purging py3-numpy (1.23.5-r0) (12/53) Purging py3-pillow (9.3.0-r1) (13/53) Purging py3-olefile (0.46-r7) (14/53) Purging py3-tz (2022.6-r1) (15/53) Purging python3-tkinter (3.11.0-r1) (16/53) Purging py3-setuptools (65.6.3-r0) (17/53) Purging py3-packaging (21.3-r3) (18/53) Purging py3-parsing (3.0.9-r1) (19/53) Purging python3 (3.11.0-r2) (20/53) Purging cairo (1.17.6-r3) (21/53) Purging tk (8.6.13-r0) (22/53) Purging libxft (2.3.7-r0) (23/53) Purging fontconfig (2.14.1-r0) (24/53) Purging freetype (2.12.1-r0) (25/53) Purging libbz2 (1.0.8-r4) (26/53) Purging libffi (3.4.4-r0) (27/53) Purging gdbm (1.23-r0) (28/53) Purging tiff (4.4.0-r1) (29/53) Purging xz-libs (5.2.9-r0) (30/53) Purging mpdecimal (2.5.1-r1) (31/53) Purging readline (8.2.0-r0) (32/53) Purging sqlite-libs (3.40.0-r0) (33/53) Purging openblas (0.3.21-r0) (34/53) Purging libgfortran (12.2.1_git20220924-r5) (35/53) Purging libquadmath (12.2.1_git20220924-r5) (36/53) Purging libxext (1.3.5-r0) (37/53) Purging libxrender (0.9.11-r0) (38/53) Purging libx11 (1.8.2-r0) (39/53) Purging libxcb (1.15-r0) (40/53) Purging libxau (1.0.10-r0) (41/53) Purging libxdmcp (1.1.4-r0) (42/53) Purging libbsd (0.11.7-r0) (43/53) Purging libmd (1.0.4-r0) (44/53) Purging libpng (1.6.39-r2) (45/53) Purging pixman (0.42.2-r0) (46/53) Purging libimagequant (4.0.4-r0) (47/53) Purging libjpeg-turbo (2.1.4-r0) (48/53) Purging lcms2 (2.14-r0) (49/53) Purging openjpeg (2.5.0-r0) (50/53) Purging libwebp (1.2.4-r1) (51/53) Purging tcl (8.6.13-r0) (52/53) Purging tzdata (2022g-r0) (53/53) Purging qhull (2020.2-r2) Executing busybox-1.35.0-r29.trigger OK: 393 MiB in 98 packages >>> py3-evoopt: Updating the testing/x86_64 repository index... >>> py3-evoopt: Signing the index...