>>> py3-pendulum: Building community/py3-pendulum 2.1.2-r0 (using abuild 3.9.0-r0) started Mon, 10 Oct 2022 23:30:41 +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/36) Installing libbz2 (1.0.8-r1) (2/36) Installing libffi (3.4.2-r1) (3/36) Installing gdbm (1.23-r0) (4/36) Installing xz-libs (5.2.5-r1) (5/36) Installing mpdecimal (2.5.1-r1) (6/36) Installing readline (8.1.2-r0) (7/36) Installing sqlite-libs (3.38.5-r0) (8/36) Installing python3 (3.10.5-r0) (9/36) Installing py3-six (1.16.0-r1) (10/36) Installing py3-dateutil (2.8.2-r1) (11/36) Installing tzdata (2022c-r0) (12/36) Installing py3-tzdata (2020.1-r0) (13/36) Installing py3-installer (0.5.1-r1) (14/36) Installing py3-tomli (2.0.1-r1) (15/36) Installing py3-gpep517 (9-r0) (16/36) Installing py3-pyrsistent (0.18.0-r1) (17/36) Installing py3-attrs (21.4.0-r0) (18/36) Installing py3-jsonschema (4.5.1-r0) (19/36) Installing py3-lark-parser (0.11.3-r1) (20/36) Installing py3-tomlkit (0.10.2-r0) (21/36) Installing py3-poetry-core (1.0.8-r1) (22/36) Installing py3-tz (2022.1-r0) (23/36) Installing py3-babel (2.9.1-r1) (24/36) Installing py3-freezegun (1.1.0-r2) (25/36) Installing py3-atomicwrites (1.4.0-r2) (26/36) Installing py3-more-itertools (8.13.0-r0) (27/36) Installing py3-iniconfig (1.1.1-r2) (28/36) Installing py3-pluggy (1.0.0-r0) (29/36) Installing py3-py (1.10.0-r2) (30/36) Installing py3-wcwidth (0.2.5-r2) (31/36) Installing py3-parsing (2.4.7-r3) (32/36) Installing py3-packaging (21.3-r0) (33/36) Installing py3-toml (0.10.2-r3) (34/36) Installing py3-pygments (2.11.2-r0) (35/36) Installing py3-pytest (6.2.5-r2) (36/36) Installing .makedepends-py3-pendulum (20221010.233042) Executing busybox-1.35.0-r17.trigger OK: 460 MiB in 129 packages >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 >>> py3-pendulum: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/py3-pendulum-2.1.2.tar.gz... 2022-10-10 23:30:45,725 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2022-10-10 23:30:45,772 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-10 23:30:45,956 poetry.core.masonry.builders.wheel INFO Built pendulum-2.1.2-cp310-cp310-musllinux_1_2_aarch64.whl 2022-10-10 23:30:45,957 gpep517 INFO The backend produced dist/pendulum-2.1.2-cp310-cp310-musllinux_1_2_aarch64.whl pendulum-2.1.2-cp310-cp310-musllinux_1_2_aarch64.whl ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-6.2.5, py-1.10.0, 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 ....................................... [ 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%] ======================= 1730 passed, 1 skipped in 7.94s ======================== >>> 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: 52.0 KB >>> py3-pendulum*: Compressing data... >>> py3-pendulum*: Create checksum... >>> py3-pendulum*: Create py3-pendulum-2.1.2-r0.apk >>> py3-pendulum: Build complete at Mon, 10 Oct 2022 23:30:55 +0000 elapsed time 0h 0m 14s >>> py3-pendulum: Cleaning up srcdir >>> py3-pendulum: Cleaning up pkgdir >>> py3-pendulum: Uninstalling dependencies... (1/36) Purging .makedepends-py3-pendulum (20221010.233042) (2/36) Purging py3-tzdata (2020.1-r0) (3/36) Purging tzdata (2022c-r0) (4/36) Purging py3-gpep517 (9-r0) (5/36) Purging py3-tomli (2.0.1-r1) (6/36) Purging py3-poetry-core (1.0.8-r1) (7/36) Purging py3-jsonschema (4.5.1-r0) (8/36) Purging py3-pyrsistent (0.18.0-r1) (9/36) Purging py3-lark-parser (0.11.3-r1) (10/36) Purging py3-tomlkit (0.10.2-r0) (11/36) Purging py3-installer (0.5.1-r1) (12/36) Purging py3-babel (2.9.1-r1) (13/36) Purging py3-freezegun (1.1.0-r2) (14/36) Purging py3-dateutil (2.8.2-r1) (15/36) Purging py3-pytest (6.2.5-r2) (16/36) Purging py3-atomicwrites (1.4.0-r2) (17/36) Purging py3-attrs (21.4.0-r0) (18/36) Purging py3-more-itertools (8.13.0-r0) (19/36) Purging py3-iniconfig (1.1.1-r2) (20/36) Purging py3-pluggy (1.0.0-r0) (21/36) Purging py3-py (1.10.0-r2) (22/36) Purging py3-wcwidth (0.2.5-r2) (23/36) Purging py3-packaging (21.3-r0) (24/36) Purging py3-parsing (2.4.7-r3) (25/36) Purging py3-six (1.16.0-r1) (26/36) Purging py3-toml (0.10.2-r3) (27/36) Purging py3-pygments (2.11.2-r0) (28/36) Purging py3-tz (2022.1-r0) (29/36) Purging python3 (3.10.5-r0) (30/36) Purging libbz2 (1.0.8-r1) (31/36) Purging libffi (3.4.2-r1) (32/36) Purging gdbm (1.23-r0) (33/36) Purging xz-libs (5.2.5-r1) (34/36) Purging mpdecimal (2.5.1-r1) (35/36) Purging readline (8.1.2-r0) (36/36) Purging sqlite-libs (3.38.5-r0) Executing busybox-1.35.0-r17.trigger OK: 354 MiB in 93 packages >>> py3-pendulum: Updating the community/aarch64 repository index... >>> py3-pendulum: Signing the index...