>>> py3-ipykernel: Building community/py3-ipykernel 6.17.1-r0 (using abuild 3.10.0_rc1-r2) started Thu, 10 Nov 2022 09:32:56 +0000 >>> py3-ipykernel: Checking sanity of /home/buildozer/aports/community/py3-ipykernel/APKBUILD... >>> py3-ipykernel: Analyzing dependencies... >>> py3-ipykernel: Installing for build: build-base ipython py3-jupyter_client py3-matplotlib-inline py3-nest_asyncio py3-packaging py3-psutil py3-tornado py3-traitlets python3 py3-build py3-installer py3-hatchling (1/46) Installing py3-backcall (0.2.0-r2) (2/46) Installing libffi (3.4.4-r0) (3/46) Installing gdbm (1.23-r0) (4/46) Installing mpdecimal (2.5.1-r1) (5/46) Installing readline (8.2.0-r0) (6/46) Installing sqlite-libs (3.39.4-r0) (7/46) Installing python3 (3.10.8-r3) (8/46) Installing py3-decorator (5.1.1-r1) (9/46) Installing py3-ptyprocess (0.7.0-r3) (10/46) Installing py3-pexpect (4.8.0-r3) (11/46) Installing py3-pickleshare (0.7.5-r5) (12/46) Installing py3-wcwidth (0.2.5-r2) (13/46) Installing py3-prompt_toolkit (3.0.31-r0) (14/46) Installing py3-pygments (2.13.0-r0) (15/46) Installing py3-parsing (3.0.9-r0) (16/46) Installing py3-packaging (21.3-r2) (17/46) Installing py3-setuptools (65.5.1-r0) (18/46) Installing py3-simplegeneric (0.8.1-r5) (19/46) Installing py3-executing (1.2.0-r0) (20/46) Installing py3-six (1.16.0-r3) (21/46) Installing py3-asttokens (2.1.0-r0) (22/46) Installing py3-pure_eval (0.2.2-r0) (23/46) Installing py3-stack_data (0.6.0-r0) (24/46) Installing py3-editables (0.3-r0) (25/46) Installing py3-pathspec (0.10.1-r0) (26/46) Installing py3-pluggy (1.0.0-r1) (27/46) Installing py3-tomli (2.0.1-r1) (28/46) Installing py3-hatchling (1.11.1-r0) (29/46) Installing py3-traitlets (5.4.0-r0) (30/46) Installing ipython (8.6.0-r0) (31/46) Installing libsodium (1.0.18-r2) (32/46) Installing libzmq (4.3.4-r1) (33/46) Installing py3-pyzmq (23.2.1-r0) (34/46) Installing py3-platformdirs (2.5.3-r0) (35/46) Installing py3-jupyter_core (5.0.0-r0) (36/46) Installing py3-entrypoints (0.4-r0) (37/46) Installing py3-tornado (6.2-r0) (38/46) Installing py3-nest_asyncio (1.5.6-r0) (39/46) Installing py3-dateutil (2.8.2-r1) (40/46) Installing py3-jupyter_client (7.4.2-r0) (41/46) Installing py3-matplotlib-inline (0.1.6-r0) (42/46) Installing py3-psutil (5.9.2-r0) (43/46) Installing py3-pep517 (0.13.0-r0) (44/46) Installing py3-build (0.8.0-r1) (45/46) Installing py3-installer (0.5.1-r1) (46/46) Installing .makedepends-py3-ipykernel (20221110.093257) Executing busybox-1.35.0-r27.trigger OK: 315 MiB in 143 packages >>> py3-ipykernel: Cleaning up srcdir >>> py3-ipykernel: Cleaning up pkgdir >>> py3-ipykernel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-ipykernel-6.17.1.tar.gz >>> py3-ipykernel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-ipykernel-6.17.1.tar.gz >>> py3-ipykernel: Checking sha512sums... py3-ipykernel-6.17.1.tar.gz: OK >>> py3-ipykernel: Unpacking /var/cache/distfiles/v3.17/py3-ipykernel-6.17.1.tar.gz... Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 351, in main() File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 333, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 249, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, File "/usr/lib/python3.10/site-packages/hatchling/build.py", line 41, in build_wheel return os.path.basename(next(builder.build(wheel_directory, ['standard']))) File "/usr/lib/python3.10/site-packages/hatchling/builders/plugin/interface.py", line 136, in build build_hook.initialize(version, build_data) File "/home/buildozer/aports/community/py3-ipykernel/src/ipykernel-6.17.1/hatch_build.py", line 12, in initialize from ipykernel.kernelspec import make_ipkernel_cmd, write_kernel_spec File "/home/buildozer/aports/community/py3-ipykernel/src/ipykernel-6.17.1/ipykernel/kernelspec.py", line 18, in from .debugger import _is_debugpy_available File "/home/buildozer/aports/community/py3-ipykernel/src/ipykernel-6.17.1/ipykernel/debugger.py", line 7, in from IPython.core.getipython import get_ipython File "/usr/lib/python3.10/site-packages/IPython/__init__.py", line 52, in from .terminal.embed import embed File "/usr/lib/python3.10/site-packages/IPython/terminal/embed.py", line 16, in from IPython.terminal.interactiveshell import TerminalInteractiveShell File "/usr/lib/python3.10/site-packages/IPython/terminal/interactiveshell.py", line 46, in from .debugger import TerminalPdb, Pdb File "/usr/lib/python3.10/site-packages/IPython/terminal/debugger.py", line 6, in from IPython.core.completer import IPCompleter File "/usr/lib/python3.10/site-packages/IPython/core/completer.py", line 476, in _JediCompletionLike = Union[jedi.api.Completion, _FakeJediCompletion] NameError: name 'jedi' is not defined * Building wheel... ERROR Backend subprocess exited when trying to invoke build_wheel >>> ERROR: py3-ipykernel: build failed >>> py3-ipykernel: Uninstalling dependencies... (1/46) Purging .makedepends-py3-ipykernel (20221110.093257) (2/46) Purging ipython (8.6.0-r0) (3/46) Purging py3-backcall (0.2.0-r2) (4/46) Purging py3-decorator (5.1.1-r1) (5/46) Purging py3-pexpect (4.8.0-r3) (6/46) Purging py3-ptyprocess (0.7.0-r3) (7/46) Purging py3-pickleshare (0.7.5-r5) (8/46) Purging py3-prompt_toolkit (3.0.31-r0) (9/46) Purging py3-wcwidth (0.2.5-r2) (10/46) Purging py3-pygments (2.13.0-r0) (11/46) Purging py3-setuptools (65.5.1-r0) (12/46) Purging py3-simplegeneric (0.8.1-r5) (13/46) Purging py3-stack_data (0.6.0-r0) (14/46) Purging py3-executing (1.2.0-r0) (15/46) Purging py3-asttokens (2.1.0-r0) (16/46) Purging py3-pure_eval (0.2.2-r0) (17/46) Purging py3-jupyter_client (7.4.2-r0) (18/46) Purging py3-pyzmq (23.2.1-r0) (19/46) Purging py3-jupyter_core (5.0.0-r0) (20/46) Purging py3-platformdirs (2.5.3-r0) (21/46) Purging py3-entrypoints (0.4-r0) (22/46) Purging py3-dateutil (2.8.2-r1) (23/46) Purging py3-six (1.16.0-r3) (24/46) Purging py3-matplotlib-inline (0.1.6-r0) (25/46) Purging py3-nest_asyncio (1.5.6-r0) (26/46) Purging py3-psutil (5.9.2-r0) (27/46) Purging py3-tornado (6.2-r0) (28/46) Purging py3-traitlets (5.4.0-r0) (29/46) Purging py3-build (0.8.0-r1) (30/46) Purging py3-pep517 (0.13.0-r0) (31/46) Purging py3-installer (0.5.1-r1) (32/46) Purging py3-hatchling (1.11.1-r0) (33/46) Purging py3-editables (0.3-r0) (34/46) Purging py3-packaging (21.3-r2) (35/46) Purging py3-parsing (3.0.9-r0) (36/46) Purging py3-pathspec (0.10.1-r0) (37/46) Purging py3-pluggy (1.0.0-r1) (38/46) Purging py3-tomli (2.0.1-r1) (39/46) Purging python3 (3.10.8-r3) (40/46) Purging libffi (3.4.4-r0) (41/46) Purging gdbm (1.23-r0) (42/46) Purging mpdecimal (2.5.1-r1) (43/46) Purging readline (8.2.0-r0) (44/46) Purging sqlite-libs (3.39.4-r0) (45/46) Purging libzmq (4.3.4-r1) (46/46) Purging libsodium (1.0.18-r2) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages