>>> py3-augeas: Building community/py3-augeas 1.1.0-r6 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 23:44:49 +0000 >>> py3-augeas: Checking sanity of /home/buildozer/aports/community/py3-augeas/APKBUILD... >>> py3-augeas: Analyzing dependencies... >>> py3-augeas: Installing for build: build-base augeas-libs py3-cffi python3 py3-setuptools (1/25) Installing xz-libs (5.6.1-r3) (2/25) Installing libxml2 (2.12.6-r2) (3/25) Installing augeas-libs (1.12.0-r6) (4/25) Installing libbz2 (1.0.8-r6) (5/25) Installing libffi (3.4.6-r0) (6/25) Installing gdbm (1.23-r1) (7/25) Installing mpdecimal (4.0.0-r0) (8/25) Installing libpanelw (6.4_p20240330-r0) (9/25) Installing readline (8.2.10-r0) (10/25) Installing sqlite-libs (3.45.2-r0) (11/25) Installing python3 (3.12.3-r0) (12/25) Installing python3-pycache-pyc0 (3.12.3-r0) (13/25) Installing pyc (3.12.3-r0) (14/25) Installing py3-cparser-pyc (2.22-r1) (15/25) Installing py3-cffi-pyc (1.16.0-r1) (16/25) Installing python3-pyc (3.12.3-r0) (17/25) Installing py3-cparser (2.22-r1) (18/25) Installing py3-cffi (1.16.0-r1) (19/25) Installing py3-parsing (3.1.2-r1) (20/25) Installing py3-parsing-pyc (3.1.2-r1) (21/25) Installing py3-packaging (24.0-r1) (22/25) Installing py3-packaging-pyc (24.0-r1) (23/25) Installing py3-setuptools (69.2.0-r2) (24/25) Installing py3-setuptools-pyc (69.2.0-r2) (25/25) Installing .makedepends-py3-augeas (20240413.234451) Executing busybox-1.36.1-r25.trigger OK: 429 MiB in 132 packages >>> py3-augeas: Cleaning up srcdir >>> py3-augeas: Cleaning up pkgdir >>> py3-augeas: Cleaning up tmpdir >>> py3-augeas: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-augeas-1.1.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 93657 100 93657 0 0 540k 0 --:--:-- --:--:-- --:--:-- 544k >>> py3-augeas: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-augeas-1.1.0.tar.gz >>> py3-augeas: Checking sha512sums... python-augeas-1.1.0.tar.gz: OK dlopen-libc-explicitly.patch: OK >>> py3-augeas: Unpacking /var/cache/distfiles/edge/python-augeas-1.1.0.tar.gz... >>> py3-augeas: dlopen-libc-explicitly.patch patching file augeas/__init__.py patching file augeas/ffi.py /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _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. running build running build_py file augeas.py (for module augeas) not found creating build creating build/lib creating build/lib/test copying test/__init__.py -> build/lib/test copying test/test_augeas.py -> build/lib/test creating build/lib/augeas copying augeas/ffi.py -> build/lib/augeas copying augeas/__init__.py -> build/lib/augeas file augeas.py (for module augeas) not found generating cffi module 'build/lib/augeas.py' /home/buildozer/aports/community/py3-augeas/src/python-augeas-1.1.0/test/test_augeas.py:252: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestAugeas, 'test') test01aGetNone (__main__.TestAugeas.test01aGetNone) test aug_get with non-existing path ... ok test01bGetValue (__main__.TestAugeas.test01bGetValue) test aug_get with existing path ... ok test01cGetException (__main__.TestAugeas.test01cGetException) test aug_get with incorrect path ... ok test02Match (__main__.TestAugeas.test02Match) test aug_match ... ok test03PrintAll (__main__.TestAugeas.test03PrintAll) print all tree elements ... ok test04Grub (__main__.TestAugeas.test04Grub) test default setting of grub entry ... ok test05Defvar (__main__.TestAugeas.test05Defvar) test defvar ... ok test06Defnode (__main__.TestAugeas.test06Defnode) test defnode ... ok test07Setm (__main__.TestAugeas.test07Setm) test setm ... ok test08Span (__main__.TestAugeas.test08Span) test span ... ok test09TextStore (__main__.TestAugeas.test09TextStore) ... ok test10TextRetrieve (__main__.TestAugeas.test10TextRetrieve) ... ok test11Rename (__main__.TestAugeas.test11Rename) ... ok test12Transform (__main__.TestAugeas.test12Transform) ... ok test13AddTransform (__main__.TestAugeas.test13AddTransform) ... ok test14aLabelOk (__main__.TestAugeas.test14aLabelOk) test aug_label with valid input ... ok test14bLabelException (__main__.TestAugeas.test14bLabelException) test aug_label with invalid input ... ok test15Copy (__main__.TestAugeas.test15Copy) ... ok testClose (__main__.TestAugeas.testClose) ... ok testSetNone (__main__.TestAugeas.testSetNone) ... ok ---------------------------------------------------------------------- Ran 20 tests in 28.065s OK >>> py3-augeas: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _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. running install /usr/lib/python3.12/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 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-augeas/pkg creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/test copying build/lib/test/__init__.py -> /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/test copying build/lib/test/test_augeas.py -> /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/test creating /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas copying build/lib/augeas/ffi.py -> /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas copying build/lib/augeas/__init__.py -> /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas copying build/lib/augeas.py -> /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/test/test_augeas.py to test_augeas.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas/ffi.py to ffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas.py to augeas.cpython-312.pyc running install_egg_info running egg_info writing python_augeas.egg-info/PKG-INFO writing dependency_links to python_augeas.egg-info/dependency_links.txt writing requirements to python_augeas.egg-info/requires.txt writing top-level names to python_augeas.egg-info/top_level.txt reading manifest file 'python_augeas.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'test/Makefile' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'python_augeas.egg-info/SOURCES.txt' Copying python_augeas.egg-info to /home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/python_augeas-1.1.0-py3.12.egg-info running install_scripts >>> py3-augeas-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/augeas/__pycache__' -> '/home/buildozer/aports/community/py3-augeas/pkg/py3-augeas-pyc/usr/lib/python3.12/site-packages/augeas/__pycache__' '/home/buildozer/aports/community/py3-augeas/pkg/py3-augeas/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-augeas/pkg/py3-augeas-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-augeas-pyc*: Preparing subpackage py3-augeas-pyc... >>> py3-augeas-pyc*: Running postcheck for py3-augeas-pyc >>> py3-augeas*: Running postcheck for py3-augeas >>> py3-augeas*: Preparing package py3-augeas... >>> py3-augeas-pyc*: Tracing dependencies... augeas-libs py3-cffi python3 python3~3.12 >>> py3-augeas-pyc*: Package size: 72.0 KB >>> py3-augeas-pyc*: Compressing data... >>> py3-augeas-pyc*: Create checksum... >>> py3-augeas-pyc*: Create py3-augeas-pyc-1.1.0-r6.apk >>> py3-augeas*: Tracing dependencies... augeas-libs py3-cffi python3 python3~3.12 >>> py3-augeas*: Package size: 88.0 KB >>> py3-augeas*: Compressing data... >>> py3-augeas*: Create checksum... >>> py3-augeas*: Create py3-augeas-1.1.0-r6.apk >>> py3-augeas: Build complete at Sat, 13 Apr 2024 23:45:22 +0000 elapsed time 0h 0m 33s >>> py3-augeas: Cleaning up srcdir >>> py3-augeas: Cleaning up pkgdir >>> py3-augeas: Uninstalling dependencies... (1/25) Purging .makedepends-py3-augeas (20240413.234451) (2/25) Purging augeas-libs (1.12.0-r6) (3/25) Purging py3-cffi-pyc (1.16.0-r1) (4/25) Purging py3-cffi (1.16.0-r1) (5/25) Purging py3-cparser-pyc (2.22-r1) (6/25) Purging py3-cparser (2.22-r1) (7/25) Purging py3-setuptools-pyc (69.2.0-r2) (8/25) Purging py3-setuptools (69.2.0-r2) (9/25) Purging py3-packaging-pyc (24.0-r1) (10/25) Purging py3-packaging (24.0-r1) (11/25) Purging py3-parsing-pyc (3.1.2-r1) (12/25) Purging py3-parsing (3.1.2-r1) (13/25) Purging libxml2 (2.12.6-r2) (14/25) Purging python3-pyc (3.12.3-r0) (15/25) Purging python3-pycache-pyc0 (3.12.3-r0) (16/25) Purging pyc (3.12.3-r0) (17/25) Purging python3 (3.12.3-r0) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.4.6-r0) (21/25) Purging libpanelw (6.4_p20240330-r0) (22/25) Purging mpdecimal (4.0.0-r0) (23/25) Purging readline (8.2.10-r0) (24/25) Purging sqlite-libs (3.45.2-r0) (25/25) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-augeas: Updating the community/x86_64 repository index... >>> py3-augeas: Signing the index...