>>> py3-lsprotocol: Building testing/py3-lsprotocol 2023.0.0a2-r0 (using abuild 3.11.20-r0) started Sun, 02 Jul 2023 09:29:35 +0000 >>> py3-lsprotocol: Checking sanity of /home/buildozer/aports/testing/py3-lsprotocol/APKBUILD... >>> py3-lsprotocol: Analyzing dependencies... >>> py3-lsprotocol: Installing for build: build-base py3-attrs py3-cattrs py3-flit-core py3-gpep517 py3-jsonschema py3-pyhamcrest py3-pytest (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing libffi (3.4.4-r3) (3/41) Installing gdbm (1.23-r1) (4/41) Installing xz-libs (5.4.3-r1) (5/41) Installing mpdecimal (2.5.1-r2) (6/41) Installing libpanelw (6.4_p20230625-r0) (7/41) Installing readline (8.2.1-r2) (8/41) Installing sqlite-libs (3.42.0-r2) (9/41) Installing python3 (3.11.4-r1) (10/41) Installing python3-pycache-pyc0 (3.11.4-r1) (11/41) Installing pyc (0.1-r0) (12/41) Installing py3-attrs-pyc (23.1.0-r1) (13/41) Installing python3-pyc (3.11.4-r1) (14/41) Installing py3-attrs (23.1.0-r1) (15/41) Installing py3-cattrs (23.1.2-r0) (16/41) Installing py3-cattrs-pyc (23.1.2-r0) (17/41) Installing py3-flit-core (3.9.0-r0) (18/41) Installing py3-flit-core-pyc (3.9.0-r0) (19/41) Installing py3-installer (0.7.0-r1) (20/41) Installing py3-installer-pyc (0.7.0-r1) (21/41) Installing py3-gpep517 (13-r2) (22/41) Installing py3-gpep517-pyc (13-r2) (23/41) Installing py3-pyrsistent (0.19.3-r1) (24/41) Installing py3-pyrsistent-pyc (0.19.3-r1) (25/41) Installing py3-jsonschema (4.17.3-r0) (26/41) Installing py3-jsonschema-pyc (4.17.3-r0) (27/41) Installing py3-pyhamcrest (2.0.4-r2) (28/41) Installing py3-pyhamcrest-pyc (2.0.4-r2) (29/41) Installing py3-iniconfig (1.1.1-r6) (30/41) Installing py3-iniconfig-pyc (1.1.1-r6) (31/41) Installing py3-parsing (3.1.0-r0) (32/41) Installing py3-parsing-pyc (3.1.0-r0) (33/41) Installing py3-packaging (23.1-r1) (34/41) Installing py3-packaging-pyc (23.1-r1) (35/41) Installing py3-pluggy (1.2.0-r0) (36/41) Installing py3-pluggy-pyc (1.2.0-r0) (37/41) Installing py3-py (1.11.0-r2) (38/41) Installing py3-py-pyc (1.11.0-r2) (39/41) Installing py3-pytest (7.4.0-r0) (40/41) Installing py3-pytest-pyc (7.4.0-r0) (41/41) Installing .makedepends-py3-lsprotocol (20230702.092936) Executing busybox-1.36.1-r2.trigger OK: 433 MiB in 143 packages >>> py3-lsprotocol: Cleaning up srcdir >>> py3-lsprotocol: Cleaning up pkgdir >>> py3-lsprotocol: Cleaning up tmpdir >>> py3-lsprotocol: Fetching py3-lsprotocol-2023.0.0a2.tar.gz::https://github.com/microsoft/lsprotocol/archive/refs/tags/2023.0.0a2.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 229k 0 229k 0 0 429k 0 --:--:-- --:--:-- --:--:-- 429k >>> py3-lsprotocol: Fetching py3-lsprotocol-2023.0.0a2.tar.gz::https://github.com/microsoft/lsprotocol/archive/refs/tags/2023.0.0a2.tar.gz >>> py3-lsprotocol: Checking sha512sums... py3-lsprotocol-2023.0.0a2.tar.gz: OK >>> py3-lsprotocol: Unpacking /var/cache/distfiles/py3-lsprotocol-2023.0.0a2.tar.gz... 2023-07-02 09:29:37,476 gpep517 INFO Building wheel via backend flit_core.buildapi 2023-07-02 09:29:37,478 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2023-06-21 21:56:26 2023-07-02 09:29:37,478 flit_core.wheel INFO Copying package file(s) from lsprotocol 2023-07-02 09:29:37,480 flit_core.wheel INFO Writing metadata files 2023-07-02 09:29:37,481 flit_core.wheel INFO Writing the record of files 2023-07-02 09:29:37,481 flit_core.wheel INFO Built wheel: .dist/lsprotocol-2023.0.0a2-py3-none-any.whl 2023-07-02 09:29:37,481 gpep517 INFO The backend produced .dist/lsprotocol-2023.0.0a2-py3-none-any.whl lsprotocol-2023.0.0a2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/buildozer/aports/testing/py3-lsprotocol/src/lsprotocol-2023.0.0a2 collected 99 items tests/python/test_cattrs_special_cases.py ............................ [ 28%] tests/python/test_custom_validators.py ................. [ 45%] tests/python/test_enums.py ................ [ 61%] tests/python/test_import.py . [ 62%] tests/python/test_location.py .... [ 66%] tests/python/test_position.py ............... [ 81%] tests/python/test_range.py .... [ 85%] tests/python/notifications/test_exit.py .... [ 89%] tests/python/notifications/test_progress.py ... [ 92%] tests/python/requests/test_initilize_request.py . [ 93%] tests/python/requests/test_inlay_hint_resolve_request.py .. [ 95%] tests/python/requests/test_workspace_sematic_tokens_refresh.py .... [100%] ============================== 99 passed in 0.83s ============================== >>> py3-lsprotocol: Entering fakeroot... >>> py3-lsprotocol-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-lsprotocol/pkg/py3-lsprotocol/usr/lib/python3.11/site-packages/lsprotocol/__pycache__' -> '/home/buildozer/aports/testing/py3-lsprotocol/pkg/py3-lsprotocol-pyc/usr/lib/python3.11/site-packages/lsprotocol/__pycache__' >>> py3-lsprotocol-pyc*: Preparing subpackage py3-lsprotocol-pyc... >>> py3-lsprotocol-pyc*: Running postcheck for py3-lsprotocol-pyc >>> py3-lsprotocol*: Running postcheck for py3-lsprotocol >>> py3-lsprotocol*: Preparing package py3-lsprotocol... >>> py3-lsprotocol-pyc*: Tracing dependencies... py3-attrs py3-cattrs python3~3.11 >>> py3-lsprotocol-pyc*: Package size: 564.0 KB >>> py3-lsprotocol-pyc*: Compressing data... >>> py3-lsprotocol-pyc*: Create checksum... >>> py3-lsprotocol-pyc*: Create py3-lsprotocol-pyc-2023.0.0a2-r0.apk >>> py3-lsprotocol*: Tracing dependencies... py3-attrs py3-cattrs python3~3.11 >>> py3-lsprotocol*: Package size: 524.0 KB >>> py3-lsprotocol*: Compressing data... >>> py3-lsprotocol*: Create checksum... >>> py3-lsprotocol*: Create py3-lsprotocol-2023.0.0a2-r0.apk >>> py3-lsprotocol: Build complete at Sun, 02 Jul 2023 09:29:39 +0000 elapsed time 0h 0m 4s >>> py3-lsprotocol: Cleaning up srcdir >>> py3-lsprotocol: Cleaning up pkgdir >>> py3-lsprotocol: Uninstalling dependencies... (1/41) Purging .makedepends-py3-lsprotocol (20230702.092936) (2/41) Purging py3-cattrs-pyc (23.1.2-r0) (3/41) Purging py3-cattrs (23.1.2-r0) (4/41) Purging py3-flit-core-pyc (3.9.0-r0) (5/41) Purging py3-flit-core (3.9.0-r0) (6/41) Purging py3-gpep517-pyc (13-r2) (7/41) Purging py3-gpep517 (13-r2) (8/41) Purging py3-installer-pyc (0.7.0-r1) (9/41) Purging py3-installer (0.7.0-r1) (10/41) Purging py3-jsonschema-pyc (4.17.3-r0) (11/41) Purging py3-jsonschema (4.17.3-r0) (12/41) Purging py3-pyrsistent-pyc (0.19.3-r1) (13/41) Purging py3-pyrsistent (0.19.3-r1) (14/41) Purging py3-attrs-pyc (23.1.0-r1) (15/41) Purging py3-attrs (23.1.0-r1) (16/41) Purging py3-pyhamcrest-pyc (2.0.4-r2) (17/41) Purging py3-pyhamcrest (2.0.4-r2) (18/41) Purging py3-pytest-pyc (7.4.0-r0) (19/41) Purging py3-pytest (7.4.0-r0) (20/41) Purging py3-iniconfig-pyc (1.1.1-r6) (21/41) Purging py3-iniconfig (1.1.1-r6) (22/41) Purging py3-packaging-pyc (23.1-r1) (23/41) Purging py3-packaging (23.1-r1) (24/41) Purging py3-parsing-pyc (3.1.0-r0) (25/41) Purging py3-parsing (3.1.0-r0) (26/41) Purging py3-pluggy-pyc (1.2.0-r0) (27/41) Purging py3-pluggy (1.2.0-r0) (28/41) Purging py3-py-pyc (1.11.0-r2) (29/41) Purging py3-py (1.11.0-r2) (30/41) Purging python3-pyc (3.11.4-r1) (31/41) Purging python3-pycache-pyc0 (3.11.4-r1) (32/41) Purging pyc (0.1-r0) (33/41) Purging python3 (3.11.4-r1) (34/41) Purging gdbm (1.23-r1) (35/41) Purging libbz2 (1.0.8-r6) (36/41) Purging libffi (3.4.4-r3) (37/41) Purging libpanelw (6.4_p20230625-r0) (38/41) Purging mpdecimal (2.5.1-r2) (39/41) Purging readline (8.2.1-r2) (40/41) Purging sqlite-libs (3.42.0-r2) (41/41) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.1-r2.trigger OK: 378 MiB in 102 packages >>> py3-lsprotocol: Updating the testing/aarch64 repository index... >>> py3-lsprotocol: Signing the index...