Source: ipython
Version: 8.14.0-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> ----------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package ipython
> dpkg-buildpackage: info: source version 8.14.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Gordon Ball <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  debian/rules binary
> dh binary --with python3,sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11 
> * Building wheel...
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running bdist_wheel
> running build
> running build_py
> checking package data
> check version number
> creating build
> creating build/lib
> creating build/lib/IPython
> copying IPython/__main__.py -> build/lib/IPython
> copying IPython/consoleapp.py -> build/lib/IPython
> copying IPython/__init__.py -> build/lib/IPython
> copying IPython/conftest.py -> build/lib/IPython
> copying IPython/paths.py -> build/lib/IPython
> copying IPython/display.py -> build/lib/IPython
> creating build/lib/IPython/terminal
> copying IPython/terminal/embed.py -> build/lib/IPython/terminal
> copying IPython/terminal/debugger.py -> build/lib/IPython/terminal
> copying IPython/terminal/__init__.py -> build/lib/IPython/terminal
> copying IPython/terminal/prompts.py -> build/lib/IPython/terminal
> copying IPython/terminal/ipapp.py -> build/lib/IPython/terminal
> copying IPython/terminal/ptutils.py -> build/lib/IPython/terminal
> copying IPython/terminal/console.py -> build/lib/IPython/terminal
> copying IPython/terminal/magics.py -> build/lib/IPython/terminal
> copying IPython/terminal/interactiveshell.py -> build/lib/IPython/terminal
> creating build/lib/IPython/testing
> copying IPython/testing/skipdoctest.py -> build/lib/IPython/testing
> copying IPython/testing/decorators.py -> build/lib/IPython/testing
> copying IPython/testing/__init__.py -> build/lib/IPython/testing
> copying IPython/testing/tools.py -> build/lib/IPython/testing
> copying IPython/testing/globalipapp.py -> build/lib/IPython/testing
> copying IPython/testing/ipunittest.py -> build/lib/IPython/testing
> creating build/lib/IPython/lib
> copying IPython/lib/guisupport.py -> build/lib/IPython/lib
> copying IPython/lib/deepreload.py -> build/lib/IPython/lib
> copying IPython/lib/editorhooks.py -> build/lib/IPython/lib
> copying IPython/lib/__init__.py -> build/lib/IPython/lib
> copying IPython/lib/pretty.py -> build/lib/IPython/lib
> copying IPython/lib/latextools.py -> build/lib/IPython/lib
> copying IPython/lib/backgroundjobs.py -> build/lib/IPython/lib
> copying IPython/lib/display.py -> build/lib/IPython/lib
> copying IPython/lib/lexers.py -> build/lib/IPython/lib
> copying IPython/lib/demo.py -> build/lib/IPython/lib
> copying IPython/lib/clipboard.py -> build/lib/IPython/lib
> creating build/lib/IPython/extensions
> copying IPython/extensions/storemagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/__init__.py -> build/lib/IPython/extensions
> copying IPython/extensions/autoreload.py -> build/lib/IPython/extensions
> creating build/lib/IPython/sphinxext
> copying IPython/sphinxext/ipython_directive.py -> build/lib/IPython/sphinxext
> copying IPython/sphinxext/__init__.py -> build/lib/IPython/sphinxext
> copying IPython/sphinxext/custom_doctests.py -> build/lib/IPython/sphinxext
> copying IPython/sphinxext/ipython_console_highlighting.py -> 
> build/lib/IPython/sphinxext
> creating build/lib/IPython/external
> copying IPython/external/qt_loaders.py -> build/lib/IPython/external
> copying IPython/external/qt_for_kernel.py -> build/lib/IPython/external
> copying IPython/external/__init__.py -> build/lib/IPython/external
> creating build/lib/IPython/utils
> copying IPython/utils/dir2.py -> build/lib/IPython/utils
> copying IPython/utils/colorable.py -> build/lib/IPython/utils
> copying IPython/utils/sysinfo.py -> build/lib/IPython/utils
> copying IPython/utils/decorators.py -> build/lib/IPython/utils
> copying IPython/utils/ipstruct.py -> build/lib/IPython/utils
> copying IPython/utils/docs.py -> build/lib/IPython/utils
> copying IPython/utils/data.py -> build/lib/IPython/utils
> copying IPython/utils/py3compat.py -> build/lib/IPython/utils
> copying IPython/utils/_sysinfo.py -> build/lib/IPython/utils
> copying IPython/utils/version.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/openpy.py -> build/lib/IPython/utils
> copying IPython/utils/sentinel.py -> build/lib/IPython/utils
> copying IPython/utils/tempdir.py -> build/lib/IPython/utils
> copying IPython/utils/shimmodule.py -> build/lib/IPython/utils
> copying IPython/utils/importstring.py -> build/lib/IPython/utils
> copying IPython/utils/__init__.py -> build/lib/IPython/utils
> copying IPython/utils/syspathcontext.py -> build/lib/IPython/utils
> copying IPython/utils/localinterfaces.py -> build/lib/IPython/utils
> copying IPython/utils/text.py -> build/lib/IPython/utils
> copying IPython/utils/io.py -> build/lib/IPython/utils
> copying IPython/utils/jsonutil.py -> build/lib/IPython/utils
> copying IPython/utils/PyColorize.py -> build/lib/IPython/utils
> copying IPython/utils/timing.py -> build/lib/IPython/utils
> copying IPython/utils/wildcard.py -> build/lib/IPython/utils
> copying IPython/utils/_process_common.py -> build/lib/IPython/utils
> copying IPython/utils/traitlets.py -> build/lib/IPython/utils
> copying IPython/utils/tokenutil.py -> build/lib/IPython/utils
> copying IPython/utils/_process_win32.py -> build/lib/IPython/utils
> copying IPython/utils/ulinecache.py -> build/lib/IPython/utils
> copying IPython/utils/_process_win32_controller.py -> build/lib/IPython/utils
> copying IPython/utils/_process_posix.py -> build/lib/IPython/utils
> copying IPython/utils/contexts.py -> build/lib/IPython/utils
> copying IPython/utils/generics.py -> build/lib/IPython/utils
> copying IPython/utils/daemonize.py -> build/lib/IPython/utils
> copying IPython/utils/process.py -> build/lib/IPython/utils
> copying IPython/utils/module_paths.py -> build/lib/IPython/utils
> copying IPython/utils/_process_cli.py -> build/lib/IPython/utils
> copying IPython/utils/strdispatch.py -> build/lib/IPython/utils
> copying IPython/utils/log.py -> build/lib/IPython/utils
> copying IPython/utils/capture.py -> build/lib/IPython/utils
> copying IPython/utils/path.py -> build/lib/IPython/utils
> copying IPython/utils/signatures.py -> build/lib/IPython/utils
> copying IPython/utils/eventful.py -> build/lib/IPython/utils
> copying IPython/utils/terminal.py -> build/lib/IPython/utils
> copying IPython/utils/frame.py -> build/lib/IPython/utils
> copying IPython/utils/tz.py -> build/lib/IPython/utils
> creating build/lib/IPython/core
> copying IPython/core/hooks.py -> build/lib/IPython/core
> copying IPython/core/inputsplitter.py -> build/lib/IPython/core
> copying IPython/core/formatters.py -> build/lib/IPython/core
> copying IPython/core/historyapp.py -> build/lib/IPython/core
> copying IPython/core/pylabtools.py -> build/lib/IPython/core
> copying IPython/core/payload.py -> build/lib/IPython/core
> copying IPython/core/magic.py -> build/lib/IPython/core
> copying IPython/core/alias.py -> build/lib/IPython/core
> copying IPython/core/debugger.py -> build/lib/IPython/core
> copying IPython/core/extensions.py -> build/lib/IPython/core
> copying IPython/core/builtin_trap.py -> build/lib/IPython/core
> copying IPython/core/guarded_eval.py -> build/lib/IPython/core
> copying IPython/core/__init__.py -> build/lib/IPython/core
> copying IPython/core/magic_arguments.py -> build/lib/IPython/core
> copying IPython/core/history.py -> build/lib/IPython/core
> copying IPython/core/oinspect.py -> build/lib/IPython/core
> copying IPython/core/prompts.py -> build/lib/IPython/core
> copying IPython/core/inputtransformer2.py -> build/lib/IPython/core
> copying IPython/core/macro.py -> build/lib/IPython/core
> copying IPython/core/release.py -> build/lib/IPython/core
> copying IPython/core/shellapp.py -> build/lib/IPython/core
> copying IPython/core/completer.py -> build/lib/IPython/core
> copying IPython/core/compilerop.py -> build/lib/IPython/core
> copying IPython/core/application.py -> build/lib/IPython/core
> copying IPython/core/autocall.py -> build/lib/IPython/core
> copying IPython/core/profiledir.py -> build/lib/IPython/core
> copying IPython/core/latex_symbols.py -> build/lib/IPython/core
> copying IPython/core/getipython.py -> build/lib/IPython/core
> copying IPython/core/error.py -> build/lib/IPython/core
> copying IPython/core/display_trap.py -> build/lib/IPython/core
> copying IPython/core/async_helpers.py -> build/lib/IPython/core
> copying IPython/core/ultratb.py -> build/lib/IPython/core
> copying IPython/core/displayhook.py -> build/lib/IPython/core
> copying IPython/core/display_functions.py -> build/lib/IPython/core
> copying IPython/core/page.py -> build/lib/IPython/core
> copying IPython/core/display.py -> build/lib/IPython/core
> copying IPython/core/logger.py -> build/lib/IPython/core
> copying IPython/core/splitinput.py -> build/lib/IPython/core
> copying IPython/core/events.py -> build/lib/IPython/core
> copying IPython/core/inputtransformer.py -> build/lib/IPython/core
> copying IPython/core/prefilter.py -> build/lib/IPython/core
> copying IPython/core/interactiveshell.py -> build/lib/IPython/core
> copying IPython/core/profileapp.py -> build/lib/IPython/core
> copying IPython/core/payloadpage.py -> build/lib/IPython/core
> copying IPython/core/usage.py -> build/lib/IPython/core
> copying IPython/core/excolors.py -> build/lib/IPython/core
> copying IPython/core/crashhandler.py -> build/lib/IPython/core
> copying IPython/core/completerlib.py -> build/lib/IPython/core
> copying IPython/core/displaypub.py -> build/lib/IPython/core
> creating build/lib/IPython/terminal/shortcuts
> copying IPython/terminal/shortcuts/filters.py -> 
> build/lib/IPython/terminal/shortcuts
> copying IPython/terminal/shortcuts/auto_suggest.py -> 
> build/lib/IPython/terminal/shortcuts
> copying IPython/terminal/shortcuts/__init__.py -> 
> build/lib/IPython/terminal/shortcuts
> copying IPython/terminal/shortcuts/auto_match.py -> 
> build/lib/IPython/terminal/shortcuts
> creating build/lib/IPython/terminal/pt_inputhooks
> copying IPython/terminal/pt_inputhooks/gtk.py -> 
> build/lib/IPython/terminal/pt_inputhooks
> copying IPython/terminal/pt_inputhooks/osx.py -> 
> build/lib/IPython/terminal/pt_inputhooks
> copying IPython/terminal/pt_inputhooks/glut.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/__init__.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/qt.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/asyncio.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/wx.py -> 
> build/lib/IPython/terminal/pt_inputhooks
> creating build/lib/IPython/terminal/tests
> copying IPython/terminal/tests/test_help.py -> 
> build/lib/IPython/terminal/tests
> copying IPython/terminal/tests/test_interactivshell.py -> 
> build/lib/IPython/terminal/tests
> copying IPython/terminal/tests/test_debug_magic.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_pt_inputhooks.py -> 
> build/lib/IPython/terminal/tests
> copying IPython/terminal/tests/test_embed.py -> 
> build/lib/IPython/terminal/tests
> creating build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_ipunittest.py -> 
> build/lib/IPython/testing/tests
> copying IPython/testing/tests/__init__.py -> build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_tools.py -> build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_decorators.py -> 
> build/lib/IPython/testing/tests
> creating build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_ipdoctest.py -> 
> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/ipdoctest.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/setup.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/simplevars.py -> 
> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/simple.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_refs.py -> 
> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/dtexample.py -> 
> build/lib/IPython/testing/plugin
> creating build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_imports.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_display.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_pretty.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_editorhooks.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/__init__.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_pygments.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_latextools.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
> creating build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_storemagic.py -> 
> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/__init__.py -> 
> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_autoreload.py -> 
> build/lib/IPython/extensions/tests
> creating build/lib/IPython/external/tests
> copying IPython/external/tests/__init__.py -> build/lib/IPython/external/tests
> copying IPython/external/tests/test_qt_loaders.py -> 
> build/lib/IPython/external/tests
> creating build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_module_paths.py -> 
> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_imports.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_dir2.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_tokenutil.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_path.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_text.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/__init__.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_deprecated.py -> 
> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_io.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_pycolorize.py -> 
> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_shimmodule.py -> 
> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_openpy.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_capture.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_wildcard.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_sysinfo.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_decorators.py -> 
> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_tempdir.py -> build/lib/IPython/utils/tests
> creating build/lib/IPython/core/tests
> copying IPython/core/tests/test_imports.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_async_helpers.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_prefilter.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_run.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_profile.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_inputtransformer.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_display.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_application.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_autocall.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_handlers.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_guarded_eval.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_completer.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_splitinput.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/simpleerr.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic_arguments.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_ultratb.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_debugger.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_shellapp.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_prompts.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_alias.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_page.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/nonascii2.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/__init__.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/refbug.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_inputtransformer2.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_completerlib.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_events.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/print_argv.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_pylabtools.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_formatters.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_hooks.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/bad_all.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_compilerop.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/nonascii.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_displayhook.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_oinspect.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_interactiveshell.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_history.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_logger.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/tclass.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_inputsplitter.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_inputtransformer2_line.py -> 
> build/lib/IPython/core/tests
> copying IPython/core/tests/test_extension.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_iplib.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_paths.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic_terminal.py -> 
> build/lib/IPython/core/tests
> creating build/lib/IPython/core/magics
> copying IPython/core/magics/pylab.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/execution.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/extension.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/osm.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/__init__.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/history.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/packaging.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/logging.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/namespace.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/basic.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/code.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
> copying IPython/core/magics/auto.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/script.py -> build/lib/IPython/core/magics
> 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_combo.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_exampleip.txt -> 
> build/lib/IPython/testing/plugin
> copying IPython/lib/tests/test.wav -> build/lib/IPython/lib/tests
> 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
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/IPython
> creating build/bdist.linux-x86_64/wheel/IPython/terminal
> creating build/bdist.linux-x86_64/wheel/IPython/terminal/shortcuts
> copying build/lib/IPython/terminal/shortcuts/filters.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/shortcuts
> copying build/lib/IPython/terminal/shortcuts/auto_suggest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/shortcuts
> copying build/lib/IPython/terminal/shortcuts/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/shortcuts
> copying build/lib/IPython/terminal/shortcuts/auto_match.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/shortcuts
> copying build/lib/IPython/terminal/embed.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/debugger.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/prompts.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/ipapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/ptutils.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> creating build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/gtk.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/osx.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/glut.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/tk.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/pyglet.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/qt.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/gtk4.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/asyncio.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/gtk3.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> copying build/lib/IPython/terminal/pt_inputhooks/wx.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/pt_inputhooks
> creating build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_help.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_interactivshell.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_debug_magic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_shortcuts.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_pt_inputhooks.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/tests/test_embed.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal/tests
> copying build/lib/IPython/terminal/console.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/magics.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/terminal/interactiveshell.py -> 
> build/bdist.linux-x86_64/wheel/IPython/terminal
> copying build/lib/IPython/__main__.py -> 
> build/bdist.linux-x86_64/wheel/IPython
> copying build/lib/IPython/consoleapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython
> copying build/lib/IPython/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython
> copying build/lib/IPython/conftest.py -> 
> build/bdist.linux-x86_64/wheel/IPython
> copying build/lib/IPython/paths.py -> build/bdist.linux-x86_64/wheel/IPython
> creating build/bdist.linux-x86_64/wheel/IPython/testing
> copying build/lib/IPython/testing/skipdoctest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> copying build/lib/IPython/testing/decorators.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> copying build/lib/IPython/testing/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> creating build/bdist.linux-x86_64/wheel/IPython/testing/tests
> copying build/lib/IPython/testing/tests/test_ipunittest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/tests
> copying build/lib/IPython/testing/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/tests
> copying build/lib/IPython/testing/tests/test_tools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/tests
> copying build/lib/IPython/testing/tests/test_decorators.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/tests
> copying build/lib/IPython/testing/tools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> copying build/lib/IPython/testing/globalipapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> copying build/lib/IPython/testing/ipunittest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing
> creating build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/test_combo.txt -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/test_ipdoctest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/ipdoctest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/pytest_ipdoctest.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/README.txt -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/test_example.txt -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/setup.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/simplevars.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/simple.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/test_exampleip.txt -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/test_refs.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> copying build/lib/IPython/testing/plugin/dtexample.py -> 
> build/bdist.linux-x86_64/wheel/IPython/testing/plugin
> creating build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/guisupport.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/deepreload.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/editorhooks.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/pretty.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/latextools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> creating build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_imports.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_display.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_pretty.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_clipboard.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_backgroundjobs.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_editorhooks.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_pygments.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_latextools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test.wav -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_lexers.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/tests/test_deepreload.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib/tests
> copying build/lib/IPython/lib/backgroundjobs.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/display.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/lexers.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/demo.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> copying build/lib/IPython/lib/clipboard.py -> 
> build/bdist.linux-x86_64/wheel/IPython/lib
> creating build/bdist.linux-x86_64/wheel/IPython/extensions
> copying build/lib/IPython/extensions/storemagic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions
> copying build/lib/IPython/extensions/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions
> creating build/bdist.linux-x86_64/wheel/IPython/extensions/tests
> copying build/lib/IPython/extensions/tests/test_storemagic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions/tests
> copying build/lib/IPython/extensions/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions/tests
> copying build/lib/IPython/extensions/tests/test_autoreload.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions/tests
> copying build/lib/IPython/extensions/autoreload.py -> 
> build/bdist.linux-x86_64/wheel/IPython/extensions
> copying build/lib/IPython/display.py -> build/bdist.linux-x86_64/wheel/IPython
> creating build/bdist.linux-x86_64/wheel/IPython/sphinxext
> copying build/lib/IPython/sphinxext/ipython_directive.py -> 
> build/bdist.linux-x86_64/wheel/IPython/sphinxext
> copying build/lib/IPython/sphinxext/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/sphinxext
> copying build/lib/IPython/sphinxext/custom_doctests.py -> 
> build/bdist.linux-x86_64/wheel/IPython/sphinxext
> copying build/lib/IPython/sphinxext/ipython_console_highlighting.py -> 
> build/bdist.linux-x86_64/wheel/IPython/sphinxext
> creating build/bdist.linux-x86_64/wheel/IPython/external
> copying build/lib/IPython/external/qt_loaders.py -> 
> build/bdist.linux-x86_64/wheel/IPython/external
> copying build/lib/IPython/external/qt_for_kernel.py -> 
> build/bdist.linux-x86_64/wheel/IPython/external
> copying build/lib/IPython/external/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/external
> creating build/bdist.linux-x86_64/wheel/IPython/external/tests
> copying build/lib/IPython/external/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/external/tests
> copying build/lib/IPython/external/tests/test_qt_loaders.py -> 
> build/bdist.linux-x86_64/wheel/IPython/external/tests
> creating build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/dir2.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/colorable.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/sysinfo.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/decorators.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/ipstruct.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/docs.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/data.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/py3compat.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/_sysinfo.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/version.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/encoding.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/coloransi.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/openpy.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/sentinel.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/tempdir.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/shimmodule.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/importstring.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/syspathcontext.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/localinterfaces.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/text.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/io.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/jsonutil.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/PyColorize.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/timing.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/wildcard.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/_process_common.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/traitlets.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/tokenutil.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> creating build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_module_paths.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_imports.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_dir2.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_tokenutil.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_path.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_text.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_deprecated.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_io.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_pycolorize.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_shimmodule.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_openpy.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_capture.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_process.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_importstring.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_wildcard.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_sysinfo.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_decorators.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/tests/test_tempdir.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils/tests
> copying build/lib/IPython/utils/_process_win32.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/ulinecache.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/_process_win32_controller.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/_process_posix.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/contexts.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/generics.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/daemonize.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/process.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/module_paths.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/_process_cli.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/strdispatch.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/log.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/capture.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/path.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/signatures.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/eventful.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/terminal.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/frame.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/utils/tz.py -> 
> build/bdist.linux-x86_64/wheel/IPython/utils
> copying build/lib/IPython/py.typed -> build/bdist.linux-x86_64/wheel/IPython
> creating build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/hooks.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/inputsplitter.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/formatters.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/historyapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/pylabtools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/payload.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/magic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/alias.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/debugger.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/extensions.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/builtin_trap.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/guarded_eval.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/magic_arguments.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/history.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/oinspect.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/prompts.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/inputtransformer2.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/macro.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/release.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/shellapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/completer.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> creating build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_imports.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_async_helpers.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_prefilter.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_run.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_profile.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_inputtransformer.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_display.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_application.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_autocall.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_handlers.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_guarded_eval.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_completer.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_splitinput.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/simpleerr.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_magic_arguments.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_ultratb.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_debugger.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_shellapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_prompts.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_alias.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_page.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/nonascii2.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/2x2.jpg -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/refbug.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_inputtransformer2.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_completerlib.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_events.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/print_argv.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_pylabtools.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_formatters.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_hooks.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/2x2.png -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/bad_all.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_compilerop.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/nonascii.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_displayhook.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_oinspect.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_interactiveshell.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_magic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_history.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_logger.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/tclass.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_inputsplitter.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_inputtransformer2_line.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_extension.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_iplib.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> creating build/bdist.linux-x86_64/wheel/IPython/core/tests/daft_extension
> copying build/lib/IPython/core/tests/daft_extension/daft_extension.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests/daft_extension
> copying build/lib/IPython/core/tests/test_paths.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/tests/test_magic_terminal.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/tests
> copying build/lib/IPython/core/compilerop.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/application.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/autocall.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/profiledir.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/latex_symbols.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/getipython.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> creating build/bdist.linux-x86_64/wheel/IPython/core/profile
> copying build/lib/IPython/core/profile/README_STARTUP -> 
> build/bdist.linux-x86_64/wheel/IPython/core/profile
> copying build/lib/IPython/core/error.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/display_trap.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/async_helpers.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/ultratb.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/displayhook.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/display_functions.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/page.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/display.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/logger.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/splitinput.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/events.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/inputtransformer.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/prefilter.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/interactiveshell.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> creating build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/pylab.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/execution.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/extension.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/osm.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/__init__.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/history.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/packaging.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/logging.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/namespace.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/basic.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/code.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/display.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/config.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/auto.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/magics/script.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core/magics
> copying build/lib/IPython/core/profileapp.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/payloadpage.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/usage.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/excolors.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/crashhandler.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/completerlib.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> copying build/lib/IPython/core/displaypub.py -> 
> build/bdist.linux-x86_64/wheel/IPython/core
> running install_egg_info
> running 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
> 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 
> build/bdist.linux-x86_64/wheel/ipython-8.14.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/ipython-8.14.0.dist-info/WHEEL
> creating 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/.tmp-wnsmtlvp/ipython-8.14.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'IPython/__init__.py'
> adding 'IPython/__main__.py'
> adding 'IPython/conftest.py'
> adding 'IPython/consoleapp.py'
> adding 'IPython/display.py'
> adding 'IPython/paths.py'
> adding 'IPython/py.typed'
> adding 'IPython/core/__init__.py'
> adding 'IPython/core/alias.py'
> adding 'IPython/core/application.py'
> adding 'IPython/core/async_helpers.py'
> adding 'IPython/core/autocall.py'
> adding 'IPython/core/builtin_trap.py'
> adding 'IPython/core/compilerop.py'
> adding 'IPython/core/completer.py'
> adding 'IPython/core/completerlib.py'
> adding 'IPython/core/crashhandler.py'
> adding 'IPython/core/debugger.py'
> adding 'IPython/core/display.py'
> adding 'IPython/core/display_functions.py'
> adding 'IPython/core/display_trap.py'
> adding 'IPython/core/displayhook.py'
> adding 'IPython/core/displaypub.py'
> adding 'IPython/core/error.py'
> adding 'IPython/core/events.py'
> adding 'IPython/core/excolors.py'
> adding 'IPython/core/extensions.py'
> adding 'IPython/core/formatters.py'
> adding 'IPython/core/getipython.py'
> adding 'IPython/core/guarded_eval.py'
> adding 'IPython/core/history.py'
> adding 'IPython/core/historyapp.py'
> adding 'IPython/core/hooks.py'
> adding 'IPython/core/inputsplitter.py'
> adding 'IPython/core/inputtransformer.py'
> adding 'IPython/core/inputtransformer2.py'
> adding 'IPython/core/interactiveshell.py'
> adding 'IPython/core/latex_symbols.py'
> adding 'IPython/core/logger.py'
> adding 'IPython/core/macro.py'
> adding 'IPython/core/magic.py'
> adding 'IPython/core/magic_arguments.py'
> adding 'IPython/core/oinspect.py'
> adding 'IPython/core/page.py'
> adding 'IPython/core/payload.py'
> adding 'IPython/core/payloadpage.py'
> adding 'IPython/core/prefilter.py'
> adding 'IPython/core/profileapp.py'
> adding 'IPython/core/profiledir.py'
> adding 'IPython/core/prompts.py'
> adding 'IPython/core/pylabtools.py'
> adding 'IPython/core/release.py'
> adding 'IPython/core/shellapp.py'
> adding 'IPython/core/splitinput.py'
> adding 'IPython/core/ultratb.py'
> adding 'IPython/core/usage.py'
> adding 'IPython/core/magics/__init__.py'
> adding 'IPython/core/magics/auto.py'
> adding 'IPython/core/magics/basic.py'
> adding 'IPython/core/magics/code.py'
> adding 'IPython/core/magics/config.py'
> adding 'IPython/core/magics/display.py'
> adding 'IPython/core/magics/execution.py'
> adding 'IPython/core/magics/extension.py'
> adding 'IPython/core/magics/history.py'
> adding 'IPython/core/magics/logging.py'
> adding 'IPython/core/magics/namespace.py'
> adding 'IPython/core/magics/osm.py'
> adding 'IPython/core/magics/packaging.py'
> adding 'IPython/core/magics/pylab.py'
> adding 'IPython/core/magics/script.py'
> adding 'IPython/core/profile/README_STARTUP'
> adding 'IPython/core/tests/2x2.jpg'
> adding 'IPython/core/tests/2x2.png'
> adding 'IPython/core/tests/__init__.py'
> adding 'IPython/core/tests/bad_all.py'
> adding 'IPython/core/tests/nonascii.py'
> adding 'IPython/core/tests/nonascii2.py'
> adding 'IPython/core/tests/print_argv.py'
> adding 'IPython/core/tests/refbug.py'
> adding 'IPython/core/tests/simpleerr.py'
> adding 'IPython/core/tests/tclass.py'
> adding 'IPython/core/tests/test_alias.py'
> adding 'IPython/core/tests/test_application.py'
> adding 'IPython/core/tests/test_async_helpers.py'
> adding 'IPython/core/tests/test_autocall.py'
> adding 'IPython/core/tests/test_compilerop.py'
> adding 'IPython/core/tests/test_completer.py'
> adding 'IPython/core/tests/test_completerlib.py'
> adding 'IPython/core/tests/test_debugger.py'
> adding 'IPython/core/tests/test_display.py'
> adding 'IPython/core/tests/test_displayhook.py'
> adding 'IPython/core/tests/test_events.py'
> adding 'IPython/core/tests/test_extension.py'
> adding 'IPython/core/tests/test_formatters.py'
> adding 'IPython/core/tests/test_guarded_eval.py'
> adding 'IPython/core/tests/test_handlers.py'
> adding 'IPython/core/tests/test_history.py'
> adding 'IPython/core/tests/test_hooks.py'
> adding 'IPython/core/tests/test_imports.py'
> adding 'IPython/core/tests/test_inputsplitter.py'
> adding 'IPython/core/tests/test_inputtransformer.py'
> adding 'IPython/core/tests/test_inputtransformer2.py'
> adding 'IPython/core/tests/test_inputtransformer2_line.py'
> adding 'IPython/core/tests/test_interactiveshell.py'
> adding 'IPython/core/tests/test_iplib.py'
> adding 'IPython/core/tests/test_logger.py'
> adding 'IPython/core/tests/test_magic.py'
> adding 'IPython/core/tests/test_magic_arguments.py'
> adding 'IPython/core/tests/test_magic_terminal.py'
> adding 'IPython/core/tests/test_oinspect.py'
> adding 'IPython/core/tests/test_page.py'
> adding 'IPython/core/tests/test_paths.py'
> adding 'IPython/core/tests/test_prefilter.py'
> adding 'IPython/core/tests/test_profile.py'
> adding 'IPython/core/tests/test_prompts.py'
> adding 'IPython/core/tests/test_pylabtools.py'
> adding 'IPython/core/tests/test_run.py'
> adding 'IPython/core/tests/test_shellapp.py'
> adding 'IPython/core/tests/test_splitinput.py'
> adding 'IPython/core/tests/test_ultratb.py'
> adding 'IPython/core/tests/daft_extension/daft_extension.py'
> adding 'IPython/extensions/__init__.py'
> adding 'IPython/extensions/autoreload.py'
> adding 'IPython/extensions/storemagic.py'
> adding 'IPython/extensions/tests/__init__.py'
> adding 'IPython/extensions/tests/test_autoreload.py'
> adding 'IPython/extensions/tests/test_storemagic.py'
> adding 'IPython/external/__init__.py'
> adding 'IPython/external/qt_for_kernel.py'
> adding 'IPython/external/qt_loaders.py'
> adding 'IPython/external/tests/__init__.py'
> adding 'IPython/external/tests/test_qt_loaders.py'
> adding 'IPython/lib/__init__.py'
> adding 'IPython/lib/backgroundjobs.py'
> adding 'IPython/lib/clipboard.py'
> adding 'IPython/lib/deepreload.py'
> adding 'IPython/lib/demo.py'
> adding 'IPython/lib/display.py'
> adding 'IPython/lib/editorhooks.py'
> adding 'IPython/lib/guisupport.py'
> adding 'IPython/lib/latextools.py'
> adding 'IPython/lib/lexers.py'
> adding 'IPython/lib/pretty.py'
> adding 'IPython/lib/tests/__init__.py'
> adding 'IPython/lib/tests/test.wav'
> adding 'IPython/lib/tests/test_backgroundjobs.py'
> adding 'IPython/lib/tests/test_clipboard.py'
> adding 'IPython/lib/tests/test_deepreload.py'
> adding 'IPython/lib/tests/test_display.py'
> adding 'IPython/lib/tests/test_editorhooks.py'
> adding 'IPython/lib/tests/test_imports.py'
> adding 'IPython/lib/tests/test_latextools.py'
> adding 'IPython/lib/tests/test_lexers.py'
> adding 'IPython/lib/tests/test_pretty.py'
> adding 'IPython/lib/tests/test_pygments.py'
> adding 'IPython/sphinxext/__init__.py'
> adding 'IPython/sphinxext/custom_doctests.py'
> adding 'IPython/sphinxext/ipython_console_highlighting.py'
> adding 'IPython/sphinxext/ipython_directive.py'
> adding 'IPython/terminal/__init__.py'
> adding 'IPython/terminal/console.py'
> adding 'IPython/terminal/debugger.py'
> adding 'IPython/terminal/embed.py'
> adding 'IPython/terminal/interactiveshell.py'
> adding 'IPython/terminal/ipapp.py'
> adding 'IPython/terminal/magics.py'
> adding 'IPython/terminal/prompts.py'
> adding 'IPython/terminal/ptutils.py'
> adding 'IPython/terminal/pt_inputhooks/__init__.py'
> adding 'IPython/terminal/pt_inputhooks/asyncio.py'
> adding 'IPython/terminal/pt_inputhooks/glut.py'
> adding 'IPython/terminal/pt_inputhooks/gtk.py'
> adding 'IPython/terminal/pt_inputhooks/gtk3.py'
> adding 'IPython/terminal/pt_inputhooks/gtk4.py'
> adding 'IPython/terminal/pt_inputhooks/osx.py'
> adding 'IPython/terminal/pt_inputhooks/pyglet.py'
> adding 'IPython/terminal/pt_inputhooks/qt.py'
> adding 'IPython/terminal/pt_inputhooks/tk.py'
> adding 'IPython/terminal/pt_inputhooks/wx.py'
> adding 'IPython/terminal/shortcuts/__init__.py'
> adding 'IPython/terminal/shortcuts/auto_match.py'
> adding 'IPython/terminal/shortcuts/auto_suggest.py'
> adding 'IPython/terminal/shortcuts/filters.py'
> adding 'IPython/terminal/tests/__init__.py'
> adding 'IPython/terminal/tests/test_debug_magic.py'
> adding 'IPython/terminal/tests/test_embed.py'
> adding 'IPython/terminal/tests/test_help.py'
> adding 'IPython/terminal/tests/test_interactivshell.py'
> adding 'IPython/terminal/tests/test_pt_inputhooks.py'
> adding 'IPython/terminal/tests/test_shortcuts.py'
> adding 'IPython/testing/__init__.py'
> adding 'IPython/testing/decorators.py'
> adding 'IPython/testing/globalipapp.py'
> adding 'IPython/testing/ipunittest.py'
> adding 'IPython/testing/skipdoctest.py'
> adding 'IPython/testing/tools.py'
> adding 'IPython/testing/plugin/README.txt'
> adding 'IPython/testing/plugin/__init__.py'
> adding 'IPython/testing/plugin/dtexample.py'
> adding 'IPython/testing/plugin/ipdoctest.py'
> adding 'IPython/testing/plugin/pytest_ipdoctest.py'
> adding 'IPython/testing/plugin/setup.py'
> adding 'IPython/testing/plugin/simple.py'
> adding 'IPython/testing/plugin/simplevars.py'
> adding 'IPython/testing/plugin/test_combo.txt'
> adding 'IPython/testing/plugin/test_example.txt'
> adding 'IPython/testing/plugin/test_exampleip.txt'
> adding 'IPython/testing/plugin/test_ipdoctest.py'
> adding 'IPython/testing/plugin/test_refs.py'
> adding 'IPython/testing/tests/__init__.py'
> adding 'IPython/testing/tests/test_decorators.py'
> adding 'IPython/testing/tests/test_ipunittest.py'
> adding 'IPython/testing/tests/test_tools.py'
> adding 'IPython/utils/PyColorize.py'
> adding 'IPython/utils/__init__.py'
> adding 'IPython/utils/_process_cli.py'
> adding 'IPython/utils/_process_common.py'
> adding 'IPython/utils/_process_posix.py'
> adding 'IPython/utils/_process_win32.py'
> adding 'IPython/utils/_process_win32_controller.py'
> adding 'IPython/utils/_sysinfo.py'
> adding 'IPython/utils/capture.py'
> adding 'IPython/utils/colorable.py'
> adding 'IPython/utils/coloransi.py'
> adding 'IPython/utils/contexts.py'
> adding 'IPython/utils/daemonize.py'
> adding 'IPython/utils/data.py'
> adding 'IPython/utils/decorators.py'
> adding 'IPython/utils/dir2.py'
> adding 'IPython/utils/docs.py'
> adding 'IPython/utils/encoding.py'
> adding 'IPython/utils/eventful.py'
> adding 'IPython/utils/frame.py'
> adding 'IPython/utils/generics.py'
> adding 'IPython/utils/importstring.py'
> adding 'IPython/utils/io.py'
> adding 'IPython/utils/ipstruct.py'
> adding 'IPython/utils/jsonutil.py'
> adding 'IPython/utils/localinterfaces.py'
> adding 'IPython/utils/log.py'
> adding 'IPython/utils/module_paths.py'
> adding 'IPython/utils/openpy.py'
> adding 'IPython/utils/path.py'
> adding 'IPython/utils/process.py'
> adding 'IPython/utils/py3compat.py'
> adding 'IPython/utils/sentinel.py'
> adding 'IPython/utils/shimmodule.py'
> adding 'IPython/utils/signatures.py'
> adding 'IPython/utils/strdispatch.py'
> adding 'IPython/utils/sysinfo.py'
> adding 'IPython/utils/syspathcontext.py'
> adding 'IPython/utils/tempdir.py'
> adding 'IPython/utils/terminal.py'
> adding 'IPython/utils/text.py'
> adding 'IPython/utils/timing.py'
> adding 'IPython/utils/tokenutil.py'
> adding 'IPython/utils/traitlets.py'
> adding 'IPython/utils/tz.py'
> adding 'IPython/utils/ulinecache.py'
> adding 'IPython/utils/version.py'
> adding 'IPython/utils/wildcard.py'
> adding 'IPython/utils/tests/__init__.py'
> adding 'IPython/utils/tests/test_capture.py'
> adding 'IPython/utils/tests/test_decorators.py'
> adding 'IPython/utils/tests/test_deprecated.py'
> adding 'IPython/utils/tests/test_dir2.py'
> adding 'IPython/utils/tests/test_imports.py'
> adding 'IPython/utils/tests/test_importstring.py'
> adding 'IPython/utils/tests/test_io.py'
> adding 'IPython/utils/tests/test_module_paths.py'
> adding 'IPython/utils/tests/test_openpy.py'
> adding 'IPython/utils/tests/test_path.py'
> adding 'IPython/utils/tests/test_process.py'
> adding 'IPython/utils/tests/test_pycolorize.py'
> adding 'IPython/utils/tests/test_shimmodule.py'
> adding 'IPython/utils/tests/test_sysinfo.py'
> adding 'IPython/utils/tests/test_tempdir.py'
> adding 'IPython/utils/tests/test_text.py'
> adding 'IPython/utils/tests/test_tokenutil.py'
> adding 'IPython/utils/tests/test_wildcard.py'
> adding 'ipython-8.14.0.dist-info/LICENSE'
> adding 'ipython-8.14.0.dist-info/METADATA'
> adding 'ipython-8.14.0.dist-info/WHEEL'
> adding 'ipython-8.14.0.dist-info/entry_points.txt'
> adding 'ipython-8.14.0.dist-info/top_level.txt'
> adding 'ipython-8.14.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built ipython-8.14.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> No test to avoid circular dependencies
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    create-stamp debian/debhelper-build-stamp
>    dh_testroot -O--buildsystem=pybuild
>    dh_prep -O--buildsystem=pybuild
>    dh_auto_install -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:156: Copying package built for python3.11 to 
> destdir
>    debian/rules execute_after_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm debian/tmp/usr/bin/ipython
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_install -O--buildsystem=pybuild
>    dh_installdocs -O--buildsystem=pybuild
>    debian/rules override_dh_sphinxdoc
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> http_proxy=127.0.0.1:9 https_proxy=127.0.0.1:9 PYTHONPATH=. python3 -m sphinx 
> -b html docs/source 
> debian/python-ipython-doc/usr/share/doc/python-ipython-doc/html
> Running Sphinx v5.3.0
> Adding Tag: ipystable
> Initializing GitHub plugin
> making output directory... done
> [autosummary] generating autosummary for: about/history.rst, about/index.rst, 
> about/license_and_copyright.rst, api/index.rst, config/callbacks.rst, 
> config/custommagics.rst, config/details.rst, config/eventloops.rst, 
> config/extensions/autoreload.rst, config/extensions/index.rst, ..., 
> whatsnew/version0.9.rst, whatsnew/version1.0.rst, whatsnew/version2.0.rst, 
> whatsnew/version3.rst, whatsnew/version3_widget_migration.rst, 
> whatsnew/version4.rst, whatsnew/version5.rst, whatsnew/version6.rst, 
> whatsnew/version7.rst, whatsnew/version8.rst
> loading intersphinx inventory from https://docs.python.org/3/objects.inv...
> loading intersphinx inventory from 
> https://rpy2.github.io/doc/latest/html/objects.inv...
> loading intersphinx inventory from 
> /usr/share/doc/python-jupyter-client-doc/html/objects.inv...
> loading intersphinx inventory from 
> /usr/share/doc/python-jupyter-core-doc/html/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable 
> due to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded 
> with url: /3/objects.inv (Caused by ProxyError('Cannot connect to proxy.', 
> NewConnectionError('<urllib3.connection.HTTPSConnection object at 
> 0x7fbe9e561090>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://rpy2.github.io/doc/latest/html/objects.inv' 
> not fetchable due to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='rpy2.github.io', port=443): Max retries exceeded 
> with url: /doc/latest/html/objects.inv (Caused by ProxyError('Cannot connect 
> to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 
> 0x7fbe9e553c90>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> loading intersphinx inventory from 
> https://jedi.readthedocs.io/en/latest/objects.inv...
> loading intersphinx inventory from 
> /usr/share/doc/python-traitlets-doc/html/objects.inv...
> loading intersphinx inventory from 
> https://ipykernel.readthedocs.io/en/latest/objects.inv...
> loading intersphinx inventory from 
> https://python-prompt-toolkit.readthedocs.io/en/stable/objects.inv...
> loading intersphinx inventory from 
> https://ipywidgets.readthedocs.io/en/stable/objects.inv...
> loading intersphinx inventory from 
> https://ipyparallel.readthedocs.io/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://ipykernel.readthedocs.io/en/latest/objects.inv' not fetchable due to 
> <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='ipykernel.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/latest/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection 
> object at 0x7fbe9e541b90>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://python-prompt-toolkit.readthedocs.io/en/stable/objects.inv' not 
> fetchable due to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='python-prompt-toolkit.readthedocs.io', port=443): 
> Max retries exceeded with url: /en/stable/objects.inv (Caused by 
> ProxyError('Cannot connect to proxy.', 
> NewConnectionError('<urllib3.connection.HTTPSConnection object at 
> 0x7fbe9e55ba10>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://jedi.readthedocs.io/en/latest/objects.inv' not 
> fetchable due to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='jedi.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/latest/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection 
> object at 0x7fbe9e560950>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> loading intersphinx inventory from 
> https://pip.pypa.io/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://ipywidgets.readthedocs.io/en/stable/objects.inv' not fetchable due 
> to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='ipywidgets.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection 
> object at 0x7fbe9e558e10>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://ipyparallel.readthedocs.io/en/stable/objects.inv' not fetchable due 
> to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='ipyparallel.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection 
> object at 0x7fbe9e555c10>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://pip.pypa.io/en/stable/objects.inv' not 
> fetchable due to <class 'requests.exceptions.ProxyError'>: 
> HTTPSConnectionPool(host='pip.pypa.io', port=443): Max retries exceeded with 
> url: /en/stable/objects.inv (Caused by ProxyError('Cannot connect to proxy.', 
> NewConnectionError('<urllib3.connection.HTTPSConnection object at 
> 0x7fbe9e568f10>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 78 source files that are out of date
> updating environment: [new config] 78 added, 0 changed, 0 removed
> reading sources... [  1%] about/history
> reading sources... [  2%] about/index
> reading sources... [  3%] about/license_and_copyright
> reading sources... [  5%] api/index
> reading sources... [  6%] config/callbacks
> reading sources... [  7%] config/custommagics
> reading sources... [  8%] config/details
> reading sources... [ 10%] config/eventloops
> reading sources... [ 11%] config/extensions/autoreload
> reading sources... [ 12%] config/extensions/index
> reading sources... [ 14%] config/extensions/storemagic
> reading sources... [ 15%] config/index
> reading sources... [ 16%] config/inputtransforms
> reading sources... [ 17%] config/integrating
> reading sources... [ 19%] config/intro
> reading sources... [ 20%] config/options/index
> reading sources... [ 21%] config/shell_mimerenderer
> reading sources... [ 23%] config/shortcuts/index
> reading sources... [ 24%] coredev/index
> reading sources... [ 25%] development/config
> reading sources... [ 26%] development/execution
> reading sources... [ 28%] development/how_ipython_works
> reading sources... [ 29%] development/index
> reading sources... [ 30%] development/inputhook_app
> reading sources... [ 32%] development/kernels
> reading sources... [ 33%] development/lexer
> reading sources... [ 34%] development/messaging
> reading sources... [ 35%] development/parallel_connections
> reading sources... [ 37%] development/parallel_messages
> reading sources... [ 38%] development/pycompat
> reading sources... [ 39%] development/wrapperkernels
> reading sources... [ 41%] index
> reading sources... [ 42%] install/index
> reading sources... [ 43%] install/install
> reading sources... [ 44%] install/kernel_install
> reading sources... [ 46%] interactive/autoawait
> reading sources... [ 47%] interactive/index
> reading sources... [ 48%] interactive/magics
> reading sources... [ 50%] interactive/plotting
> reading sources... [ 51%] interactive/python-ipython-diff
> reading sources... [ 52%] interactive/reference
> reading sources... [ 53%] interactive/shell
> reading sources... [ 55%] interactive/tips
> reading sources... [ 56%] interactive/tutorial
> reading sources... [ 57%] overview
> reading sources... [ 58%] parallel/index
> reading sources... [ 60%] sphinxext
> reading sources... [ 61%] whatsnew/development
> reading sources... [ 62%] whatsnew/github-stats-0.11
> reading sources... [ 64%] whatsnew/github-stats-0.12
> reading sources... [ 65%] whatsnew/github-stats-0.13
> reading sources... [ 66%] whatsnew/github-stats-1.0
> reading sources... [ 67%] whatsnew/github-stats-2.0
> reading sources... [ 69%] whatsnew/github-stats-3
> reading sources... [ 70%] whatsnew/github-stats-4
> reading sources... [ 71%] whatsnew/github-stats-5
> reading sources... [ 73%] whatsnew/github-stats-6
> reading sources... [ 74%] whatsnew/github-stats-7
> reading sources... [ 75%] whatsnew/github-stats-8
> reading sources... [ 76%] whatsnew/index
> reading sources... [ 78%] whatsnew/pr/antigravity-feature
> reading sources... [ 79%] whatsnew/pr/incompat-switching-to-perl
> reading sources... [ 80%] whatsnew/pr/pep678-notes
> reading sources... [ 82%] whatsnew/version0.10
> reading sources... [ 83%] whatsnew/version0.11
> reading sources... [ 84%] whatsnew/version0.12
> reading sources... [ 85%] whatsnew/version0.13
> reading sources... [ 87%] whatsnew/version0.8
> reading sources... [ 88%] whatsnew/version0.9
> reading sources... [ 89%] whatsnew/version1.0
> reading sources... [ 91%] whatsnew/version2.0
> reading sources... [ 92%] whatsnew/version3
> reading sources... [ 93%] whatsnew/version3_widget_migration
> reading sources... [ 94%] whatsnew/version4
> reading sources... [ 96%] whatsnew/version5
> reading sources... [ 97%] whatsnew/version6
> reading sources... [ 98%] whatsnew/version7
> reading sources... [100%] whatsnew/version8
> 
> /<<PKGBUILDDIR>>/docs/source/api/index.rst:12: CRITICAL: Problems with 
> "include" directive path:
> InputError: [Errno 2] No such file or directory: 
> 'docs/source/api/generated/gen.txt'.
> /<<PKGBUILDDIR>>/docs/source/config/options/index.rst:9: WARNING: toctree 
> contains reference to nonexisting document 'config/options/terminal'
> /<<PKGBUILDDIR>>/docs/source/config/options/index.rst:9: WARNING: toctree 
> contains reference to nonexisting document 'config/options/kernel'
> /<<PKGBUILDDIR>>/docs/source/config/shortcuts/index.rst:26: CRITICAL: 
> Problems with "csv-table" directive path:
> [Errno 2] No such file or directory: 'docs/source/config/shortcuts/table.tsv'.
> 
> .. csv-table::
>     :header: Shortcut,Description and identifier,Filter
>     :delim: tab
>     :class: shortcuts
>     :file: table.tsv
>     :widths: 20 75 5
> /<<PKGBUILDDIR>>/docs/source/interactive/magics.rst:23: CRITICAL: Problems 
> with "include" directive path:
> InputError: [Errno 2] No such file or directory: 
> 'docs/source/interactive/magics-generated.txt'.
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:32: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [136]: x = 2
> 
>    In [137]: x**3
>    Out[137]: 8
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:99: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>   :verbatim:
> 
>   In [138]: z = x*3   # x is recalled from previous block
> 
>   In [139]: z
>   Out[139]: 6
> 
>   In [142]: print(z)
>   6
> 
>   In [141]: q = z[)   # this is a syntax error -- we trap ipy exceptions
>   ------------------------------------------------------------
>      File "<ipython console>", line 1
>        q = z[)   # this is a syntax error -- we trap ipy exceptions
>              ^
>   SyntaxError: invalid syntax
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:130: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [1]: x = 'hello world'
> 
>    # this will raise an error if the ipython output is different
>    @doctest
>    In [2]: x.upper()
>    Out[2]: 'HELLO WORLD'
> 
>    # some readline features cannot be supported, so we allow
>    # "verbatim" blocks, which are dumped in verbatim except prompts
>    # are continuously numbered
>    @verbatim
>    In [3]: x.st<TAB>
>    x.startswith  x.strip
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:153: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>    :verbatim:
> 
>    In [130]: url = 'http://ichart.finance.yahoo.com/table.csv?s=CROX\
>       .....: &d=9&e=22&f=2009&g=d&a=1&br=8&c=2006&ignore=.csv'
> 
>    In [131]: print(url.split('&'))
>    ['http://ichart.finance.yahoo.com/table.csv?s=CROX', 'd=9', 'e=22',
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:186: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [133]: import numpy.random
> 
>    @suppress
>    In [134]: numpy.random.seed(2358)
> 
>    @doctest
>    In [135]: numpy.random.rand(10,2)
>    Out[135]:
>    array([[0.64524308, 0.59943846],
>           [0.47102322, 0.8715456 ],
>           [0.29370834, 0.74776844],
>           [0.99539577, 0.1313423 ],
>           [0.16250302, 0.21103583],
>           [0.81626524, 0.1312433 ],
>           [0.67338089, 0.72302393],
>           [0.7566368 , 0.07033696],
>           [0.22591016, 0.77731835],
>           [0.0072729 , 0.34273127]])
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:212: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>    :verbatim:
> 
>    In [106]: print(x)
>    jdh
> 
>    In [109]: for i in range(10):
>       .....:     print(i)
>       .....:
>       .....:
>    0
>    1
>    2
>    3
>    4
>    5
>    6
>    7
>    8
>    9
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:250: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>    :suppress:
> 
>    In [144]: from matplotlib.pylab import *
> 
>    In [145]: ion()
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:260: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>    :verbatim:
> 
>    In [9]: cd mpl/examples/
>    /home/jdhunter/mpl/examples
> 
>    In [10]: pwd
>    Out[10]: '/home/jdhunter/mpl/examples'
> 
> 
>    In [14]: cd mpl/examples/<TAB>
>    mpl/examples/animation/        mpl/examples/misc/
>    mpl/examples/api/              mpl/examples/mplot3d/
>    mpl/examples/axes_grid/        mpl/examples/pylab_examples/
>    mpl/examples/event_handling/   mpl/examples/widgets
> 
>    In [14]: cd mpl/examples/widgets/
>    /home/msierig/mpl/examples/widgets
> 
>    In [15]: !wc *
>        2    12    77 README.txt
>       40    97   884 buttons.py
>       26    90   712 check_buttons.py
>       19    52   416 cursor.py
>      180   404  4882 menu.py
>       16    45   337 multicursor.py
>       36   106   916 radio_buttons.py
>       48   226  2082 rectangle_selector.py
>       43   118  1063 slider_demo.py
>       40   124  1088 span_selector.py
>      450  1274 12457 total
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:297: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    @savefig plot_simple.png width=4in
>    In [151]: plot([1,2,3]);
> 
>    # use a semicolon to suppress the output
>    @savefig hist_simple.png width=4in
>    In [151]: hist(np.random.randn(10000), 100);
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:309: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
> 
>    In [151]: ylabel('number')
> 
>    In [152]: title('normal distribution')
> 
>    @savefig hist_with_text.png width=4in
>    In [153]: grid(True)
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:321: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [3]: def square(x):
>       ...:     """
>       ...:     An overcomplicated square function as an example.
>       ...:     """
>       ...:     if x < 0:
>       ...:         x = abs(x)
>       ...:     y = x * x
>       ...:     return y
>       ...:
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:335: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [4]: square(3)
>    Out [4]: 9
> 
>    In [5]: square(-2)
>    Out [5]: 4
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:360: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    foo = 'bar'
>    print(foo)
>    foo = 2
>    foo**2
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:370: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    @savefig plot_simple_python.png width=4in
>    plot([1,2,3]);
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:379: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
>    :okexcept:
> 
>    foo = 'bar'
>    foo[)
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:390: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    # comments are handled
>    print(foo)
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:397: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
>    :suppress:
> 
>    ioff()
>    ion()
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:408: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    line = 'Multi\
>            line &\
>            support &\
>            works'
>    print(line.split('&'))
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:418: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    def square(x):
>        """
>        An overcomplicated square function as an example.
>        """
>        if x < 0:
>            x = abs(x)
>        y = x * x
>        return y
> /<<PKGBUILDDIR>>/docs/source/sphinxext.rst:431: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython:: python
> 
>    print(square(3))
>    print(square(-2))
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:15: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [1]: 1+1
> 
>    In [1]: import datetime
>       ...: datetime.date.fromisoformat('2022-02-22')
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:25: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [0]: import time
> 
>    In [0]: %pdoc time.sleep
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:33: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [2]: import asyncio
>       ...: print('before')
>       ...: await asyncio.sleep(1)
>       ...: print('after')
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:43: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [0]: who = "World"
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:49: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
> 
>    In [0]: print('Hello,', who)
> /<<PKGBUILDDIR>>/IPython/sphinxext/ipython_directive.py:docstring of 
> IPython.sphinxext.ipython_directive:56: ERROR: Unknown directive type 
> "ipython".
> 
> .. ipython::
>    :okexcept:
> 
>    In [1]: 1/0
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  1%] about/history
> writing output... [  2%] about/index
> writing output... [  3%] about/license_and_copyright
> writing output... [  5%] api/index
> writing output... [  6%] config/callbacks
> writing output... [  7%] config/custommagics
> writing output... [  8%] config/details
> writing output... [ 10%] config/eventloops
> writing output... [ 11%] config/extensions/autoreload
> writing output... [ 12%] config/extensions/index
> writing output... [ 14%] config/extensions/storemagic
> writing output... [ 15%] config/index
> writing output... [ 16%] config/inputtransforms
> writing output... [ 17%] config/integrating
> writing output... [ 19%] config/intro
> writing output... [ 20%] config/options/index
> writing output... [ 21%] config/shell_mimerenderer
> writing output... [ 23%] config/shortcuts/index
> writing output... [ 24%] coredev/index
> writing output... [ 25%] development/config
> writing output... [ 26%] development/execution
> writing output... [ 28%] development/how_ipython_works
> writing output... [ 29%] development/index
> writing output... [ 30%] development/inputhook_app
> writing output... [ 32%] development/kernels
> writing output... [ 33%] development/lexer
> writing output... [ 34%] development/messaging
> writing output... [ 35%] development/parallel_connections
> writing output... [ 37%] development/parallel_messages
> writing output... [ 38%] development/pycompat
> writing output... [ 39%] development/wrapperkernels
> writing output... [ 41%] index
> writing output... [ 42%] install/index
> writing output... [ 43%] install/install
> writing output... [ 44%] install/kernel_install
> writing output... [ 46%] interactive/autoawait
> writing output... [ 47%] interactive/index
> writing output... [ 48%] interactive/magics
> writing output... [ 50%] interactive/plotting
> writing output... [ 51%] interactive/python-ipython-diff
> writing output... [ 52%] interactive/reference
> writing output... [ 53%] interactive/shell
> writing output... [ 55%] interactive/tips
> writing output... [ 56%] interactive/tutorial
> writing output... [ 57%] overview
> writing output... [ 58%] parallel/index
> writing output... [ 60%] sphinxext
> writing output... [ 61%] whatsnew/development
> writing output... [ 62%] whatsnew/github-stats-0.11
> writing output... [ 64%] whatsnew/github-stats-0.12
> writing output... [ 65%] whatsnew/github-stats-0.13
> writing output... [ 66%] whatsnew/github-stats-1.0
> writing output... [ 67%] whatsnew/github-stats-2.0
> writing output... [ 69%] whatsnew/github-stats-3
> writing output... [ 70%] whatsnew/github-stats-4
> writing output... [ 71%] whatsnew/github-stats-5
> writing output... [ 73%] whatsnew/github-stats-6
> writing output... [ 74%] whatsnew/github-stats-7
> writing output... [ 75%] whatsnew/github-stats-8
> writing output... [ 76%] whatsnew/index
> writing output... [ 78%] whatsnew/pr/antigravity-feature
> writing output... [ 79%] whatsnew/pr/incompat-switching-to-perl
> writing output... [ 80%] whatsnew/pr/pep678-notes
> writing output... [ 82%] whatsnew/version0.10
> writing output... [ 83%] whatsnew/version0.11
> writing output... [ 84%] whatsnew/version0.12
> writing output... [ 85%] whatsnew/version0.13
> writing output... [ 87%] whatsnew/version0.8
> writing output... [ 88%] whatsnew/version0.9
> writing output... [ 89%] whatsnew/version1.0
> writing output... [ 91%] whatsnew/version2.0
> writing output... [ 92%] whatsnew/version3
> writing output... [ 93%] whatsnew/version3_widget_migration
> writing output... [ 94%] whatsnew/version4
> writing output... [ 96%] whatsnew/version5
> writing output... [ 97%] whatsnew/version6
> writing output... [ 98%] whatsnew/version7
> writing output... [100%] whatsnew/version8
> 
> /<<PKGBUILDDIR>>/<rst_prolog>:1: WARNING: undefined label: 'metadata'
> /<<PKGBUILDDIR>>/docs/source/development/parallel_connections.rst:7: WARNING: 
> undefined label: 'ipyparallel:/reference/connections.md'
> /<<PKGBUILDDIR>>/docs/source/development/parallel_messages.rst:7: WARNING: 
> undefined label: 'ipyparallel:/reference/messages.md'
> /<<PKGBUILDDIR>>/docs/source/install/kernel_install.rst:8: WARNING: undefined 
> label: 'jupyter:install'
> /<<PKGBUILDDIR>>/docs/source/interactive/autoawait.rst:20: WARNING: undefined 
> label: 'await'
> /<<PKGBUILDDIR>>/docs/source/interactive/autoawait.rst:61: WARNING: 'any' 
> reference target not found: False
> /<<PKGBUILDDIR>>/docs/source/interactive/reference.rst:750: WARNING: 
> undefined label: 'debugger-commands'
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version0.11.rst:311: WARNING: undefined 
> label: 'ipyparallel:/reference/messages.md'
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version5.rst:219: WARNING: 'any' 
> reference target not found: IPython.core.debugger
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version5.rst:227: WARNING: 'any' 
> reference target not found: DeprecationWarning
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version5.rst:234: WARNING: 'any' 
> reference target not found: InteractiveShellEmbed
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version5.rst:236: WARNING: 'any' 
> reference target not found: InteractiveShellEmbed
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version5.rst:340: WARNING: unknown 
> document: '/config/options/terminal'
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version6.rst:213: WARNING: 'any' 
> reference target not found: jedi
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version6.rst:213: WARNING: 'any' 
> reference target not found: jedi
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version6.rst:220: WARNING: 'any' 
> reference target not found: jedi
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version6.rst:322: WARNING: 'any' 
> reference target not found: IPython.display.GeoJSON
> /<<PKGBUILDDIR>>/docs/source/whatsnew/version6.rst:337: WARNING: 'any' 
> reference target not found: warnings
> generating indices... genindex py-modindex done
> writing additional pages... interactive/htmlnotebook interactive/notebook 
> interactive/nbconvert interactive/public_server search done
> copying images... [  2%] development/figs/ipy_kernel_and_terminal.png
> copying images... [  5%] development/figs/other_kernels.png
> copying images... [  7%] _images/ipython-6-screenshot.png
> copying images... [ 10%] _images/qtconsole.png
> copying images... [ 13%] _images/ms_visual_studio.png
> copying images... [ 15%] _images/notebook_specgram.png
> copying images... [ 18%] _images/qtconsole_tabbed.png
> copying images... [ 21%] _images/ipy_013_notebook_spectrogram.png
> copying images... [ 23%] _images/ipy_013_notebook_long_out.png
> copying images... [ 26%] _images/ipy_013_dashboard.png
> copying images... [ 28%] _images/ipy_013_dashboard_cluster.png
> copying images... [ 31%] _images/ipy_013_notebook_tooltip.png
> copying images... [ 34%] _images/ipy_013_notebook_script_cells.png
> copying images... [ 36%] _images/ipy_013_notebook_cythonmagic.png
> copying images... [ 39%] _images/ipy_013_notebook_octavemagic.png
> copying images... [ 42%] _images/ipy_013_notebook_rmagic.png
> copying images... [ 44%] _images/ipy_013_qtconsole_completer.png
> copying images... [ 47%] _images/ipy_013_par_tb.png
> copying images... [ 50%] _images/2.0/treeview.png
> copying images... [ 52%] _images/2.0/widgets.png
> copying images... [ 55%] _images/2.0/user-interface.png
> copying images... [ 57%] _images/2.0/running-crop.png
> copying images... [ 60%] _images/kernel_selector_screenshot.png
> copying images... [ 63%] _images/unicode_completion.png
> copying images... [ 65%] _images/ptshell_features.png
> copying images... [ 68%] _images/jedi_type_inference_60.png
> copying images... [ 71%] _images/autosuggest.gif
> copying images... [ 73%] _images/8.0/auto_suggest_1_prompt_no_text.png
> copying images... [ 76%] _images/8.0/auto_suggest_2_print_hello_suggest.png
> copying images... [ 78%] _images/8.0/auto_suggest_3_print_hello_suggest.png
> copying images... [ 81%] _images/8.0/auto_suggest_4_print_hello.png
> copying images... [ 84%] _images/8.0/auto_suggest_second_prompt.png
> copying images... [ 86%] _images/8.0/auto_suggest_d_phantom.png
> copying images... [ 89%] _images/8.0/auto_suggest_def_phantom.png
> copying images... [ 92%] _images/8.0/auto_suggest_d_completions.png
> copying images... [ 94%] _images/8.0/auto_suggest_def_completions.png
> copying images... [ 97%] _images/8.0/auto_suggest_match_parens.png
> copying images... [100%] _images/8.0/pathlib_pathlib_everywhere.jpg
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 57 warnings.
> 
> The HTML pages are in 
> debian/python-ipython-doc/usr/share/doc/python-ipython-doc/html.
> dh_sphinxdoc -O--buildsystem=pybuild
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    debian/rules override_dh_installchangelogs
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_installchangelogs -k docs/source/whatsnew/version8.rst
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    debian/rules execute_before_dh_installman
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mv docs/man/ipython.1 docs/man/ipython3.1
> mv: cannot stat 'docs/man/ipython.1': No such file or directory
> make[1]: *** [debian/rules:16: execute_before_dh_installman] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:10: binary] Error 2
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/ipython_8.14.0-1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to