>>> py3-pendulum: Building community/py3-pendulum 2.1.2-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 14:06:36 +0000 >>> py3-pendulum: Checking sanity of /home/buildozer/aports/community/py3-pendulum/APKBUILD... >>> py3-pendulum: Analyzing dependencies... >>> py3-pendulum: Installing for build: build-base python3 py3-dateutil py3-tzdata py3-gpep517 py3-poetry-core py3-installer py3-babel py3-freezegun py3-pytest py3-tz (1/31) Installing libbz2 (1.0.8-r3) (2/31) Installing libffi (3.4.4-r0) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.7-r0) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.2.0-r0) (7/31) Installing sqlite-libs (3.39.4-r0) (8/31) Installing python3 (3.10.8-r3) (9/31) Installing py3-six (1.16.0-r3) (10/31) Installing py3-dateutil (2.8.2-r1) (11/31) Installing tzdata (2022e-r0) (12/31) Installing py3-tzdata (2020.1-r0) (13/31) Installing py3-installer (0.5.1-r1) (14/31) Installing py3-tomli (2.0.1-r1) (15/31) Installing py3-gpep517 (9-r2) (16/31) Installing py3-pyrsistent (0.18.0-r2) (17/31) Installing py3-attrs (22.1.0-r0) (18/31) Installing py3-jsonschema (4.7.2-r2) (19/31) Installing py3-lark-parser (0.11.3-r1) (20/31) Installing py3-parsing (3.0.9-r0) (21/31) Installing py3-packaging (21.3-r2) (22/31) Installing py3-tomlkit (0.11.5-r0) (23/31) Installing py3-poetry-core (1.3.2-r0) (24/31) Installing py3-tz (2022.4-r0) (25/31) Installing py3-babel (2.10.3-r0) (26/31) Installing py3-freezegun (1.2.2-r0) (27/31) Installing py3-iniconfig (1.1.1-r3) (28/31) Installing py3-pluggy (1.0.0-r1) (29/31) Installing py3-py (1.11.0-r0) (30/31) Installing py3-pytest (7.1.3-r1) (31/31) Installing .makedepends-py3-pendulum (20221027.140638) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 124 packages >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pendulum-2.1.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pendulum: Fetching py3-pendulum-2.1.2.tar.gz::https://github.com/sdispater/pendulum/archive/2.1.2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83281 0 83281 0 0 55593 0 --:--:-- 0:00:01 --:--:-- 55593 100 156k 0 156k 0 0 98568 0 --:--:-- 0:00:01 --:--:-- 603k >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pendulum-2.1.2.tar.gz >>> py3-pendulum: Checking sha512sums... py3-pendulum-2.1.2.tar.gz: OK >>> py3-pendulum: Unpacking /var/cache/distfiles/v3.17/py3-pendulum-2.1.2.tar.gz... 2022-10-27 14:06:41,601 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2022-10-27 14:06:41,780 poetry.core.masonry.builders.wheel INFO Building wheel /home/buildozer/aports/community/py3-pendulum/src/pendulum-2.1.2/build.py:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.build_ext import build_ext pendulum/_extensions/_helpers.c:3:10: fatal error: Python.h: No such file or directory 3 | #include | ^~~~~~~~~~ compilation terminated. pendulum/parsing/_iso8601.c:3:10: fatal error: Python.h: No such file or directory 3 | #include | ^~~~~~~~~~ compilation terminated. Unable to build the "pendulum._extensions._helpers" C extension, Pendulum will use the pure python version of the extension. Unable to build the "pendulum.parsing._iso8601" C extension, Pendulum will use the pure python version of the extension. 2022-10-27 14:06:41,914 poetry.core.masonry.builders.wheel INFO Built pendulum-2.1.2-cp310-cp310-musllinux_1_2_armv8l.whl 2022-10-27 14:06:41,914 gpep517 INFO The backend produced dist/pendulum-2.1.2-cp310-cp310-musllinux_1_2_armv8l.whl pendulum-2.1.2-cp310-cp310-musllinux_1_2_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pendulum/src/pendulum-2.1.2 collected 1731 items tests/test_helpers.py .................... [ 1%] tests/test_main.py . [ 1%] tests/test_parsing.py ....... [ 1%] tests/date/test_add.py ................ [ 2%] tests/date/test_behavior.py ........... [ 3%] tests/date/test_comparison.py ......................... [ 4%] tests/date/test_construct.py .. [ 4%] tests/date/test_day_of_week_modifiers.py ............................... [ 6%] ...................... [ 7%] tests/date/test_diff.py ................................................ [ 10%] .................... [ 11%] tests/date/test_fluent_setters.py ... [ 11%] tests/date/test_getters.py .............. [ 12%] tests/date/test_start_end_of.py ........................................ [ 15%] . [ 15%] tests/date/test_strings.py ........ [ 15%] tests/date/test_sub.py ................ [ 16%] tests/datetime/test_add.py ................................ [ 18%] tests/datetime/test_behavior.py ......................... [ 19%] tests/datetime/test_comparison.py .................................... [ 21%] tests/datetime/test_construct.py .................... [ 22%] tests/datetime/test_create_from_timestamp.py ... [ 23%] tests/datetime/test_day_of_week_modifiers.py ........................... [ 24%] ............................ [ 26%] tests/datetime/test_diff.py ............................................ [ 28%] ........................................................................ [ 33%] .............. [ 33%] tests/datetime/test_fluent_setters.py .................. [ 34%] tests/datetime/test_from_format.py ..................................... [ 37%] ....................... [ 38%] tests/datetime/test_getters.py ..............s........................ [ 40%] tests/datetime/test_naive.py ......... [ 41%] tests/datetime/test_replace.py .... [ 41%] tests/datetime/test_start_end_of.py .................................... [ 43%] ........ [ 43%] tests/datetime/test_strings.py ........................ [ 45%] tests/datetime/test_sub.py ............................. [ 46%] tests/datetime/test_timezone.py ... [ 47%] tests/duration/test_add_sub.py ....... [ 47%] tests/duration/test_arithmetic.py ... [ 47%] tests/duration/test_behavior.py .. [ 47%] tests/duration/test_construct.py ............ [ 48%] tests/duration/test_in_methods.py ..... [ 48%] tests/duration/test_in_words.py ........... [ 49%] tests/duration/test_total_methods.py ..... [ 49%] tests/formatting/test_formatter.py ..................... [ 50%] tests/helpers/test_local_time.py .. [ 51%] tests/localization/test_da.py . [ 51%] tests/localization/test_de.py . [ 51%] tests/localization/test_es.py . [ 51%] tests/localization/test_fa.py . [ 51%] tests/localization/test_fo.py . [ 51%] tests/localization/test_fr.py .. [ 51%] tests/localization/test_id.py . [ 51%] tests/localization/test_it.py .. [ 51%] tests/localization/test_ko.py . [ 51%] tests/localization/test_lt.py . [ 51%] tests/localization/test_nb.py .. [ 51%] tests/localization/test_nl.py .. [ 51%] tests/localization/test_nn.py .. [ 52%] tests/localization/test_pl.py .. [ 52%] tests/localization/test_ru.py . [ 52%] tests/parsing/test_parse_iso8601.py ... [ 52%] tests/parsing/test_parsing.py .................... [ 53%] tests/parsing/test_parsing_duration.py ...... [ 53%] tests/period/test_add_subtract.py ..... [ 54%] tests/period/test_arithmetic.py ... [ 54%] tests/period/test_behavior.py ... [ 54%] tests/period/test_construct.py ........ [ 55%] tests/period/test_hashing.py .. [ 55%] tests/period/test_in_words.py ......... [ 55%] tests/period/test_range.py .......... [ 56%] tests/time/test_add.py ............ [ 56%] tests/time/test_behavior.py ..... [ 57%] tests/time/test_comparison.py .................... [ 58%] tests/time/test_construct.py .. [ 58%] tests/time/test_diff.py ................................................ [ 61%] .... [ 61%] tests/time/test_fluent_setters.py . [ 61%] tests/time/test_strings.py ...... [ 61%] tests/time/test_sub.py ............. [ 62%] tests/tz/test_helpers.py ... [ 62%] tests/tz/test_local_timezone.py ..s [ 63%] tests/tz/test_timezone.py ...................................... [ 65%] tests/tz/test_timezones.py ............................................. [ 67%] ........................................................................ [ 71%] ........................................................................ [ 76%] ........................................................................ [ 80%] ........................................................................ [ 84%] ........................................................................ [ 88%] ........................................................................ [ 92%] ........................................................................ [ 96%] ............................................. [ 99%] tests/tz/zoneinfo/test_posix_timezone.py ... [ 99%] tests/tz/zoneinfo/test_reader.py ..... [100%] ======================= 1729 passed, 2 skipped in 5.89s ======================== >>> py3-pendulum: Entering fakeroot... >>> py3-pendulum*: Running postcheck for py3-pendulum >>> py3-pendulum*: Preparing package py3-pendulum... >>> py3-pendulum*: Tracing dependencies... >>> py3-pendulum*: Package size: 1.4 MB >>> py3-pendulum*: Compressing data... >>> py3-pendulum*: Create checksum... >>> py3-pendulum*: Create py3-pendulum-2.1.2-r0.apk >>> py3-pendulum: Build complete at Thu, 27 Oct 2022 14:06:48 +0000 elapsed time 0h 0m 12s >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Uninstalling dependencies... (1/31) Purging .makedepends-py3-pendulum (20221027.140638) (2/31) Purging py3-tzdata (2020.1-r0) (3/31) Purging tzdata (2022e-r0) (4/31) Purging py3-gpep517 (9-r2) (5/31) Purging py3-poetry-core (1.3.2-r0) (6/31) Purging py3-jsonschema (4.7.2-r2) (7/31) Purging py3-pyrsistent (0.18.0-r2) (8/31) Purging py3-lark-parser (0.11.3-r1) (9/31) Purging py3-tomlkit (0.11.5-r0) (10/31) Purging py3-installer (0.5.1-r1) (11/31) Purging py3-babel (2.10.3-r0) (12/31) Purging py3-freezegun (1.2.2-r0) (13/31) Purging py3-dateutil (2.8.2-r1) (14/31) Purging py3-six (1.16.0-r3) (15/31) Purging py3-pytest (7.1.3-r1) (16/31) Purging py3-attrs (22.1.0-r0) (17/31) Purging py3-iniconfig (1.1.1-r3) (18/31) Purging py3-packaging (21.3-r2) (19/31) Purging py3-parsing (3.0.9-r0) (20/31) Purging py3-pluggy (1.0.0-r1) (21/31) Purging py3-py (1.11.0-r0) (22/31) Purging py3-tomli (2.0.1-r1) (23/31) Purging py3-tz (2022.4-r0) (24/31) Purging python3 (3.10.8-r3) (25/31) Purging libbz2 (1.0.8-r3) (26/31) Purging libffi (3.4.4-r0) (27/31) Purging gdbm (1.23-r0) (28/31) Purging xz-libs (5.2.7-r0) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.2.0-r0) (31/31) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-pendulum: Updating the community/armv7 repository index... >>> py3-pendulum: Signing the index...