>>> py3-coreschema: Building community/py3-coreschema 0.0.4-r9 (using abuild 3.13.0-r3) started Wed, 24 Apr 2024 01:33:08 +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/35) Installing libbz2 (1.0.8-r6)
(2/35) Installing libffi (3.4.6-r0)
(3/35) Installing gdbm (1.23-r1)
(4/35) Installing xz-libs (5.6.1-r3)
(5/35) Installing mpdecimal (4.0.0-r0)
(6/35) Installing libpanelw (6.4_p20240330-r0)
(7/35) Installing readline (8.2.10-r0)
(8/35) Installing sqlite-libs (3.45.3-r0)
(9/35) Installing python3 (3.12.3-r1)
(10/35) Installing python3-pycache-pyc0 (3.12.3-r1)
(11/35) Installing pyc (3.12.3-r1)
(12/35) Installing py3-jinja2-pyc (3.1.3-r1)
(13/35) Installing py3-markupsafe-pyc (2.1.5-r1)
(14/35) Installing python3-pyc (3.12.3-r1)
(15/35) Installing py3-markupsafe (2.1.5-r1)
(16/35) Installing py3-jinja2 (3.1.3-r1)
(17/35) Installing py3-parsing (3.1.2-r1)
(18/35) Installing py3-parsing-pyc (3.1.2-r1)
(19/35) Installing py3-packaging (24.0-r1)
(20/35) Installing py3-packaging-pyc (24.0-r1)
(21/35) Installing py3-setuptools (69.5.1-r0)
(22/35) Installing py3-setuptools-pyc (69.5.1-r0)
(23/35) Installing py3-iniconfig (2.0.0-r1)
(24/35) Installing py3-iniconfig-pyc (2.0.0-r1)
(25/35) Installing py3-pluggy (1.4.0-r1)
(26/35) Installing py3-pluggy-pyc (1.4.0-r1)
(27/35) Installing py3-py (1.11.0-r3)
(28/35) Installing py3-py-pyc (1.11.0-r3)
(29/35) Installing py3-pytest (8.1.1-r1)
(30/35) Installing py3-pytest-pyc (8.1.1-r1)
(31/35) Installing py3-coverage (6.5.0-r6)
(32/35) Installing py3-coverage-pyc (6.5.0-r6)
(33/35) Installing py3-pytest-cov (5.0.0-r0)
(34/35) Installing py3-pytest-cov-pyc (5.0.0-r0)
(35/35) Installing .makedepends-py3-coreschema (20240424.013309)
Executing busybox-1.36.1-r25.trigger
OK: 491 MiB in 141 packages
>>> py3-coreschema: Cleaning up srcdir
>>> py3-coreschema: Cleaning up pkgdir
>>> py3-coreschema: Cleaning up tmpdir
>>> py3-coreschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-coreschema-0.0.4.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> py3-coreschema: Fetching py3-coreschema-0.0.4.tar.gz::https://github.com/core-api/python-coreschema/archive/0.0.4.tar.gz
Connecting to github.com (20.26.156.215:443)
Connecting to codeload.github.com (20.26.156.216:443)
saving to '/var/cache/distfiles/v3.20/py3-coreschema-0.0.4.tar.gz.part'
py3-coreschema-0.0.4 100% |********************************| 21905  0:00:00 ETA
'/var/cache/distfiles/v3.20/py3-coreschema-0.0.4.tar.gz.part' saved
>>> py3-coreschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/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.20/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/schemas.py -> build/lib/coreschema
copying coreschema/__init__.py -> build/lib/coreschema
copying coreschema/formats.py -> build/lib/coreschema
copying coreschema/utils.py -> build/lib/coreschema
creating build/lib/coreschema/encodings
copying coreschema/encodings/__init__.py -> build/lib/coreschema/encodings
copying coreschema/encodings/html.py -> build/lib/coreschema/encodings
copying coreschema/encodings/corejson.py -> build/lib/coreschema/encodings
copying coreschema/encodings/jsonschema.py -> build/lib/coreschema/encodings
creating build/lib/coreschema/templates
copying coreschema/templates/base.html -> build/lib/coreschema/templates
copying coreschema/templates/form.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/select.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/input.html -> build/lib/coreschema/templates/bootstrap3/inputs
copying coreschema/templates/bootstrap3/inputs/checkbox.html -> build/lib/coreschema/templates/bootstrap3/inputs
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0
rootdir: /home/buildozer/aports/community/py3-coreschema/src/python-coreschema-0.0.4
plugins: cov-5.0.0
collected 50 items

tests/encodings/test_jsonschema.py ..                                    [  4%]
tests/test_anything.py .                                                 [  6%]
tests/test_array.py ........                                             [ 22%]
tests/test_boolean.py .                                                  [ 24%]
tests/test_enum.py ..                                                    [ 28%]
tests/test_exclusiveunion.py ..                                          [ 32%]
tests/test_intersection.py ...                                           [ 38%]
tests/test_not.py ..                                                     [ 42%]
tests/test_null.py .                                                     [ 44%]
tests/test_number.py .......                                             [ 58%]
tests/test_object.py ..........                                          [ 78%]
tests/test_ref.py ..                                                     [ 82%]
tests/test_string.py .......                                             [ 96%]
tests/test_union.py ..                                                   [100%]

