>>> py3-platypus: Building community/py3-platypus 1.1.0-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 09:36:57 +0000 >>> py3-platypus: Checking sanity of /home/buildozer/aports/community/py3-platypus/APKBUILD... >>> py3-platypus: Analyzing dependencies... >>> py3-platypus: Installing for build: build-base python3 py3-numpy py3-gpep517 py3-setuptools py3-wheel python3-dev py3-pytest (1/37) Installing libffi (3.4.4-r2) (2/37) Installing gdbm (1.23-r1) (3/37) Installing mpdecimal (2.5.1-r2) (4/37) Installing libpanelw (6.4_p20230401-r6) (5/37) Installing readline (8.2.1-r1) (6/37) Installing sqlite-libs (3.41.2-r2) (7/37) Installing python3 (3.11.3-r10) (8/37) Installing python3-pycache-pyc0 (3.11.3-r10) (9/37) Installing pyc (0.1-r0) (10/37) Installing python3-pyc (3.11.3-r10) (11/37) Installing libquadmath (12.2.1_git20220924-r10) (12/37) Installing libgfortran (12.2.1_git20220924-r10) (13/37) Installing openblas (0.3.23-r0) (14/37) Installing py3-numpy (1.24.3-r0) (15/37) Installing py3-numpy-pyc (1.24.3-r0) (16/37) Installing py3-installer (0.7.0-r1) (17/37) Installing py3-installer-pyc (0.7.0-r1) (18/37) Installing py3-gpep517 (13-r2) (19/37) Installing py3-gpep517-pyc (13-r2) (20/37) Installing py3-parsing (3.0.9-r2) (21/37) Installing py3-parsing-pyc (3.0.9-r2) (22/37) Installing py3-packaging (23.1-r1) (23/37) Installing py3-packaging-pyc (23.1-r1) (24/37) Installing py3-setuptools (67.7.2-r0) (25/37) Installing py3-setuptools-pyc (67.7.2-r0) (26/37) Installing py3-wheel (0.40.0-r1) (27/37) Installing py3-wheel-pyc (0.40.0-r1) (28/37) Installing python3-dev (3.11.3-r10) (29/37) Installing py3-iniconfig (1.1.1-r6) (30/37) Installing py3-iniconfig-pyc (1.1.1-r6) (31/37) Installing py3-pluggy (1.0.0-r3) (32/37) Installing py3-pluggy-pyc (1.0.0-r3) (33/37) Installing py3-py (1.11.0-r2) (34/37) Installing py3-py-pyc (1.11.0-r2) (35/37) Installing py3-pytest (7.3.1-r1) (36/37) Installing py3-pytest-pyc (7.3.1-r1) (37/37) Installing .makedepends-py3-platypus (20230425.093658) Executing busybox-1.36.0-r8.trigger OK: 543 MiB in 143 packages >>> py3-platypus: Cleaning up srcdir >>> py3-platypus: Cleaning up pkgdir >>> py3-platypus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/platypus-1.1.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 0 379k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 379k 100 379k 0 0 3244k 0 --:--:-- --:--:-- --:--:-- 3219k >>> py3-platypus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/platypus-1.1.0.tar.gz >>> py3-platypus: Checking sha512sums... platypus-1.1.0.tar.gz: OK >>> py3-platypus: Unpacking /var/cache/distfiles/edge/platypus-1.1.0.tar.gz... 2023-04-25 09:37:00,800 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) 2023-04-25 09:37:00,939 root INFO running bdist_wheel 2023-04-25 09:37:00,946 root INFO running build 2023-04-25 09:37:00,947 root INFO running build_py 2023-04-25 09:37:00,949 root INFO creating build 2023-04-25 09:37:00,949 root INFO creating build/lib 2023-04-25 09:37:00,949 root INFO creating build/lib/platypus 2023-04-25 09:37:00,949 root INFO copying platypus/problems.py -> build/lib/platypus 2023-04-25 09:37:00,950 root INFO copying platypus/weights.py -> build/lib/platypus 2023-04-25 09:37:00,950 root INFO copying platypus/experimenter.py -> build/lib/platypus 2023-04-25 09:37:00,950 root INFO copying platypus/tools.py -> build/lib/platypus 2023-04-25 09:37:00,951 root INFO copying platypus/__init__.py -> build/lib/platypus 2023-04-25 09:37:00,951 root INFO copying platypus/core.py -> build/lib/platypus 2023-04-25 09:37:00,951 root INFO copying platypus/mpipool.py -> build/lib/platypus 2023-04-25 09:37:00,952 root INFO copying platypus/algorithms.py -> build/lib/platypus 2023-04-25 09:37:00,952 root INFO copying platypus/operators.py -> build/lib/platypus 2023-04-25 09:37:00,952 root INFO copying platypus/evaluator.py -> build/lib/platypus 2023-04-25 09:37:00,953 root INFO copying platypus/indicators.py -> build/lib/platypus 2023-04-25 09:37:00,953 root INFO copying platypus/types.py -> build/lib/platypus 2023-04-25 09:37:00,953 root INFO copying platypus/config.py -> build/lib/platypus 2023-04-25 09:37:00,954 root INFO creating build/lib/platypus/tests 2023-04-25 09:37:00,954 root INFO copying platypus/tests/test_tools.py -> build/lib/platypus/tests 2023-04-25 09:37:00,954 root INFO copying platypus/tests/test_core.py -> build/lib/platypus/tests 2023-04-25 09:37:00,954 root INFO copying platypus/tests/test_indicators.py -> build/lib/platypus/tests 2023-04-25 09:37:00,955 root INFO copying platypus/tests/__init__.py -> build/lib/platypus/tests 2023-04-25 09:37:00,955 root INFO copying platypus/tests/test_operators.py -> build/lib/platypus/tests 2023-04-25 09:37:00,955 root INFO copying platypus/tests/test_algorithms.py -> build/lib/platypus/tests 2023-04-25 09:37:00,956 root INFO copying platypus/tests/test_problems.py -> build/lib/platypus/tests 2023-04-25 09:37:00,956 root INFO running egg_info 2023-04-25 09:37:00,958 root INFO creating Platypus_Opt.egg-info 2023-04-25 09:37:00,960 root INFO writing Platypus_Opt.egg-info/PKG-INFO 2023-04-25 09:37:00,960 root INFO writing dependency_links to Platypus_Opt.egg-info/dependency_links.txt 2023-04-25 09:37:00,961 root INFO writing requirements to Platypus_Opt.egg-info/requires.txt 2023-04-25 09:37:00,961 root INFO writing top-level names to Platypus_Opt.egg-info/top_level.txt 2023-04-25 09:37:00,961 root INFO writing manifest file 'Platypus_Opt.egg-info/SOURCES.txt' 2023-04-25 09:37:00,964 root INFO reading manifest file 'Platypus_Opt.egg-info/SOURCES.txt' 2023-04-25 09:37:00,964 root INFO reading manifest template 'MANIFEST.in' 2023-04-25 09:37:00,966 root WARNING no previously-included directories found matching 'dist' 2023-04-25 09:37:00,967 root INFO adding license file 'COPYING' 2023-04-25 09:37:00,968 root INFO writing manifest file 'Platypus_Opt.egg-info/SOURCES.txt' 2023-04-25 09:37:00,972 wheel INFO installing to build/bdist.linux-i686/wheel 2023-04-25 09:37:00,972 root INFO running install 2023-04-25 09:37:00,983 root INFO running install_lib 2023-04-25 09:37:00,985 root INFO creating build/bdist.linux-i686 2023-04-25 09:37:00,985 root INFO creating build/bdist.linux-i686/wheel 2023-04-25 09:37:00,986 root INFO creating build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,986 root INFO creating build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,986 root INFO copying build/lib/platypus/tests/test_tools.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,986 root INFO copying build/lib/platypus/tests/test_core.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,987 root INFO copying build/lib/platypus/tests/test_indicators.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,987 root INFO copying build/lib/platypus/tests/__init__.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,987 root INFO copying build/lib/platypus/tests/test_operators.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,987 root INFO copying build/lib/platypus/tests/test_algorithms.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,988 root INFO copying build/lib/platypus/tests/test_problems.py -> build/bdist.linux-i686/wheel/platypus/tests 2023-04-25 09:37:00,988 root INFO copying build/lib/platypus/problems.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,988 root INFO copying build/lib/platypus/weights.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,988 root INFO copying build/lib/platypus/experimenter.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,989 root INFO copying build/lib/platypus/tools.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,989 root INFO copying build/lib/platypus/__init__.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,989 root INFO copying build/lib/platypus/core.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,990 root INFO copying build/lib/platypus/mpipool.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,990 root INFO copying build/lib/platypus/algorithms.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,990 root INFO copying build/lib/platypus/operators.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,991 root INFO copying build/lib/platypus/evaluator.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,991 root INFO copying build/lib/platypus/indicators.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,991 root INFO copying build/lib/platypus/types.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,991 root INFO copying build/lib/platypus/config.py -> build/bdist.linux-i686/wheel/platypus 2023-04-25 09:37:00,991 root INFO running install_egg_info 2023-04-25 09:37:00,993 root INFO Copying Platypus_Opt.egg-info to build/bdist.linux-i686/wheel/Platypus_Opt-1.1.0-py3.11.egg-info 2023-04-25 09:37:00,995 root INFO running install_scripts 2023-04-25 09:37:00,999 wheel INFO creating build/bdist.linux-i686/wheel/Platypus_Opt-1.1.0.dist-info/WHEEL 2023-04-25 09:37:00,999 wheel INFO creating '/home/buildozer/aports/community/py3-platypus/src/Platypus-1.1.0/dist/.tmp-ksvhcr97/Platypus_Opt-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-04-25 09:37:01,000 wheel INFO adding 'platypus/__init__.py' 2023-04-25 09:37:01,001 wheel INFO adding 'platypus/algorithms.py' 2023-04-25 09:37:01,001 wheel INFO adding 'platypus/config.py' 2023-04-25 09:37:01,002 wheel INFO adding 'platypus/core.py' 2023-04-25 09:37:01,002 wheel INFO adding 'platypus/evaluator.py' 2023-04-25 09:37:01,002 wheel INFO adding 'platypus/experimenter.py' 2023-04-25 09:37:01,003 wheel INFO adding 'platypus/indicators.py' 2023-04-25 09:37:01,003 wheel INFO adding 'platypus/mpipool.py' 2023-04-25 09:37:01,003 wheel INFO adding 'platypus/operators.py' 2023-04-25 09:37:01,004 wheel INFO adding 'platypus/problems.py' 2023-04-25 09:37:01,004 wheel INFO adding 'platypus/tools.py' 2023-04-25 09:37:01,005 wheel INFO adding 'platypus/types.py' 2023-04-25 09:37:01,005 wheel INFO adding 'platypus/weights.py' 2023-04-25 09:37:01,006 wheel INFO adding 'platypus/tests/__init__.py' 2023-04-25 09:37:01,006 wheel INFO adding 'platypus/tests/test_algorithms.py' 2023-04-25 09:37:01,006 wheel INFO adding 'platypus/tests/test_core.py' 2023-04-25 09:37:01,006 wheel INFO adding 'platypus/tests/test_indicators.py' 2023-04-25 09:37:01,007 wheel INFO adding 'platypus/tests/test_operators.py' 2023-04-25 09:37:01,007 wheel INFO adding 'platypus/tests/test_problems.py' 2023-04-25 09:37:01,007 wheel INFO adding 'platypus/tests/test_tools.py' 2023-04-25 09:37:01,008 wheel INFO adding 'Platypus_Opt-1.1.0.dist-info/COPYING' 2023-04-25 09:37:01,008 wheel INFO adding 'Platypus_Opt-1.1.0.dist-info/METADATA' 2023-04-25 09:37:01,008 wheel INFO adding 'Platypus_Opt-1.1.0.dist-info/WHEEL' 2023-04-25 09:37:01,009 wheel INFO adding 'Platypus_Opt-1.1.0.dist-info/top_level.txt' 2023-04-25 09:37:01,009 wheel INFO adding 'Platypus_Opt-1.1.0.dist-info/RECORD' 2023-04-25 09:37:01,009 wheel INFO removing build/bdist.linux-i686/wheel 2023-04-25 09:37:01,010 gpep517 INFO The backend produced dist/Platypus_Opt-1.1.0-py3-none-any.whl Platypus_Opt-1.1.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-platypus/src/Platypus-1.1.0 collected 123 items platypus/tests/test_algorithms.py .......................... [ 21%] platypus/tests/test_core.py ........................ [ 40%] platypus/tests/test_indicators.py ...... [ 45%] platypus/tests/test_operators.py .... [ 48%] platypus/tests/test_problems.py ........................................ [ 81%] ... [ 83%] platypus/tests/test_tools.py .................... [100%] ============================= 123 passed in 1.04s ============================== >>> py3-platypus: Entering fakeroot... >>> py3-platypus-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-platypus/pkg/py3-platypus/usr/lib/python3.11/site-packages/platypus/__pycache__' -> '/home/buildozer/aports/community/py3-platypus/pkg/py3-platypus-pyc/usr/lib/python3.11/site-packages/platypus/__pycache__' >>> py3-platypus-pyc*: Preparing subpackage py3-platypus-pyc... >>> py3-platypus-pyc*: Running postcheck for py3-platypus-pyc >>> py3-platypus*: Running postcheck for py3-platypus >>> py3-platypus*: Preparing package py3-platypus... >>> py3-platypus-pyc*: Tracing dependencies... python3 py3-numpy python3~3.11 >>> py3-platypus-pyc*: Package size: 484.0 KB >>> py3-platypus-pyc*: Compressing data... >>> py3-platypus-pyc*: Create checksum... >>> py3-platypus-pyc*: Create py3-platypus-pyc-1.1.0-r1.apk >>> py3-platypus*: Tracing dependencies... python3 py3-numpy python3~3.11 >>> py3-platypus*: Package size: 392.0 KB >>> py3-platypus*: Compressing data... >>> py3-platypus*: Create checksum... >>> py3-platypus*: Create py3-platypus-1.1.0-r1.apk >>> py3-platypus: Build complete at Tue, 25 Apr 2023 09:37:03 +0000 elapsed time 0h 0m 6s >>> py3-platypus: Cleaning up srcdir >>> py3-platypus: Cleaning up pkgdir >>> py3-platypus: Uninstalling dependencies... (1/37) Purging .makedepends-py3-platypus (20230425.093658) (2/37) Purging py3-numpy-pyc (1.24.3-r0) (3/37) Purging py3-numpy (1.24.3-r0) (4/37) Purging openblas (0.3.23-r0) (5/37) Purging py3-gpep517-pyc (13-r2) (6/37) Purging py3-gpep517 (13-r2) (7/37) Purging py3-installer-pyc (0.7.0-r1) (8/37) Purging py3-installer (0.7.0-r1) (9/37) Purging py3-setuptools-pyc (67.7.2-r0) (10/37) Purging py3-setuptools (67.7.2-r0) (11/37) Purging py3-wheel-pyc (0.40.0-r1) (12/37) Purging py3-wheel (0.40.0-r1) (13/37) Purging python3-dev (3.11.3-r10) (14/37) Purging py3-pytest-pyc (7.3.1-r1) (15/37) Purging py3-pytest (7.3.1-r1) (16/37) Purging py3-iniconfig-pyc (1.1.1-r6) (17/37) Purging py3-iniconfig (1.1.1-r6) (18/37) Purging py3-packaging-pyc (23.1-r1) (19/37) Purging py3-packaging (23.1-r1) (20/37) Purging py3-parsing-pyc (3.0.9-r2) (21/37) Purging py3-parsing (3.0.9-r2) (22/37) Purging py3-pluggy-pyc (1.0.0-r3) (23/37) Purging py3-pluggy (1.0.0-r3) (24/37) Purging py3-py-pyc (1.11.0-r2) (25/37) Purging py3-py (1.11.0-r2) (26/37) Purging libgfortran (12.2.1_git20220924-r10) (27/37) Purging libquadmath (12.2.1_git20220924-r10) (28/37) Purging python3-pyc (3.11.3-r10) (29/37) Purging python3-pycache-pyc0 (3.11.3-r10) (30/37) Purging pyc (0.1-r0) (31/37) Purging python3 (3.11.3-r10) (32/37) Purging gdbm (1.23-r1) (33/37) Purging libffi (3.4.4-r2) (34/37) Purging libpanelw (6.4_p20230401-r6) (35/37) Purging mpdecimal (2.5.1-r2) (36/37) Purging readline (8.2.1-r1) (37/37) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 378 MiB in 106 packages >>> py3-platypus: Updating the community/x86 repository index... >>> py3-platypus: Signing the index...