>>> py3-wtforms: Building community/py3-wtforms 3.1.1-r0 (using abuild 3.12.0-r0) started Fri, 03 Nov 2023 07:08:29 +0000 >>> py3-wtforms: Checking sanity of /home/buildozer/aports/community/py3-wtforms/APKBUILD... >>> py3-wtforms: Analyzing dependencies... >>> py3-wtforms: Installing for build: build-base python3 py3-markupsafe py3-babel py3-gpep517 py3-hatchling py3-email-validator py3-pytest (1/47) Installing libbz2 (1.0.8-r6) (2/47) Installing libffi (3.4.4-r3) (3/47) Installing gdbm (1.23-r1) (4/47) Installing xz-libs (5.4.5-r0) (5/47) Installing mpdecimal (2.5.1-r2) (6/47) Installing libpanelw (6.4_p20231007-r0) (7/47) Installing readline (8.2.1-r2) (8/47) Installing sqlite-libs (3.43.2-r0) (9/47) Installing python3 (3.11.6-r1) (10/47) Installing python3-pycache-pyc0 (3.11.6-r1) (11/47) Installing pyc (3.11.6-r1) (12/47) Installing python3-pyc (3.11.6-r1) (13/47) Installing py3-markupsafe (2.1.3-r0) (14/47) Installing py3-markupsafe-pyc (2.1.3-r0) (15/47) Installing py3-tz (2023.3-r1) (16/47) Installing py3-tz-pyc (2023.3-r1) (17/47) Installing py3-babel (2.13.1-r0) (18/47) Installing py3-babel-pyc (2.13.1-r0) (19/47) Installing py3-installer (0.7.0-r1) (20/47) Installing py3-installer-pyc (0.7.0-r1) (21/47) Installing py3-gpep517 (15-r0) (22/47) Installing py3-gpep517-pyc (15-r0) (23/47) Installing py3-editables (0.5-r0) (24/47) Installing py3-editables-pyc (0.5-r0) (25/47) Installing py3-parsing (3.1.1-r0) (26/47) Installing py3-parsing-pyc (3.1.1-r0) (27/47) Installing py3-packaging (23.2-r0) (28/47) Installing py3-packaging-pyc (23.2-r0) (29/47) Installing py3-pathspec (0.11.2-r0) (30/47) Installing py3-pathspec-pyc (0.11.2-r0) (31/47) Installing py3-pluggy (1.3.0-r0) (32/47) Installing py3-pluggy-pyc (1.3.0-r0) (33/47) Installing py3-trove-classifiers (2023.10.18-r0) (34/47) Installing py3-trove-classifiers-pyc (2023.10.18-r0) (35/47) Installing py3-hatchling (1.18.0-r0) (36/47) Installing py3-hatchling-pyc (1.18.0-r0) (37/47) Installing py3-idna (3.4-r4) (38/47) Installing py3-idna-pyc (3.4-r4) (39/47) Installing py3-email-validator (2.1.0-r0) (40/47) Installing py3-email-validator-pyc (2.1.0-r0) (41/47) Installing py3-iniconfig (1.1.1-r6) (42/47) Installing py3-iniconfig-pyc (1.1.1-r6) (43/47) Installing py3-py (1.11.0-r2) (44/47) Installing py3-py-pyc (1.11.0-r2) (45/47) Installing py3-pytest (7.4.3-r0) (46/47) Installing py3-pytest-pyc (7.4.3-r0) (47/47) Installing .makedepends-py3-wtforms (20231103.070830) Executing busybox-1.36.1-r14.trigger OK: 400 MiB in 149 packages >>> py3-wtforms: Cleaning up srcdir >>> py3-wtforms: Cleaning up pkgdir >>> py3-wtforms: Cleaning up tmpdir >>> py3-wtforms: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wtforms-3.1.1.tar.gz >>> py3-wtforms: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wtforms-3.1.1.tar.gz >>> py3-wtforms: Checking sha512sums... py3-wtforms-3.1.1.tar.gz: OK >>> py3-wtforms: Unpacking /var/cache/distfiles/py3-wtforms-3.1.1.tar.gz... 2023-11-03 07:08:31,085 gpep517 INFO Building wheel via backend hatchling.build 2023-11-03 07:08:31,254 gpep517 INFO The backend produced .dist/wtforms-3.1.1-py3-none-any.whl wtforms-3.1.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-wtforms/src/wtforms-3.1.1 configfile: pyproject.toml testpaths: tests collected 351 items tests/test_csrf.py ......... [ 2%] tests/test_form.py ....................... [ 9%] tests/test_i18n.py ........... [ 12%] tests/test_locale_babel.py ... [ 13%] tests/test_webob.py ... [ 13%] tests/test_widgets.py .................... [ 19%] tests/fields/test_boolean.py ..... [ 21%] tests/fields/test_color.py . [ 21%] tests/fields/test_custom.py .. [ 21%] tests/fields/test_date.py .. [ 22%] tests/fields/test_datetime.py ... [ 23%] tests/fields/test_datetimelocal.py ... [ 24%] tests/fields/test_decimal.py .. [ 24%] tests/fields/test_defaults.py .. [ 25%] tests/fields/test_field.py ............. [ 29%] tests/fields/test_file.py ... [ 29%] tests/fields/test_filters.py .... [ 31%] tests/fields/test_flags.py ..... [ 32%] tests/fields/test_float.py . [ 32%] tests/fields/test_form.py ........ [ 35%] tests/fields/test_hidden.py . [ 35%] tests/fields/test_html5.py ... [ 36%] tests/fields/test_integer.py . [ 36%] tests/fields/test_label.py .... [ 37%] tests/fields/test_list.py ............. [ 41%] tests/fields/test_month.py .. [ 41%] tests/fields/test_password.py . [ 42%] tests/fields/test_radio.py ...... [ 43%] tests/fields/test_select.py .......................... [ 51%] tests/fields/test_selectmultiple.py ................ [ 55%] tests/fields/test_string.py . [ 56%] tests/fields/test_submit.py . [ 56%] tests/fields/test_textarea.py . [ 56%] tests/fields/test_time.py . [ 56%] tests/fields/test_week.py .. [ 57%] tests/validators/test_anyof.py ..... [ 58%] tests/validators/test_data_required.py .......... [ 61%] tests/validators/test_disabled.py . [ 62%] tests/validators/test_email.py ................... [ 67%] tests/validators/test_equal_to.py ... [ 68%] tests/validators/test_input_required.py .... [ 69%] tests/validators/test_ipaddress.py ..................... [ 75%] tests/validators/test_lazy_proxy.py .. [ 76%] tests/validators/test_length.py ............. [ 79%] tests/validators/test_mac_address.py ..... [ 81%] tests/validators/test_noneof.py .. [ 81%] tests/validators/test_number_range.py ........... [ 84%] tests/validators/test_optional.py .... [ 86%] tests/validators/test_readonly.py .. [ 86%] tests/validators/test_regexp.py .......... [ 89%] tests/validators/test_url.py ............................ [ 97%] tests/validators/test_uuid.py ...... [ 99%] tests/validators/test_validators.py ... [100%] ============================= 351 passed in 0.94s ============================== >>> py3-wtforms: Entering fakeroot... >>> py3-wtforms-lang*: Running split function lang... >>> py3-wtforms-lang*: Preparing subpackage py3-wtforms-lang... >>> py3-wtforms-lang*: Running postcheck for py3-wtforms-lang >>> py3-wtforms-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/csrf/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/fields/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/widgets/__pycache__' >>> py3-wtforms-pyc*: Preparing subpackage py3-wtforms-pyc... >>> py3-wtforms-pyc*: Running postcheck for py3-wtforms-pyc >>> py3-wtforms*: Running postcheck for py3-wtforms >>> py3-wtforms*: Preparing package py3-wtforms... >>> py3-wtforms-lang*: Tracing dependencies... python3~3.11 >>> py3-wtforms-lang*: Package size: 676.0 KB >>> py3-wtforms-lang*: Compressing data... >>> py3-wtforms-lang*: Create checksum... >>> py3-wtforms-lang*: Create py3-wtforms-lang-3.1.1-r0.apk >>> py3-wtforms-pyc*: Tracing dependencies... python3 py3-markupsafe python3~3.11 >>> py3-wtforms-pyc*: Package size: 268.0 KB >>> py3-wtforms-pyc*: Compressing data... >>> py3-wtforms-pyc*: Create checksum... >>> py3-wtforms-pyc*: Create py3-wtforms-pyc-3.1.1-r0.apk >>> py3-wtforms*: Tracing dependencies... python3 py3-markupsafe python3~3.11 >>> py3-wtforms*: Package size: 216.0 KB >>> py3-wtforms*: Compressing data... >>> py3-wtforms*: Create checksum... >>> py3-wtforms*: Create py3-wtforms-3.1.1-r0.apk >>> py3-wtforms: Build complete at Fri, 03 Nov 2023 07:08:33 +0000 elapsed time 0h 0m 4s >>> py3-wtforms: Cleaning up srcdir >>> py3-wtforms: Cleaning up pkgdir >>> py3-wtforms: Uninstalling dependencies... (1/47) Purging .makedepends-py3-wtforms (20231103.070830) (2/47) Purging py3-markupsafe-pyc (2.1.3-r0) (3/47) Purging py3-markupsafe (2.1.3-r0) (4/47) Purging py3-babel-pyc (2.13.1-r0) (5/47) Purging py3-babel (2.13.1-r0) (6/47) Purging py3-tz-pyc (2023.3-r1) (7/47) Purging py3-tz (2023.3-r1) (8/47) Purging py3-gpep517-pyc (15-r0) (9/47) Purging py3-gpep517 (15-r0) (10/47) Purging py3-installer-pyc (0.7.0-r1) (11/47) Purging py3-installer (0.7.0-r1) (12/47) Purging py3-hatchling-pyc (1.18.0-r0) (13/47) Purging py3-hatchling (1.18.0-r0) (14/47) Purging py3-editables-pyc (0.5-r0) (15/47) Purging py3-editables (0.5-r0) (16/47) Purging py3-pathspec-pyc (0.11.2-r0) (17/47) Purging py3-pathspec (0.11.2-r0) (18/47) Purging py3-trove-classifiers-pyc (2023.10.18-r0) (19/47) Purging py3-trove-classifiers (2023.10.18-r0) (20/47) Purging py3-email-validator-pyc (2.1.0-r0) (21/47) Purging py3-email-validator (2.1.0-r0) (22/47) Purging py3-idna-pyc (3.4-r4) (23/47) Purging py3-idna (3.4-r4) (24/47) Purging py3-pytest-pyc (7.4.3-r0) (25/47) Purging py3-pytest (7.4.3-r0) (26/47) Purging py3-iniconfig-pyc (1.1.1-r6) (27/47) Purging py3-iniconfig (1.1.1-r6) (28/47) Purging py3-packaging-pyc (23.2-r0) (29/47) Purging py3-packaging (23.2-r0) (30/47) Purging py3-parsing-pyc (3.1.1-r0) (31/47) Purging py3-parsing (3.1.1-r0) (32/47) Purging py3-pluggy-pyc (1.3.0-r0) (33/47) Purging py3-pluggy (1.3.0-r0) (34/47) Purging py3-py-pyc (1.11.0-r2) (35/47) Purging py3-py (1.11.0-r2) (36/47) Purging python3-pyc (3.11.6-r1) (37/47) Purging python3-pycache-pyc0 (3.11.6-r1) (38/47) Purging pyc (3.11.6-r1) (39/47) Purging python3 (3.11.6-r1) (40/47) Purging gdbm (1.23-r1) (41/47) Purging libbz2 (1.0.8-r6) (42/47) Purging libffi (3.4.4-r3) (43/47) Purging libpanelw (6.4_p20231007-r0) (44/47) Purging mpdecimal (2.5.1-r2) (45/47) Purging readline (8.2.1-r2) (46/47) Purging sqlite-libs (3.43.2-r0) (47/47) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r14.trigger OK: 315 MiB in 102 packages >>> py3-wtforms: Updating the community/armhf repository index... >>> py3-wtforms: Signing the index...