>>> ipython: Building community/ipython 8.11.0-r0 (using abuild 3.10.0-r0) started Thu, 02 Mar 2023 05:58:07 +0000 >>> ipython: Checking sanity of /home/buildozer/aports/community/ipython/APKBUILD... >>> ipython: Analyzing dependencies... >>> ipython: Installing for build: build-base py3-backcall py3-decorator py3-jedi py3-matplotlib-inline py3-pexpect py3-pickleshare py3-prompt_toolkit<3.1.0 py3-pygments py3-stack_data py3-traitlets py3-setuptools (1/30) Installing py3-backcall (0.2.0-r3) (2/30) Installing libbz2 (1.0.8-r4) (3/30) Installing libffi (3.4.4-r0) (4/30) Installing gdbm (1.23-r0) (5/30) Installing xz-libs (5.4.1-r0) (6/30) Installing mpdecimal (2.5.1-r1) (7/30) Installing libpanelw (6.4_p20230225-r0) (8/30) Installing readline (8.2.1-r0) (9/30) Installing sqlite-libs (3.41.0-r0) (10/30) Installing python3 (3.11.2-r0) (11/30) Installing py3-decorator (5.1.1-r2) (12/30) Installing py3-parso (0.8.3-r1) (13/30) Installing py3-jedi (0.18.2-r0) (14/30) Installing py3-traitlets (5.9.0-r0) (15/30) Installing py3-matplotlib-inline (0.1.6-r1) (16/30) Installing py3-ptyprocess (0.7.0-r4) (17/30) Installing py3-pexpect (4.8.0-r4) (18/30) Installing py3-pickleshare (0.7.5-r6) (19/30) Installing py3-wcwidth (0.2.6-r1) (20/30) Installing py3-prompt_toolkit (3.0.36-r1) (21/30) Installing py3-pygments (2.14.0-r0) (22/30) Installing py3-executing (1.2.0-r1) (23/30) Installing py3-six (1.16.0-r5) (24/30) Installing py3-asttokens (2.2.1-r0) (25/30) Installing py3-pure_eval (0.2.2-r1) (26/30) Installing py3-stack_data (0.6.2-r0) (27/30) Installing py3-parsing (3.0.9-r1) (28/30) Installing py3-packaging (23.0-r1) (29/30) Installing py3-setuptools (67.4.0-r1) (30/30) Installing .makedepends-ipython (20230302.055809) Executing busybox-1.36.0-r4.trigger OK: 494 MiB in 128 packages >>> ipython: Cleaning up srcdir >>> ipython: Cleaning up pkgdir >>> ipython: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ipython-8.11.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ipython: Fetching ipython-8.11.0.tar.gz::https://github.com/ipython/ipython/archive/8.11.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5869k 0 5869k 0 0 7355k 0 --:--:-- --:--:-- --:--:-- 7355k >>> ipython: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ipython-8.11.0.tar.gz >>> ipython: Checking sha512sums... ipython-8.11.0.tar.gz: OK >>> ipython: Unpacking /var/cache/distfiles/edge/ipython-8.11.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py checking package data check version number creating build creating build/lib creating build/lib/IPython copying IPython/consoleapp.py -> build/lib/IPython copying IPython/__init__.py -> build/lib/IPython copying IPython/display.py -> build/lib/IPython copying IPython/paths.py -> build/lib/IPython copying IPython/conftest.py -> build/lib/IPython copying IPython/__main__.py -> build/lib/IPython creating build/lib/IPython/terminal copying IPython/terminal/magics.py -> build/lib/IPython/terminal copying IPython/terminal/debugger.py -> build/lib/IPython/terminal copying IPython/terminal/interactiveshell.py -> build/lib/IPython/terminal copying IPython/terminal/prompts.py -> build/lib/IPython/terminal copying IPython/terminal/__init__.py -> build/lib/IPython/terminal copying IPython/terminal/embed.py -> build/lib/IPython/terminal copying IPython/terminal/console.py -> build/lib/IPython/terminal copying IPython/terminal/ipapp.py -> build/lib/IPython/terminal copying IPython/terminal/ptutils.py -> build/lib/IPython/terminal creating build/lib/IPython/utils copying IPython/utils/log.py -> build/lib/IPython/utils copying IPython/utils/daemonize.py -> build/lib/IPython/utils copying IPython/utils/_process_posix.py -> build/lib/IPython/utils copying IPython/utils/encoding.py -> build/lib/IPython/utils copying IPython/utils/coloransi.py -> build/lib/IPython/utils copying IPython/utils/tempdir.py -> build/lib/IPython/utils copying IPython/utils/jsonutil.py -> build/lib/IPython/utils copying IPython/utils/_process_cli.py -> build/lib/IPython/utils copying IPython/utils/io.py -> build/lib/IPython/utils copying IPython/utils/_process_win32_controller.py -> build/lib/IPython/utils copying IPython/utils/importstring.py -> build/lib/IPython/utils copying IPython/utils/sysinfo.py -> build/lib/IPython/utils copying IPython/utils/contexts.py -> build/lib/IPython/utils copying IPython/utils/PyColorize.py -> build/lib/IPython/utils copying IPython/utils/path.py -> build/lib/IPython/utils copying IPython/utils/_sysinfo.py -> build/lib/IPython/utils copying IPython/utils/module_paths.py -> build/lib/IPython/utils copying IPython/utils/__init__.py -> build/lib/IPython/utils copying IPython/utils/data.py -> build/lib/IPython/utils copying IPython/utils/syspathcontext.py -> build/lib/IPython/utils copying IPython/utils/tokenutil.py -> build/lib/IPython/utils copying IPython/utils/capture.py -> build/lib/IPython/utils copying IPython/utils/eventful.py -> build/lib/IPython/utils copying IPython/utils/traitlets.py -> build/lib/IPython/utils copying IPython/utils/signatures.py -> build/lib/IPython/utils copying IPython/utils/tz.py -> build/lib/IPython/utils copying IPython/utils/ipstruct.py -> build/lib/IPython/utils copying IPython/utils/terminal.py -> build/lib/IPython/utils copying IPython/utils/wildcard.py -> build/lib/IPython/utils copying IPython/utils/version.py -> build/lib/IPython/utils copying IPython/utils/colorable.py -> build/lib/IPython/utils copying IPython/utils/timing.py -> build/lib/IPython/utils copying IPython/utils/strdispatch.py -> build/lib/IPython/utils copying IPython/utils/frame.py -> build/lib/IPython/utils copying IPython/utils/text.py -> build/lib/IPython/utils copying IPython/utils/_process_win32.py -> build/lib/IPython/utils copying IPython/utils/docs.py -> build/lib/IPython/utils copying IPython/utils/sentinel.py -> build/lib/IPython/utils copying IPython/utils/_process_common.py -> build/lib/IPython/utils copying IPython/utils/generics.py -> build/lib/IPython/utils copying IPython/utils/py3compat.py -> build/lib/IPython/utils copying IPython/utils/localinterfaces.py -> build/lib/IPython/utils copying IPython/utils/decorators.py -> build/lib/IPython/utils copying IPython/utils/shimmodule.py -> build/lib/IPython/utils copying IPython/utils/openpy.py -> build/lib/IPython/utils copying IPython/utils/dir2.py -> build/lib/IPython/utils copying IPython/utils/ulinecache.py -> build/lib/IPython/utils copying IPython/utils/process.py -> build/lib/IPython/utils creating build/lib/IPython/extensions copying IPython/extensions/autoreload.py -> build/lib/IPython/extensions copying IPython/extensions/__init__.py -> build/lib/IPython/extensions copying IPython/extensions/storemagic.py -> build/lib/IPython/extensions creating build/lib/IPython/sphinxext copying IPython/sphinxext/ipython_console_highlighting.py -> build/lib/IPython/sphinxext copying IPython/sphinxext/ipython_directive.py -> build/lib/IPython/sphinxext copying IPython/sphinxext/custom_doctests.py -> build/lib/IPython/sphinxext copying IPython/sphinxext/__init__.py -> build/lib/IPython/sphinxext creating build/lib/IPython/external copying IPython/external/qt_for_kernel.py -> build/lib/IPython/external copying IPython/external/__init__.py -> build/lib/IPython/external copying IPython/external/qt_loaders.py -> build/lib/IPython/external creating build/lib/IPython/testing copying IPython/testing/ipunittest.py -> build/lib/IPython/testing copying IPython/testing/__init__.py -> build/lib/IPython/testing copying IPython/testing/skipdoctest.py -> build/lib/IPython/testing copying IPython/testing/globalipapp.py -> build/lib/IPython/testing copying IPython/testing/tools.py -> build/lib/IPython/testing copying IPython/testing/decorators.py -> build/lib/IPython/testing creating build/lib/IPython/core copying IPython/core/crashhandler.py -> build/lib/IPython/core copying IPython/core/payloadpage.py -> build/lib/IPython/core copying IPython/core/completerlib.py -> build/lib/IPython/core copying IPython/core/profiledir.py -> build/lib/IPython/core copying IPython/core/formatters.py -> build/lib/IPython/core copying IPython/core/application.py -> build/lib/IPython/core copying IPython/core/displayhook.py -> build/lib/IPython/core copying IPython/core/debugger.py -> build/lib/IPython/core copying IPython/core/compilerop.py -> build/lib/IPython/core copying IPython/core/inputtransformer.py -> build/lib/IPython/core copying IPython/core/release.py -> build/lib/IPython/core copying IPython/core/logger.py -> build/lib/IPython/core copying IPython/core/getipython.py -> build/lib/IPython/core copying IPython/core/alias.py -> build/lib/IPython/core copying IPython/core/magic.py -> build/lib/IPython/core copying IPython/core/display_functions.py -> build/lib/IPython/core copying IPython/core/interactiveshell.py -> build/lib/IPython/core copying IPython/core/page.py -> build/lib/IPython/core copying IPython/core/history.py -> build/lib/IPython/core copying IPython/core/error.py -> build/lib/IPython/core copying IPython/core/oinspect.py -> build/lib/IPython/core copying IPython/core/builtin_trap.py -> build/lib/IPython/core copying IPython/core/profileapp.py -> build/lib/IPython/core copying IPython/core/excolors.py -> build/lib/IPython/core copying IPython/core/prompts.py -> build/lib/IPython/core copying IPython/core/usage.py -> build/lib/IPython/core copying IPython/core/magic_arguments.py -> build/lib/IPython/core copying IPython/core/__init__.py -> build/lib/IPython/core copying IPython/core/ultratb.py -> build/lib/IPython/core copying IPython/core/display_trap.py -> build/lib/IPython/core copying IPython/core/historyapp.py -> build/lib/IPython/core copying IPython/core/events.py -> build/lib/IPython/core copying IPython/core/extensions.py -> build/lib/IPython/core copying IPython/core/pylabtools.py -> build/lib/IPython/core copying IPython/core/splitinput.py -> build/lib/IPython/core copying IPython/core/inputsplitter.py -> build/lib/IPython/core copying IPython/core/macro.py -> build/lib/IPython/core copying IPython/core/inputtransformer2.py -> build/lib/IPython/core copying IPython/core/shellapp.py -> build/lib/IPython/core copying IPython/core/async_helpers.py -> build/lib/IPython/core copying IPython/core/display.py -> build/lib/IPython/core copying IPython/core/prefilter.py -> build/lib/IPython/core copying IPython/core/autocall.py -> build/lib/IPython/core copying IPython/core/latex_symbols.py -> build/lib/IPython/core copying IPython/core/payload.py -> build/lib/IPython/core copying IPython/core/completer.py -> build/lib/IPython/core copying IPython/core/displaypub.py -> build/lib/IPython/core copying IPython/core/guarded_eval.py -> build/lib/IPython/core copying IPython/core/hooks.py -> build/lib/IPython/core creating build/lib/IPython/lib copying IPython/lib/pretty.py -> build/lib/IPython/lib copying IPython/lib/backgroundjobs.py -> build/lib/IPython/lib copying IPython/lib/lexers.py -> build/lib/IPython/lib copying IPython/lib/editorhooks.py -> build/lib/IPython/lib copying IPython/lib/demo.py -> build/lib/IPython/lib copying IPython/lib/latextools.py -> build/lib/IPython/lib copying IPython/lib/__init__.py -> build/lib/IPython/lib copying IPython/lib/clipboard.py -> build/lib/IPython/lib copying IPython/lib/deepreload.py -> build/lib/IPython/lib copying IPython/lib/display.py -> build/lib/IPython/lib copying IPython/lib/guisupport.py -> build/lib/IPython/lib creating build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_pt_inputhooks.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_interactivshell.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_embed.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/__init__.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_shortcuts.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_debug_magic.py -> build/lib/IPython/terminal/tests copying IPython/terminal/tests/test_help.py -> build/lib/IPython/terminal/tests creating build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/osx.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/qt.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/__init__.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/asyncio.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/tk.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/gtk3.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/pyglet.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/wx.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/gtk.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/gtk4.py -> build/lib/IPython/terminal/pt_inputhooks copying IPython/terminal/pt_inputhooks/glut.py -> build/lib/IPython/terminal/pt_inputhooks creating build/lib/IPython/terminal/shortcuts copying IPython/terminal/shortcuts/auto_match.py -> build/lib/IPython/terminal/shortcuts copying IPython/terminal/shortcuts/__init__.py -> build/lib/IPython/terminal/shortcuts copying IPython/terminal/shortcuts/auto_suggest.py -> build/lib/IPython/terminal/shortcuts copying IPython/terminal/shortcuts/filters.py -> build/lib/IPython/terminal/shortcuts creating build/lib/IPython/utils/tests copying IPython/utils/tests/test_capture.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_deprecated.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_process.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_importstring.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_tokenutil.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_pycolorize.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_imports.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_tempdir.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_wildcard.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_decorators.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_module_paths.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/__init__.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_io.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_shimmodule.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_sysinfo.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_dir2.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_openpy.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_text.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_path.py -> build/lib/IPython/utils/tests creating build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_storemagic.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_autoreload.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/__init__.py -> build/lib/IPython/extensions/tests creating build/lib/IPython/external/tests copying IPython/external/tests/test_qt_loaders.py -> build/lib/IPython/external/tests copying IPython/external/tests/__init__.py -> build/lib/IPython/external/tests creating build/lib/IPython/testing/tests copying IPython/testing/tests/test_decorators.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/__init__.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/test_ipunittest.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/test_tools.py -> build/lib/IPython/testing/tests creating build/lib/IPython/testing/plugin copying IPython/testing/plugin/simplevars.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/ipdoctest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_ipdoctest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/dtexample.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/pytest_ipdoctest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/__init__.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/simple.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/setup.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_refs.py -> build/lib/IPython/testing/plugin creating build/lib/IPython/core/magics copying IPython/core/magics/auto.py -> build/lib/IPython/core/magics copying IPython/core/magics/namespace.py -> build/lib/IPython/core/magics copying IPython/core/magics/script.py -> build/lib/IPython/core/magics copying IPython/core/magics/execution.py -> build/lib/IPython/core/magics copying IPython/core/magics/pylab.py -> build/lib/IPython/core/magics copying IPython/core/magics/history.py -> build/lib/IPython/core/magics copying IPython/core/magics/osm.py -> build/lib/IPython/core/magics copying IPython/core/magics/basic.py -> build/lib/IPython/core/magics copying IPython/core/magics/extension.py -> build/lib/IPython/core/magics copying IPython/core/magics/code.py -> build/lib/IPython/core/magics copying IPython/core/magics/logging.py -> build/lib/IPython/core/magics copying IPython/core/magics/__init__.py -> build/lib/IPython/core/magics copying IPython/core/magics/packaging.py -> build/lib/IPython/core/magics copying IPython/core/magics/display.py -> build/lib/IPython/core/magics copying IPython/core/magics/config.py -> build/lib/IPython/core/magics creating build/lib/IPython/core/tests copying IPython/core/tests/test_debugger.py -> build/lib/IPython/core/tests copying IPython/core/tests/print_argv.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_paths.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_pylabtools.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_displayhook.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_shellapp.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_display.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_events.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_oinspect.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_completer.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_imports.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_logger.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic_arguments.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_splitinput.py -> build/lib/IPython/core/tests copying IPython/core/tests/__init__.py -> build/lib/IPython/core/tests copying IPython/core/tests/nonascii2.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_compilerop.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_interactiveshell.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_iplib.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_inputtransformer2.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_prefilter.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_async_helpers.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_completerlib.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_hooks.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_application.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_formatters.py -> build/lib/IPython/core/tests copying IPython/core/tests/refbug.py -> build/lib/IPython/core/tests copying IPython/core/tests/simpleerr.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic_terminal.py -> build/lib/IPython/core/tests copying IPython/core/tests/bad_all.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_ultratb.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_handlers.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_inputtransformer.py -> build/lib/IPython/core/tests copying IPython/core/tests/tclass.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_autocall.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_inputsplitter.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_extension.py -> build/lib/IPython/core/tests copying IPython/core/tests/nonascii.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_page.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_history.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_run.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_prompts.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_guarded_eval.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_profile.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_inputtransformer2_line.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_alias.py -> build/lib/IPython/core/tests creating build/lib/IPython/lib/tests copying IPython/lib/tests/test_pygments.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_display.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_imports.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_editorhooks.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_pretty.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_latextools.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/__init__.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_clipboard.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_backgroundjobs.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_lexers.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_deepreload.py -> build/lib/IPython/lib/tests copying IPython/py.typed -> build/lib/IPython creating build/lib/IPython/core/profile copying IPython/core/profile/README_STARTUP -> build/lib/IPython/core/profile copying IPython/testing/plugin/test_exampleip.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/README.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_example.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_combo.txt -> build/lib/IPython/testing/plugin copying IPython/core/tests/2x2.png -> build/lib/IPython/core/tests copying IPython/core/tests/2x2.jpg -> build/lib/IPython/core/tests creating build/lib/IPython/core/tests/daft_extension copying IPython/core/tests/daft_extension/daft_extension.py -> build/lib/IPython/core/tests/daft_extension copying IPython/lib/tests/test.wav -> build/lib/IPython/lib/tests >>> ipython: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.11/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 install_lib creating /home/buildozer/aports/community/ipython/pkg creating /home/buildozer/aports/community/ipython/pkg/ipython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11 creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/magics.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/debugger.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_pt_inputhooks.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_interactivshell.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_embed.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_shortcuts.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_debug_magic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/tests/test_help.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests copying build/lib/IPython/terminal/interactiveshell.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/prompts.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/embed.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/osx.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/qt.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/asyncio.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/tk.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/gtk3.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/pyglet.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/wx.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/gtk.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/gtk4.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks copying build/lib/IPython/terminal/pt_inputhooks/glut.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts copying build/lib/IPython/terminal/shortcuts/auto_match.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts copying build/lib/IPython/terminal/shortcuts/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts copying build/lib/IPython/terminal/shortcuts/auto_suggest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts copying build/lib/IPython/terminal/shortcuts/filters.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts copying build/lib/IPython/terminal/console.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/ipapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/terminal/ptutils.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal copying build/lib/IPython/consoleapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/log.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/daemonize.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_process_posix.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/encoding.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/coloransi.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/tempdir.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/jsonutil.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_process_cli.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_capture.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_deprecated.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_process.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_importstring.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_tokenutil.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_pycolorize.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_imports.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_tempdir.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_wildcard.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_decorators.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_module_paths.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_io.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_shimmodule.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_sysinfo.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_dir2.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_openpy.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_text.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_path.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests copying build/lib/IPython/utils/io.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_process_win32_controller.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/importstring.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/sysinfo.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/contexts.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/PyColorize.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/path.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_sysinfo.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/module_paths.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/data.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/syspathcontext.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/tokenutil.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/capture.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/eventful.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/traitlets.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/signatures.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/tz.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/ipstruct.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/terminal.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/wildcard.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/version.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/colorable.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/timing.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/strdispatch.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/frame.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/text.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_process_win32.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/docs.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/sentinel.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/_process_common.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/generics.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/py3compat.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/localinterfaces.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/decorators.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/shimmodule.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/openpy.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/dir2.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/ulinecache.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/utils/process.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils copying build/lib/IPython/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions copying build/lib/IPython/extensions/autoreload.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_storemagic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_autoreload.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions copying build/lib/IPython/extensions/storemagic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext copying build/lib/IPython/sphinxext/ipython_console_highlighting.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext copying build/lib/IPython/sphinxext/ipython_directive.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext copying build/lib/IPython/sphinxext/custom_doctests.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext copying build/lib/IPython/sphinxext/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external copying build/lib/IPython/external/qt_for_kernel.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/tests copying build/lib/IPython/external/tests/test_qt_loaders.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/tests copying build/lib/IPython/external/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/tests copying build/lib/IPython/external/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external copying build/lib/IPython/external/qt_loaders.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external copying build/lib/IPython/py.typed -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython copying build/lib/IPython/display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython copying build/lib/IPython/paths.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython copying build/lib/IPython/conftest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_decorators.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_ipunittest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_tools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests copying build/lib/IPython/testing/ipunittest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing copying build/lib/IPython/testing/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/simplevars.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_exampleip.txt -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/ipdoctest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_ipdoctest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/dtexample.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/pytest_ipdoctest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/simple.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/setup.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/README.txt -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_example.txt -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_combo.txt -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_refs.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/skipdoctest.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing copying build/lib/IPython/testing/globalipapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing copying build/lib/IPython/testing/tools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing copying build/lib/IPython/testing/decorators.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/crashhandler.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/payloadpage.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/completerlib.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/profiledir.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/formatters.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/application.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/displayhook.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/debugger.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/auto.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/namespace.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/script.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/execution.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/pylab.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/history.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/osm.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/basic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/extension.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/code.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/logging.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/packaging.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/config.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics copying build/lib/IPython/core/compilerop.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/inputtransformer.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/release.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/logger.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_debugger.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/print_argv.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_paths.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/daft_extension copying build/lib/IPython/core/tests/daft_extension/daft_extension.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/daft_extension copying build/lib/IPython/core/tests/test_pylabtools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_displayhook.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_shellapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_events.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_oinspect.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_completer.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_imports.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_logger.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic_arguments.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_splitinput.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/nonascii2.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_compilerop.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_interactiveshell.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_iplib.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_inputtransformer2.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_prefilter.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_async_helpers.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_completerlib.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_hooks.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_application.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_formatters.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/refbug.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/simpleerr.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic_terminal.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/bad_all.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_ultratb.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/2x2.png -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_handlers.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_inputtransformer.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/tclass.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_autocall.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_inputsplitter.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_extension.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/nonascii.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_page.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_history.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/2x2.jpg -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_run.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_prompts.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_guarded_eval.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_profile.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_inputtransformer2_line.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_alias.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests copying build/lib/IPython/core/getipython.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/alias.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/magic.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/display_functions.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/interactiveshell.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/page.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/history.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/error.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/oinspect.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/profile copying build/lib/IPython/core/profile/README_STARTUP -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/profile copying build/lib/IPython/core/builtin_trap.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/profileapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/excolors.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/prompts.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/usage.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/magic_arguments.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/ultratb.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/display_trap.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/historyapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/events.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/extensions.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/pylabtools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/splitinput.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/inputsplitter.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/macro.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/inputtransformer2.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/shellapp.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/async_helpers.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/prefilter.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/autocall.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/latex_symbols.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/payload.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/completer.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/displaypub.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/guarded_eval.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/core/hooks.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core copying build/lib/IPython/__main__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/pretty.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/backgroundjobs.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/lexers.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_pygments.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_imports.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_editorhooks.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_pretty.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_latextools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_clipboard.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test.wav -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_backgroundjobs.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_lexers.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_deepreload.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests copying build/lib/IPython/lib/editorhooks.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/demo.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/latextools.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/__init__.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/clipboard.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/deepreload.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/display.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib copying build/lib/IPython/lib/guisupport.py -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/magics.py to magics.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/debugger.py to debugger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_pt_inputhooks.py to test_pt_inputhooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_interactivshell.py to test_interactivshell.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_embed.py to test_embed.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_shortcuts.py to test_shortcuts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_debug_magic.py to test_debug_magic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/tests/test_help.py to test_help.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/interactiveshell.py to interactiveshell.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/prompts.py to prompts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/embed.py to embed.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/osx.py to osx.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/qt.py to qt.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/asyncio.py to asyncio.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/tk.py to tk.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/gtk3.py to gtk3.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/pyglet.py to pyglet.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/wx.py to wx.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/gtk.py to gtk.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/gtk4.py to gtk4.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/glut.py to glut.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts/auto_match.py to auto_match.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts/auto_suggest.py to auto_suggest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/shortcuts/filters.py to filters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/console.py to console.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/ipapp.py to ipapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/terminal/ptutils.py to ptutils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/consoleapp.py to consoleapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/log.py to log.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/daemonize.py to daemonize.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_process_posix.py to _process_posix.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/encoding.py to encoding.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/coloransi.py to coloransi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tempdir.py to tempdir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/jsonutil.py to jsonutil.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_process_cli.py to _process_cli.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_capture.py to test_capture.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_deprecated.py to test_deprecated.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_process.py to test_process.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_importstring.py to test_importstring.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_tokenutil.py to test_tokenutil.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_pycolorize.py to test_pycolorize.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_imports.py to test_imports.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_tempdir.py to test_tempdir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_wildcard.py to test_wildcard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_decorators.py to test_decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_module_paths.py to test_module_paths.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_io.py to test_io.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_shimmodule.py to test_shimmodule.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_sysinfo.py to test_sysinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_dir2.py to test_dir2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_openpy.py to test_openpy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_text.py to test_text.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tests/test_path.py to test_path.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/io.py to io.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_process_win32_controller.py to _process_win32_controller.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/importstring.py to importstring.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/sysinfo.py to sysinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/contexts.py to contexts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/PyColorize.py to PyColorize.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/path.py to path.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_sysinfo.py to _sysinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/module_paths.py to module_paths.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/data.py to data.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/syspathcontext.py to syspathcontext.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tokenutil.py to tokenutil.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/capture.py to capture.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/eventful.py to eventful.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/traitlets.py to traitlets.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/signatures.py to signatures.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/tz.py to tz.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/ipstruct.py to ipstruct.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/terminal.py to terminal.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/wildcard.py to wildcard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/colorable.py to colorable.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/timing.py to timing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/strdispatch.py to strdispatch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/frame.py to frame.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/text.py to text.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_process_win32.py to _process_win32.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/docs.py to docs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/sentinel.py to sentinel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/_process_common.py to _process_common.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/generics.py to generics.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/py3compat.py to py3compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/localinterfaces.py to localinterfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/decorators.py to decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/shimmodule.py to shimmodule.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/openpy.py to openpy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/dir2.py to dir2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/ulinecache.py to ulinecache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/utils/process.py to process.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/autoreload.py to autoreload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests/test_storemagic.py to test_storemagic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests/test_autoreload.py to test_autoreload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/extensions/storemagic.py to storemagic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext/ipython_console_highlighting.py to ipython_console_highlighting.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext/ipython_directive.py to ipython_directive.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext/custom_doctests.py to custom_doctests.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/sphinxext/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/qt_for_kernel.py to qt_for_kernel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/tests/test_qt_loaders.py to test_qt_loaders.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/external/qt_loaders.py to qt_loaders.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/display.py to display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/paths.py to paths.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/conftest.py to conftest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests/test_decorators.py to test_decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests/test_ipunittest.py to test_ipunittest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tests/test_tools.py to test_tools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/ipunittest.py to ipunittest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/simplevars.py to simplevars.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/ipdoctest.py to ipdoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/test_ipdoctest.py to test_ipdoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/dtexample.py to dtexample.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/pytest_ipdoctest.py to pytest_ipdoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/setup.py to setup.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/plugin/test_refs.py to test_refs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/skipdoctest.py to skipdoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/globalipapp.py to globalipapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/tools.py to tools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/testing/decorators.py to decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/crashhandler.py to crashhandler.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/payloadpage.py to payloadpage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/completerlib.py to completerlib.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/profiledir.py to profiledir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/formatters.py to formatters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/application.py to application.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/displayhook.py to displayhook.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/debugger.py to debugger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/auto.py to auto.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/namespace.py to namespace.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/script.py to script.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/execution.py to execution.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/pylab.py to pylab.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/history.py to history.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/osm.py to osm.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/basic.py to basic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/extension.py to extension.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/code.py to code.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/logging.py to logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/packaging.py to packaging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/display.py to display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magics/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/compilerop.py to compilerop.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/inputtransformer.py to inputtransformer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/release.py to release.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/logger.py to logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_debugger.py to test_debugger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/print_argv.py to print_argv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_paths.py to test_paths.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/daft_extension/daft_extension.py to daft_extension.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_pylabtools.py to test_pylabtools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_displayhook.py to test_displayhook.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_shellapp.py to test_shellapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_display.py to test_display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_magic.py to test_magic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_events.py to test_events.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_oinspect.py to test_oinspect.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_completer.py to test_completer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_imports.py to test_imports.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_logger.py to test_logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_magic_arguments.py to test_magic_arguments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_splitinput.py to test_splitinput.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/nonascii2.py to nonascii2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_compilerop.py to test_compilerop.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_interactiveshell.py to test_interactiveshell.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_iplib.py to test_iplib.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_inputtransformer2.py to test_inputtransformer2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_prefilter.py to test_prefilter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_async_helpers.py to test_async_helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_completerlib.py to test_completerlib.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_hooks.py to test_hooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_application.py to test_application.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_formatters.py to test_formatters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/refbug.py to refbug.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/simpleerr.py to simpleerr.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_magic_terminal.py to test_magic_terminal.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/bad_all.py to bad_all.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_ultratb.py to test_ultratb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_handlers.py to test_handlers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_inputtransformer.py to test_inputtransformer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/tclass.py to tclass.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_autocall.py to test_autocall.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_inputsplitter.py to test_inputsplitter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_extension.py to test_extension.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/nonascii.py to nonascii.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_page.py to test_page.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_history.py to test_history.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_run.py to test_run.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_prompts.py to test_prompts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_guarded_eval.py to test_guarded_eval.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_profile.py to test_profile.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_inputtransformer2_line.py to test_inputtransformer2_line.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/tests/test_alias.py to test_alias.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/getipython.py to getipython.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/alias.py to alias.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magic.py to magic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/display_functions.py to display_functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/interactiveshell.py to interactiveshell.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/page.py to page.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/history.py to history.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/error.py to error.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/oinspect.py to oinspect.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/builtin_trap.py to builtin_trap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/profileapp.py to profileapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/excolors.py to excolors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/prompts.py to prompts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/usage.py to usage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/magic_arguments.py to magic_arguments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/ultratb.py to ultratb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/display_trap.py to display_trap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/historyapp.py to historyapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/events.py to events.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/extensions.py to extensions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/pylabtools.py to pylabtools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/splitinput.py to splitinput.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/inputsplitter.py to inputsplitter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/macro.py to macro.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/inputtransformer2.py to inputtransformer2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/shellapp.py to shellapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/async_helpers.py to async_helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/display.py to display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/prefilter.py to prefilter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/autocall.py to autocall.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/latex_symbols.py to latex_symbols.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/payload.py to payload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/completer.py to completer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/displaypub.py to displaypub.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/guarded_eval.py to guarded_eval.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/core/hooks.py to hooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/pretty.py to pretty.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/backgroundjobs.py to backgroundjobs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/lexers.py to lexers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_pygments.py to test_pygments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_display.py to test_display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_imports.py to test_imports.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_editorhooks.py to test_editorhooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_pretty.py to test_pretty.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_latextools.py to test_latextools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_clipboard.py to test_clipboard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_backgroundjobs.py to test_backgroundjobs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_lexers.py to test_lexers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/tests/test_deepreload.py to test_deepreload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/editorhooks.py to editorhooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/demo.py to demo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/latextools.py to latextools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/clipboard.py to clipboard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/deepreload.py to deepreload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/display.py to display.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/IPython/lib/guisupport.py to guisupport.cpython-311.pyc running install_data creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/share creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/share/man creating /home/buildozer/aports/community/ipython/pkg/ipython/usr/share/man/man1 copying docs/man/ipython.1 -> /home/buildozer/aports/community/ipython/pkg/ipython/usr/share/man/man1 running install_egg_info running egg_info creating ipython.egg-info writing ipython.egg-info/PKG-INFO writing dependency_links to ipython.egg-info/dependency_links.txt writing entry points to ipython.egg-info/entry_points.txt writing requirements to ipython.egg-info/requires.txt writing top-level names to ipython.egg-info/top_level.txt writing manifest file 'ipython.egg-info/SOURCES.txt' reading manifest file 'ipython.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'py.typed' warning: no previously-included files matching '*' found under directory 'tools' warning: no previously-included files found matching 'tools' warning: no previously-included files found matching 'CONTRIBUTING.md' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching 'SECURITY.md' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching 'docs/man/*.1.gz' warning: no previously-included files found matching '.git-blame-ignore-revs' 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 '*.flc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.dircopy.log' 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 adding license file 'LICENSE' writing manifest file 'ipython.egg-info/SOURCES.txt' Copying ipython.egg-info to /home/buildozer/aports/community/ipython/pkg/ipython/usr/lib/python3.11/site-packages/ipython-8.11.0-py3.11.egg-info running install_scripts Installing ipython script to /home/buildozer/aports/community/ipython/pkg/ipython/usr/bin Installing ipython3 script to /home/buildozer/aports/community/ipython/pkg/ipython/usr/bin >>> ipython-doc*: Running split function doc... >>> ipython-doc*: Preparing subpackage ipython-doc... >>> ipython-doc*: Running postcheck for ipython-doc >>> ipython*: Running postcheck for ipython >>> ipython*: Preparing package ipython... >>> ipython-doc*: Tracing dependencies... >>> ipython-doc*: Package size: 24.0 KB >>> ipython-doc*: Compressing data... >>> ipython-doc*: Create checksum... >>> ipython-doc*: Create ipython-doc-8.11.0-r0.apk >>> ipython*: Tracing dependencies... >>> ipython*: Package size: 6.9 MB >>> ipython*: Compressing data... >>> ipython*: Create checksum... >>> ipython*: Create ipython-8.11.0-r0.apk >>> ipython: Build complete at Thu, 02 Mar 2023 05:58:14 +0000 elapsed time 0h 0m 7s >>> ipython: Cleaning up srcdir >>> ipython: Cleaning up pkgdir >>> ipython: Uninstalling dependencies... (1/30) Purging .makedepends-ipython (20230302.055809) (2/30) Purging py3-backcall (0.2.0-r3) (3/30) Purging py3-decorator (5.1.1-r2) (4/30) Purging py3-jedi (0.18.2-r0) (5/30) Purging py3-parso (0.8.3-r1) (6/30) Purging py3-matplotlib-inline (0.1.6-r1) (7/30) Purging py3-pexpect (4.8.0-r4) (8/30) Purging py3-ptyprocess (0.7.0-r4) (9/30) Purging py3-pickleshare (0.7.5-r6) (10/30) Purging py3-prompt_toolkit (3.0.36-r1) (11/30) Purging py3-wcwidth (0.2.6-r1) (12/30) Purging py3-pygments (2.14.0-r0) (13/30) Purging py3-stack_data (0.6.2-r0) (14/30) Purging py3-executing (1.2.0-r1) (15/30) Purging py3-asttokens (2.2.1-r0) (16/30) Purging py3-six (1.16.0-r5) (17/30) Purging py3-pure_eval (0.2.2-r1) (18/30) Purging py3-traitlets (5.9.0-r0) (19/30) Purging py3-setuptools (67.4.0-r1) (20/30) Purging py3-packaging (23.0-r1) (21/30) Purging py3-parsing (3.0.9-r1) (22/30) Purging python3 (3.11.2-r0) (23/30) Purging libbz2 (1.0.8-r4) (24/30) Purging libffi (3.4.4-r0) (25/30) Purging gdbm (1.23-r0) (26/30) Purging xz-libs (5.4.1-r0) (27/30) Purging mpdecimal (2.5.1-r1) (28/30) Purging libpanelw (6.4_p20230225-r0) (29/30) Purging readline (8.2.1-r0) (30/30) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 392 MiB in 98 packages >>> ipython: Updating the community/x86_64 repository index... >>> ipython: Signing the index...