>>> py3-dateutil: Building main/py3-dateutil 2.9.0-r4 (using abuild 3.17.0_rc1-r1) started Fri, 17 Apr 2026 13:30:01 +0000 >>> py3-dateutil: Validating /home/buildozer/aports/main/py3-dateutil/APKBUILD... >>> py3-dateutil: Analyzing dependencies... >>> py3-dateutil: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-setuptools_scm ( 1/27) Installing libbz2 (1.0.8-r6) ( 2/27) Installing libffi (3.5.2-r1) ( 3/27) Installing gdbm (1.26-r0) ( 4/27) Installing xz-libs (5.8.2-r0) ( 5/27) Installing mpdecimal (4.0.1-r0) ( 6/27) Installing ncurses-terminfo-base (6.6_p20260404-r0) ( 7/27) Installing libncursesw (6.6_p20260404-r0) ( 8/27) Installing libpanelw (6.6_p20260404-r0) ( 9/27) Installing readline (8.3.3-r1) (10/27) Installing sqlite-libs (3.53.0-r0) (11/27) Installing python3 (3.14.3-r0) (12/27) Installing python3-pycache-pyc0 (3.14.3-r0) (13/27) Installing pyc (3.14.3-r0) (14/27) Installing python3-pyc (3.14.3-r0) (15/27) Installing py3-installer (1.0.0-r0) (16/27) Installing py3-installer-pyc (1.0.0-r0) (17/27) Installing py3-gpep517 (19-r2) (18/27) Installing py3-gpep517-pyc (19-r2) (19/27) Installing py3-parsing (3.3.2-r1) (20/27) Installing py3-parsing-pyc (3.3.2-r1) (21/27) Installing py3-packaging (26.0-r1) (22/27) Installing py3-packaging-pyc (26.0-r1) (23/27) Installing py3-setuptools (82.0.1-r1) (24/27) Installing py3-setuptools-pyc (82.0.1-r1) (25/27) Installing py3-setuptools_scm (9.2.2-r1) (26/27) Installing py3-setuptools_scm-pyc (9.2.2-r1) (27/27) Installing .makedepends-py3-dateutil (20260417.133001) Executing busybox-1.37.0-r31.trigger OK: 479.1 MiB in 126 packages >>> py3-dateutil: Cleaning up srcdir >>> py3-dateutil: Cleaning up pkgdir >>> py3-dateutil: Cleaning up tmpdir >>> py3-dateutil: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/python-dateutil-2.9.0.tar.gz /var/cache/distfiles/v3.24/python-dateutil-2.9.0.tar.gz: OK /home/buildozer/aports/main/py3-dateutil/remove-six.patch: OK >>> py3-dateutil: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/python-dateutil-2.9.0.tar.gz /var/cache/distfiles/v3.24/python-dateutil-2.9.0.tar.gz: OK /home/buildozer/aports/main/py3-dateutil/remove-six.patch: OK >>> py3-dateutil: Unpacking /var/cache/distfiles/v3.24/python-dateutil-2.9.0.tar.gz... >>> py3-dateutil: remove-six.patch patching file setup.cfg patching file src/dateutil/relativedelta.py patching file tests/property/test_tz_prop.py patching file tests/test_imports.py patching file tests/test_isoparser.py patching file tests/test_parser.py patching file tests/test_rrule.py patching file tests/test_tz.py patching file updatezinfo.py patching file src/dateutil/rrule.py patching file src/dateutil/parser/_parser.py patching file src/dateutil/parser/isoparser.py patching file src/dateutil/tz/tz.py patching file src/dateutil/tz/_common.py patching file src/dateutil/tz/_factories.py patching file src/dateutil/tz/win.py 2026-04-17 13:30:02,486 gpep517 INFO Building wheel via backend setuptools.build_meta :7: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! :18: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-04-17 13:30:02,530 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: 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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-04-17 13:30:02,545 root INFO running build 2026-04-17 13:30:02,545 root INFO running build_py 2026-04-17 13:30:02,548 root INFO creating build/lib/dateutil 2026-04-17 13:30:02,549 root INFO copying src/dateutil/__init__.py -> build/lib/dateutil 2026-04-17 13:30:02,549 root INFO copying src/dateutil/_common.py -> build/lib/dateutil 2026-04-17 13:30:02,549 root INFO copying src/dateutil/easter.py -> build/lib/dateutil 2026-04-17 13:30:02,549 root INFO copying src/dateutil/relativedelta.py -> build/lib/dateutil 2026-04-17 13:30:02,550 root INFO copying src/dateutil/utils.py -> build/lib/dateutil 2026-04-17 13:30:02,550 root INFO copying src/dateutil/tzwin.py -> build/lib/dateutil 2026-04-17 13:30:02,550 root INFO copying src/dateutil/rrule.py -> build/lib/dateutil 2026-04-17 13:30:02,551 root INFO copying src/dateutil/_version.py -> build/lib/dateutil 2026-04-17 13:30:02,551 root INFO creating build/lib/dateutil/tz 2026-04-17 13:30:02,551 root INFO copying src/dateutil/tz/__init__.py -> build/lib/dateutil/tz 2026-04-17 13:30:02,551 root INFO copying src/dateutil/tz/tz.py -> build/lib/dateutil/tz 2026-04-17 13:30:02,552 root INFO copying src/dateutil/tz/_common.py -> build/lib/dateutil/tz 2026-04-17 13:30:02,552 root INFO copying src/dateutil/tz/win.py -> build/lib/dateutil/tz 2026-04-17 13:30:02,552 root INFO copying src/dateutil/tz/_factories.py -> build/lib/dateutil/tz 2026-04-17 13:30:02,553 root INFO creating build/lib/dateutil/zoneinfo 2026-04-17 13:30:02,553 root INFO copying src/dateutil/zoneinfo/__init__.py -> build/lib/dateutil/zoneinfo 2026-04-17 13:30:02,553 root INFO copying src/dateutil/zoneinfo/rebuild.py -> build/lib/dateutil/zoneinfo 2026-04-17 13:30:02,553 root INFO creating build/lib/dateutil/parser 2026-04-17 13:30:02,553 root INFO copying src/dateutil/parser/__init__.py -> build/lib/dateutil/parser 2026-04-17 13:30:02,554 root INFO copying src/dateutil/parser/isoparser.py -> build/lib/dateutil/parser 2026-04-17 13:30:02,554 root INFO copying src/dateutil/parser/_parser.py -> build/lib/dateutil/parser 2026-04-17 13:30:02,555 root INFO copying src/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -> build/lib/dateutil/zoneinfo 2026-04-17 13:30:02,561 root INFO installing to build/bdist.linux-aarch64/wheel 2026-04-17 13:30:02,561 root INFO running install 2026-04-17 13:30:02,569 root INFO running install_lib 2026-04-17 13:30:02,571 root INFO creating build/bdist.linux-aarch64/wheel 2026-04-17 13:30:02,572 root INFO creating build/bdist.linux-aarch64/wheel/dateutil 2026-04-17 13:30:02,572 root INFO copying build/lib/dateutil/__init__.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,572 root INFO copying build/lib/dateutil/_common.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,572 root INFO copying build/lib/dateutil/easter.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,572 root INFO creating build/bdist.linux-aarch64/wheel/dateutil/tz 2026-04-17 13:30:02,573 root INFO copying build/lib/dateutil/tz/__init__.py -> build/bdist.linux-aarch64/wheel/./dateutil/tz 2026-04-17 13:30:02,573 root INFO copying build/lib/dateutil/tz/tz.py -> build/bdist.linux-aarch64/wheel/./dateutil/tz 2026-04-17 13:30:02,573 root INFO copying build/lib/dateutil/tz/_common.py -> build/bdist.linux-aarch64/wheel/./dateutil/tz 2026-04-17 13:30:02,573 root INFO copying build/lib/dateutil/tz/win.py -> build/bdist.linux-aarch64/wheel/./dateutil/tz 2026-04-17 13:30:02,574 root INFO copying build/lib/dateutil/tz/_factories.py -> build/bdist.linux-aarch64/wheel/./dateutil/tz 2026-04-17 13:30:02,574 root INFO creating build/bdist.linux-aarch64/wheel/dateutil/zoneinfo 2026-04-17 13:30:02,574 root INFO copying build/lib/dateutil/zoneinfo/__init__.py -> build/bdist.linux-aarch64/wheel/./dateutil/zoneinfo 2026-04-17 13:30:02,574 root INFO copying build/lib/dateutil/zoneinfo/rebuild.py -> build/bdist.linux-aarch64/wheel/./dateutil/zoneinfo 2026-04-17 13:30:02,574 root INFO copying build/lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -> build/bdist.linux-aarch64/wheel/./dateutil/zoneinfo 2026-04-17 13:30:02,575 root INFO copying build/lib/dateutil/relativedelta.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,575 root INFO copying build/lib/dateutil/utils.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,575 root INFO copying build/lib/dateutil/tzwin.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,575 root INFO copying build/lib/dateutil/rrule.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,576 root INFO creating build/bdist.linux-aarch64/wheel/dateutil/parser 2026-04-17 13:30:02,576 root INFO copying build/lib/dateutil/parser/__init__.py -> build/bdist.linux-aarch64/wheel/./dateutil/parser 2026-04-17 13:30:02,576 root INFO copying build/lib/dateutil/parser/isoparser.py -> build/bdist.linux-aarch64/wheel/./dateutil/parser 2026-04-17 13:30:02,576 root INFO copying build/lib/dateutil/parser/_parser.py -> build/bdist.linux-aarch64/wheel/./dateutil/parser 2026-04-17 13:30:02,577 root INFO copying build/lib/dateutil/_version.py -> build/bdist.linux-aarch64/wheel/./dateutil 2026-04-17 13:30:02,577 root INFO running install_egg_info 2026-04-17 13:30:02,580 root INFO running egg_info 2026-04-17 13:30:02,582 root INFO writing src/python_dateutil.egg-info/PKG-INFO 2026-04-17 13:30:02,582 root INFO writing dependency_links to src/python_dateutil.egg-info/dependency_links.txt 2026-04-17 13:30:02,583 root INFO deleting src/python_dateutil.egg-info/requires.txt 2026-04-17 13:30:02,583 root INFO writing top-level names to src/python_dateutil.egg-info/top_level.txt listing git files failed - pretending there aren't any 2026-04-17 13:30:02,594 root INFO reading manifest file 'src/python_dateutil.egg-info/SOURCES.txt' 2026-04-17 13:30:02,595 root INFO reading manifest template 'MANIFEST.in' 2026-04-17 13:30:02,596 root WARNING warning: no previously-included files matching '__pycache__' found anywhere in distribution 2026-04-17 13:30:02,596 root WARNING warning: no previously-included files matching '*.py[co]' found anywhere in distribution 2026-04-17 13:30:02,596 root INFO adding license file 'LICENSE' 2026-04-17 13:30:02,598 root INFO writing manifest file 'src/python_dateutil.egg-info/SOURCES.txt' 2026-04-17 13:30:02,598 root INFO Copying src/python_dateutil.egg-info to build/bdist.linux-aarch64/wheel/./python_dateutil-2.9.0-py3.14.egg-info 2026-04-17 13:30:02,599 root INFO running install_scripts 2026-04-17 13:30:02,601 root INFO creating build/bdist.linux-aarch64/wheel/python_dateutil-2.9.0.dist-info/WHEEL 2026-04-17 13:30:02,601 wheel INFO creating '/home/buildozer/aports/main/py3-dateutil/src/python-dateutil-2.9.0/.dist/.tmp-p3ojgu0v/python_dateutil-2.9.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2026-04-17 13:30:02,601 wheel INFO adding 'dateutil/__init__.py' 2026-04-17 13:30:02,602 wheel INFO adding 'dateutil/_common.py' 2026-04-17 13:30:02,602 wheel INFO adding 'dateutil/_version.py' 2026-04-17 13:30:02,602 wheel INFO adding 'dateutil/easter.py' 2026-04-17 13:30:02,602 wheel INFO adding 'dateutil/relativedelta.py' 2026-04-17 13:30:02,603 wheel INFO adding 'dateutil/rrule.py' 2026-04-17 13:30:02,603 wheel INFO adding 'dateutil/tzwin.py' 2026-04-17 13:30:02,603 wheel INFO adding 'dateutil/utils.py' 2026-04-17 13:30:02,603 wheel INFO adding 'dateutil/parser/__init__.py' 2026-04-17 13:30:02,604 wheel INFO adding 'dateutil/parser/_parser.py' 2026-04-17 13:30:02,604 wheel INFO adding 'dateutil/parser/isoparser.py' 2026-04-17 13:30:02,604 wheel INFO adding 'dateutil/tz/__init__.py' 2026-04-17 13:30:02,604 wheel INFO adding 'dateutil/tz/_common.py' 2026-04-17 13:30:02,605 wheel INFO adding 'dateutil/tz/_factories.py' 2026-04-17 13:30:02,605 wheel INFO adding 'dateutil/tz/tz.py' 2026-04-17 13:30:02,605 wheel INFO adding 'dateutil/tz/win.py' 2026-04-17 13:30:02,605 wheel INFO adding 'dateutil/zoneinfo/__init__.py' 2026-04-17 13:30:02,606 wheel INFO adding 'dateutil/zoneinfo/dateutil-zoneinfo.tar.gz' 2026-04-17 13:30:02,606 wheel INFO adding 'dateutil/zoneinfo/rebuild.py' 2026-04-17 13:30:02,606 wheel INFO adding 'python_dateutil-2.9.0.dist-info/licenses/LICENSE' 2026-04-17 13:30:02,607 wheel INFO adding 'python_dateutil-2.9.0.dist-info/METADATA' 2026-04-17 13:30:02,607 wheel INFO adding 'python_dateutil-2.9.0.dist-info/WHEEL' 2026-04-17 13:30:02,607 wheel INFO adding 'python_dateutil-2.9.0.dist-info/top_level.txt' 2026-04-17 13:30:02,607 wheel INFO adding 'python_dateutil-2.9.0.dist-info/zip-safe' 2026-04-17 13:30:02,607 wheel INFO adding 'python_dateutil-2.9.0.dist-info/RECORD' 2026-04-17 13:30:02,607 root INFO removing build/bdist.linux-aarch64/wheel 2026-04-17 13:30:02,609 gpep517 INFO The backend produced .dist/python_dateutil-2.9.0-py2.py3-none-any.whl python_dateutil-2.9.0-py2.py3-none-any.whl >>> py3-dateutil: Entering fakeroot... libfakeroot internal error: payload not recognized! >>> py3-dateutil-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/dateutil/__pycache__' -> '/home/buildozer/aports/main/py3-dateutil/pkg/py3-dateutil-pyc/usr/lib/python3.14/site-packages/dateutil/__pycache__' 'usr/lib/python3.14/site-packages/dateutil/tz/__pycache__' -> '/home/buildozer/aports/main/py3-dateutil/pkg/py3-dateutil-pyc/usr/lib/python3.14/site-packages/dateutil/tz/__pycache__' 'usr/lib/python3.14/site-packages/dateutil/zoneinfo/__pycache__' -> '/home/buildozer/aports/main/py3-dateutil/pkg/py3-dateutil-pyc/usr/lib/python3.14/site-packages/dateutil/zoneinfo/__pycache__' 'usr/lib/python3.14/site-packages/dateutil/parser/__pycache__' -> '/home/buildozer/aports/main/py3-dateutil/pkg/py3-dateutil-pyc/usr/lib/python3.14/site-packages/dateutil/parser/__pycache__' >>> py3-dateutil-pyc*: Preparing subpackage py3-dateutil-pyc... Please specify at least one package name on the command line. >>> py3-dateutil-pyc*: Running postcheck for py3-dateutil-pyc >>> py3-dateutil*: Running postcheck for py3-dateutil >>> py3-dateutil*: Preparing package py3-dateutil... Please specify at least one package name on the command line. >>> py3-dateutil-pyc*: Tracing dependencies... python3~3.14 >>> py3-dateutil-pyc*: Package size: 305.7 KB >>> py3-dateutil-pyc*: Compressing data... >>> py3-dateutil-pyc*: Create checksum... >>> py3-dateutil-pyc*: Create py3-dateutil-pyc-2.9.0-r4.apk >>> py3-dateutil*: Tracing dependencies... python3 python3~3.14 >>> py3-dateutil*: Package size: 431.1 KB >>> py3-dateutil*: Compressing data... >>> py3-dateutil*: Create checksum... >>> py3-dateutil*: Create py3-dateutil-2.9.0-r4.apk >>> py3-dateutil: Build complete at Fri, 17 Apr 2026 13:30:03 +0000 elapsed time 0h 0m 2s >>> py3-dateutil: Cleaning up srcdir >>> py3-dateutil: Cleaning up pkgdir >>> py3-dateutil: Cleaning up tmpdir >>> py3-dateutil: Uninstalling dependencies... ( 1/27) Purging .makedepends-py3-dateutil (20260417.133001) ( 2/27) Purging py3-gpep517-pyc (19-r2) ( 3/27) Purging py3-gpep517 (19-r2) ( 4/27) Purging py3-installer-pyc (1.0.0-r0) ( 5/27) Purging py3-installer (1.0.0-r0) ( 6/27) Purging py3-setuptools_scm-pyc (9.2.2-r1) ( 7/27) Purging py3-setuptools_scm (9.2.2-r1) ( 8/27) Purging py3-setuptools-pyc (82.0.1-r1) ( 9/27) Purging py3-setuptools (82.0.1-r1) (10/27) Purging py3-packaging-pyc (26.0-r1) (11/27) Purging py3-packaging (26.0-r1) (12/27) Purging py3-parsing-pyc (3.3.2-r1) (13/27) Purging py3-parsing (3.3.2-r1) (14/27) Purging python3-pyc (3.14.3-r0) (15/27) Purging python3-pycache-pyc0 (3.14.3-r0) (16/27) Purging pyc (3.14.3-r0) (17/27) Purging python3 (3.14.3-r0) (18/27) Purging gdbm (1.26-r0) (19/27) Purging libbz2 (1.0.8-r6) (20/27) Purging libffi (3.5.2-r1) (21/27) Purging libpanelw (6.6_p20260404-r0) (22/27) Purging mpdecimal (4.0.1-r0) (23/27) Purging readline (8.3.3-r1) (24/27) Purging sqlite-libs (3.53.0-r0) (25/27) Purging xz-libs (5.8.2-r0) (26/27) Purging libncursesw (6.6_p20260404-r0) (27/27) Purging ncurses-terminfo-base (6.6_p20260404-r0) Executing busybox-1.37.0-r31.trigger OK: 430.2 MiB in 99 packages >>> py3-dateutil: Updating the main/aarch64 repository index... >>> py3-dateutil: Signing the index...