>>> py3-ipython_genutils: Building community/py3-ipython_genutils 0.2.0-r10 (using abuild 3.15.0_rc3-r1) started Fri, 02 May 2025 23:20:00 +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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.8-r0) (3/26) Installing gdbm (1.24-r0) (4/26) Installing xz-libs (5.8.1-r0) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.5_p20250412-r0) (7/26) Installing sqlite-libs (3.49.1-r1) (8/26) Installing python3 (3.12.10-r0) (9/26) Installing python3-pycache-pyc0 (3.12.10-r0) (10/26) Installing pyc (3.12.10-r0) (11/26) Installing python3-pyc (3.12.10-r0) (12/26) Installing py3-parsing (3.2.0-r0) (13/26) Installing py3-parsing-pyc (3.2.0-r0) (14/26) Installing py3-packaging (25.0-r0) (15/26) Installing py3-packaging-pyc (25.0-r0) (16/26) Installing py3-setuptools (77.0.3-r0) (17/26) Installing py3-setuptools-pyc (77.0.3-r0) (18/26) Installing py3-installer (0.7.0-r2) (19/26) Installing py3-installer-pyc (0.7.0-r2) (20/26) Installing py3-gpep517 (16-r0) (21/26) Installing py3-gpep517-pyc (16-r0) (22/26) Installing py3-wheel (0.43.0-r0) (23/26) Installing py3-wheel-pyc (0.43.0-r0) (24/26) Installing py3-nose (1.3.7-r13) (25/26) Installing py3-nose-pyc (1.3.7-r13) (26/26) Installing .makedepends-py3-ipython_genutils (20250502.232002) Executing busybox-1.37.0-r16.trigger OK: 369 MiB in 130 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/edge/py3-ipython_genutils-0.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-ipython_genutils: Fetching py3-ipython_genutils-0.2.0.tar.gz::https://github.com/ipython/ipython_genutils/archive/0.2.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/py3-ipython_genutils-0.2.0.tar.gz.part' py3-ipython_genutils 100% |********************************| 24943 0:00:00 ETA '/var/cache/distfiles/edge/py3-ipython_genutils-0.2.0.tar.gz.part' saved >>> py3-ipython_genutils: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-ipython_genutils-0.2.0.tar.gz... >>> py3-ipython_genutils: assertEquals.patch patching file ipython_genutils/tests/test_path.py 2025-05-02 23:20:03,886 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-02 23:20:03,920 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-02 23:20:03,942 root INFO running build 2025-05-02 23:20:03,943 root INFO running build_py 2025-05-02 23:20:03,948 root INFO creating build/lib/ipython_genutils 2025-05-02 23:20:03,948 root INFO copying ipython_genutils/__init__.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,949 root INFO copying ipython_genutils/py3compat.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,950 root INFO copying ipython_genutils/importstring.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,950 root INFO copying ipython_genutils/path.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,950 root INFO copying ipython_genutils/tempdir.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,951 root INFO copying ipython_genutils/ipstruct.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,951 root INFO copying ipython_genutils/encoding.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,952 root INFO copying ipython_genutils/text.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,952 root INFO copying ipython_genutils/_version.py -> build/lib/ipython_genutils 2025-05-02 23:20:03,953 root INFO creating build/lib/ipython_genutils/tests 2025-05-02 23:20:03,953 root INFO copying ipython_genutils/tests/__init__.py -> build/lib/ipython_genutils/tests 2025-05-02 23:20:03,953 root INFO copying ipython_genutils/tests/test_tempdir.py -> build/lib/ipython_genutils/tests 2025-05-02 23:20:03,954 root INFO copying ipython_genutils/tests/test_importstring.py -> build/lib/ipython_genutils/tests 2025-05-02 23:20:03,954 root INFO copying ipython_genutils/tests/test_text.py -> build/lib/ipython_genutils/tests 2025-05-02 23:20:03,955 root INFO copying ipython_genutils/tests/test_path.py -> build/lib/ipython_genutils/tests 2025-05-02 23:20:03,955 root INFO creating build/lib/ipython_genutils/testing 2025-05-02 23:20:03,956 root INFO copying ipython_genutils/testing/__init__.py -> build/lib/ipython_genutils/testing 2025-05-02 23:20:03,956 root INFO copying ipython_genutils/testing/decorators.py -> build/lib/ipython_genutils/testing 2025-05-02 23:20:03,965 root INFO installing to build/bdist.linux-armv8l/wheel 2025-05-02 23:20:03,965 root INFO running install 2025-05-02 23:20:03,977 root INFO running install_lib 2025-05-02 23:20:03,981 root INFO creating build/bdist.linux-armv8l/wheel 2025-05-02 23:20:03,982 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils 2025-05-02 23:20:03,982 root INFO copying build/lib/ipython_genutils/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,983 root INFO copying build/lib/ipython_genutils/py3compat.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,983 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils/tests 2025-05-02 23:20:03,983 root INFO copying build/lib/ipython_genutils/tests/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-02 23:20:03,984 root INFO copying build/lib/ipython_genutils/tests/test_tempdir.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-02 23:20:03,984 root INFO copying build/lib/ipython_genutils/tests/test_importstring.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-02 23:20:03,984 root INFO copying build/lib/ipython_genutils/tests/test_text.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-02 23:20:03,985 root INFO copying build/lib/ipython_genutils/tests/test_path.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/tests 2025-05-02 23:20:03,985 root INFO copying build/lib/ipython_genutils/importstring.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,985 root INFO copying build/lib/ipython_genutils/path.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,986 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils/testing 2025-05-02 23:20:03,986 root INFO copying build/lib/ipython_genutils/testing/__init__.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/testing 2025-05-02 23:20:03,986 root INFO copying build/lib/ipython_genutils/testing/decorators.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils/testing 2025-05-02 23:20:03,987 root INFO copying build/lib/ipython_genutils/tempdir.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,987 root INFO copying build/lib/ipython_genutils/ipstruct.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,987 root INFO copying build/lib/ipython_genutils/encoding.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,988 root INFO copying build/lib/ipython_genutils/text.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,988 root INFO copying build/lib/ipython_genutils/_version.py -> build/bdist.linux-armv8l/wheel/./ipython_genutils 2025-05-02 23:20:03,988 root INFO running install_egg_info 2025-05-02 23:20:03,993 root INFO running egg_info 2025-05-02 23:20:03,996 root INFO creating ipython_genutils.egg-info 2025-05-02 23:20:03,997 root INFO writing ipython_genutils.egg-info/PKG-INFO 2025-05-02 23:20:03,998 root INFO writing dependency_links to ipython_genutils.egg-info/dependency_links.txt 2025-05-02 23:20:03,998 root INFO writing top-level names to ipython_genutils.egg-info/top_level.txt 2025-05-02 23:20:03,998 root INFO writing manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-02 23:20:04,003 root INFO reading manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-02 23:20:04,004 root INFO reading manifest template 'MANIFEST.in' 2025-05-02 23:20:04,004 root WARNING warning: no previously-included files matching '*~' found anywhere in distribution 2025-05-02 23:20:04,005 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution 2025-05-02 23:20:04,005 root WARNING warning: no previously-included files matching '*.pyo' found anywhere in distribution 2025-05-02 23:20:04,005 root WARNING warning: no previously-included files matching '.git' found anywhere in distribution 2025-05-02 23:20:04,006 root WARNING warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution 2025-05-02 23:20:04,006 root INFO adding license file 'COPYING.md' 2025-05-02 23:20:04,007 root INFO writing manifest file 'ipython_genutils.egg-info/SOURCES.txt' 2025-05-02 23:20:04,008 root INFO Copying ipython_genutils.egg-info to build/bdist.linux-armv8l/wheel/./ipython_genutils-0.2.0-py3.12.egg-info 2025-05-02 23:20:04,009 root INFO running install_scripts 2025-05-02 23:20:04,011 root INFO creating build/bdist.linux-armv8l/wheel/ipython_genutils-0.2.0.dist-info/WHEEL 2025-05-02 23:20:04,012 wheel INFO creating '/home/buildozer/aports/community/py3-ipython_genutils/src/ipython_genutils-0.2.0/.dist/.tmp-n5ngh0jb/ipython_genutils-0.2.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-05-02 23:20:04,012 wheel INFO adding 'ipython_genutils/__init__.py' 2025-05-02 23:20:04,013 wheel INFO adding 'ipython_genutils/_version.py' 2025-05-02 23:20:04,013 wheel INFO adding 'ipython_genutils/encoding.py' 2025-05-02 23:20:04,014 wheel INFO adding 'ipython_genutils/importstring.py' 2025-05-02 23:20:04,014 wheel INFO adding 'ipython_genutils/ipstruct.py' 2025-05-02 23:20:04,014 wheel INFO adding 'ipython_genutils/path.py' 2025-05-02 23:20:04,015 wheel INFO adding 'ipython_genutils/py3compat.py' 2025-05-02 23:20:04,015 wheel INFO adding 'ipython_genutils/tempdir.py' 2025-05-02 23:20:04,016 wheel INFO adding 'ipython_genutils/text.py' 2025-05-02 23:20:04,016 wheel INFO adding 'ipython_genutils/testing/__init__.py' 2025-05-02 23:20:04,016 wheel INFO adding 'ipython_genutils/testing/decorators.py' 2025-05-02 23:20:04,017 wheel INFO adding 'ipython_genutils/tests/__init__.py' 2025-05-02 23:20:04,017 wheel INFO adding 'ipython_genutils/tests/test_importstring.py' 2025-05-02 23:20:04,017 wheel INFO adding 'ipython_genutils/tests/test_path.py' 2025-05-02 23:20:04,018 wheel INFO adding 'ipython_genutils/tests/test_tempdir.py' 2025-05-02 23:20:04,018 wheel INFO adding 'ipython_genutils/tests/test_text.py' 2025-05-02 23:20:04,019 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/licenses/COPYING.md' 2025-05-02 23:20:04,019 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/METADATA' 2025-05-02 23:20:04,019 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/WHEEL' 2025-05-02 23:20:04,019 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/top_level.txt' 2025-05-02 23:20:04,020 wheel INFO adding 'ipython_genutils-0.2.0.dist-info/RECORD' 2025-05-02 23:20:04,020 root INFO removing build/bdist.linux-armv8l/wheel 2025-05-02 23:20:04,021 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.015s 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 Fri, 02 May 2025 23:20:06 +0000 elapsed time 0h 0m 6s >>> py3-ipython_genutils: Cleaning up srcdir >>> py3-ipython_genutils: Cleaning up pkgdir >>> py3-ipython_genutils: Uninstalling dependencies... (1/26) Purging .makedepends-py3-ipython_genutils (20250502.232002) (2/26) Purging py3-setuptools-pyc (77.0.3-r0) (3/26) Purging py3-setuptools (77.0.3-r0) (4/26) Purging py3-gpep517-pyc (16-r0) (5/26) Purging py3-gpep517 (16-r0) (6/26) Purging py3-installer-pyc (0.7.0-r2) (7/26) Purging py3-installer (0.7.0-r2) (8/26) Purging py3-wheel-pyc (0.43.0-r0) (9/26) Purging py3-wheel (0.43.0-r0) (10/26) Purging py3-packaging-pyc (25.0-r0) (11/26) Purging py3-packaging (25.0-r0) (12/26) Purging py3-parsing-pyc (3.2.0-r0) (13/26) Purging py3-parsing (3.2.0-r0) (14/26) Purging py3-nose-pyc (1.3.7-r13) (15/26) Purging py3-nose (1.3.7-r13) (16/26) Purging python3-pyc (3.12.10-r0) (17/26) Purging python3-pycache-pyc0 (3.12.10-r0) (18/26) Purging pyc (3.12.10-r0) (19/26) Purging python3 (3.12.10-r0) (20/26) Purging gdbm (1.24-r0) (21/26) Purging libbz2 (1.0.8-r6) (22/26) Purging libffi (3.4.8-r0) (23/26) Purging libpanelw (6.5_p20250412-r0) (24/26) Purging mpdecimal (4.0.0-r0) (25/26) Purging sqlite-libs (3.49.1-r1) (26/26) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 323 MiB in 104 packages >>> py3-ipython_genutils: Updating the community/armhf repository index... >>> py3-ipython_genutils: Signing the index...