>>> jupyter-nbclient: Building community/jupyter-nbclient 0.7.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 11:44:40 +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/34) Installing libbz2 (1.0.8-r3) (2/34) Installing libffi (3.4.4-r0) (3/34) Installing gdbm (1.23-r0) (4/34) Installing xz-libs (5.2.7-r0) (5/34) Installing mpdecimal (2.5.1-r1) (6/34) Installing readline (8.2.0-r0) (7/34) Installing sqlite-libs (3.39.4-r0) (8/34) Installing python3 (3.10.8-r3) (9/34) Installing py3-editables (0.3-r0) (10/34) Installing py3-parsing (3.0.9-r0) (11/34) Installing py3-packaging (21.3-r2) (12/34) Installing py3-pathspec (0.10.1-r0) (13/34) Installing py3-pluggy (1.0.0-r1) (14/34) Installing py3-tomli (2.0.1-r1) (15/34) Installing py3-hatchling (1.11.1-r0) (16/34) Installing py3-traitlets (5.4.0-r0) (17/34) Installing libsodium (1.0.18-r2) (18/34) Installing libzmq (4.3.4-r1) (19/34) Installing py3-pyzmq (23.2.1-r0) (20/34) Installing py3-jupyter_core (4.11.1-r0) (21/34) Installing py3-entrypoints (0.4-r0) (22/34) Installing py3-tornado (6.2-r0) (23/34) Installing py3-nest_asyncio (1.5.6-r0) (24/34) Installing py3-six (1.16.0-r3) (25/34) Installing py3-dateutil (2.8.2-r1) (26/34) Installing py3-jupyter_client (7.4.2-r0) (27/34) Installing py3-pyrsistent (0.18.0-r2) (28/34) Installing py3-attrs (22.1.0-r0) (29/34) Installing py3-jsonschema (4.7.2-r2) (30/34) Installing py3-fastjsonschema (2.16.2-r0) (31/34) Installing py3-ipython_genutils (0.2.0-r6) (32/34) Installing jupyter-nbformat (5.7.0-r0) (33/34) Installing py3-setuptools (65.5.0-r0) (34/34) Installing .makedepends-jupyter-nbclient (20221102.114441) Executing busybox-1.35.0-r27.trigger OK: 314 MiB in 127 packages >>> jupyter-nbclient: Cleaning up srcdir >>> jupyter-nbclient: Cleaning up pkgdir >>> jupyter-nbclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/jupyter-nbclient-0.7.0.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 78253 100 78253 0 0 162k 0 --:--:-- --:--:-- --:--:-- 162k >>> jupyter-nbclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/jupyter-nbclient-0.7.0.tar.gz >>> jupyter-nbclient: Checking sha512sums... jupyter-nbclient-0.7.0.tar.gz: OK >>> jupyter-nbclient: Unpacking /var/cache/distfiles/v3.17/jupyter-nbclient-0.7.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/nbclient copying nbclient/_version.py -> build/lib/nbclient copying nbclient/__init__.py -> build/lib/nbclient copying nbclient/exceptions.py -> build/lib/nbclient copying nbclient/util.py -> build/lib/nbclient copying nbclient/output_widget.py -> build/lib/nbclient copying nbclient/jsonutil.py -> build/lib/nbclient copying nbclient/cli.py -> build/lib/nbclient copying nbclient/client.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 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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'nbclient.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'nbclient.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'nbclient.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'nbclient.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'nbclient.tests.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'nbclient.tests.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'nbclient.tests.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'nbclient.tests.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying nbclient/py.typed -> build/lib/nbclient 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/test_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... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) 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 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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'nbclient.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'nbclient.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'nbclient.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'nbclient.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'nbclient.tests.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'nbclient.tests.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'nbclient.tests.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'nbclient.tests.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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/_version.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/exceptions.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient copying build/lib/nbclient/py.typed -> /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/output_widget.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/__init__.py -> /home/buildozer/aports/community/jupyter-nbclient/pkg/jupyter-nbclient/usr/lib/python3.10/site-packages/nbclient/tests copying build/lib/nbclient/tests/test_util.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/test_client.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/conftest.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jsonutil.py -> /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 copying build/lib/nbclient/client.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/_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/__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/exceptions.py to exceptions.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/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/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/test_util.py to test_util.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/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/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/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/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/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/client.py to client.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.7.0-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: 508.0 KB >>> jupyter-nbclient*: Compressing data... >>> jupyter-nbclient*: Create checksum... >>> jupyter-nbclient*: Create jupyter-nbclient-0.7.0-r0.apk >>> jupyter-nbclient: Build complete at Wed, 02 Nov 2022 11:44:43 +0000 elapsed time 0h 0m 3s >>> jupyter-nbclient: Cleaning up srcdir >>> jupyter-nbclient: Cleaning up pkgdir >>> jupyter-nbclient: Uninstalling dependencies... (1/34) Purging .makedepends-jupyter-nbclient (20221102.114441) (2/34) Purging py3-jupyter_client (7.4.2-r0) (3/34) Purging py3-pyzmq (23.2.1-r0) (4/34) Purging py3-entrypoints (0.4-r0) (5/34) Purging py3-tornado (6.2-r0) (6/34) Purging py3-dateutil (2.8.2-r1) (7/34) Purging py3-six (1.16.0-r3) (8/34) Purging jupyter-nbformat (5.7.0-r0) (9/34) Purging py3-jsonschema (4.7.2-r2) (10/34) Purging py3-pyrsistent (0.18.0-r2) (11/34) Purging py3-attrs (22.1.0-r0) (12/34) Purging py3-fastjsonschema (2.16.2-r0) (13/34) Purging py3-jupyter_core (4.11.1-r0) (14/34) Purging py3-ipython_genutils (0.2.0-r6) (15/34) Purging py3-nest_asyncio (1.5.6-r0) (16/34) Purging py3-traitlets (5.4.0-r0) (17/34) Purging py3-hatchling (1.11.1-r0) (18/34) Purging py3-editables (0.3-r0) (19/34) Purging py3-pathspec (0.10.1-r0) (20/34) Purging py3-pluggy (1.0.0-r1) (21/34) Purging py3-tomli (2.0.1-r1) (22/34) Purging py3-setuptools (65.5.0-r0) (23/34) Purging py3-packaging (21.3-r2) (24/34) Purging py3-parsing (3.0.9-r0) (25/34) Purging python3 (3.10.8-r3) (26/34) Purging libbz2 (1.0.8-r3) (27/34) Purging libffi (3.4.4-r0) (28/34) Purging gdbm (1.23-r0) (29/34) Purging xz-libs (5.2.7-r0) (30/34) Purging mpdecimal (2.5.1-r1) (31/34) Purging readline (8.2.0-r0) (32/34) Purging sqlite-libs (3.39.4-r0) (33/34) Purging libzmq (4.3.4-r1) (34/34) Purging libsodium (1.0.18-r2) Executing busybox-1.35.0-r27.trigger OK: 240 MiB in 93 packages >>> jupyter-nbclient: Updating the community/s390x repository index... >>> jupyter-nbclient: Signing the index...