>>> py3-jupyter_core: Building community/py3-jupyter_core 5.7.2-r1 (using abuild 3.13.0-r5) started Sat, 24 Aug 2024 02:34:39 +0000 >>> py3-jupyter_core: Checking sanity of /home/buildozer/aports/community/py3-jupyter_core/APKBUILD... >>> WARNING: py3-jupyter_core: No maintainer >>> py3-jupyter_core: Analyzing dependencies... >>> py3-jupyter_core: Installing for build: build-base py3-traitlets py3-platformdirs py3-hatchling py3-gpep517 py3-pytest7 (1/40) Installing libbz2 (1.0.8-r6) (2/40) Installing libffi (3.4.6-r0) (3/40) Installing gdbm (1.24-r0) (4/40) Installing xz-libs (5.6.2-r0) (5/40) Installing mpdecimal (4.0.0-r0) (6/40) Installing libpanelw (6.5_p20240601-r0) (7/40) Installing sqlite-libs (3.46.1-r0) (8/40) Installing python3 (3.12.5-r1) (9/40) Installing python3-pycache-pyc0 (3.12.5-r1) (10/40) Installing pyc (3.12.5-r1) (11/40) Installing py3-traitlets-pyc (5.14.3-r0) (12/40) Installing python3-pyc (3.12.5-r1) (13/40) Installing py3-traitlets (5.14.3-r0) (14/40) Installing py3-platformdirs (4.2.2-r0) (15/40) Installing py3-platformdirs-pyc (4.2.2-r0) (16/40) Installing py3-editables (0.5-r2) (17/40) Installing py3-editables-pyc (0.5-r2) (18/40) Installing py3-parsing (3.1.2-r1) (19/40) Installing py3-parsing-pyc (3.1.2-r1) (20/40) Installing py3-packaging (24.1-r0) (21/40) Installing py3-packaging-pyc (24.1-r0) (22/40) Installing py3-pathspec (0.12.1-r2) (23/40) Installing py3-pathspec-pyc (0.12.1-r2) (24/40) Installing py3-pluggy (1.5.0-r0) (25/40) Installing py3-pluggy-pyc (1.5.0-r0) (26/40) Installing py3-trove-classifiers (2024.5.17-r0) (27/40) Installing py3-trove-classifiers-pyc (2024.5.17-r0) (28/40) Installing py3-hatchling (1.25.0-r0) (29/40) Installing py3-hatchling-pyc (1.25.0-r0) (30/40) Installing py3-installer (0.7.0-r2) (31/40) Installing py3-installer-pyc (0.7.0-r2) (32/40) Installing py3-gpep517 (16-r0) (33/40) Installing py3-gpep517-pyc (16-r0) (34/40) Installing py3-iniconfig (2.0.0-r1) (35/40) Installing py3-iniconfig-pyc (2.0.0-r1) (36/40) Installing py3-py (1.11.0-r3) (37/40) Installing py3-py-pyc (1.11.0-r3) (38/40) Installing py3-pytest7 (7.4.4-r2) (39/40) Installing py3-pytest7-pyc (7.4.4-r2) (40/40) Installing .makedepends-py3-jupyter_core (20240824.023445) Executing busybox-1.36.1-r31.trigger OK: 333 MiB in 144 packages >>> py3-jupyter_core: Cleaning up srcdir >>> py3-jupyter_core: Cleaning up pkgdir >>> py3-jupyter_core: Cleaning up tmpdir >>> py3-jupyter_core: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jupyter_core-5.7.2.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 100 88169 100 88169 0 0 842k 0 --:--:-- --:--:-- --:--:-- 852k >>> py3-jupyter_core: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jupyter_core-5.7.2.tar.gz >>> py3-jupyter_core: Checking sha512sums... py3-jupyter_core-5.7.2.tar.gz: OK >>> py3-jupyter_core: Unpacking /var/cache/distfiles/py3-jupyter_core-5.7.2.tar.gz... 2024-08-24 02:34:46,724 gpep517 INFO Building wheel via backend hatchling.build 2024-08-24 02:34:46,840 gpep517 INFO The backend produced .dist/jupyter_core-5.7.2-py3-none-any.whl jupyter_core-5.7.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.5, pytest-7.4.4, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-jupyter_core/src/jupyter_core-5.7.2 configfile: pyproject.toml testpaths: tests/ collected 87 items / 7 deselected / 80 selected tests/test_application.py ............. [ 16%] tests/test_command.py ........... [ 30%] tests/test_migrate.py ........... [ 43%] tests/test_paths.py ..ss.....ssss....ssss............ssss... [ 93%] tests/test_utils.py ..... [100%] =============================== warnings summary =============================== jupyter_core/application.py:23 /home/buildozer/aports/community/py3-jupyter_core/src/jupyter_core-5.7.2/jupyter_core/application.py:23: 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.30s call tests/test_command.py::test_paths_debug 0.16s call tests/test_command.py::test_subcommand_not_given 0.15s call tests/test_command.py::test_help 0.15s call tests/test_command.py::test_subcommand_not_found 0.15s call tests/test_command.py::test_config_dir 0.15s call tests/test_command.py::test_paths_json 0.15s call tests/test_command.py::test_paths 0.15s call tests/test_command.py::test_data_dir 0.15s call tests/test_command.py::test_runtime_dir 0.01s call tests/test_application.py::test_generate_config =========================== short test summary info ============================ SKIPPED [1] tests/test_paths.py:112: only run on macos SKIPPED [1] tests/test_paths.py:120: only run on windows SKIPPED [1] tests/test_paths.py:162: only run on macos SKIPPED [1] tests/test_paths.py:168: only run on macos SKIPPED [1] tests/test_paths.py:175: only run on windows SKIPPED [1] tests/test_paths.py:181: only run on windows SKIPPED [1] tests/test_paths.py:226: only run on macos SKIPPED [1] tests/test_paths.py:232: only run on macos SKIPPED [1] tests/test_paths.py:242: only run on windows SKIPPED [1] tests/test_paths.py:248: only run on windows SKIPPED [1] tests/test_paths.py:464: only run on windows/cpython or pypy >= 7.3.6: https://foss.heptapod.net/pypy/pypy/-/issues/3469 SKIPPED [1] tests/test_paths.py:481: only run on windows/pypy < 7.3.6: https://foss.heptapod.net/pypy/pypy/-/issues/3469 SKIPPED [1] tests/test_paths.py:519: only runs on windows SKIPPED [1] tests/test_paths.py:524: only runs on windows =========== 66 passed, 14 skipped, 7 deselected, 1 warning in 2.11s ============ >>> py3-jupyter_core: Entering fakeroot... >>> py3-jupyter_core-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core-pyc/usr/lib/python3.12/site-packages/__pycache__' '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core/usr/lib/python3.12/site-packages/jupyter_core/utils/__pycache__' -> '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core-pyc/usr/lib/python3.12/site-packages/jupyter_core/utils/__pycache__' '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core/usr/lib/python3.12/site-packages/jupyter_core/__pycache__' -> '/home/buildozer/aports/community/py3-jupyter_core/pkg/py3-jupyter_core-pyc/usr/lib/python3.12/site-packages/jupyter_core/__pycache__' >>> py3-jupyter_core-pyc*: Preparing subpackage py3-jupyter_core-pyc... >>> py3-jupyter_core-pyc*: Running postcheck for py3-jupyter_core-pyc >>> py3-jupyter_core*: Running postcheck for py3-jupyter_core >>> py3-jupyter_core*: Preparing package py3-jupyter_core... >>> py3-jupyter_core-pyc*: Tracing dependencies... py3-traitlets py3-platformdirs python3~3.12 >>> py3-jupyter_core-pyc*: Package size: 164.0 KB >>> py3-jupyter_core-pyc*: Compressing data... >>> py3-jupyter_core-pyc*: Create checksum... >>> py3-jupyter_core-pyc*: Create py3-jupyter_core-pyc-5.7.2-r1.apk >>> py3-jupyter_core*: Tracing dependencies... py3-traitlets py3-platformdirs python3~3.12 >>> py3-jupyter_core*: Package size: 176.0 KB >>> py3-jupyter_core*: Compressing data... >>> py3-jupyter_core*: Create checksum... >>> py3-jupyter_core*: Create py3-jupyter_core-5.7.2-r1.apk >>> py3-jupyter_core: Build complete at Sat, 24 Aug 2024 02:34:49 +0000 elapsed time 0h 0m 10s >>> py3-jupyter_core: Cleaning up srcdir >>> py3-jupyter_core: Cleaning up pkgdir >>> py3-jupyter_core: Uninstalling dependencies... (1/40) Purging .makedepends-py3-jupyter_core (20240824.023445) (2/40) Purging py3-traitlets-pyc (5.14.3-r0) (3/40) Purging py3-traitlets (5.14.3-r0) (4/40) Purging py3-platformdirs-pyc (4.2.2-r0) (5/40) Purging py3-platformdirs (4.2.2-r0) (6/40) Purging py3-hatchling-pyc (1.25.0-r0) (7/40) Purging py3-hatchling (1.25.0-r0) (8/40) Purging py3-editables-pyc (0.5-r2) (9/40) Purging py3-editables (0.5-r2) (10/40) Purging py3-pathspec-pyc (0.12.1-r2) (11/40) Purging py3-pathspec (0.12.1-r2) (12/40) Purging py3-trove-classifiers-pyc (2024.5.17-r0) (13/40) Purging py3-trove-classifiers (2024.5.17-r0) (14/40) Purging py3-gpep517-pyc (16-r0) (15/40) Purging py3-gpep517 (16-r0) (16/40) Purging py3-installer-pyc (0.7.0-r2) (17/40) Purging py3-installer (0.7.0-r2) (18/40) Purging py3-pytest7-pyc (7.4.4-r2) (19/40) Purging py3-pytest7 (7.4.4-r2) (20/40) Purging py3-iniconfig-pyc (2.0.0-r1) (21/40) Purging py3-iniconfig (2.0.0-r1) (22/40) Purging py3-packaging-pyc (24.1-r0) (23/40) Purging py3-packaging (24.1-r0) (24/40) Purging py3-parsing-pyc (3.1.2-r1) (25/40) Purging py3-parsing (3.1.2-r1) (26/40) Purging py3-pluggy-pyc (1.5.0-r0) (27/40) Purging py3-pluggy (1.5.0-r0) (28/40) Purging py3-py-pyc (1.11.0-r3) (29/40) Purging py3-py (1.11.0-r3) (30/40) Purging python3-pyc (3.12.5-r1) (31/40) Purging python3-pycache-pyc0 (3.12.5-r1) (32/40) Purging pyc (3.12.5-r1) (33/40) Purging python3 (3.12.5-r1) (34/40) Purging gdbm (1.24-r0) (35/40) Purging libbz2 (1.0.8-r6) (36/40) Purging libffi (3.4.6-r0) (37/40) Purging libpanelw (6.5_p20240601-r0) (38/40) Purging mpdecimal (4.0.0-r0) (39/40) Purging sqlite-libs (3.46.1-r0) (40/40) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 283 MiB in 104 packages >>> py3-jupyter_core: Updating the community/loongarch64 repository index... >>> py3-jupyter_core: Signing the index...