>>> py3-isodate: Building community/py3-isodate 0.6.0-r3 (using abuild 3.9.0_rc2-r1) started Wed, 20 Oct 2021 17:50:41 +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/15) Installing libbz2 (1.0.8-r1) (2/15) Installing libffi (3.4.2-r1) (3/15) Installing gdbm (1.20-r2) (4/15) Installing xz-libs (5.2.5-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.1.1-r0) (7/15) Installing sqlite-libs (3.36.0-r0) (8/15) Installing python3 (3.9.7-r3) (9/15) Installing py3-six (1.16.0-r0) (10/15) Installing py3-ordered-set (4.0.2-r2) (11/15) Installing py3-appdirs (1.4.4-r2) (12/15) Installing py3-parsing (2.4.7-r2) (13/15) Installing py3-packaging (20.9-r1) (14/15) Installing py3-setuptools (52.0.0-r4) (15/15) Installing .makedepends-py3-isodate (20211020.175050) Executing busybox-1.34.1-r1.trigger OK: 367 MiB in 104 packages >>> py3-isodate: Cleaning up srcdir >>> py3-isodate: Cleaning up pkgdir >>> py3-isodate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/isodate-0.6.0.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 curl: (22) The requested URL returned error: 404 >>> py3-isodate: Fetching https://files.pythonhosted.org/packages/source/i/isodate/isodate-0.6.0.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 28480 100 28480 0 0 247k 0 --:--:-- --:--:-- --:--:-- 247k >>> py3-isodate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/isodate-0.6.0.tar.gz >>> py3-isodate: Checking sha512sums... isodate-0.6.0.tar.gz: OK >>> py3-isodate: Unpacking /var/cache/distfiles/v3.15/isodate-0.6.0.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. 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) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_date.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_parse (isodate.tests.test_date.create_testcase..TestDate) Parse an ISO date string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_time.create_testcase..TestTime) Take time object and create ISO string from it. ... ok test_parse (isodate.tests.test_time.create_testcase..TestTime) Parse an ISO time string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_datetime.create_testcase..TestDateTime) Take datetime object and create ISO string from it. ... ok test_parse (isodate.tests.test_datetime.create_testcase..TestDateTime) Parse an ISO datetime string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_format (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Take duration/timedelta object and create ISO string from it. ... ok test_parse (isodate.tests.test_duration.create_parsetestcase..TestParseDuration) Parse an ISO duration string and compare it to the expected value. ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator + (__add__, __radd__) ... ok test_ge (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator > and < ... ok test_sub (isodate.tests.test_duration.create_mathtestcase..TestMathDuration) Test operator - (__sub__, __rsub__) ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... /home/buildozer/aports/community/py3-isodate/src/isodate-0.6.0/src/isodate/duration.py:183: DeprecationWarning: an integer is required (got type decimal.Decimal). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. newdt = other.replace(year=newyear, month=newmonth, day=newday) ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... /home/buildozer/aports/community/py3-isodate/src/isodate-0.6.0/src/isodate/duration.py:267: DeprecationWarning: an integer is required (got type decimal.Decimal). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. newdt = other.replace(year=newyear, month=newmonth, day=newday) ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_add (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator +. ... ok test_sub (isodate.tests.test_duration.create_datetestcase..TestDateCalc) Test operator -. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_calc (isodate.tests.test_duration.create_datecalctestcase..TestDateCalc) Test operator +. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_mul (isodate.tests.test_duration.create_datemultestcase..TestDateMul) Test operator *. ... ok test_associative (isodate.tests.test_duration.DurationTest) Adding 2 durations to a date is not associative. ... ok test_equal (isodate.tests.test_duration.DurationTest) Test __eq__ and __ne__ methods. ... ok test_format (isodate.tests.test_duration.DurationTest) Test various other strftime combinations. ... ok test_hash (isodate.tests.test_duration.DurationTest) Test __hash__ for Duration objects. ... ok test_neg (isodate.tests.test_duration.DurationTest) Test __neg__ for Duration objects. ... ok test_parseerror (isodate.tests.test_duration.DurationTest) Test for unparseable duration string. ... ok test_repr (isodate.tests.test_duration.DurationTest) Test __repr__ and __str__ for Duration objects. ... ok test_totimedelta (isodate.tests.test_duration.DurationTest) Test conversion form Duration to timedelta. ... ok test_typeerror (isodate.tests.test_duration.DurationTest) Test if TypError is raised with certain parameters. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_format (isodate.tests.test_strf.create_testcase..TestDate) Take date object and create ISO string from it. ... ok test_pickle_datetime (isodate.tests.test_pickle.TestPickle) Parse an ISO datetime string and compare it to the expected value. ... ok test_pickle_duration (isodate.tests.test_pickle.TestPickle) Pickle / unpickle duration objects. ... ok test_pickle_utc (isodate.tests.test_pickle.TestPickle) isodate.UTC objects remain the same after pickling. ... ok ---------------------------------------------------------------------- Ran 278 tests in 0.077s OK >>> py3-isodate: Entering fakeroot... running install 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.9 creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/duration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isoerror.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate creating /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_pickle.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_datetime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_date.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/__init__.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_strf.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_duration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/tests/test_time.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests copying build/lib/isodate/isotime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isostrf.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/__init__.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/tzinfo.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isotzinfo.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isoduration.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isodates.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate copying build/lib/isodate/isodatetime.py -> /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/duration.py to duration.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isoerror.py to isoerror.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_pickle.py to test_pickle.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_datetime.py to test_datetime.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_date.py to test_date.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_strf.py to test_strf.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_duration.py to test_duration.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tests/test_time.py to test_time.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isotime.py to isotime.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isostrf.py to isostrf.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/tzinfo.py to tzinfo.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isotzinfo.py to isotzinfo.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isoduration.py to isoduration.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isodates.py to isodates.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-isodate/pkg/py3-isodate/usr/lib/python3.9/site-packages/isodate/isodatetime.py to isodatetime.cpython-39.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.9/site-packages/isodate-0.6.0-py3.9.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: 312.0 KB >>> py3-isodate*: Compressing data... >>> py3-isodate*: Create checksum... >>> py3-isodate*: Create py3-isodate-0.6.0-r3.apk >>> py3-isodate: Build complete at Wed, 20 Oct 2021 17:50:53 +0000 elapsed time 0h 0m 12s >>> py3-isodate: Cleaning up srcdir >>> py3-isodate: Cleaning up pkgdir >>> py3-isodate: Uninstalling dependencies... (1/15) Purging .makedepends-py3-isodate (20211020.175050) (2/15) Purging py3-setuptools (52.0.0-r4) (3/15) Purging py3-ordered-set (4.0.2-r2) (4/15) Purging py3-appdirs (1.4.4-r2) (5/15) Purging py3-packaging (20.9-r1) (6/15) Purging py3-parsing (2.4.7-r2) (7/15) Purging py3-six (1.16.0-r0) (8/15) Purging python3 (3.9.7-r3) (9/15) Purging libbz2 (1.0.8-r1) (10/15) Purging libffi (3.4.2-r1) (11/15) Purging gdbm (1.20-r2) (12/15) Purging xz-libs (5.2.5-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.1.1-r0) (15/15) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-isodate: Updating the community/x86 repository index... >>> py3-isodate: Signing the index...