>>> jupyter-nbclient: Building community/jupyter-nbclient 0.5.10-r0 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 18:57:27 +0000 >>> jupyter-nbclient: Checking sanity of /home/buildozer/aports/community/jupyter-nbclient/APKBUILD... >>> jupyter-nbclient: Analyzing dependencies... >>> jupyter-nbclient: Installing for build: build-base py3-jupyter_client jupyter-nbformat py3-nest_asyncio py3-traitlets py3-setuptools (1/31) Installing libbz2 (1.0.8-r1) (2/31) Installing libffi (3.4.2-r1) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.5-r1) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.1.2-r0) (7/31) Installing sqlite-libs (3.38.2-r0) (8/31) Installing python3 (3.10.3-r1) (9/31) Installing py3-six (1.16.0-r1) (10/31) Installing py3-traitlets (5.1.0-r1) (11/31) Installing libsodium (1.0.18-r0) (12/31) Installing libzmq (4.3.4-r0) (13/31) Installing py3-pyzmq (22.3.0-r1) (14/31) Installing py3-jupyter_core (4.9.2-r0) (15/31) Installing py3-entrypoints (0.3-r6) (16/31) Installing py3-tornado (6.1-r2) (17/31) Installing py3-nest_asyncio (1.5.5-r0) (18/31) Installing py3-dateutil (2.8.2-r1) (19/31) Installing py3-jupyter_client (7.2.2-r0) (20/31) Installing py3-pyrsistent (0.18.0-r1) (21/31) Installing py3-attrs (21.4.0-r0) (22/31) Installing py3-jsonschema (4.4.0-r1) (23/31) Installing py3-ipython_genutils (0.2.0-r5) (24/31) Installing jupyter-nbformat (5.2.0-r0) (25/31) Installing py3-appdirs (1.4.4-r3) (26/31) Installing py3-more-itertools (8.12.0-r2) (27/31) Installing py3-ordered-set (4.0.2-r3) (28/31) Installing py3-parsing (2.4.7-r3) (29/31) Installing py3-packaging (21.3-r0) (30/31) Installing py3-setuptools (59.4.0-r0) (31/31) Installing .makedepends-jupyter-nbclient (20220417.185728) Executing busybox-1.35.0-r8.trigger OK: 389 MiB in 120 packages >>> jupyter-nbclient: Cleaning up srcdir >>> jupyter-nbclient: Cleaning up pkgdir >>> jupyter-nbclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/jupyter-nbclient-0.5.10.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-nbclient: Fetching jupyter-nbclient-0.5.10.tar.gz::https://github.com/jupyter/nbclient/archive/refs/tags/v0.5.10.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 135 100 135 0 0 532 0 --:--:-- --:--:-- --:--:-- 533 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73612 0 73612 0 0 137k 0 --:--:-- --:--:-- --:--:-- 1057k >>> jupyter-nbclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/jupyter-nbclient-0.5.10.tar.gz >>> jupyter-nbclient: Checking sha512sums... jupyter-nbclient-0.5.10.tar.gz: OK >>> jupyter-nbclient: Unpacking /var/cache/distfiles/v3.16/jupyter-nbclient-0.5.10.tar.gz... running build running build_py creating build creating build/lib creating build/lib/nbclient copying nbclient/cli.py -> build/lib/nbclient copying nbclient/output_widget.py -> build/lib/nbclient copying nbclient/jsonutil.py -> build/lib/nbclient copying nbclient/util.py -> build/lib/nbclient copying nbclient/__init__.py -> build/lib/nbclient copying nbclient/_version.py -> build/lib/nbclient copying nbclient/client.py -> build/lib/nbclient copying nbclient/exceptions.py -> build/lib/nbclient running egg_info creating nbclient.egg-info writing nbclient.egg-info/PKG-INFO writing dependency_links to nbclient.egg-info/dependency_links.txt writing entry points to nbclient.egg-info/entry_points.txt writing requirements to nbclient.egg-info/requires.txt writing top-level names to nbclient.egg-info/top_level.txt writing manifest file 'nbclient.egg-info/SOURCES.txt' reading manifest file 'nbclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution warning: no previously-included files found matching 'binder' warning: no previously-included files matching '*.ipynb' found under directory 'binder' warning: no previously-included files matching '*.yml' found under directory 'binder' no previously-included directories found matching '.circleci' adding license file 'LICENSE' writing manifest file 'nbclient.egg-info/SOURCES.txt' creating build/lib/nbclient/tests copying nbclient/tests/__init__.py -> build/lib/nbclient/tests copying nbclient/tests/base.py -> build/lib/nbclient/tests copying nbclient/tests/conftest.py -> build/lib/nbclient/tests copying nbclient/tests/fake_kernelmanager.py -> build/lib/nbclient/tests copying nbclient/tests/test_client.py -> build/lib/nbclient/tests copying nbclient/tests/util.py -> build/lib/nbclient/tests creating build/lib/nbclient/tests/files copying nbclient/tests/files/Autokill.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Check History in Memory.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Clear Output.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Disable Stdin.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Empty Cell.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Error.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Factorials.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/HelloWorld.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Inline Image.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Interrupt.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/JupyterWidgets.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Other Comms.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Output.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Parallel Execute A.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Parallel Execute B.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/SVG.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Skip Exceptions with Cell Tags.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Skip Exceptions.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Skip Execution with Cell Tag.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Sleep1s.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/Unicode.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/UnicodePy3.ipynb -> build/lib/nbclient/tests/files copying nbclient/tests/files/python.png -> build/lib/nbclient/tests/files copying nbclient/tests/files/update-display-id.ipynb -> build/lib/nbclient/tests/files >>> jupyter-nbclient: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing nbclient.egg-info/PKG-INFO writing dependency_links to nbclient.egg-info/dependency_links.txt writing entry points to nbclient.egg-info/entry_points.txt writing requirements to nbclient.egg-info/requires.txt writing top-level names to nbclient.egg-info/top_level.txt reading manifest file 'nbclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution warning: no previously-included files found matching 'binder' warning: no previously-included files matching '*.ipynb' found under directory 'binder' warning: no previously-included files matching '*.yml' found under directory 'binder' no previously-included directories found matching '.circleci' adding license file 'LICENSE' writing manifest file 'nbclient.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/jupyter-nbclient/pkg creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10 creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/cli.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/conftest.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/util.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests creating /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Sleep1s.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Clear Output.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Factorials.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/JupyterWidgets.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Empty Cell.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/python.png -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Unicode.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Skip Exceptions.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/SVG.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Parallel Execute A.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Disable Stdin.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Other Comms.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/update-display-id.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Skip Execution with Cell Tag.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Error.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Interrupt.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Output.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Skip Exceptions with Cell Tags.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Inline Image.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Check History in Memory.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Autokill.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/UnicodePy3.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/HelloWorld.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/files/Parallel Execute B.ipynb -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/files copying build/lib/nbclient/tests/__init__.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/fake_kernelmanager.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/base.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/test_client.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/output_widget.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/jsonutil.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/util.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/__init__.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/_version.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/client.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/exceptions.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/conftest.py to conftest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/fake_kernelmanager.py to fake_kernelmanager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests/test_client.py to test_client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/output_widget.py to output_widget.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/jsonutil.py to jsonutil.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/_version.py to _version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/exceptions.py to exceptions.cpython-310.pyc running install_egg_info Copying nbclient.egg-info to /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient-0.5.10-py3.10.egg-info running install_scripts Installing jupyter-execute script to /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/bin >>> jupyter-nbclient*: Running postcheck for jupyter-nbclient >>> jupyter-nbclient*: Preparing package jupyter-nbclient... >>> jupyter-nbclient*: Tracing dependencies... >>> jupyter-nbclient*: Package size: 484.0 KB >>> jupyter-nbclient*: Compressing data... >>> jupyter-nbclient*: Create checksum... >>> jupyter-nbclient*: Create jupyter-nbclient-0.5.10-r0.apk >>> jupyter-nbclient: Build complete at Sun, 17 Apr 2022 18:57:32 +0000 elapsed time 0h 0m 5s >>> jupyter-nbclient: Cleaning up srcdir >>> jupyter-nbclient: Cleaning up pkgdir >>> jupyter-nbclient: Uninstalling dependencies... (1/31) Purging .makedepends-jupyter-nbclient (20220417.185728) (2/31) Purging py3-jupyter_client (7.2.2-r0) (3/31) Purging py3-pyzmq (22.3.0-r1) (4/31) Purging py3-entrypoints (0.3-r6) (5/31) Purging py3-tornado (6.1-r2) (6/31) Purging py3-dateutil (2.8.2-r1) (7/31) Purging jupyter-nbformat (5.2.0-r0) (8/31) Purging py3-jsonschema (4.4.0-r1) (9/31) Purging py3-pyrsistent (0.18.0-r1) (10/31) Purging py3-attrs (21.4.0-r0) (11/31) Purging py3-jupyter_core (4.9.2-r0) (12/31) Purging py3-ipython_genutils (0.2.0-r5) (13/31) Purging py3-nest_asyncio (1.5.5-r0) (14/31) Purging py3-traitlets (5.1.0-r1) (15/31) Purging py3-setuptools (59.4.0-r0) (16/31) Purging py3-appdirs (1.4.4-r3) (17/31) Purging py3-more-itertools (8.12.0-r2) (18/31) Purging py3-ordered-set (4.0.2-r3) (19/31) Purging py3-packaging (21.3-r0) (20/31) Purging py3-six (1.16.0-r1) (21/31) Purging py3-parsing (2.4.7-r3) (22/31) Purging python3 (3.10.3-r1) (23/31) Purging libbz2 (1.0.8-r1) (24/31) Purging libffi (3.4.2-r1) (25/31) Purging gdbm (1.23-r0) (26/31) Purging xz-libs (5.2.5-r1) (27/31) Purging mpdecimal (2.5.1-r1) (28/31) Purging readline (8.1.2-r0) (29/31) Purging sqlite-libs (3.38.2-r0) (30/31) Purging libzmq (4.3.4-r0) (31/31) Purging libsodium (1.0.18-r0) Executing busybox-1.35.0-r8.trigger OK: 322 MiB in 89 packages >>> jupyter-nbclient: Updating the community/x86 repository index... >>> jupyter-nbclient: Signing the index...