>>> py3-amply: Building community/py3-amply 0.1.5-r2 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 01:52:47 +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/30) Installing libffi (3.4.4-r2) (2/30) Installing gdbm (1.23-r1) (3/30) Installing mpdecimal (2.5.1-r2) (4/30) Installing libpanelw (6.4_p20230401-r4) (5/30) Installing readline (8.2.1-r1) (6/30) Installing sqlite-libs (3.41.2-r2) (7/30) Installing python3 (3.11.3-r10) (8/30) Installing python3-pycache-pyc0 (3.11.3-r10) (9/30) Installing pyc (0.1-r0) (10/30) Installing python3-pyc (3.11.3-r10) (11/30) Installing py3-parsing (3.0.9-r2) (12/30) Installing py3-parsing-pyc (3.0.9-r2) (13/30) Installing py3-packaging (23.1-r1) (14/30) Installing py3-packaging-pyc (23.1-r1) (15/30) Installing py3-setuptools (67.6.1-r1) (16/30) Installing py3-setuptools-pyc (67.6.1-r1) (17/30) Installing py3-typing-extensions (4.5.0-r0) (18/30) Installing py3-setuptools_scm (7.1.0-r0) (19/30) Installing py3-wheel (0.40.0-r1) (20/30) Installing py3-wheel-pyc (0.40.0-r1) (21/30) Installing python3-dev (3.11.3-r10) (22/30) Installing py3-iniconfig (1.1.1-r6) (23/30) Installing py3-iniconfig-pyc (1.1.1-r6) (24/30) Installing py3-pluggy (1.0.0-r3) (25/30) Installing py3-pluggy-pyc (1.0.0-r3) (26/30) Installing py3-py (1.11.0-r2) (27/30) Installing py3-py-pyc (1.11.0-r2) (28/30) Installing py3-pytest (7.3.1-r1) (29/30) Installing py3-pytest-pyc (7.3.1-r1) (30/30) Installing .makedepends-py3-amply (20230420.015248) Executing busybox-1.36.0-r7.trigger OK: 482 MiB in 136 packages >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 100 28074 100 28074 0 0 313k 0 --:--:-- --:--:-- --:--:-- 315k >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-amply-0.1.5.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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/__init__.py -> build/lib/amply copying src/amply/amply.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 1.27s ============================== >>> py3-amply: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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/__init__.py -> /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 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 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 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 Thu, 20 Apr 2023 01:52:56 +0000 elapsed time 0h 0m 9s >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Uninstalling dependencies... (1/30) Purging .makedepends-py3-amply (20230420.015248) (2/30) Purging py3-setuptools_scm (7.1.0-r0) (3/30) Purging py3-setuptools-pyc (67.6.1-r1) (4/30) Purging py3-setuptools (67.6.1-r1) (5/30) Purging py3-typing-extensions (4.5.0-r0) (6/30) Purging py3-wheel-pyc (0.40.0-r1) (7/30) Purging py3-wheel (0.40.0-r1) (8/30) Purging python3-dev (3.11.3-r10) (9/30) Purging py3-pytest-pyc (7.3.1-r1) (10/30) Purging py3-pytest (7.3.1-r1) (11/30) Purging py3-iniconfig-pyc (1.1.1-r6) (12/30) Purging py3-iniconfig (1.1.1-r6) (13/30) Purging py3-packaging-pyc (23.1-r1) (14/30) Purging py3-packaging (23.1-r1) (15/30) Purging py3-parsing-pyc (3.0.9-r2) (16/30) Purging py3-parsing (3.0.9-r2) (17/30) Purging py3-pluggy-pyc (1.0.0-r3) (18/30) Purging py3-pluggy (1.0.0-r3) (19/30) Purging py3-py-pyc (1.11.0-r2) (20/30) Purging py3-py (1.11.0-r2) (21/30) Purging python3-pyc (3.11.3-r10) (22/30) Purging python3-pycache-pyc0 (3.11.3-r10) (23/30) Purging pyc (0.1-r0) (24/30) Purging python3 (3.11.3-r10) (25/30) Purging gdbm (1.23-r1) (26/30) Purging libffi (3.4.4-r2) (27/30) Purging libpanelw (6.4_p20230401-r4) (28/30) Purging mpdecimal (2.5.1-r2) (29/30) Purging readline (8.2.1-r1) (30/30) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 379 MiB in 106 packages >>> py3-amply: Updating the community/x86 repository index... >>> py3-amply: Signing the index...