>>> py3-amply: Building community/py3-amply 0.1.5-r2 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 07:42:04 +0000 >>> py3-amply: Checking sanity of /home/buildozer/aports/community/py3-amply/APKBUILD... >>> py3-amply: Analyzing dependencies... >>> py3-amply: Installing for build: build-base python3 py3-parsing py3-setuptools py3-setuptools_scm py3-wheel python3-dev py3-pytest (1/31) Installing libffi (3.4.4-r2) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (2.5.1-r2) (4/31) Installing libpanelw (6.4_p20230401-r6) (5/31) Installing readline (8.2.1-r1) (6/31) Installing sqlite-libs (3.41.2-r2) (7/31) Installing python3 (3.11.3-r10) (8/31) Installing python3-pycache-pyc0 (3.11.3-r10) (9/31) Installing pyc (0.1-r0) (10/31) Installing python3-pyc (3.11.3-r10) (11/31) Installing py3-parsing (3.0.9-r2) (12/31) Installing py3-parsing-pyc (3.0.9-r2) (13/31) Installing py3-packaging (23.1-r1) (14/31) Installing py3-packaging-pyc (23.1-r1) (15/31) Installing py3-setuptools (67.7.2-r0) (16/31) Installing py3-setuptools-pyc (67.7.2-r0) (17/31) Installing py3-typing-extensions (4.5.0-r1) (18/31) Installing py3-typing-extensions-pyc (4.5.0-r1) (19/31) Installing py3-setuptools_scm (7.1.0-r0) (20/31) Installing py3-wheel (0.40.0-r1) (21/31) Installing py3-wheel-pyc (0.40.0-r1) (22/31) Installing python3-dev (3.11.3-r10) (23/31) Installing py3-iniconfig (1.1.1-r6) (24/31) Installing py3-iniconfig-pyc (1.1.1-r6) (25/31) Installing py3-pluggy (1.0.0-r3) (26/31) Installing py3-pluggy-pyc (1.0.0-r3) (27/31) Installing py3-py (1.11.0-r2) (28/31) Installing py3-py-pyc (1.11.0-r2) (29/31) Installing py3-pytest (7.3.1-r1) (30/31) Installing py3-pytest-pyc (7.3.1-r1) (31/31) Installing .makedepends-py3-amply (20230426.074206) Executing busybox-1.36.0-r8.trigger OK: 580 MiB in 134 packages >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-amply-0.1.5.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 28074 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28074 100 28074 0 0 42226 0 --:--:-- --:--:-- --:--:-- 42216 >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-amply-0.1.5.tar.gz >>> py3-amply: Checking sha512sums... py3-amply-0.1.5.tar.gz: OK >>> py3-amply: Unpacking /var/cache/distfiles/v3.18/py3-amply-0.1.5.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) running build running build_py creating build creating build/lib creating build/lib/amply copying src/amply/amply.py -> build/lib/amply copying src/amply/__init__.py -> build/lib/amply ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-amply/src/amply-0.1.5 collecting ... collected 60 items tests/test_amply.py::TestSubscript::test_subscript PASSED [ 1%] tests/test_amply.py::TestSubscript::test_subscript_result PASSED [ 3%] tests/test_amply.py::TestSubscript::test_subscript_result_domain PASSED [ 5%] tests/test_amply.py::TestNumber::test_not_number PASSED [ 6%] tests/test_amply.py::TestNumber::test_number PASSED [ 8%] tests/test_amply.py::TestSymbol::test_not_symbol PASSED [ 10%] tests/test_amply.py::TestSymbol::test_symbol PASSED [ 11%] tests/test_amply.py::TestParameter::test_param_def PASSED [ 13%] tests/test_amply.py::TestParameter::test_param_stmt PASSED [ 15%] tests/test_amply.py::TestSet::test_set_stmt PASSED [ 16%] tests/test_amply.py::TestSet::test_set_record PASSED [ 18%] tests/test_amply.py::TestSet::test_simple_data PASSED [ 20%] tests/test_amply.py::TestSet::test_single PASSED [ 21%] tests/test_amply.py::AmplyTest::test_2d_numeric_param PASSED [ 23%] tests/test_amply.py::AmplyTest::test_2d_param PASSED [ 25%] tests/test_amply.py::AmplyTest::test_2d_param_defaults PASSED [ 26%] tests/test_amply.py::AmplyTest::test_2d_param_transpose PASSED [ 28%] tests/test_amply.py::AmplyTest::test_2d_slice1 PASSED [ 30%] tests/test_amply.py::AmplyTest::test_2dset_simpleparam PASSED [ 31%] tests/test_amply.py::AmplyTest::test_2tables PASSED [ 33%] tests/test_amply.py::AmplyTest::test_3d_slice2 PASSED [ 35%] tests/test_amply.py::AmplyTest::test_3d_slice2b PASSED [ 36%] tests/test_amply.py::AmplyTest::test_3d_slide2c PASSED [ 38%] tests/test_amply.py::AmplyTest::test_attr_access PASSED [ 40%] tests/test_amply.py::AmplyTest::test_comment PASSED [ 41%] tests/test_amply.py::AmplyTest::test_data PASSED [ 43%] tests/test_amply.py::AmplyTest::test_empty_init PASSED [ 45%] tests/test_amply.py::AmplyTest::test_empty_parameter_statement PASSED [ 46%] tests/test_amply.py::AmplyTest::test_empty_tabbing_parameter_statement PASSED [ 48%] tests/test_amply.py::AmplyTest::test_empty_tabbing_parameters PASSED [ 50%] tests/test_amply.py::AmplyTest::test_from_file PASSED [ 51%] tests/test_amply.py::AmplyTest::test_high_dim_tabbing PASSED [ 53%] tests/test_amply.py::AmplyTest::test_load_file PASSED [ 55%] tests/test_amply.py::AmplyTest::test_load_string PASSED [ 56%] tests/test_amply.py::AmplyTest::test_param PASSED [ 58%] tests/test_amply.py::AmplyTest::test_param_default PASSED [ 60%] tests/test_amply.py::AmplyTest::test_param_definition PASSED [ 61%] tests/test_amply.py::AmplyTest::test_param_subscript PASSED [ 63%] tests/test_amply.py::AmplyTest::test_param_undefined PASSED [ 65%] tests/test_amply.py::AmplyTest::test_set PASSED [ 66%] tests/test_amply.py::AmplyTest::test_set2_tabbing PASSED [ 68%] tests/test_amply.py::AmplyTest::test_set_alphanumerical PASSED [ 70%] tests/test_amply.py::AmplyTest::test_set_dimen2 PASSED [ 71%] tests/test_amply.py::AmplyTest::test_set_dimen2_noparen PASSED [ 73%] tests/test_amply.py::AmplyTest::test_set_dimen_error PASSED [ 75%] tests/test_amply.py::AmplyTest::test_set_matrix PASSED [ 76%] tests/test_amply.py::AmplyTest::test_set_matrix_tr PASSED [ 78%] tests/test_amply.py::AmplyTest::test_set_splice PASSED [ 80%] tests/test_amply.py::AmplyTest::test_set_splice_matrix PASSED [ 81%] tests/test_amply.py::AmplyTest::test_set_subscript PASSED [ 83%] tests/test_amply.py::AmplyTest::test_set_subscript2 PASSED [ 85%] tests/test_amply.py::AmplyTest::test_set_subscript2_tuples PASSED [ 86%] tests/test_amply.py::AmplyTest::test_simple_params PASSED [ 88%] tests/test_amply.py::AmplyTest::test_single_tabbing_data PASSED [ 90%] tests/test_amply.py::AmplyTest::test_single_tabbing_data_with_set PASSED [ 91%] tests/test_amply.py::AmplyTest::test_sub1_param_error PASSED [ 93%] tests/test_amply.py::AmplyTest::test_sub1_params PASSED [ 95%] tests/test_amply.py::AmplyTest::test_sub2_params PASSED [ 96%] tests/test_amply.py::AmplyTest::test_tuple_param PASSED [ 98%] tests/test_amply.py::AmplyTest::test_undefined_tabbing_param PASSED [100%] ============================== 60 passed in 0.96s ============================== >>> py3-amply: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) 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-amply/pkg creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply copying build/lib/amply/amply.py -> /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply copying build/lib/amply/__init__.py -> /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply byte-compiling /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply/amply.py to amply.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing src/amply.egg-info/PKG-INFO writing dependency_links to src/amply.egg-info/dependency_links.txt writing requirements to src/amply.egg-info/requires.txt writing top-level names to src/amply.egg-info/top_level.txt reading manifest file 'src/amply.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'src/amply.egg-info/SOURCES.txt' Copying src/amply.egg-info to /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply-0.1.5-py3.11.egg-info running install_scripts >>> py3-amply-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.11/site-packages/amply/__pycache__' -> '/home/buildozer/aports/community/py3-amply/pkg/py3-amply-pyc/usr/lib/python3.11/site-packages/amply/__pycache__' >>> py3-amply-pyc*: Preparing subpackage py3-amply-pyc... >>> py3-amply-pyc*: Running postcheck for py3-amply-pyc >>> py3-amply*: Running postcheck for py3-amply >>> py3-amply*: Preparing package py3-amply... >>> py3-amply-pyc*: Tracing dependencies... python3 py3-parsing python3~3.11 >>> py3-amply-pyc*: Package size: 72.0 KB >>> py3-amply-pyc*: Compressing data... >>> py3-amply-pyc*: Create checksum... >>> py3-amply-pyc*: Create py3-amply-pyc-0.1.5-r2.apk >>> py3-amply*: Tracing dependencies... python3 py3-parsing python3~3.11 >>> py3-amply*: Package size: 88.0 KB >>> py3-amply*: Compressing data... >>> py3-amply*: Create checksum... >>> py3-amply*: Create py3-amply-0.1.5-r2.apk >>> py3-amply: Build complete at Wed, 26 Apr 2023 07:42:12 +0000 elapsed time 0h 0m 8s >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Uninstalling dependencies... (1/31) Purging .makedepends-py3-amply (20230426.074206) (2/31) Purging py3-setuptools_scm (7.1.0-r0) (3/31) Purging py3-setuptools-pyc (67.7.2-r0) (4/31) Purging py3-setuptools (67.7.2-r0) (5/31) Purging py3-typing-extensions-pyc (4.5.0-r1) (6/31) Purging py3-typing-extensions (4.5.0-r1) (7/31) Purging py3-wheel-pyc (0.40.0-r1) (8/31) Purging py3-wheel (0.40.0-r1) (9/31) Purging python3-dev (3.11.3-r10) (10/31) Purging py3-pytest-pyc (7.3.1-r1) (11/31) Purging py3-pytest (7.3.1-r1) (12/31) Purging py3-iniconfig-pyc (1.1.1-r6) (13/31) Purging py3-iniconfig (1.1.1-r6) (14/31) Purging py3-packaging-pyc (23.1-r1) (15/31) Purging py3-packaging (23.1-r1) (16/31) Purging py3-parsing-pyc (3.0.9-r2) (17/31) Purging py3-parsing (3.0.9-r2) (18/31) Purging py3-pluggy-pyc (1.0.0-r3) (19/31) Purging py3-pluggy (1.0.0-r3) (20/31) Purging py3-py-pyc (1.11.0-r2) (21/31) Purging py3-py (1.11.0-r2) (22/31) Purging python3-pyc (3.11.3-r10) (23/31) Purging python3-pycache-pyc0 (3.11.3-r10) (24/31) Purging pyc (0.1-r0) (25/31) Purging python3 (3.11.3-r10) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.4-r2) (28/31) Purging libpanelw (6.4_p20230401-r6) (29/31) Purging mpdecimal (2.5.1-r2) (30/31) Purging readline (8.2.1-r1) (31/31) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> py3-amply: Updating the community/ppc64le repository index... >>> py3-amply: Signing the index...