>>> py3-isodate: Building community/py3-isodate 0.6.1-r2 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 09:14:47 +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/13) Installing libbz2 (1.0.8-r4) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing xz-libs (5.2.8-r0) (5/13) Installing mpdecimal (2.5.1-r1) (6/13) Installing readline (8.2.0-r0) (7/13) Installing sqlite-libs (3.40.0-r0) (8/13) Installing python3 (3.11.0-r2) (9/13) Installing py3-six (1.16.0-r4) (10/13) Installing py3-parsing (3.0.9-r1) (11/13) Installing py3-packaging (21.3-r3) (12/13) Installing py3-setuptools (65.6.0-r1) (13/13) Installing .makedepends-py3-isodate (20221123.091448) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 109 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 >>> 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/isostrf.py -> build/lib/isodate copying src/isodate/isotime.py -> build/lib/isodate copying src/isodate/duration.py -> build/lib/isodate copying src/isodate/isoerror.py -> build/lib/isodate copying src/isodate/isodatetime.py -> build/lib/isodate copying src/isodate/isodates.py -> build/lib/isodate copying src/isodate/isotzinfo.py -> build/lib/isodate copying src/isodate/tzinfo.py -> build/lib/isodate copying src/isodate/__init__.py -> build/lib/isodate copying src/isodate/isoduration.py -> build/lib/isodate creating build/lib/isodate/tests copying src/isodate/tests/test_time.py -> build/lib/isodate/tests copying src/isodate/tests/test_strf.py -> build/lib/isodate/tests copying src/isodate/tests/test_date.py -> build/lib/isodate/tests copying src/isodate/tests/test_duration.py -> build/lib/isodate/tests copying src/isodate/tests/__init__.py -> build/lib/isodate/tests copying src/isodate/tests/test_datetime.py -> build/lib/isodate/tests copying src/isodate/tests/test_pickle.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. 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.019s 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 build running build_py 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/isostrf.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate copying build/lib/isodate/isotime.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_time.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_date.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/__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_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_pickle.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.11/site-packages/isodate/tests 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 copying build/lib/isodate/isodatetime.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/isotzinfo.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/__init__.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 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/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/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/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_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/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/__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_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_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/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/isodatetime.py to isodatetime.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/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/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/__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/isoduration.py to isoduration.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-r2.apk >>> py3-isodate: Build complete at Wed, 23 Nov 2022 09:14:50 +0000 elapsed time 0h 0m 3s >>> py3-isodate: Cleaning up srcdir >>> py3-isodate: Cleaning up pkgdir >>> py3-isodate: Uninstalling dependencies... (1/13) Purging .makedepends-py3-isodate (20221123.091448) (2/13) Purging py3-six (1.16.0-r4) (3/13) Purging py3-setuptools (65.6.0-r1) (4/13) Purging py3-packaging (21.3-r3) (5/13) Purging py3-parsing (3.0.9-r1) (6/13) Purging python3 (3.11.0-r2) (7/13) Purging libbz2 (1.0.8-r4) (8/13) Purging libffi (3.4.4-r0) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.8-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-isodate: Updating the community/armhf repository index... >>> py3-isodate: Signing the index...