>>> py3-pyrfc3339: Building community/py3-pyrfc3339 1.1-r9 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 23:42:51 +0000 >>> py3-pyrfc3339: Checking sanity of /home/buildozer/aports/community/py3-pyrfc3339/APKBUILD... >>> py3-pyrfc3339: Analyzing dependencies... >>> py3-pyrfc3339: Installing for build: build-base py3-tz py3-setuptools py3-nose (1/23) Installing libbz2 (1.0.8-r6) (2/23) Installing libffi (3.4.6-r0) (3/23) Installing gdbm (1.23-r1) (4/23) Installing xz-libs (5.6.1-r3) (5/23) Installing mpdecimal (4.0.0-r0) (6/23) Installing libpanelw (6.4_p20240330-r0) (7/23) Installing readline (8.2.10-r0) (8/23) Installing sqlite-libs (3.45.2-r0) (9/23) Installing python3 (3.12.2-r1) (10/23) Installing python3-pycache-pyc0 (3.12.2-r1) (11/23) Installing pyc (3.12.2-r1) (12/23) Installing py3-tz-pyc (2024.1-r1) (13/23) Installing python3-pyc (3.12.2-r1) (14/23) Installing py3-tz (2024.1-r1) (15/23) Installing py3-parsing (3.1.2-r1) (16/23) Installing py3-parsing-pyc (3.1.2-r1) (17/23) Installing py3-packaging (24.0-r1) (18/23) Installing py3-packaging-pyc (24.0-r1) (19/23) Installing py3-setuptools (69.2.0-r2) (20/23) Installing py3-setuptools-pyc (69.2.0-r2) (21/23) Installing py3-nose (1.3.7-r12) (22/23) Installing py3-nose-pyc (1.3.7-r12) (23/23) Installing .makedepends-py3-pyrfc3339 (20240412.234252) Executing busybox-1.36.1-r25.trigger OK: 318 MiB in 126 packages >>> py3-pyrfc3339: Cleaning up srcdir >>> py3-pyrfc3339: Cleaning up pkgdir >>> py3-pyrfc3339: Cleaning up tmpdir >>> py3-pyrfc3339: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyRFC3339-1.1.tar.gz >>> py3-pyrfc3339: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyRFC3339-1.1.tar.gz >>> py3-pyrfc3339: Checking sha512sums... pyRFC3339-1.1.tar.gz: OK >>> py3-pyrfc3339: Unpacking /var/cache/distfiles/pyRFC3339-1.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyrfc3339 copying pyrfc3339/__init__.py -> build/lib/pyrfc3339 copying pyrfc3339/parser.py -> build/lib/pyrfc3339 copying pyrfc3339/utils.py -> build/lib/pyrfc3339 copying pyrfc3339/generator.py -> build/lib/pyrfc3339 nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module Doctest: pyrfc3339.generator.generate ... ok Doctest: pyrfc3339.parser.parse ... ok Doctest: pyrfc3339.utils.FixedOffset ... ok Doctest: pyrfc3339.utils.timedelta_seconds ... ok Doctest: pyrfc3339.utils.timezone ... ok Doctest: pyrfc3339 ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK >>> py3-pyrfc3339: Entering fakeroot... 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-pyrfc3339/pkg creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339 creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339 copying build/lib/pyrfc3339/__init__.py -> /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339 copying build/lib/pyrfc3339/parser.py -> /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339 copying build/lib/pyrfc3339/utils.py -> /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339 copying build/lib/pyrfc3339/generator.py -> /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339 byte-compiling /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339/parser.py to parser.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339/generator.py to generator.cpython-312.pyc running install_egg_info running egg_info writing pyRFC3339.egg-info/PKG-INFO writing dependency_links to pyRFC3339.egg-info/dependency_links.txt writing requirements to pyRFC3339.egg-info/requires.txt writing top-level names to pyRFC3339.egg-info/top_level.txt reading manifest file 'pyRFC3339.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'pyRFC3339.egg-info/SOURCES.txt' Copying pyRFC3339.egg-info to /home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyRFC3339-1.1-py3.12.egg-info running install_scripts >>> py3-pyrfc3339-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339/usr/lib/python3.12/site-packages/pyrfc3339/__pycache__' -> '/home/buildozer/aports/community/py3-pyrfc3339/pkg/py3-pyrfc3339-pyc/usr/lib/python3.12/site-packages/pyrfc3339/__pycache__' >>> py3-pyrfc3339-pyc*: Preparing subpackage py3-pyrfc3339-pyc... >>> py3-pyrfc3339-pyc*: Running postcheck for py3-pyrfc3339-pyc >>> py3-pyrfc3339*: Running postcheck for py3-pyrfc3339 >>> py3-pyrfc3339*: Preparing package py3-pyrfc3339... >>> py3-pyrfc3339-pyc*: Tracing dependencies... py3-tz python3~3.12 >>> py3-pyrfc3339-pyc*: Package size: 48.0 KB >>> py3-pyrfc3339-pyc*: Compressing data... >>> py3-pyrfc3339-pyc*: Create checksum... >>> py3-pyrfc3339-pyc*: Create py3-pyrfc3339-pyc-1.1-r9.apk >>> py3-pyrfc3339*: Tracing dependencies... py3-tz python3~3.12 >>> py3-pyrfc3339*: Package size: 64.0 KB >>> py3-pyrfc3339*: Compressing data... >>> py3-pyrfc3339*: Create checksum... >>> py3-pyrfc3339*: Create py3-pyrfc3339-1.1-r9.apk >>> py3-pyrfc3339: Build complete at Fri, 12 Apr 2024 23:42:54 +0000 elapsed time 0h 0m 3s >>> py3-pyrfc3339: Cleaning up srcdir >>> py3-pyrfc3339: Cleaning up pkgdir >>> py3-pyrfc3339: Uninstalling dependencies... (1/23) Purging .makedepends-py3-pyrfc3339 (20240412.234252) (2/23) Purging py3-tz-pyc (2024.1-r1) (3/23) Purging py3-tz (2024.1-r1) (4/23) Purging py3-setuptools-pyc (69.2.0-r2) (5/23) Purging py3-setuptools (69.2.0-r2) (6/23) Purging py3-packaging-pyc (24.0-r1) (7/23) Purging py3-packaging (24.0-r1) (8/23) Purging py3-parsing-pyc (3.1.2-r1) (9/23) Purging py3-parsing (3.1.2-r1) (10/23) Purging py3-nose-pyc (1.3.7-r12) (11/23) Purging py3-nose (1.3.7-r12) (12/23) Purging python3-pyc (3.12.2-r1) (13/23) Purging python3-pycache-pyc0 (3.12.2-r1) (14/23) Purging pyc (3.12.2-r1) (15/23) Purging python3 (3.12.2-r1) (16/23) Purging gdbm (1.23-r1) (17/23) Purging libbz2 (1.0.8-r6) (18/23) Purging libffi (3.4.6-r0) (19/23) Purging libpanelw (6.4_p20240330-r0) (20/23) Purging mpdecimal (4.0.0-r0) (21/23) Purging readline (8.2.10-r0) (22/23) Purging sqlite-libs (3.45.2-r0) (23/23) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-pyrfc3339: Updating the community/armv7 repository index... >>> py3-pyrfc3339: Signing the index...