>>> jupyter-nbformat: Building community/jupyter-nbformat 5.7.3-r0 (using abuild 3.10.0-r0) started Sun, 15 Jan 2023 09:19:38 +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-gpep517 py3-installer py3-hatch-nodejs-version py3-pytest py3-testpath py3-pep440 (1/31) Installing libbz2 (1.0.8-r4) (2/31) Installing libffi (3.4.4-r0) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.4.1-r0) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.2.0-r0) (7/31) Installing sqlite-libs (3.40.1-r0) (8/31) Installing python3 (3.11.1-r2) (9/31) Installing py3-traitlets (5.8.1-r0) (10/31) Installing py3-pyrsistent (0.19.2-r1) (11/31) Installing py3-attrs (22.2.0-r0) (12/31) Installing py3-jsonschema (4.7.2-r3) (13/31) Installing py3-fastjsonschema (2.16.2-r2) (14/31) Installing py3-platformdirs (2.6.2-r0) (15/31) Installing py3-jupyter_core (5.1.3-r0) (16/31) Installing py3-ipython_genutils (0.2.0-r7) (17/31) Installing py3-installer (0.6.0-r0) (18/31) Installing py3-gpep517 (13-r0) (19/31) Installing py3-editables (0.3-r2) (20/31) Installing py3-parsing (3.0.9-r1) (21/31) Installing py3-packaging (23.0-r0) (22/31) Installing py3-pathspec (0.10.3-r0) (23/31) Installing py3-pluggy (1.0.0-r2) (24/31) Installing py3-hatchling (1.12.2-r0) (25/31) Installing py3-hatch-nodejs-version (0.3.1-r1) (26/31) Installing py3-iniconfig (1.1.1-r4) (27/31) Installing py3-py (1.11.0-r1) (28/31) Installing py3-pytest (7.2.1-r0) (29/31) Installing py3-testpath (0.6.0-r1) (30/31) Installing py3-pep440 (0.1.2-r1) (31/31) Installing .makedepends-jupyter-nbformat (20230115.091939) Executing busybox-1.36.0-r0.trigger OK: 412 MiB in 127 packages >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.7.3.tar.gz >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.7.3.tar.gz >>> jupyter-nbformat: Checking sha512sums... jupyter-nbformat-5.7.3.tar.gz: OK >>> jupyter-nbformat: Unpacking /var/cache/distfiles/edge/jupyter-nbformat-5.7.3.tar.gz... 2023-01-15 09:19:40,660 gpep517 INFO Building wheel via backend hatchling.build 2023-01-15 09:19:40,776 gpep517 INFO The backend produced dist/nbformat-5.7.3-py3-none-any.whl nbformat-5.7.3-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/jupyter-nbformat/src/nbformat-5.7.3, configfile: pyproject.toml, testpaths: tests/ collected 189 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%] .. [ 46%] tests/v1/test_json.py . [ 47%] tests/v1/test_nbbase.py ...... [ 50%] tests/v2/test_json.py ... [ 51%] tests/v2/test_nbbase.py ............. [ 58%] tests/v2/test_nbpy.py . [ 59%] tests/v3/test_json.py ........... [ 65%] tests/v3/test_misc.py . [ 65%] tests/v3/test_nbbase.py ...................... [ 77%] tests/v3/test_nbpy.py ..... [ 79%] tests/v4/test_convert.py ...... [ 83%] tests/v4/test_json.py ............. [ 89%] tests/v4/test_nbbase.py .............. [ 97%] tests/v4/test_validate.py ..... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/jupyter_core/application.py:21 /usr/lib/python3.11/site-packages/jupyter_core/application.py:21: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs given by the platformdirs library. To remove this warning and see the appropriate new directories, set the environment variable `JUPYTER_PLATFORM_DIRS=1` and then run `jupyter --paths`. The use of platformdirs will be the default in `jupyter_core` v6 from .paths import ( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 10 durations ============================= 0.85s call tests/test_sign.py::TestNotary::test_sign_stdin 0.10s call tests/test_validator.py::test_future[fastjsonschema] 0.08s call tests/test_api.py::TestAPI::test_read 0.08s call tests/test_api.py::TestAPI::test_capture_validation_error 0.06s call tests/test_validator.py::test_nb4jupyter_metadata_timings[fastjsonschema] 0.04s call tests/test_validator.py::test_nb4custom[fastjsonschema] 0.04s call tests/test_sign.py::TestNotary::test_cull_db 0.04s call tests/test_validator.py::test_nb2[jsonschema] 0.02s call tests/test_validator.py::test_future[jsonschema] 0.02s call tests/test_validator.py::test_invalid_validator_raises_value_error_after_read =========================== 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 ================== 187 passed, 2 xpassed, 1 warning in 2.67s =================== >>> 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: 792.0 KB >>> jupyter-nbformat*: Compressing data... >>> jupyter-nbformat*: Create checksum... >>> jupyter-nbformat*: Create jupyter-nbformat-5.7.3-r0.apk >>> jupyter-nbformat: Build complete at Sun, 15 Jan 2023 09:19:58 +0000 elapsed time 0h 0m 20s >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Uninstalling dependencies... (1/31) Purging .makedepends-jupyter-nbformat (20230115.091939) (2/31) Purging py3-jsonschema (4.7.2-r3) (3/31) Purging py3-pyrsistent (0.19.2-r1) (4/31) Purging py3-fastjsonschema (2.16.2-r2) (5/31) Purging py3-jupyter_core (5.1.3-r0) (6/31) Purging py3-traitlets (5.8.1-r0) (7/31) Purging py3-platformdirs (2.6.2-r0) (8/31) Purging py3-ipython_genutils (0.2.0-r7) (9/31) Purging py3-gpep517 (13-r0) (10/31) Purging py3-installer (0.6.0-r0) (11/31) Purging py3-hatch-nodejs-version (0.3.1-r1) (12/31) Purging py3-hatchling (1.12.2-r0) (13/31) Purging py3-editables (0.3-r2) (14/31) Purging py3-pathspec (0.10.3-r0) (15/31) Purging py3-pytest (7.2.1-r0) (16/31) Purging py3-attrs (22.2.0-r0) (17/31) Purging py3-iniconfig (1.1.1-r4) (18/31) Purging py3-packaging (23.0-r0) (19/31) Purging py3-parsing (3.0.9-r1) (20/31) Purging py3-pluggy (1.0.0-r2) (21/31) Purging py3-py (1.11.0-r1) (22/31) Purging py3-testpath (0.6.0-r1) (23/31) Purging py3-pep440 (0.1.2-r1) (24/31) Purging python3 (3.11.1-r2) (25/31) Purging libbz2 (1.0.8-r4) (26/31) Purging libffi (3.4.4-r0) (27/31) Purging gdbm (1.23-r0) (28/31) Purging xz-libs (5.4.1-r0) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.2.0-r0) (31/31) Purging sqlite-libs (3.40.1-r0) Executing busybox-1.36.0-r0.trigger OK: 332 MiB in 96 packages >>> jupyter-nbformat: Updating the community/armhf repository index... >>> jupyter-nbformat: Signing the index...