>>> py3-shlib: Building community/py3-shlib 1.6-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 21:28:21 +0000 >>> py3-shlib: Checking sanity of /home/buildozer/aports/community/py3-shlib/APKBUILD... >>> py3-shlib: Analyzing dependencies... >>> py3-shlib: Installing for build: build-base python3 py3-braceexpand py3-inform py3-setuptools py3-pytest-runner py3-pytest (1/37) Installing libffi (3.4.4-r3) (2/37) Installing gdbm (1.23-r1) (3/37) Installing mpdecimal (2.5.1-r2) (4/37) Installing libpanelw (6.4_p20230520-r0) (5/37) Installing readline (8.2.1-r2) (6/37) Installing sqlite-libs (3.42.0-r0) (7/37) Installing python3 (3.11.3-r11) (8/37) Installing python3-pycache-pyc0 (3.11.3-r11) (9/37) Installing pyc (0.1-r0) (10/37) Installing python3-pyc (3.11.3-r11) (11/37) Installing py3-iniconfig (1.1.1-r6) (12/37) Installing py3-iniconfig-pyc (1.1.1-r6) (13/37) Installing py3-parsing (3.0.9-r2) (14/37) Installing py3-parsing-pyc (3.0.9-r2) (15/37) Installing py3-packaging (23.1-r1) (16/37) Installing py3-packaging-pyc (23.1-r1) (17/37) Installing py3-pluggy (1.0.0-r3) (18/37) Installing py3-pluggy-pyc (1.0.0-r3) (19/37) Installing py3-py (1.11.0-r2) (20/37) Installing py3-py-pyc (1.11.0-r2) (21/37) Installing py3-pytest (7.3.1-r1) (22/37) Installing py3-pytest-pyc (7.3.1-r1) (23/37) Installing py3-braceexpand (0.1.7-r3) (24/37) Installing py3-braceexpand-pyc (0.1.7-r3) (25/37) Installing py3-six (1.16.0-r6) (26/37) Installing py3-six-pyc (1.16.0-r6) (27/37) Installing py3-dateutil (2.8.2-r3) (28/37) Installing py3-dateutil-pyc (2.8.2-r3) (29/37) Installing py3-arrow (1.2.3-r2) (30/37) Installing py3-arrow-pyc (1.2.3-r2) (31/37) Installing py3-inform (1.28-r1) (32/37) Installing py3-inform-pyc (1.28-r1) (33/37) Installing py3-setuptools (67.8.0-r0) (34/37) Installing py3-setuptools-pyc (67.8.0-r0) (35/37) Installing py3-pytest-runner (6.0.0-r2) (36/37) Installing py3-pytest-runner-pyc (6.0.0-r2) (37/37) Installing .makedepends-py3-shlib (20230522.212822) Executing busybox-1.36.0-r11.trigger OK: 427 MiB in 145 packages >>> py3-shlib: Cleaning up srcdir >>> py3-shlib: Cleaning up pkgdir >>> py3-shlib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shlib-v1.6.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-shlib: Fetching https://github.com/KenKundert/shlib/archive/v1.6/shlib-v1.6.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 35282 0 35282 0 0 81034 0 --:--:-- --:--:-- --:--:-- 81034 >>> py3-shlib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shlib-v1.6.tar.gz >>> py3-shlib: Checking sha512sums... shlib-v1.6.tar.gz: OK >>> py3-shlib: Unpacking /var/cache/distfiles/edge/shlib-v1.6.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `license` defined outside of `pyproject.toml` would be ignored. !! ******************************************************************************** ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'GPLv3+'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `license` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list `license` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:69: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running build running build_py creating build creating build/lib creating build/lib/shlib copying shlib/__init__.py -> build/lib/shlib copying shlib/extended_pathlib.py -> build/lib/shlib copying shlib/shlib.py -> build/lib/shlib running egg_info creating shlib.egg-info writing shlib.egg-info/PKG-INFO writing dependency_links to shlib.egg-info/dependency_links.txt writing requirements to shlib.egg-info/requires.txt writing top-level names to shlib.egg-info/top_level.txt writing manifest file 'shlib.egg-info/SOURCES.txt' reading manifest file 'shlib.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'shlib.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-shlib/src/shlib-1.6 configfile: pytest.ini collected 108 items README.rst . [ 0%] shlib/shlib.py .... [ 4%] tests/test_brace_expand.py . [ 5%] tests/test_cartesian_product.py ... [ 8%] tests/test_cd.py .... [ 12%] tests/test_chmod.py ...... [ 17%] tests/test_cmd.py ........ [ 25%] tests/test_cp.py ...................... [ 45%] tests/test_cwd.py . [ 46%] tests/test_ln.py .... [ 50%] tests/test_ls.py ............ [ 61%] tests/test_lsd.py ...... [ 66%] tests/test_lsf.py ...... [ 72%] tests/test_mkdir.py ....... [ 78%] tests/test_mv.py ........... [ 88%] tests/test_rm.py .... [ 92%] tests/test_touch.py .... [ 96%] tests/shlib/shlib.py .... [100%] ============================= 108 passed in 0.82s ============================== >>> py3-shlib: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `license` defined outside of `pyproject.toml` would be ignored. !! ******************************************************************************** ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'GPLv3+'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `license` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list `license` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:69: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) 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-shlib/pkg creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib copying build/lib/shlib/__init__.py -> /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib copying build/lib/shlib/extended_pathlib.py -> /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib copying build/lib/shlib/shlib.py -> /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib byte-compiling /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib/extended_pathlib.py to extended_pathlib.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib/shlib.py to shlib.cpython-311.pyc running install_egg_info running egg_info writing shlib.egg-info/PKG-INFO writing dependency_links to shlib.egg-info/dependency_links.txt writing requirements to shlib.egg-info/requires.txt writing top-level names to shlib.egg-info/top_level.txt reading manifest file 'shlib.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'shlib.egg-info/SOURCES.txt' Copying shlib.egg-info to /home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib-1.6-py3.11.egg-info running install_scripts >>> py3-shlib-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-shlib/pkg/py3-shlib/usr/lib/python3.11/site-packages/shlib/__pycache__' -> '/home/buildozer/aports/community/py3-shlib/pkg/py3-shlib-pyc/usr/lib/python3.11/site-packages/shlib/__pycache__' >>> py3-shlib-pyc*: Preparing subpackage py3-shlib-pyc... >>> py3-shlib-pyc*: Running postcheck for py3-shlib-pyc >>> py3-shlib*: Running postcheck for py3-shlib >>> py3-shlib*: Preparing package py3-shlib... >>> py3-shlib-pyc*: Tracing dependencies... python3 py3-braceexpand py3-inform python3~3.11 >>> py3-shlib-pyc*: Package size: 84.0 KB >>> py3-shlib-pyc*: Compressing data... >>> py3-shlib-pyc*: Create checksum... >>> py3-shlib-pyc*: Create py3-shlib-pyc-1.6-r0.apk >>> py3-shlib*: Tracing dependencies... python3 py3-braceexpand py3-inform python3~3.11 >>> py3-shlib*: Package size: 116.0 KB >>> py3-shlib*: Compressing data... >>> py3-shlib*: Create checksum... >>> py3-shlib*: Create py3-shlib-1.6-r0.apk >>> py3-shlib: Build complete at Mon, 22 May 2023 21:28:26 +0000 elapsed time 0h 0m 5s >>> py3-shlib: Cleaning up srcdir >>> py3-shlib: Cleaning up pkgdir >>> py3-shlib: Uninstalling dependencies... (1/37) Purging .makedepends-py3-shlib (20230522.212822) (2/37) Purging py3-braceexpand-pyc (0.1.7-r3) (3/37) Purging py3-braceexpand (0.1.7-r3) (4/37) Purging py3-inform-pyc (1.28-r1) (5/37) Purging py3-inform (1.28-r1) (6/37) Purging py3-arrow-pyc (1.2.3-r2) (7/37) Purging py3-arrow (1.2.3-r2) (8/37) Purging py3-dateutil-pyc (2.8.2-r3) (9/37) Purging py3-dateutil (2.8.2-r3) (10/37) Purging py3-six-pyc (1.16.0-r6) (11/37) Purging py3-six (1.16.0-r6) (12/37) Purging py3-pytest-runner-pyc (6.0.0-r2) (13/37) Purging py3-pytest-runner (6.0.0-r2) (14/37) Purging py3-setuptools-pyc (67.8.0-r0) (15/37) Purging py3-setuptools (67.8.0-r0) (16/37) Purging py3-pytest-pyc (7.3.1-r1) (17/37) Purging py3-pytest (7.3.1-r1) (18/37) Purging py3-iniconfig-pyc (1.1.1-r6) (19/37) Purging py3-iniconfig (1.1.1-r6) (20/37) Purging py3-packaging-pyc (23.1-r1) (21/37) Purging py3-packaging (23.1-r1) (22/37) Purging py3-parsing-pyc (3.0.9-r2) (23/37) Purging py3-parsing (3.0.9-r2) (24/37) Purging py3-pluggy-pyc (1.0.0-r3) (25/37) Purging py3-pluggy (1.0.0-r3) (26/37) Purging py3-py-pyc (1.11.0-r2) (27/37) Purging py3-py (1.11.0-r2) (28/37) Purging python3-pyc (3.11.3-r11) (29/37) Purging python3-pycache-pyc0 (3.11.3-r11) (30/37) Purging pyc (0.1-r0) (31/37) Purging python3 (3.11.3-r11) (32/37) Purging gdbm (1.23-r1) (33/37) Purging libffi (3.4.4-r3) (34/37) Purging libpanelw (6.4_p20230520-r0) (35/37) Purging mpdecimal (2.5.1-r2) (36/37) Purging readline (8.2.1-r2) (37/37) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.0-r11.trigger OK: 372 MiB in 108 packages >>> py3-shlib: Updating the community/x86 repository index... >>> py3-shlib: Signing the index...