>>> py3-ipython_genutils: Building community/py3-ipython_genutils 0.2.0-r10 (using abuild 3.15.0_rc3-r1) started Sat, 03 May 2025 06:23:08 +0000 >>> py3-ipython_genutils: Validating /home/buildozer/aports/community/py3-ipython_genutils/APKBUILD... >>> py3-ipython_genutils: Analyzing dependencies... >>> py3-ipython_genutils: Installing for build: build-base python3 py3-setuptools py3-gpep517 py3-wheel py3-nose (1/24) Installing libbz2 (1.0.8-r6) (2/24) Installing gdbm (1.24-r0) (3/24) Installing mpdecimal (4.0.0-r0) (4/24) Installing libpanelw (6.5_p20250412-r0) (5/24) Installing sqlite-libs (3.49.1-r1) (6/24) Installing python3 (3.12.10-r0) (7/24) Installing python3-pycache-pyc0 (3.12.10-r0) (8/24) Installing pyc (3.12.10-r0) (9/24) Installing python3-pyc (3.12.10-r0) (10/24) Installing py3-parsing (3.2.0-r0) (11/24) Installing py3-parsing-pyc (3.2.0-r0) (12/24) Installing py3-packaging (25.0-r0) (13/24) Installing py3-packaging-pyc (25.0-r0) (14/24) Installing py3-setuptools (77.0.3-r0) (15/24) Installing py3-setuptools-pyc (77.0.3-r0) (16/24) Installing py3-installer (0.7.0-r2) (17/24) Installing py3-installer-pyc (0.7.0-r2) (18/24) Installing py3-gpep517 (16-r0) (19/24) Installing py3-gpep517-pyc (16-r0) (20/24) Installing py3-wheel (0.43.0-r0) (21/24) Installing py3-wheel-pyc (0.43.0-r0) (22/24) Installing py3-nose (1.3.7-r13) (23/24) Installing py3-nose-pyc (1.3.7-r13) (24/24) Installing .makedepends-py3-ipython_genutils (20250503.062309) Executing busybox-1.37.0-r16.trigger OK: 646 MiB in 134 packages >>> py3-ipython_genutils: Cleaning up srcdir >>> py3-ipython_genutils: Cleaning up pkgdir >>> py3-ipython_genutils: Cleaning up tmpdir >>> py3-ipython_genutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-ipython_genutils-0.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-ipython_genutils-0.2.0.tar.gz.part' py3-ipython_genutils 100% |********************************| 24943 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-ipython_genutils-0.2.0.tar.gz.part' saved >>> py3-ipython_genutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-ipython_genutils-0.2.0.tar.gz >>> py3-ipython_genutils: Checking sha512sums... py3-ipython_genutils-0.2.0.tar.gz: OK assertEquals.patch: OK >>> py3-ipython_genutils: Unpacking /var/cache/distfiles/v3.22/py3-ipython_genutils-0.2.0.tar.gz... >>> py3-ipython_genutils: assertEquals.patch patching file ipython_genutils/tests/test_path.py 2025-05-03 06:23:10,180 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-05-03 06:23:10,208 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() 2025-05-03 06:23:10,226 root INFO running build 2025-05-03 06:23:10,226 root INFO running build_py 2025-05-03 06:23:10,231 root INFO creating build/lib/ipython_genutils 2025-05-03 06:23:10,231 root INFO copying ipython_genutils/__init__.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,232 root INFO copying ipython_genutils/py3compat.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,232 root INFO copying ipython_genutils/importstring.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,232 root INFO copying ipython_genutils/path.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,233 root INFO copying ipython_genutils/tempdir.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,233 root INFO copying ipython_genutils/ipstruct.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,233 root INFO copying ipython_genutils/encoding.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,234 root INFO copying ipython_genutils/text.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,234 root INFO copying ipython_genutils/_version.py -> build/lib/ipython_genutils 2025-05-03 06:23:10,234 root INFO creating build/lib/ipython_genutils/tests 2025-05-03 06:23:10,234 root INFO copying ipython_genutils/tests/__init__.py -> build/lib/ipython_genutils/tests 2025-05-03 06:23:10,235 root INFO copying ipython_genutils/tests/test_tempdir.py -> build/lib/ipython_genutils/tests 2025-05-03 06:23:10,235 root INFO copying ipython_genutils/tests/test_importstring.py -> build/lib/ipython_genutils/tests 2025-05-03 06:23:10,235 root INFO copying ipython_genutils/tests/test_text.py -> build/lib/ipython_genutils/tests 2025-05-03 06:23:10,236 root INFO copying ipython_genutils/tests/test_path.py -> build/lib/ipython_genutils/tests 2025-05-03 06:23:10,236 root INFO creating build/lib/ipython_genutils/testing 2025-05-03 06:23:10,236 root INFO copying ipython_genutils/testing/__init__.py -> build/lib/ipython_genutils/testing 2025-05-03 06:23:10,237 root INFO copying ipython_genutils/testing/decorators.py -> build/lib/ipython_genutils/testing 2025-05-03 06:23:10,244 root INFO installing to build/bdist.linux-armv8l/wheel 2025-05-03 06:23:10,244 root INFO running install 2025-05-03 06:23:10,256 root INFO running install_lib 2025-05-03 06:23:10,260 root INFO creating build/bdist.linux-armv8l/wheel 2025-05-03 06:23:10,260 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils 2025-05-03 06:23:10,260 root INFO copying build/lib/ipython_genutils/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,261 root INFO copying build/lib/ipython_genutils/py3compat.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,261 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils/tests 2025-05-03 06:23:10,261 root INFO copying build/lib/ipython_genutils/tests/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-03 06:23:10,261 root INFO copying build/lib/ipython_genutils/tests/test_tempdir.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-03 06:23:10,262 root INFO copying build/lib/ipython_genutils/tests/test_importstring.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-03 06:23:10,262 root INFO copying build/lib/ipython_genutils/tests/test_text.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-03 06:23:10,262 root INFO copying build/lib/ipython_genutils/tests/test_path.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-03 06:23:10,262 root INFO copying build/lib/ipython_genutils/importstring.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,263 root INFO copying build/lib/ipython_genutils/path.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,263 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils/testing 2025-05-03 06:23:10,263 root INFO copying build/lib/ipython_genutils/testing/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/testing 2025-05-03 06:23:10,263 root INFO copying build/lib/ipython_genutils/testing/decorators.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/testing 2025-05-03 06:23:10,264 root INFO copying build/lib/ipython_genutils/tempdir.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,264 root INFO copying build/lib/ipython_genutils/ipstruct.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,264 root INFO copying build/lib/ipython_genutils/encoding.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,264 root INFO copying build/lib/ipython_genutils/text.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,265 root INFO copying build/lib/ipython_genutils/_version.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-03 06:23:10,265 root INFO running install_egg_info 2025-05-03 06:23:10,269 root INFO running egg_info 2025-05-03 06:23:10,272 root INFO creating ipython_genutils.egg-info 2025-05-03 06:23:10,272 root INFO writing ipython_genutils.egg-info/PKG-INFO 2025-05-03 06:23:10,273 root INFO writing dependency_links to ipython_genutils.egg-info/dependency_links.txt 2025-05-03 06:23:10,273 root INFO writing top-level names to ipython_genutils.egg-info/top_level.txt 2025-05-03 06:23:10,273 root INFO writing manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-03 06:23:10,277 root INFO reading manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-03 06:23:10,278 root INFO reading manifest template 'MANIFEST.in' 2025-05-03 06:23:10,278 root WARNING warning: no previously-included files matching '*~' found anywhere in distribution 2025-05-03 06:23:10,278 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution 2025-05-03 06:23:10,279 root WARNING warning: no previously-included files matching '*.pyo' found anywhere in distribution 2025-05-03 06:23:10,279 root WARNING warning: no previously-included files matching '.git' found anywhere in distribution 2025-05-03 06:23:10,279 root WARNING warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution 2025-05-03 06:23:10,279 root INFO adding license file 'COPYING.md' 2025-05-03 06:23:10,280 root INFO writing manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-03 06:23:10,281 root INFO Copying ipython_genutils.egg-info to build/bdist.linux-armv8l/wheel/./ipython_genutils-0.2.0-py3.12.egg-info 2025-05-03 06:23:10,282 root INFO running install_scripts 2025-05-03 06:23:10,283 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils-0.2.0.dist-info/WHEEL 2025-05-03 06:23:10,284 wheel INFO creating '/home/buildozer/aports/community/py3-ipython_genutils/src/ipython_genutils-0.2.0/.dist/.tmp-4k6n1t33/ipython_genutils-0.2.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-05-03 06:23:10,285 wheel INFO adding 'ipython_genutils/__init__.py' 2025-05-03 06:23:10,285 wheel INFO adding 'ipython_genutils/_version.py' 2025-05-03 06:23:10,285 wheel INFO adding 'ipython_genutils/encoding.py' 2025-05-03 06:23:10,285 wheel INFO adding 'ipython_genutils/importstring.py' 2025-05-03 06:23:10,286 wheel INFO adding 'ipython_genutils/ipstruct.py' 2025-05-03 06:23:10,286 wheel INFO adding 'ipython_genutils/path.py' 2025-05-03 06:23:10,286 wheel INFO adding 'ipython_genutils/py3compat.py' 2025-05-03 06:23:10,287 wheel INFO adding 'ipython_genutils/tempdir.py' 2025-05-03 06:23:10,287 wheel INFO adding 'ipython_genutils/text.py' 2025-05-03 06:23:10,287 wheel INFO adding 'ipython_genutils/testing/__init__.py' 2025-05-03 06:23:10,288 wheel INFO adding 'ipython_genutils/testing/decorators.py' 2025-05-03 06:23:10,288 wheel INFO adding 'ipython_genutils/tests/__init__.py' 2025-05-03 06:23:10,288 wheel INFO adding 'ipython_genutils/tests/test_importstring.py' 2025-05-03 06:23:10,288 wheel INFO adding 'ipython_genutils/tests/test_path.py' 2025-05-03 06:23:10,289 wheel INFO adding 'ipython_genutils/tests/test_tempdir.py' 2025-05-03 06:23:10,289 wheel INFO adding 'ipython_genutils/tests/test_text.py' 2025-05-03 06:23:10,289 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/licenses/COPYING.md' 2025-05-03 06:23:10,290 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/METADATA' 2025-05-03 06:23:10,290 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/WHEEL' 2025-05-03 06:23:10,290 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/top_level.txt' 2025-05-03 06:23:10,290 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/RECORD' 2025-05-03 06:23:10,291 root INFO removing build/bdist.linux-armv8l/wheel 2025-05-03 06:23:10,292 gpep517 INFO The backend produced .dist/ipython_genutils-0.2.0-py2.py3-none-any.whl ipython_genutils-0.2.0-py2.py3-none-any.whl ........S........ ---------------------------------------------------------------------- Ran 17 tests in 0.010s OK (SKIP=1) >>> py3-ipython_genutils: Entering fakeroot... >>> py3-ipython_genutils-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/ipython_genutils/__pycache__' -> '/home/buildozer/aports/community/py3-ipython_genutils/pkg/py3-ipython_genutils-pyc/usr/lib/python3.12/site-packages/ipython_genutils/__pycache__' 'usr/lib/python3.12/site-packages/ipython_genutils/tests/__pycache__' -> '/home/buildozer/aports/community/py3-ipython_genutils/pkg/py3-ipython_genutils-pyc/usr/lib/python3.12/site-packages/ipython_genutils/tests/__pycache__' 'usr/lib/python3.12/site-packages/ipython_genutils/testing/__pycache__' -> '/home/buildozer/aports/community/py3-ipython_genutils/pkg/py3-ipython_genutils-pyc/usr/lib/python3.12/site-packages/ipython_genutils/testing/__pycache__' >>> py3-ipython_genutils-pyc*: Preparing subpackage py3-ipython_genutils-pyc... >>> py3-ipython_genutils-pyc*: Running postcheck for py3-ipython_genutils-pyc >>> py3-ipython_genutils*: Running postcheck for py3-ipython_genutils >>> py3-ipython_genutils*: Preparing package py3-ipython_genutils... >>> py3-ipython_genutils-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-ipython_genutils-pyc*: Package size: 76.6 KB >>> py3-ipython_genutils-pyc*: Compressing data... >>> py3-ipython_genutils-pyc*: Create checksum... >>> py3-ipython_genutils-pyc*: Create py3-ipython_genutils-pyc-0.2.0-r10.apk >>> py3-ipython_genutils*: Tracing dependencies... python3 python3~3.12 >>> py3-ipython_genutils*: Package size: 65.1 KB >>> py3-ipython_genutils*: Compressing data... >>> py3-ipython_genutils*: Create checksum... >>> py3-ipython_genutils*: Create py3-ipython_genutils-0.2.0-r10.apk >>> py3-ipython_genutils: Build complete at Sat, 03 May 2025 06:23:12 +0000 elapsed time 0h 0m 4s >>> py3-ipython_genutils: Cleaning up srcdir >>> py3-ipython_genutils: Cleaning up pkgdir >>> py3-ipython_genutils: Uninstalling dependencies... (1/24) Purging .makedepends-py3-ipython_genutils (20250503.062309) (2/24) Purging py3-setuptools-pyc (77.0.3-r0) (3/24) Purging py3-setuptools (77.0.3-r0) (4/24) Purging py3-gpep517-pyc (16-r0) (5/24) Purging py3-gpep517 (16-r0) (6/24) Purging py3-installer-pyc (0.7.0-r2) (7/24) Purging py3-installer (0.7.0-r2) (8/24) Purging py3-wheel-pyc (0.43.0-r0) (9/24) Purging py3-wheel (0.43.0-r0) (10/24) Purging py3-packaging-pyc (25.0-r0) (11/24) Purging py3-packaging (25.0-r0) (12/24) Purging py3-parsing-pyc (3.2.0-r0) (13/24) Purging py3-parsing (3.2.0-r0) (14/24) Purging py3-nose-pyc (1.3.7-r13) (15/24) Purging py3-nose (1.3.7-r13) (16/24) Purging python3-pyc (3.12.10-r0) (17/24) Purging python3-pycache-pyc0 (3.12.10-r0) (18/24) Purging pyc (3.12.10-r0) (19/24) Purging python3 (3.12.10-r0) (20/24) Purging gdbm (1.24-r0) (21/24) Purging libbz2 (1.0.8-r6) (22/24) Purging libpanelw (6.5_p20250412-r0) (23/24) Purging mpdecimal (4.0.0-r0) (24/24) Purging sqlite-libs (3.49.1-r1) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 110 packages >>> py3-ipython_genutils: Updating the community/armhf repository index... >>> py3-ipython_genutils: Signing the index...