>>> jupyter-nbformat: Building community/jupyter-nbformat 5.6.1-r0 (using abuild 3.10.0_rc1-r2) started Sat, 01 Oct 2022 23:51:41 +0000 >>> jupyter-nbformat: Checking sanity of /home/buildozer/aports/community/jupyter-nbformat/APKBUILD... >>> jupyter-nbformat: Analyzing dependencies... >>> jupyter-nbformat: Installing for build: build-base py3-traitlets py3-jsonschema py3-fastjsonschema py3-jupyter_core py3-ipython_genutils py3-build py3-installer py3-hatch-nodejs-version py3-pytest py3-testpath py3-pep440 (1/34) Installing libffi (3.4.3-r0) (2/34) Installing gdbm (1.23-r0) (3/34) Installing mpdecimal (2.5.1-r1) (4/34) Installing readline (8.2.0-r0) (5/34) Installing sqlite-libs (3.39.3-r0) (6/34) Installing python3 (3.10.7-r0) (7/34) Installing py3-editables (0.3-r0) (8/34) Installing py3-parsing (3.0.9-r0) (9/34) Installing py3-packaging (21.3-r2) (10/34) Installing py3-pathspec (0.10.1-r0) (11/34) Installing py3-pluggy (1.0.0-r1) (12/34) Installing py3-tomli (2.0.1-r1) (13/34) Installing py3-hatchling (1.10.0-r0) (14/34) Installing py3-traitlets (5.4.0-r0) (15/34) Installing py3-pyrsistent (0.18.0-r2) (16/34) Installing py3-attrs (22.1.0-r0) (17/34) Installing py3-jsonschema (4.7.2-r2) (18/34) Installing py3-fastjsonschema (2.16.2-r0) (19/34) Installing py3-jupyter_core (4.11.1-r0) (20/34) Installing py3-ipython_genutils (0.2.0-r6) (21/34) Installing py3-pep517 (0.13.0-r0) (22/34) Installing py3-build (0.8.0-r1) (23/34) Installing py3-installer (0.5.1-r1) (24/34) Installing py3-hatch-nodejs-version (0.3.0-r0) (25/34) Installing py3-atomicwrites (1.4.1-r0) (26/34) Installing py3-iniconfig (1.1.1-r3) (27/34) Installing py3-more-itertools (8.13.0-r0) (28/34) Installing py3-py (1.10.0-r3) (29/34) Installing py3-pygments (2.13.0-r0) (30/34) Installing py3-wcwidth (0.2.5-r2) (31/34) Installing py3-pytest (7.1.3-r0) (32/34) Installing py3-testpath (0.6.0-r0) (33/34) Installing py3-pep440 (0.1.2-r0) (34/34) Installing .makedepends-jupyter-nbformat (20221001.235142) Executing busybox-1.35.0-r25.trigger OK: 404 MiB in 137 packages >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.6.1.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 >>> jupyter-nbformat: Fetching jupyter-nbformat-5.6.1.tar.gz::https://github.com/jupyter/nbformat/archive/refs/tags/5.6.1.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 9 133k 9 13196 0 0 11168 0 0:00:12 0:00:01 0:00:11 11168 100 133k 100 133k 0 0 88228 0 0:00:01 0:00:01 --:--:-- 330k >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.6.1.tar.gz >>> jupyter-nbformat: Checking sha512sums... jupyter-nbformat-5.6.1.tar.gz: OK >>> jupyter-nbformat: Unpacking /var/cache/distfiles/edge/jupyter-nbformat-5.6.1.tar.gz... * Building wheel... Successfully built nbformat-5.6.1-py3-none-any.whl Processing ./dist/nbformat-5.6.1-py3-none-any.whl Installing collected packages: nbformat Successfully installed nbformat-5.6.1 ============================= test session starts ============================== platform linux -- Python 3.10.7, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/jupyter-nbformat/src/nbformat-5.6.1, configfile: pyproject.toml, testpaths: tests/ collected 186 items tests/test_api.py ...... [ 3%] tests/test_convert.py ..... [ 5%] tests/test_nbformat.py ..... [ 8%] tests/test_reader.py ... [ 10%] tests/test_sign.py ................... [ 20%] tests/test_validator.py ..XX........................................... [ 45%] tests/v1/test_json.py . [ 46%] tests/v1/test_nbbase.py ...... [ 49%] tests/v2/test_json.py ... [ 51%] tests/v2/test_nbbase.py ............. [ 58%] tests/v2/test_nbpy.py . [ 58%] tests/v3/test_json.py ........... [ 64%] tests/v3/test_misc.py . [ 65%] tests/v3/test_nbbase.py ...................... [ 76%] tests/v3/test_nbpy.py ..... [ 79%] tests/v4/test_convert.py ...... [ 82%] tests/v4/test_json.py ............. [ 89%] tests/v4/test_nbbase.py .............. [ 97%] tests/v4/test_validate.py ..... [100%] ============================= slowest 10 durations ============================= 0.61s call tests/test_sign.py::TestNotary::test_sign_stdin 0.10s call tests/test_validator.py::test_future[fastjsonschema] 0.06s call tests/test_validator.py::test_nb2[jsonschema] 0.06s call tests/test_api.py::TestAPI::test_read 0.05s call tests/test_api.py::TestAPI::test_capture_validation_error 0.05s call tests/test_validator.py::test_nb4jupyter_metadata_timings[fastjsonschema] 0.05s call tests/test_validator.py::test_nb4custom[fastjsonschema] 0.04s call tests/test_validator.py::test_invalid_validator_raises_value_error_after_read 0.04s call tests/test_sign.py::TestNotary::test_cull_db 0.03s call tests/test_validator.py::test_nb3[jsonschema] =========================== short test summary info ============================ XPASS tests/test_validator.py::test_should_not_mutate[fastjsonschema] In the future we want to stop warning, and raise an error XPASS tests/test_validator.py::test_should_not_mutate[jsonschema] In the future we want to stop warning, and raise an error ======================== 184 passed, 2 xpassed in 2.26s ======================== >>> jupyter-nbformat: Entering fakeroot... >>> jupyter-nbformat*: Running postcheck for jupyter-nbformat >>> jupyter-nbformat*: Preparing package jupyter-nbformat... >>> jupyter-nbformat*: Tracing dependencies... >>> jupyter-nbformat*: Package size: 716.0 KB >>> jupyter-nbformat*: Compressing data... >>> jupyter-nbformat*: Create checksum... >>> jupyter-nbformat*: Create jupyter-nbformat-5.6.1-r0.apk >>> jupyter-nbformat: Build complete at Sat, 01 Oct 2022 23:51:54 +0000 elapsed time 0h 0m 13s >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Uninstalling dependencies... (1/34) Purging .makedepends-jupyter-nbformat (20221001.235142) (2/34) Purging py3-jsonschema (4.7.2-r2) (3/34) Purging py3-pyrsistent (0.18.0-r2) (4/34) Purging py3-fastjsonschema (2.16.2-r0) (5/34) Purging py3-jupyter_core (4.11.1-r0) (6/34) Purging py3-traitlets (5.4.0-r0) (7/34) Purging py3-ipython_genutils (0.2.0-r6) (8/34) Purging py3-build (0.8.0-r1) (9/34) Purging py3-pep517 (0.13.0-r0) (10/34) Purging py3-installer (0.5.1-r1) (11/34) Purging py3-hatch-nodejs-version (0.3.0-r0) (12/34) Purging py3-hatchling (1.10.0-r0) (13/34) Purging py3-editables (0.3-r0) (14/34) Purging py3-pathspec (0.10.1-r0) (15/34) Purging py3-pytest (7.1.3-r0) (16/34) Purging py3-atomicwrites (1.4.1-r0) (17/34) Purging py3-attrs (22.1.0-r0) (18/34) Purging py3-iniconfig (1.1.1-r3) (19/34) Purging py3-more-itertools (8.13.0-r0) (20/34) Purging py3-packaging (21.3-r2) (21/34) Purging py3-parsing (3.0.9-r0) (22/34) Purging py3-pluggy (1.0.0-r1) (23/34) Purging py3-py (1.10.0-r3) (24/34) Purging py3-pygments (2.13.0-r0) (25/34) Purging py3-tomli (2.0.1-r1) (26/34) Purging py3-wcwidth (0.2.5-r2) (27/34) Purging py3-testpath (0.6.0-r0) (28/34) Purging py3-pep440 (0.1.2-r0) (29/34) Purging python3 (3.10.7-r0) (30/34) Purging libffi (3.4.3-r0) (31/34) Purging gdbm (1.23-r0) (32/34) Purging mpdecimal (2.5.1-r1) (33/34) Purging readline (8.2.0-r0) (34/34) Purging sqlite-libs (3.39.3-r0) Executing busybox-1.35.0-r25.trigger OK: 333 MiB in 103 packages >>> jupyter-nbformat: Updating the community/armhf repository index... >>> jupyter-nbformat: Signing the index...