>>> py3-pendulum: Building community/py3-pendulum 2.1.2-r0 (using abuild 3.10.0_rc1-r2) started Sun, 09 Oct 2022 22:08:04 +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/33) Installing libffi (3.4.3-r0) (2/33) Installing gdbm (1.23-r0) (3/33) Installing mpdecimal (2.5.1-r1) (4/33) Installing readline (8.2.0-r0) (5/33) Installing sqlite-libs (3.39.4-r0) (6/33) Installing python3 (3.10.7-r0) (7/33) Installing py3-six (1.16.0-r3) (8/33) Installing py3-dateutil (2.8.2-r1) (9/33) Installing tzdata (2022d-r0) (10/33) Installing py3-tzdata (2020.1-r0) (11/33) Installing py3-installer (0.5.1-r1) (12/33) Installing py3-tomli (2.0.1-r1) (13/33) Installing py3-gpep517 (9-r2) (14/33) Installing py3-pyrsistent (0.18.0-r2) (15/33) Installing py3-attrs (22.1.0-r0) (16/33) Installing py3-jsonschema (4.7.2-r2) (17/33) Installing py3-lark-parser (0.11.3-r1) (18/33) Installing py3-parsing (3.0.9-r0) (19/33) Installing py3-packaging (21.3-r2) (20/33) Installing py3-tomlkit (0.11.5-r0) (21/33) Installing py3-poetry-core (1.2.0-r0) (22/33) Installing py3-tz (2022.2.1-r0) (23/33) Installing py3-babel (2.10.3-r0) (24/33) Installing py3-freezegun (1.2.2-r0) (25/33) Installing py3-atomicwrites (1.4.1-r0) (26/33) Installing py3-iniconfig (1.1.1-r3) (27/33) Installing py3-more-itertools (8.13.0-r0) (28/33) Installing py3-pluggy (1.0.0-r1) (29/33) Installing py3-py (1.10.0-r3) (30/33) Installing py3-pygments (2.13.0-r0) (31/33) Installing py3-wcwidth (0.2.5-r2) (32/33) Installing py3-pytest (7.1.3-r0) (33/33) Installing .makedepends-py3-pendulum (20221009.220805) Executing busybox-1.35.0-r27.trigger OK: 488 MiB in 136 packages >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 100 13056 0 13056 0 0 24158 0 --:--:-- --:--:-- --:--:-- 24158 100 156k 0 156k 0 0 272k 0 --:--:-- --:--:-- --:--:-- 4480k >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-pendulum-2.1.2.tar.gz... 2022-10-09 22:08:07,483 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2022-10-09 22:08:07,969 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-09 22:08:08,424 poetry.core.masonry.builders.wheel INFO Built pendulum-2.1.2-cp310-cp310-musllinux_1_2_i686.whl 2022-10-09 22:08:08,425 gpep517 INFO The backend produced dist/pendulum-2.1.2-cp310-cp310-musllinux_1_2_i686.whl pendulum-2.1.2-cp310-cp310-musllinux_1_2_i686.whl ============================= test session starts ============================== platform linux -- Python 3.10.7, 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 12.34s ======================= >>> 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 Sun, 09 Oct 2022 22:08:23 +0000 elapsed time 0h 0m 19s >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Uninstalling dependencies... (1/33) Purging .makedepends-py3-pendulum (20221009.220805) (2/33) Purging py3-tzdata (2020.1-r0) (3/33) Purging tzdata (2022d-r0) (4/33) Purging py3-gpep517 (9-r2) (5/33) Purging py3-poetry-core (1.2.0-r0) (6/33) Purging py3-jsonschema (4.7.2-r2) (7/33) Purging py3-pyrsistent (0.18.0-r2) (8/33) Purging py3-lark-parser (0.11.3-r1) (9/33) Purging py3-tomlkit (0.11.5-r0) (10/33) Purging py3-installer (0.5.1-r1) (11/33) Purging py3-babel (2.10.3-r0) (12/33) Purging py3-freezegun (1.2.2-r0) (13/33) Purging py3-dateutil (2.8.2-r1) (14/33) Purging py3-six (1.16.0-r3) (15/33) Purging py3-pytest (7.1.3-r0) (16/33) Purging py3-atomicwrites (1.4.1-r0) (17/33) Purging py3-attrs (22.1.0-r0) (18/33) Purging py3-iniconfig (1.1.1-r3) (19/33) Purging py3-more-itertools (8.13.0-r0) (20/33) Purging py3-packaging (21.3-r2) (21/33) Purging py3-parsing (3.0.9-r0) (22/33) Purging py3-pluggy (1.0.0-r1) (23/33) Purging py3-py (1.10.0-r3) (24/33) Purging py3-pygments (2.13.0-r0) (25/33) Purging py3-tomli (2.0.1-r1) (26/33) Purging py3-wcwidth (0.2.5-r2) (27/33) Purging py3-tz (2022.2.1-r0) (28/33) Purging python3 (3.10.7-r0) (29/33) Purging libffi (3.4.3-r0) (30/33) Purging gdbm (1.23-r0) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.2.0-r0) (33/33) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 380 MiB in 103 packages >>> py3-pendulum: Updating the community/x86 repository index... >>> py3-pendulum: Signing the index...