>>> py3-coreschema: Building community/py3-coreschema 0.0.4-r6 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 22:35:55 +0000 >>> py3-coreschema: Checking sanity of /home/buildozer/aports/community/py3-coreschema/APKBUILD... >>> WARNING: py3-coreschema: No maintainer >>> py3-coreschema: Analyzing dependencies... >>> py3-coreschema: Installing for build: build-base py3-jinja2 py3-setuptools py3-pytest py3-pytest-cov (1/22) Installing libbz2 (1.0.8-r3) (2/22) Installing libffi (3.4.4-r0) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.7-r0) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.2.0-r0) (7/22) Installing sqlite-libs (3.39.4-r0) (8/22) Installing python3 (3.10.8-r3) (9/22) Installing py3-markupsafe (2.1.1-r1) (10/22) Installing py3-jinja2 (3.1.2-r0) (11/22) Installing py3-parsing (3.0.9-r0) (12/22) Installing py3-packaging (21.3-r2) (13/22) Installing py3-setuptools (65.5.0-r0) (14/22) Installing py3-attrs (22.1.0-r0) (15/22) Installing py3-iniconfig (1.1.1-r3) (16/22) Installing py3-pluggy (1.0.0-r1) (17/22) Installing py3-py (1.11.0-r0) (18/22) Installing py3-tomli (2.0.1-r1) (19/22) Installing py3-pytest (7.1.3-r1) (20/22) Installing py3-coverage (5.5-r2) (21/22) Installing py3-pytest-cov (2.12.1-r1) (22/22) Installing .makedepends-py3-coreschema (20221027.223607) Executing busybox-1.35.0-r27.trigger OK: 254 MiB in 115 packages >>> py3-coreschema: Cleaning up srcdir >>> py3-coreschema: Cleaning up pkgdir >>> py3-coreschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-coreschema-0.0.4.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-coreschema: Fetching py3-coreschema-0.0.4.tar.gz::https://github.com/core-api/python-coreschema/archive/0.0.4.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 21905 0 21905 0 0 14273 0 --:--:-- 0:00:01 --:--:-- 29561 >>> py3-coreschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-coreschema-0.0.4.tar.gz >>> py3-coreschema: Checking sha512sums... py3-coreschema-0.0.4.tar.gz: OK >>> py3-coreschema: Unpacking /var/cache/distfiles/v3.17/py3-coreschema-0.0.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/coreschema copying coreschema/compat.py -> build/lib/coreschema copying coreschema/utils.py -> build/lib/coreschema copying coreschema/__init__.py -> build/lib/coreschema copying coreschema/formats.py -> build/lib/coreschema copying coreschema/schemas.py -> build/lib/coreschema creating build/lib/coreschema/encodings copying coreschema/encodings/corejson.py -> build/lib/coreschema/encodings copying coreschema/encodings/jsonschema.py -> build/lib/coreschema/encodings copying coreschema/encodings/__init__.py -> build/lib/coreschema/encodings copying coreschema/encodings/html.py -> build/lib/coreschema/encodings creating build/lib/coreschema/templates copying coreschema/templates/form.html -> build/lib/coreschema/templates copying coreschema/templates/base.html -> build/lib/coreschema/templates creating build/lib/coreschema/templates/bootstrap3 copying coreschema/templates/bootstrap3/form.html -> build/lib/coreschema/templates/bootstrap3 creating build/lib/coreschema/templates/bootstrap3/inputs copying coreschema/templates/bootstrap3/inputs/select_multiple.html -> build/lib/coreschema/templates/bootstrap3/inputs copying coreschema/templates/bootstrap3/inputs/checkbox.html -> build/lib/coreschema/templates/bootstrap3/inputs copying coreschema/templates/bootstrap3/inputs/input.html -> build/lib/coreschema/templates/bootstrap3/inputs copying coreschema/templates/bootstrap3/inputs/textarea.html -> build/lib/coreschema/templates/bootstrap3/inputs copying coreschema/templates/bootstrap3/inputs/select.html -> build/lib/coreschema/templates/bootstrap3/inputs ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-coreschema/src/python-coreschema-0.0.4 plugins: cov-2.12.1 collected 50 items tests/test_anything.py . [ 2%] tests/test_array.py ........ [ 18%] tests/test_boolean.py . [ 20%] tests/test_enum.py .. [ 24%] tests/test_exclusiveunion.py .. [ 28%] tests/test_intersection.py ... [ 34%] tests/test_not.py .. [ 38%] tests/test_null.py . [ 40%] tests/test_number.py ....... [ 54%] tests/test_object.py .......... [ 74%] tests/test_ref.py .. [ 78%] tests/test_string.py ....... [ 92%] tests/test_union.py .. [ 96%] tests/encodings/test_jsonschema.py .. [100%] ============================== 50 passed in 0.33s ============================== >>> py3-coreschema: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( >>> py3-coreschema*: Running postcheck for py3-coreschema >>> py3-coreschema*: Preparing package py3-coreschema... >>> py3-coreschema*: Tracing dependencies... >>> py3-coreschema*: Package size: 208.0 KB >>> py3-coreschema*: Compressing data... >>> py3-coreschema*: Create checksum... >>> py3-coreschema*: Create py3-coreschema-0.0.4-r6.apk >>> py3-coreschema: Build complete at Thu, 27 Oct 2022 22:36:11 +0000 elapsed time 0h 0m 16s >>> py3-coreschema: Cleaning up srcdir >>> py3-coreschema: Cleaning up pkgdir >>> py3-coreschema: Uninstalling dependencies... (1/22) Purging .makedepends-py3-coreschema (20221027.223607) (2/22) Purging py3-jinja2 (3.1.2-r0) (3/22) Purging py3-markupsafe (2.1.1-r1) (4/22) Purging py3-setuptools (65.5.0-r0) (5/22) Purging py3-pytest-cov (2.12.1-r1) (6/22) Purging py3-pytest (7.1.3-r1) (7/22) Purging py3-attrs (22.1.0-r0) (8/22) Purging py3-iniconfig (1.1.1-r3) (9/22) Purging py3-packaging (21.3-r2) (10/22) Purging py3-parsing (3.0.9-r0) (11/22) Purging py3-pluggy (1.0.0-r1) (12/22) Purging py3-py (1.11.0-r0) (13/22) Purging py3-tomli (2.0.1-r1) (14/22) Purging python3 (3.10.8-r3) (15/22) Purging py3-coverage (5.5-r2) (16/22) Purging libbz2 (1.0.8-r3) (17/22) Purging libffi (3.4.4-r0) (18/22) Purging gdbm (1.23-r0) (19/22) Purging xz-libs (5.2.7-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.2.0-r0) (22/22) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-coreschema: Updating the community/armv7 repository index... >>> py3-coreschema: Signing the index...