>>> py3-evoopt: Building testing/py3-evoopt 0.14-r0 (using abuild 3.10.0-r0) started Tue, 06 Dec 2022 18:46:54 +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/50) Installing libffi (3.4.4-r0) (2/50) Installing gdbm (1.23-r0) (3/50) Installing mpdecimal (2.5.1-r1) (4/50) Installing readline (8.2.0-r0) (5/50) Installing sqlite-libs (3.40.0-r0) (6/50) Installing python3 (3.11.0-r2) (7/50) Installing libgfortran (12.2.1_git20220924-r5) (8/50) Installing openblas (0.3.21-r0) (9/50) Installing py3-numpy (1.23.5-r0) (10/50) Installing libxau (1.0.10-r0) (11/50) Installing libmd (1.0.4-r0) (12/50) Installing libbsd (0.11.7-r0) (13/50) Installing libxdmcp (1.1.4-r0) (14/50) Installing libxcb (1.15-r0) (15/50) Installing libx11 (1.8.2-r0) (16/50) Installing libxext (1.3.5-r0) (17/50) Installing libxrender (0.9.11-r0) (18/50) Installing libpng (1.6.39-r2) (19/50) Installing freetype (2.12.1-r0) (20/50) Installing fontconfig (2.14.1-r0) (21/50) Installing pixman (0.42.2-r0) (22/50) Installing cairo (1.17.6-r3) (23/50) Installing py3-cairo (1.21.0-r2) (24/50) Installing py3-certifi (2022.9.24-r1) (25/50) Installing py3-contourpy (1.0.6-r1) (26/50) Installing py3-cycler (0.11.0-r1) (27/50) Installing py3-six (1.16.0-r4) (28/50) Installing py3-dateutil (2.8.2-r2) (29/50) Installing py3-fonttools (4.38.0-r1) (30/50) Installing py3-kiwisolver (1.2.0-r4) (31/50) Installing py3-parsing (3.0.9-r1) (32/50) Installing py3-packaging (21.3-r3) (33/50) Installing py3-olefile (0.46-r7) (34/50) Installing libimagequant (4.0.4-r0) (35/50) Installing libjpeg-turbo (2.1.4-r0) (36/50) Installing lcms2 (2.14-r0) (37/50) Installing openjpeg (2.5.0-r0) (38/50) Installing libwebp (1.2.4-r1) (39/50) Installing tiff (4.4.0-r1) (40/50) Installing py3-pillow (9.3.0-r1) (41/50) Installing py3-tz (2022.6-r1) (42/50) Installing tzdata (2022g-r0) (43/50) Installing tcl (8.6.13-r0) (44/50) Installing libxft (2.3.7-r0) (45/50) Installing tk (8.6.13-r0) (46/50) Installing python3-tkinter (3.11.0-r1) (47/50) Installing qhull (2020.2-r2) (48/50) Installing py3-matplotlib (3.6.2-r2) (49/50) Installing py3-setuptools (65.6.3-r0) (50/50) Installing .makedepends-py3-evoopt (20221206.184655) Executing busybox-1.35.0-r29.trigger OK: 471 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 18484 0 --:--:-- --:--:-- --:--:-- 18484 >>> 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/SimulatedAnnealing.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GreyWolfOptimizer.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GeneticAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/FireflyAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/MultiVerseOptimizer.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/DuelistAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/__init__.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/GravitationalSearchAlgorithm.py -> build/lib/EvoOpt/solvers copying EvoOpt/solvers/ParticleSwarmOptimization.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 copying build/lib/EvoOpt/__init__.py -> /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/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/GeneticAlgorithm.py -> /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/MultiVerseOptimizer.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/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/GravitationalSearchAlgorithm.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 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 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/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/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/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/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/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/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/ParticleSwarmOptimization.py to ParticleSwarmOptimization.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:46:59 +0000 elapsed time 0h 0m 5s >>> py3-evoopt: Cleaning up srcdir >>> py3-evoopt: Cleaning up pkgdir >>> py3-evoopt: Uninstalling dependencies... (1/50) Purging .makedepends-py3-evoopt (20221206.184655) (2/50) Purging py3-matplotlib (3.6.2-r2) (3/50) Purging py3-cairo (1.21.0-r2) (4/50) Purging py3-certifi (2022.9.24-r1) (5/50) Purging py3-contourpy (1.0.6-r1) (6/50) Purging py3-cycler (0.11.0-r1) (7/50) Purging py3-dateutil (2.8.2-r2) (8/50) Purging py3-six (1.16.0-r4) (9/50) Purging py3-fonttools (4.38.0-r1) (10/50) Purging py3-kiwisolver (1.2.0-r4) (11/50) Purging py3-numpy (1.23.5-r0) (12/50) Purging py3-pillow (9.3.0-r1) (13/50) Purging py3-olefile (0.46-r7) (14/50) Purging py3-tz (2022.6-r1) (15/50) Purging python3-tkinter (3.11.0-r1) (16/50) Purging py3-setuptools (65.6.3-r0) (17/50) Purging py3-packaging (21.3-r3) (18/50) Purging py3-parsing (3.0.9-r1) (19/50) Purging python3 (3.11.0-r2) (20/50) Purging libffi (3.4.4-r0) (21/50) Purging gdbm (1.23-r0) (22/50) Purging mpdecimal (2.5.1-r1) (23/50) Purging readline (8.2.0-r0) (24/50) Purging sqlite-libs (3.40.0-r0) (25/50) Purging openblas (0.3.21-r0) (26/50) Purging libgfortran (12.2.1_git20220924-r5) (27/50) Purging cairo (1.17.6-r3) (28/50) Purging libxext (1.3.5-r0) (29/50) Purging tk (8.6.13-r0) (30/50) Purging libxft (2.3.7-r0) (31/50) Purging libxrender (0.9.11-r0) (32/50) Purging libx11 (1.8.2-r0) (33/50) Purging libxcb (1.15-r0) (34/50) Purging libxau (1.0.10-r0) (35/50) Purging libxdmcp (1.1.4-r0) (36/50) Purging libbsd (0.11.7-r0) (37/50) Purging libmd (1.0.4-r0) (38/50) Purging fontconfig (2.14.1-r0) (39/50) Purging freetype (2.12.1-r0) (40/50) Purging libpng (1.6.39-r2) (41/50) Purging pixman (0.42.2-r0) (42/50) Purging libimagequant (4.0.4-r0) (43/50) Purging tiff (4.4.0-r1) (44/50) Purging libjpeg-turbo (2.1.4-r0) (45/50) Purging lcms2 (2.14-r0) (46/50) Purging openjpeg (2.5.0-r0) (47/50) Purging libwebp (1.2.4-r1) (48/50) Purging tcl (8.6.13-r0) (49/50) Purging tzdata (2022g-r0) (50/50) Purging qhull (2020.2-r2) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> py3-evoopt: Updating the testing/armv7 repository index... >>> py3-evoopt: Signing the index...