>>> py3-remind: Building testing/py3-remind 0.18.0-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 16:29:06 +0000 >>> py3-remind: Checking sanity of /home/buildozer/aports/testing/py3-remind/APKBUILD... >>> py3-remind: Analyzing dependencies... >>> py3-remind: Installing for build: build-base python3 remind py3-dateutil py3-tz py3-tzlocal py3-vobject py3-coverage py3-nose py3-setuptools py3-wheel (1/40) Installing libbz2 (1.0.8-r6) (2/40) Installing libffi (3.4.6-r0) (3/40) Installing gdbm (1.23-r1) (4/40) Installing xz-libs (5.6.1-r3) (5/40) Installing mpdecimal (4.0.0-r0) (6/40) Installing libpanelw (6.4_p20240330-r0) (7/40) Installing readline (8.2.10-r0) (8/40) Installing sqlite-libs (3.45.2-r0) (9/40) Installing python3 (3.12.3-r0) (10/40) Installing python3-pycache-pyc0 (3.12.3-r0) (11/40) Installing pyc (3.12.3-r0) (12/40) Installing python3-pyc (3.12.3-r0) (13/40) Installing remind (04.03.06-r0) (14/40) Installing py3-six (1.16.0-r9) (15/40) Installing py3-six-pyc (1.16.0-r9) (16/40) Installing py3-dateutil (2.9.0-r1) (17/40) Installing py3-dateutil-pyc (2.9.0-r1) (18/40) Installing py3-tz (2024.1-r1) (19/40) Installing py3-tz-pyc (2024.1-r1) (20/40) Installing py3-attrs (23.2.0-r1) (21/40) Installing py3-attrs-pyc (23.2.0-r1) (22/40) Installing py3-tzdata (2024.1-r1) (23/40) Installing py3-tzdata-pyc (2024.1-r1) (24/40) Installing py3-tzlocal (5.2-r1) (25/40) Installing py3-tzlocal-pyc (5.2-r1) (26/40) Installing py3-vobject (0.9.6.1-r8) (27/40) Installing py3-vobject-pyc (0.9.6.1-r8) (28/40) Installing py3-coverage (6.5.0-r6) (29/40) Installing py3-coverage-pyc (6.5.0-r6) (30/40) Installing py3-nose (1.3.7-r12) (31/40) Installing py3-nose-pyc (1.3.7-r12) (32/40) Installing py3-parsing (3.1.2-r1) (33/40) Installing py3-parsing-pyc (3.1.2-r1) (34/40) Installing py3-packaging (24.0-r1) (35/40) Installing py3-packaging-pyc (24.0-r1) (36/40) Installing py3-setuptools (69.2.0-r2) (37/40) Installing py3-setuptools-pyc (69.2.0-r2) (38/40) Installing py3-wheel (0.42.0-r1) (39/40) Installing py3-wheel-pyc (0.42.0-r1) (40/40) Installing .makedepends-py3-remind (20240415.162907) Executing busybox-1.36.1-r25.trigger OK: 325 MiB in 143 packages >>> py3-remind: Cleaning up srcdir >>> py3-remind: Cleaning up pkgdir >>> py3-remind: Cleaning up tmpdir >>> py3-remind: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-remind-0.18.0.tar.gz >>> py3-remind: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-remind-0.18.0.tar.gz >>> py3-remind: Checking sha512sums... py3-remind-0.18.0.tar.gz: OK >>> py3-remind: Unpacking /var/cache/distfiles/py3-remind-0.18.0.tar.gz... /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) running build running build_py creating build creating build/lib copying remind.py -> build/lib copying ics_compare.py -> build/lib >>> py3-remind: 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) 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/testing/py3-remind/pkg creating /home/buildozer/aports/testing/py3-remind/pkg/py3-remind creating /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr creating /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib creating /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages copying build/lib/ics_compare.py -> /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages copying build/lib/remind.py -> /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages/ics_compare.py to ics_compare.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages/remind.py to remind.cpython-312.pyc File "/usr/lib/python3.12/site-packages/remind.py", line 548 remind.extend([f"TAG {Remind._abbr_tag(tag) for tag in tags}"]) ^^^ SyntaxError: f-string: expecting '=', or '!', or ':', or '}' running install_egg_info running egg_info creating remind.egg-info writing remind.egg-info/PKG-INFO writing dependency_links to remind.egg-info/dependency_links.txt writing entry points to remind.egg-info/entry_points.txt writing requirements to remind.egg-info/requires.txt writing top-level names to remind.egg-info/top_level.txt writing manifest file 'remind.egg-info/SOURCES.txt' reading manifest file 'remind.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'remind.egg-info/SOURCES.txt' Copying remind.egg-info to /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages/remind-0.18.0-py3.12.egg-info running install_scripts Installing ics2rem script to /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/bin Installing rem2ics script to /home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/bin >>> py3-remind-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-remind/pkg/py3-remind/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-remind/pkg/py3-remind-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-remind-pyc*: Preparing subpackage py3-remind-pyc... >>> py3-remind-pyc*: Running postcheck for py3-remind-pyc >>> py3-remind*: Running postcheck for py3-remind >>> py3-remind*: Preparing package py3-remind... >>> py3-remind-pyc*: Tracing dependencies... python3 remind py3-dateutil py3-tz py3-tzlocal py3-vobject python3~3.12 >>> py3-remind-pyc*: Package size: 32.0 KB >>> py3-remind-pyc*: Compressing data... >>> py3-remind-pyc*: Create checksum... >>> py3-remind-pyc*: Create py3-remind-pyc-0.18.0-r3.apk >>> py3-remind*: Tracing dependencies... python3 remind py3-dateutil py3-tz py3-tzlocal py3-vobject python3~3.12 >>> py3-remind*: Package size: 100.0 KB >>> py3-remind*: Compressing data... >>> py3-remind*: Create checksum... >>> py3-remind*: Create py3-remind-0.18.0-r3.apk >>> py3-remind: Build complete at Mon, 15 Apr 2024 16:29:09 +0000 elapsed time 0h 0m 3s >>> py3-remind: Cleaning up srcdir >>> py3-remind: Cleaning up pkgdir >>> py3-remind: Uninstalling dependencies... (1/40) Purging .makedepends-py3-remind (20240415.162907) (2/40) Purging remind (04.03.06-r0) (3/40) Purging py3-tz-pyc (2024.1-r1) (4/40) Purging py3-tz (2024.1-r1) (5/40) Purging py3-tzlocal-pyc (5.2-r1) (6/40) Purging py3-tzlocal (5.2-r1) (7/40) Purging py3-tzdata-pyc (2024.1-r1) (8/40) Purging py3-tzdata (2024.1-r1) (9/40) Purging py3-attrs-pyc (23.2.0-r1) (10/40) Purging py3-attrs (23.2.0-r1) (11/40) Purging py3-vobject-pyc (0.9.6.1-r8) (12/40) Purging py3-vobject (0.9.6.1-r8) (13/40) Purging py3-dateutil-pyc (2.9.0-r1) (14/40) Purging py3-dateutil (2.9.0-r1) (15/40) Purging py3-six-pyc (1.16.0-r9) (16/40) Purging py3-six (1.16.0-r9) (17/40) Purging py3-coverage-pyc (6.5.0-r6) (18/40) Purging py3-coverage (6.5.0-r6) (19/40) Purging py3-nose-pyc (1.3.7-r12) (20/40) Purging py3-nose (1.3.7-r12) (21/40) Purging py3-setuptools-pyc (69.2.0-r2) (22/40) Purging py3-setuptools (69.2.0-r2) (23/40) Purging py3-wheel-pyc (0.42.0-r1) (24/40) Purging py3-wheel (0.42.0-r1) (25/40) Purging py3-packaging-pyc (24.0-r1) (26/40) Purging py3-packaging (24.0-r1) (27/40) Purging py3-parsing-pyc (3.1.2-r1) (28/40) Purging py3-parsing (3.1.2-r1) (29/40) Purging python3-pyc (3.12.3-r0) (30/40) Purging python3-pycache-pyc0 (3.12.3-r0) (31/40) Purging pyc (3.12.3-r0) (32/40) Purging python3 (3.12.3-r0) (33/40) Purging gdbm (1.23-r1) (34/40) Purging libbz2 (1.0.8-r6) (35/40) Purging libffi (3.4.6-r0) (36/40) Purging libpanelw (6.4_p20240330-r0) (37/40) Purging mpdecimal (4.0.0-r0) (38/40) Purging readline (8.2.10-r0) (39/40) Purging sqlite-libs (3.45.2-r0) (40/40) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-remind: Updating the testing/armv7 repository index... >>> py3-remind: Signing the index...