>>> py3-amply: Building community/py3-amply 0.1.5-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 01:43:14 +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/22) Installing libbz2 (1.0.8-r3) (2/22) Installing libffi (3.4.4-r0) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.7-r0) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.2.0-r0) (7/22) Installing sqlite-libs (3.39.4-r0) (8/22) Installing python3 (3.10.8-r3) (9/22) Installing py3-parsing (3.0.9-r0) (10/22) Installing py3-packaging (21.3-r2) (11/22) Installing py3-setuptools (65.5.0-r0) (12/22) Installing py3-tomli (2.0.1-r1) (13/22) Installing py3-typing-extensions (4.4.0-r0) (14/22) Installing py3-setuptools_scm (7.0.5-r0) (15/22) Installing py3-wheel (0.37.1-r1) (16/22) Installing python3-dev (3.10.8-r3) (17/22) Installing py3-attrs (22.1.0-r0) (18/22) Installing py3-iniconfig (1.1.1-r3) (19/22) Installing py3-pluggy (1.0.0-r1) (20/22) Installing py3-py (1.11.0-r0) (21/22) Installing py3-pytest (7.1.3-r1) (22/22) Installing .makedepends-py3-amply (20221029.014320) Executing busybox-1.35.0-r27.trigger OK: 292 MiB in 115 packages >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-amply: Fetching py3-amply-0.1.5.tar.gz::https://files.pythonhosted.org/packages/source/a/amply/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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 90 28074 90 25452 0 0 24398 0 0:00:01 0:00:01 --:--:-- 24398 100 28074 100 28074 0 0 26793 0 0:00:01 0:00:01 --:--:-- 640k >>> py3-amply: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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.17/py3-amply-0.1.5.tar.gz... 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.10.8, pytest-7.1.3, 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.57s ============================== >>> py3-amply: Entering fakeroot... running install /usr/lib/python3.10/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/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.10 creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages/amply copying build/lib/amply/__init__.py -> /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages/amply copying build/lib/amply/amply.py -> /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages/amply byte-compiling /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages/amply/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-amply/pkg/py3-amply/usr/lib/python3.10/site-packages/amply/amply.py to amply.cpython-310.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.10/site-packages/amply-0.1.5-py3.10.egg-info running install_scripts >>> py3-amply*: Running postcheck for py3-amply >>> py3-amply*: Preparing package py3-amply... >>> py3-amply*: Tracing dependencies... >>> py3-amply*: Package size: 120.0 KB >>> py3-amply*: Compressing data... >>> py3-amply*: Create checksum... >>> py3-amply*: Create py3-amply-0.1.5-r0.apk >>> py3-amply: Build complete at Sat, 29 Oct 2022 01:43:25 +0000 elapsed time 0h 0m 11s >>> py3-amply: Cleaning up srcdir >>> py3-amply: Cleaning up pkgdir >>> py3-amply: Uninstalling dependencies... (1/22) Purging .makedepends-py3-amply (20221029.014320) (2/22) Purging py3-setuptools_scm (7.0.5-r0) (3/22) Purging py3-setuptools (65.5.0-r0) (4/22) Purging py3-typing-extensions (4.4.0-r0) (5/22) Purging py3-wheel (0.37.1-r1) (6/22) Purging python3-dev (3.10.8-r3) (7/22) Purging py3-pytest (7.1.3-r1) (8/22) Purging py3-attrs (22.1.0-r0) (9/22) Purging py3-iniconfig (1.1.1-r3) (10/22) Purging py3-packaging (21.3-r2) (11/22) Purging py3-parsing (3.0.9-r0) (12/22) Purging py3-pluggy (1.0.0-r1) (13/22) Purging py3-py (1.11.0-r0) (14/22) Purging py3-tomli (2.0.1-r1) (15/22) Purging python3 (3.10.8-r3) (16/22) Purging libbz2 (1.0.8-r3) (17/22) Purging libffi (3.4.4-r0) (18/22) Purging gdbm (1.23-r0) (19/22) Purging xz-libs (5.2.7-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.2.0-r0) (22/22) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-amply: Updating the community/armv7 repository index... >>> py3-amply: Signing the index...