>>> jupyter-nbformat: Building community/jupyter-nbformat 5.7.0-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 15:40:50 +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/32) Installing libbz2 (1.0.8-r4) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.8-r0) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.2.0-r0) (7/32) Installing sqlite-libs (3.40.0-r0) (8/32) Installing python3 (3.11.0-r2) (9/32) Installing py3-traitlets (5.5.0-r1) (10/32) Installing py3-pyrsistent (0.19.2-r1) (11/32) Installing py3-attrs (22.1.0-r1) (12/32) Installing py3-jsonschema (4.7.2-r3) (13/32) Installing py3-fastjsonschema (2.16.2-r1) (14/32) Installing py3-platformdirs (2.5.4-r1) (15/32) Installing py3-jupyter_core (5.0.0-r2) (16/32) Installing py3-ipython_genutils (0.2.0-r7) (17/32) Installing py3-parsing (3.0.9-r1) (18/32) Installing py3-packaging (21.3-r3) (19/32) Installing py3-pep517 (0.13.0-r2) (20/32) Installing py3-build (0.9.0-r1) (21/32) Installing py3-installer (0.5.1-r2) (22/32) Installing py3-editables (0.3-r1) (23/32) Installing py3-pathspec (0.10.2-r1) (24/32) Installing py3-pluggy (1.0.0-r2) (25/32) Installing py3-hatchling (1.11.1-r2) (26/32) Installing py3-hatch-nodejs-version (0.3.1-r1) (27/32) Installing py3-iniconfig (1.1.1-r4) (28/32) Installing py3-py (1.11.0-r1) (29/32) Installing py3-pytest (7.2.0-r2) (30/32) Installing py3-testpath (0.6.0-r1) (31/32) Installing py3-pep440 (0.1.2-r1) (32/32) Installing .makedepends-jupyter-nbformat (20221123.154051) Executing busybox-1.35.0-r29.trigger OK: 411 MiB in 128 packages >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.7.0.tar.gz >>> jupyter-nbformat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jupyter-nbformat-5.7.0.tar.gz >>> jupyter-nbformat: Checking sha512sums... jupyter-nbformat-5.7.0.tar.gz: OK nowarn.patch: OK >>> jupyter-nbformat: Unpacking /var/cache/distfiles/edge/jupyter-nbformat-5.7.0.tar.gz... >>> jupyter-nbformat: nowarn.patch patching file pyproject.toml * Building wheel... Successfully built nbformat-5.7.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/jupyter-nbformat/src/nbformat-5.7.0, configfile: pyproject.toml, testpaths: tests/ collected 188 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 . [ 46%] 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 ........... [ 64%] tests/v3/test_misc.py . [ 65%] tests/v3/test_nbbase.py ...................... [ 77%] 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%] =============================== warnings summary =============================== tests/test_validator.py::test_should_not_mutate[fastjsonschema] tests/test_validator.py::test_should_not_mutate[jsonschema] /home/buildozer/aports/community/jupyter-nbformat/src/nbformat-5.7.0/tests/test_validator.py:72: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future. validate(nb) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 10 durations ============================= 0.50s call tests/test_sign.py::TestNotary::test_sign_stdin 0.07s call tests/test_validator.py::test_future[fastjsonschema] 0.04s call tests/test_api.py::TestAPI::test_read 0.04s call tests/test_api.py::TestAPI::test_capture_validation_error 0.04s call tests/test_validator.py::test_nb4jupyter_metadata_timings[fastjsonschema] 0.04s call tests/test_validator.py::test_nb2[jsonschema] 0.03s call tests/test_validator.py::test_nb4custom[fastjsonschema] 0.03s call tests/test_sign.py::TestNotary::test_cull_db 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 ============================ XFAIL tests/test_validator.py::test_should_not_mutate[fastjsonschema] - In the future we want to stop warning, and raise an error XFAIL tests/test_validator.py::test_should_not_mutate[jsonschema] - In the future we want to stop warning, and raise an error ================== 186 passed, 2 xfailed, 2 warnings in 1.79s ================== >>> 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: 788.0 KB >>> jupyter-nbformat*: Compressing data... >>> jupyter-nbformat*: Create checksum... >>> jupyter-nbformat*: Create jupyter-nbformat-5.7.0-r1.apk >>> jupyter-nbformat: Build complete at Wed, 23 Nov 2022 15:40:59 +0000 elapsed time 0h 0m 9s >>> jupyter-nbformat: Cleaning up srcdir >>> jupyter-nbformat: Cleaning up pkgdir >>> jupyter-nbformat: Uninstalling dependencies... (1/32) Purging .makedepends-jupyter-nbformat (20221123.154051) (2/32) Purging py3-jsonschema (4.7.2-r3) (3/32) Purging py3-pyrsistent (0.19.2-r1) (4/32) Purging py3-fastjsonschema (2.16.2-r1) (5/32) Purging py3-jupyter_core (5.0.0-r2) (6/32) Purging py3-traitlets (5.5.0-r1) (7/32) Purging py3-platformdirs (2.5.4-r1) (8/32) Purging py3-ipython_genutils (0.2.0-r7) (9/32) Purging py3-build (0.9.0-r1) (10/32) Purging py3-pep517 (0.13.0-r2) (11/32) Purging py3-installer (0.5.1-r2) (12/32) Purging py3-hatch-nodejs-version (0.3.1-r1) (13/32) Purging py3-hatchling (1.11.1-r2) (14/32) Purging py3-editables (0.3-r1) (15/32) Purging py3-pathspec (0.10.2-r1) (16/32) Purging py3-pytest (7.2.0-r2) (17/32) Purging py3-attrs (22.1.0-r1) (18/32) Purging py3-iniconfig (1.1.1-r4) (19/32) Purging py3-packaging (21.3-r3) (20/32) Purging py3-parsing (3.0.9-r1) (21/32) Purging py3-pluggy (1.0.0-r2) (22/32) Purging py3-py (1.11.0-r1) (23/32) Purging py3-testpath (0.6.0-r1) (24/32) Purging py3-pep440 (0.1.2-r1) (25/32) Purging python3 (3.11.0-r2) (26/32) Purging libbz2 (1.0.8-r4) (27/32) Purging libffi (3.4.4-r0) (28/32) Purging gdbm (1.23-r0) (29/32) Purging xz-libs (5.2.8-r0) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.2.0-r0) (32/32) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> jupyter-nbformat: Updating the community/armhf repository index... >>> jupyter-nbformat: Signing the index...