>>> py3-munch: Building community/py3-munch 3.0.0-r0 (using abuild 3.11.0-r1) started Wed, 17 May 2023 21:47:28 +0000 >>> py3-munch: Checking sanity of /home/buildozer/aports/community/py3-munch/APKBUILD... >>> py3-munch: Analyzing dependencies... >>> py3-munch: Installing for build: build-base py3-six python3 py3-setuptools py3-pbr py3-pytest (1/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.4-r3) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.4.3-r1) (5/31) Installing mpdecimal (2.5.1-r2) (6/31) Installing libpanelw (6.4_p20230514-r0) (7/31) Installing readline (8.2.1-r2) (8/31) Installing sqlite-libs (3.42.0-r0) (9/31) Installing python3 (3.11.3-r11) (10/31) Installing python3-pycache-pyc0 (3.11.3-r11) (11/31) Installing pyc (0.1-r0) (12/31) Installing py3-six-pyc (1.16.0-r6) (13/31) Installing python3-pyc (3.11.3-r11) (14/31) Installing py3-six (1.16.0-r6) (15/31) Installing py3-parsing (3.0.9-r2) (16/31) Installing py3-parsing-pyc (3.0.9-r2) (17/31) Installing py3-packaging (23.1-r1) (18/31) Installing py3-packaging-pyc (23.1-r1) (19/31) Installing py3-setuptools (67.7.2-r0) (20/31) Installing py3-setuptools-pyc (67.7.2-r0) (21/31) Installing py3-pbr (5.11.1-r2) (22/31) Installing py3-pbr-pyc (5.11.1-r2) (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-munch (20230517.214728) Executing busybox-1.36.0-r11.trigger OK: 364 MiB in 131 packages >>> py3-munch: Cleaning up srcdir >>> py3-munch: Cleaning up pkgdir >>> py3-munch: Fetching https://distfiles.alpinelinux.org/distfiles/edge/munch-3.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-munch: Fetching https://pypi.python.org/packages/source/m/munch/munch-3.0.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 100 122 100 122 0 0 991 0 --:--:-- --:--:-- --:--:-- 1000 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 270 100 270 0 0 468 0 --:--:-- --:--:-- --:--:-- 1343 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19276 100 19276 0 0 19249 0 0:00:01 0:00:01 --:--:-- 19249 >>> py3-munch: Fetching https://distfiles.alpinelinux.org/distfiles/edge/munch-3.0.0.tar.gz >>> py3-munch: Checking sha512sums... munch-3.0.0.tar.gz: OK >>> py3-munch: Unpacking /var/cache/distfiles/edge/munch-3.0.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /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) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /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() /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py creating build creating build/lib creating build/lib/munch copying munch/__init__.py -> build/lib/munch copying munch/python3_compat.py -> build/lib/munch running egg_info writing munch.egg-info/PKG-INFO writing dependency_links to munch.egg-info/dependency_links.txt writing requirements to munch.egg-info/requires.txt writing top-level names to munch.egg-info/top_level.txt [pbr] Reusing existing 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-munch/src/munch-3.0.0 configfile: setup.cfg testpaths: tests collected 108 items tests/test_munch.py .................................................... [ 48%] ..........................................sssss.. [ 93%] tests/test_readme.py s [ 94%] tests/test_yaml.py ssssss [100%] ======================== 96 passed, 12 skipped in 0.23s ======================== >>> py3-munch: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /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) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /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() /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/buildozer/aports/community/py3-munch/pkg creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch copying build/lib/munch/__init__.py -> /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch copying build/lib/munch/python3_compat.py -> /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch byte-compiling /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch/python3_compat.py to python3_compat.cpython-311.pyc running install_egg_info running egg_info writing munch.egg-info/PKG-INFO writing dependency_links to munch.egg-info/dependency_links.txt writing requirements to munch.egg-info/requires.txt writing top-level names to munch.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying munch.egg-info to /home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch-3.0.0-py3.11.egg-info running install_scripts >>> py3-munch-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-munch/pkg/py3-munch/usr/lib/python3.11/site-packages/munch/__pycache__' -> '/home/buildozer/aports/community/py3-munch/pkg/py3-munch-pyc/usr/lib/python3.11/site-packages/munch/__pycache__' >>> py3-munch-pyc*: Preparing subpackage py3-munch-pyc... >>> py3-munch-pyc*: Running postcheck for py3-munch-pyc >>> py3-munch*: Running postcheck for py3-munch >>> py3-munch*: Preparing package py3-munch... >>> py3-munch-pyc*: Tracing dependencies... py3-six python3 python3~3.11 >>> py3-munch-pyc*: Package size: 68.0 KB >>> py3-munch-pyc*: Compressing data... >>> py3-munch-pyc*: Create checksum... >>> py3-munch-pyc*: Create py3-munch-pyc-3.0.0-r0.apk >>> py3-munch*: Tracing dependencies... py3-six python3 python3~3.11 >>> py3-munch*: Package size: 88.0 KB >>> py3-munch*: Compressing data... >>> py3-munch*: Create checksum... >>> py3-munch*: Create py3-munch-3.0.0-r0.apk >>> py3-munch: Build complete at Wed, 17 May 2023 21:47:31 +0000 elapsed time 0h 0m 3s >>> py3-munch: Cleaning up srcdir >>> py3-munch: Cleaning up pkgdir >>> py3-munch: Uninstalling dependencies... (1/31) Purging .makedepends-py3-munch (20230517.214728) (2/31) Purging py3-six-pyc (1.16.0-r6) (3/31) Purging py3-six (1.16.0-r6) (4/31) Purging py3-setuptools-pyc (67.7.2-r0) (5/31) Purging py3-setuptools (67.7.2-r0) (6/31) Purging py3-pbr-pyc (5.11.1-r2) (7/31) Purging py3-pbr (5.11.1-r2) (8/31) Purging py3-pytest-pyc (7.3.1-r1) (9/31) Purging py3-pytest (7.3.1-r1) (10/31) Purging py3-iniconfig-pyc (1.1.1-r6) (11/31) Purging py3-iniconfig (1.1.1-r6) (12/31) Purging py3-packaging-pyc (23.1-r1) (13/31) Purging py3-packaging (23.1-r1) (14/31) Purging py3-parsing-pyc (3.0.9-r2) (15/31) Purging py3-parsing (3.0.9-r2) (16/31) Purging py3-pluggy-pyc (1.0.0-r3) (17/31) Purging py3-pluggy (1.0.0-r3) (18/31) Purging py3-py-pyc (1.11.0-r2) (19/31) Purging py3-py (1.11.0-r2) (20/31) Purging python3-pyc (3.11.3-r11) (21/31) Purging python3-pycache-pyc0 (3.11.3-r11) (22/31) Purging pyc (0.1-r0) (23/31) Purging python3 (3.11.3-r11) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.4-r3) (27/31) Purging libpanelw (6.4_p20230514-r0) (28/31) Purging mpdecimal (2.5.1-r2) (29/31) Purging readline (8.2.1-r2) (30/31) Purging sqlite-libs (3.42.0-r0) (31/31) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 311 MiB in 100 packages >>> py3-munch: Updating the community/armhf repository index... >>> py3-munch: Signing the index...