>>> py3-isodate: Building community/py3-isodate 0.6.1-r3 (using abuild 3.10.0-r0) started Thu, 02 Mar 2023 00:04:29 +0000 >>> py3-isodate: Checking sanity of /home/buildozer/aports/community/py3-isodate/APKBUILD... >>> py3-isodate: Analyzing dependencies... >>> py3-isodate: Installing for build: build-base py3-six py3-setuptools (1/12) Installing libffi (3.4.4-r0) (2/12) Installing gdbm (1.23-r0) (3/12) Installing mpdecimal (2.5.1-r1) (4/12) Installing libpanelw (6.4_p20230225-r0) (5/12) Installing readline (8.2.1-r0) (6/12) Installing sqlite-libs (3.41.0-r0) (7/12) Installing python3 (3.11.2-r0) (8/12) Installing py3-six (1.16.0-r5) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (23.0-r1) (11/12) Installing py3-setuptools (67.4.0-r1) (12/12) Installing .makedepends-py3-isodate (20230302.000430) Executing busybox-1.36.0-r4.trigger OK: 451 MiB in 115 packages >>> py3-isodate: Cleaning up srcdir >>> py3-isodate: Cleaning up pkgdir >>> py3-isodate: Fetching https://distfiles.alpinelinux.org/distfiles/edge/isodate-0.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28443 100 28443 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k >>> py3-isodate: Fetching https://distfiles.alpinelinux.org/distfiles/edge/isodate-0.6.1.tar.gz >>> py3-isodate: Checking sha512sums... isodate-0.6.1.tar.gz: OK >>> py3-isodate: Unpacking /var/cache/distfiles/edge/isodate-0.6.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/isodate copying src/isodate/duration.py -> build/lib/isodate copying src/isodate/isoerror.py -> build/lib/isodate copying src/isodate/isotime.py -> build/lib/isodate copying src/isodate/isostrf.py -> build/lib/isodate copying src/isodate/__init__.py -> build/lib/isodate copying src/isodate/tzinfo.py -> build/lib/isodate copying src/isodate/isotzinfo.py -> build/lib/isodate copying src/isodate/isoduration.py -> build/lib/isodate copying src/isodate/isodates.py -> build/lib/isodate copying src/isodate/isodatetime.py -> build/lib/isodate creating build/lib/isodate/tests copying src/isodate/tests/test_pickle.py -> build/lib/isodate/tests copying src/isodate/tests/test_datetime.py -> build/lib/isodate/tests copying src/isodate/tests/test_date.py -> build/lib/isodate/tests copying src/isodate/tests/__init__.py -> build/lib/isodate/tests copying src/isodate/tests/test_strf.py -> build/lib/isodate/tests copying src/isodate/tests/test_duration.py -> build/lib/isodate/tests copying src/isodate/tests/test_time.py -> build/lib/isodate/tests running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _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`. ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _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`. tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _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`. er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing src/isodate.egg-info/PKG-INFO writing dependency_links to src/isodate.egg-info/dependency_links.txt writing requirements to src/isodate.egg-info/requires.txt writing top-level names to src/isodate.egg-info/top_level.txt reading manifest file 'src/isodate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/isodate.egg-info/SOURCES.txt' running build_ext test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate.test_parse) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime.test_format) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime.test_parse) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime.test_format) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime.test_parse) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_format) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration.test_parse) Parse an ISO duration string and compare it to the expected value. ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_add) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_ge) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration.test_sub) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_add) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc.test_sub) Test operator -. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc.test_calc) Test operator +. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul.test_mul) Test operator *. ... ok test_associative (isodate.tests.test_duration.DurationTest.test_associative) Adding 2 durations to a date is not associative. ... ok test_equal (isodate.tests.test_duration.DurationTest.test_equal) Test __eq__ and __ne__ methods. ... ok test_format (isodate.tests.test_duration.DurationTest.test_format) Test various other strftime combinations. ... ok test_hash (isodate.tests.test_duration.DurationTest.test_hash) Test __hash__ for Duration objects. ... ok test_neg (isodate.tests.test_duration.DurationTest.test_neg) Test __neg__ for Duration objects. ... ok test_parseerror (isodate.tests.test_duration.DurationTest.test_parseerror) Test for unparseable duration string. ... ok test_repr (isodate.tests.test_duration.DurationTest.test_repr) Test __repr__ and __str__ for Duration objects. ... ok test_totimedelta (isodate.tests.test_duration.DurationTest.test_totimedelta) Test conversion form Duration to timedelta. ... ok test_typeerror (isodate.tests.test_duration.DurationTest.test_typeerror) Test if TypError is raised with certain parameters. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate.test_format) Take date object and create ISO string from it. ... ok test_pickle_datetime (isodate.tests.test_pickle.TestPickle.test_pickle_datetime) Parse an ISO datetime string and compare it to the expected value. ... ok test_pickle_duration (isodate.tests.test_pickle.TestPickle.test_pickle_duration) Pickle / unpickle duration objects. ... ok test_pickle_utc (isodate.tests.test_pickle.TestPickle.test_pickle_utc) isodate.UTC objects remain the same after pickling. ... ok ---------------------------------------------------------------------- Ran 278 tests in 0.046s OK >>> py3-isodate: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-isodate/pkg creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/duration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isoerror.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_pickle.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_datetime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_date.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/__init__.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_strf.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_duration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/tests/test_time.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests copying build/lib/isodate/isotime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isostrf.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/__init__.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/tzinfo.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isotzinfo.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isoduration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isodates.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isodatetime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/duration.py to duration.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isoerror.py to isoerror.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_pickle.py to test_pickle.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_datetime.py to test_datetime.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_date.py to test_date.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_strf.py to test_strf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_duration.py to test_duration.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests/test_time.py to test_time.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isotime.py to isotime.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isostrf.py to isostrf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tzinfo.py to tzinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isotzinfo.py to isotzinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isoduration.py to isoduration.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isodates.py to isodates.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/isodatetime.py to isodatetime.cpython-311.pyc running install_egg_info running egg_info writing src/isodate.egg-info/PKG-INFO writing dependency_links to src/isodate.egg-info/dependency_links.txt writing requirements to src/isodate.egg-info/requires.txt writing top-level names to src/isodate.egg-info/top_level.txt reading manifest file 'src/isodate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/isodate.egg-info/SOURCES.txt' Copying src/isodate.egg-info to /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate-0.6.1-py3.11.egg-info running install_scripts >>> py3-isodate*: Running postcheck for py3-isodate >>> py3-isodate*: Preparing package py3-isodate... >>> py3-isodate*: Tracing dependencies... >>> py3-isodate*: Package size: 368.0 KB >>> py3-isodate*: Compressing data... >>> py3-isodate*: Create checksum... >>> py3-isodate*: Create py3-isodate-0.6.1-r3.apk >>> py3-isodate: Build complete at Thu, 02 Mar 2023 00:04:33 +0000 elapsed time 0h 0m 4s >>> py3-isodate: Cleaning up srcdir >>> py3-isodate: Cleaning up pkgdir >>> py3-isodate: Uninstalling dependencies... (1/12) Purging .makedepends-py3-isodate (20230302.000430) (2/12) Purging py3-six (1.16.0-r5) (3/12) Purging py3-setuptools (67.4.0-r1) (4/12) Purging py3-packaging (23.0-r1) (5/12) Purging py3-parsing (3.0.9-r1) (6/12) Purging python3 (3.11.2-r0) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging mpdecimal (2.5.1-r1) (10/12) Purging libpanelw (6.4_p20230225-r0) (11/12) Purging readline (8.2.1-r0) (12/12) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 379 MiB in 103 packages >>> py3-isodate: Updating the community/x86 repository index... >>> py3-isodate: Signing the index...