============================== 50 passed in 0.21s ==============================
>>> py3-coreschema: Entering fakeroot...
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
>>> py3-coreschema-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-coreschema/pkg/py3-coreschema/usr/lib/python3.12/site-packages/coreschema/encodings/__pycache__' -> '/home/buildozer/aports/community/py3-coreschema/pkg/py3-coreschema-pyc/usr/lib/python3.12/site-packages/coreschema/encodings/__pycache__'
'/home/buildozer/aports/community/py3-coreschema/pkg/py3-coreschema/usr/lib/python3.12/site-packages/coreschema/__pycache__' -> '/home/buildozer/aports/community/py3-coreschema/pkg/py3-coreschema-pyc/usr/lib/python3.12/site-packages/coreschema/__pycache__'
>>> py3-coreschema-pyc*: Preparing subpackage py3-coreschema-pyc...
>>> py3-coreschema-pyc*: Running postcheck for py3-coreschema-pyc
>>> py3-coreschema*: Running postcheck for py3-coreschema
>>> py3-coreschema*: Preparing package py3-coreschema...
>>> py3-coreschema-pyc*: Tracing dependencies...
	py3-jinja2
	python3~3.12
>>> py3-coreschema-pyc*: Package size: 100.0 KB
>>> py3-coreschema-pyc*: Compressing data...
>>> py3-coreschema-pyc*: Create checksum...
>>> py3-coreschema-pyc*: Create py3-coreschema-pyc-0.0.4-r9.apk
>>> py3-coreschema*: Tracing dependencies...
	py3-jinja2
	python3~3.12
>>> py3-coreschema*: Package size: 148.0 KB
>>> py3-coreschema*: Compressing data...
>>> py3-coreschema*: Create checksum...
>>> py3-coreschema*: Create py3-coreschema-0.0.4-r9.apk
>>> py3-coreschema: Build complete at Wed, 24 Apr 2024 01:33:12 +0000 elapsed time 0h 0m 4s
>>> py3-coreschema: Cleaning up srcdir
>>> py3-coreschema: Cleaning up pkgdir
>>> py3-coreschema: Uninstalling dependencies...
(1/35) Purging .makedepends-py3-coreschema (20240424.013309)
(2/35) Purging py3-jinja2-pyc (3.1.3-r1)
(3/35) Purging py3-jinja2 (3.1.3-r1)
(4/35) Purging py3-markupsafe-pyc (2.1.5-r1)
(5/35) Purging py3-markupsafe (2.1.5-r1)
(6/35) Purging py3-setuptools-pyc (69.5.1-r0)
(7/35) Purging py3-setuptools (69.5.1-r0)
(8/35) Purging py3-pytest-cov-pyc (5.0.0-r0)
(9/35) Purging py3-pytest-cov (5.0.0-r0)
(10/35) Purging py3-pytest-pyc (8.1.1-r1)
(11/35) Purging py3-pytest (8.1.1-r1)
(12/35) Purging py3-iniconfig-pyc (2.0.0-r1)
(13/35) Purging py3-iniconfig (2.0.0-r1)
(14/35) Purging py3-packaging-pyc (24.0-r1)
(15/35) Purging py3-packaging (24.0-r1)
(16/35) Purging py3-parsing-pyc (3.1.2-r1)
(17/35) Purging py3-parsing (3.1.2-r1)
(18/35) Purging py3-pluggy-pyc (1.4.0-r1)
(19/35) Purging py3-pluggy (1.4.0-r1)
(20/35) Purging py3-py-pyc (1.11.0-r3)
(21/35) Purging py3-py (1.11.0-r3)
(22/35) Purging py3-coverage-pyc (6.5.0-r6)
(23/35) Purging py3-coverage (6.5.0-r6)
(24/35) Purging python3-pyc (3.12.3-r1)
(25/35) Purging python3-pycache-pyc0 (3.12.3-r1)
(26/35) Purging pyc (3.12.3-r1)
(27/35) Purging python3 (3.12.3-r1)
(28/35) Purging gdbm (1.23-r1)
(29/35) Purging libbz2 (1.0.8-r6)
(30/35) Purging libffi (3.4.6-r0)
(31/35) Purging libpanelw (6.4_p20240330-r0)
(32/35) Purging mpdecimal (4.0.0-r0)
(33/35) Purging readline (8.2.10-r0)
(34/35) Purging sqlite-libs (3.45.3-r0)
(35/35) Purging xz-libs (5.6.1-r3)
Executing busybox-1.36.1-r25.trigger
OK: 435 MiB in 106 packages
>>> py3-coreschema: Updating the community/s390x repository index...
>>> py3-coreschema: Signing the index...