Bug#1091611: sagenb-export: FTBFS: dh_auto_test: error: pybuild --test --test-tox -i python{version} -p "3.13 3.12" returned exit code 13
Lucas Nussbaum
lucas at debian.org
Sat Dec 28 17:39:22 GMT 2024
Source: sagenb-export
Version: 3.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20241228 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:311: python3.13 setup.py config
> running config
> I: pybuild base:311: python3.12 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3.13 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/test
> copying test/test_sagenb_reader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/test
> copying test/test_sagenb_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/test
> copying test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/test
> copying test/test_sagenb_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/ipynb_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/unescape.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/defaults.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/text_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/sagenb_reader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> copying sagenb_export/actions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/list_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/asset_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/export_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/jinja2_env.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/start_sagenb_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> running egg_info
> creating sagenb_export.egg-info
> writing sagenb_export.egg-info/PKG-INFO
> writing dependency_links to sagenb_export.egg-info/dependency_links.txt
> writing entry points to sagenb_export.egg-info/entry_points.txt
> writing requirements to sagenb_export.egg-info/requires.txt
> writing top-level names to sagenb_export.egg-info/top_level.txt
> writing manifest file 'sagenb_export.egg-info/SOURCES.txt'
> reading manifest file 'sagenb_export.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.*'
> warning: no previously-included files matching '/' found under directory 'sagenb_export'
> warning: no previously-included files found matching 'tox.ini'
> adding license file 'LICENSE'
> writing manifest file 'sagenb_export.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'sagenb_export.nbextension.www' is absent from the `packages` configuration.
> !!
>
> ********************************************************************************
> ############################
> # Package would be ignored #
> ############################
> Python recognizes 'sagenb_export.nbextension.www' as an importable package[^1],
> but it is absent from setuptools' `packages` configuration.
>
> This leads to an ambiguous overall configuration. If you want to distribute this
> package, please make sure that 'sagenb_export.nbextension.www' is explicitly added
> to the `packages` configuration field.
>
> Alternatively, you can also rely on setuptools' discovery methods
> (for example by using `find_namespace_packages(...)`/`find_namespace:`
> instead of `find_packages(...)`/`find:`).
>
> You can read more about "package discovery" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
>
> If you don't want 'sagenb_export.nbextension.www' to be distributed and are
> already explicitly excluding 'sagenb_export.nbextension.www' via
> `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
> you can try to use `exclude_package_data`, or `include-package-data=False` in
> combination with a more fine grained `package-data` configuration.
>
> You can read more about "package data files" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
>
>
> [^1]: For Python, any directory (with suitable naming) can be imported,
> even if it does not contain any `.py` files.
> On the other hand, currently there is no concept of package data
> directory, all directories are treated like packages.
> ********************************************************************************
>
> !!
> check.warn(importable)
> copying sagenb_export/nbextension/list_handler.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/run-sagenb.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagemath_icon.svg -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.css -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.js -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/start-sagenb.js -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build/sagenb_export/nbextension/www
> I: pybuild base:311: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/test
> copying test/test_sagenb_reader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/test
> copying test/test_sagenb_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/test
> copying test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/test
> copying test/test_sagenb_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/ipynb_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/unescape.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/defaults.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/text_writer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/sagenb_reader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> copying sagenb_export/actions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/list_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/asset_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/export_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/jinja2_env.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> copying sagenb_export/nbextension/start_sagenb_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> running egg_info
> writing sagenb_export.egg-info/PKG-INFO
> writing dependency_links to sagenb_export.egg-info/dependency_links.txt
> writing entry points to sagenb_export.egg-info/entry_points.txt
> writing requirements to sagenb_export.egg-info/requires.txt
> writing top-level names to sagenb_export.egg-info/top_level.txt
> reading manifest file 'sagenb_export.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.*'
> warning: no previously-included files matching '/' found under directory 'sagenb_export'
> warning: no previously-included files found matching 'tox.ini'
> adding license file 'LICENSE'
> writing manifest file 'sagenb_export.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'sagenb_export.nbextension.www' is absent from the `packages` configuration.
> !!
>
> ********************************************************************************
> ############################
> # Package would be ignored #
> ############################
> Python recognizes 'sagenb_export.nbextension.www' as an importable package[^1],
> but it is absent from setuptools' `packages` configuration.
>
> This leads to an ambiguous overall configuration. If you want to distribute this
> package, please make sure that 'sagenb_export.nbextension.www' is explicitly added
> to the `packages` configuration field.
>
> Alternatively, you can also rely on setuptools' discovery methods
> (for example by using `find_namespace_packages(...)`/`find_namespace:`
> instead of `find_packages(...)`/`find:`).
>
> You can read more about "package discovery" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
>
> If you don't want 'sagenb_export.nbextension.www' to be distributed and are
> already explicitly excluding 'sagenb_export.nbextension.www' via
> `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
> you can try to use `exclude_package_data`, or `include-package-data=False` in
> combination with a more fine grained `package-data` configuration.
>
> You can read more about "package data files" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
>
>
> [^1]: For Python, any directory (with suitable naming) can be imported,
> even if it does not contain any `.py` files.
> On the other hand, currently there is no concept of package data
> directory, all directories are treated like packages.
> ********************************************************************************
>
> !!
> check.warn(importable)
> copying sagenb_export/nbextension/list_handler.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/run-sagenb.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagemath_icon.svg -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.css -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.js -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/start-sagenb.js -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build/sagenb_export/nbextension/www
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3.13 -c "import setuptools, runpy; runpy.run_path('setup.py')" bdist_wheel
> running bdist_wheel
> running build
> running build_py
> creating build/lib/test
> copying test/test_sagenb_reader.py -> build/lib/test
> copying test/test_sagenb_writer.py -> build/lib/test
> copying test/__init__.py -> build/lib/test
> copying test/test_sagenb_list.py -> build/lib/test
> creating build/lib/sagenb_export
> copying sagenb_export/cmdline.py -> build/lib/sagenb_export
> copying sagenb_export/ipynb_writer.py -> build/lib/sagenb_export
> copying sagenb_export/logger.py -> build/lib/sagenb_export
> copying sagenb_export/unescape.py -> build/lib/sagenb_export
> copying sagenb_export/__init__.py -> build/lib/sagenb_export
> copying sagenb_export/defaults.py -> build/lib/sagenb_export
> copying sagenb_export/text_writer.py -> build/lib/sagenb_export
> copying sagenb_export/sagenb_reader.py -> build/lib/sagenb_export
> copying sagenb_export/actions.py -> build/lib/sagenb_export
> creating build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/list_handler.py -> build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/asset_handler.py -> build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/export_handler.py -> build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/__init__.py -> build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/jinja2_env.py -> build/lib/sagenb_export/nbextension
> copying sagenb_export/nbextension/start_sagenb_handler.py -> build/lib/sagenb_export/nbextension
> running egg_info
> writing sagenb_export.egg-info/PKG-INFO
> writing dependency_links to sagenb_export.egg-info/dependency_links.txt
> writing entry points to sagenb_export.egg-info/entry_points.txt
> writing requirements to sagenb_export.egg-info/requires.txt
> writing top-level names to sagenb_export.egg-info/top_level.txt
> reading manifest file 'sagenb_export.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.*'
> warning: no previously-included files matching '/' found under directory 'sagenb_export'
> warning: no previously-included files found matching 'tox.ini'
> adding license file 'LICENSE'
> writing manifest file 'sagenb_export.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'sagenb_export.nbextension.www' is absent from the `packages` configuration.
> !!
>
> ********************************************************************************
> ############################
> # Package would be ignored #
> ############################
> Python recognizes 'sagenb_export.nbextension.www' as an importable package[^1],
> but it is absent from setuptools' `packages` configuration.
>
> This leads to an ambiguous overall configuration. If you want to distribute this
> package, please make sure that 'sagenb_export.nbextension.www' is explicitly added
> to the `packages` configuration field.
>
> Alternatively, you can also rely on setuptools' discovery methods
> (for example by using `find_namespace_packages(...)`/`find_namespace:`
> instead of `find_packages(...)`/`find:`).
>
> You can read more about "package discovery" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
>
> If you don't want 'sagenb_export.nbextension.www' to be distributed and are
> already explicitly excluding 'sagenb_export.nbextension.www' via
> `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
> you can try to use `exclude_package_data`, or `include-package-data=False` in
> combination with a more fine grained `package-data` configuration.
>
> You can read more about "package data files" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
>
>
> [^1]: For Python, any directory (with suitable naming) can be imported,
> even if it does not contain any `.py` files.
> On the other hand, currently there is no concept of package data
> directory, all directories are treated like packages.
> ********************************************************************************
>
> !!
> check.warn(importable)
> copying sagenb_export/nbextension/list_handler.html -> build/lib/sagenb_export/nbextension
> creating build/lib/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/run-sagenb.html -> build/lib/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagemath_icon.svg -> build/lib/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.css -> build/lib/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/sagenb-export.js -> build/lib/sagenb_export/nbextension/www
> copying sagenb_export/nbextension/www/start-sagenb.js -> build/lib/sagenb_export/nbextension/www
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
>
> ********************************************************************************
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
> ********************************************************************************
>
> !!
> self.initialize_options()
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_sagenb_reader.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/test_sagenb_writer.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/__init__.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/test_sagenb_list.py -> build/bdist.linux-x86_64/wheel/./test
> creating build/bdist.linux-x86_64/wheel/sagenb_export
> copying build/lib/sagenb_export/cmdline.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/ipynb_writer.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/logger.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/unescape.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/__init__.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/defaults.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/text_writer.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> creating build/bdist.linux-x86_64/wheel/sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/list_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/asset_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/export_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> creating build/bdist.linux-x86_64/wheel/sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/run-sagenb.html -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/start-sagenb.js -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagemath_icon.svg -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagenb-export.js -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagenb-export.css -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/__init__.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/jinja2_env.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/list_handler.html -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/start_sagenb_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/sagenb_reader.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/actions.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> running install_egg_info
> Copying sagenb_export.egg-info to build/bdist.linux-x86_64/wheel/./sagenb_export-3.3.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/sagenb_export-3.3.dist-info/WHEEL
> creating 'dist/sagenb_export-3.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'sagenb_export/__init__.py'
> adding 'sagenb_export/actions.py'
> adding 'sagenb_export/cmdline.py'
> adding 'sagenb_export/defaults.py'
> adding 'sagenb_export/ipynb_writer.py'
> adding 'sagenb_export/logger.py'
> adding 'sagenb_export/sagenb_reader.py'
> adding 'sagenb_export/text_writer.py'
> adding 'sagenb_export/unescape.py'
> adding 'sagenb_export/nbextension/__init__.py'
> adding 'sagenb_export/nbextension/asset_handler.py'
> adding 'sagenb_export/nbextension/export_handler.py'
> adding 'sagenb_export/nbextension/jinja2_env.py'
> adding 'sagenb_export/nbextension/list_handler.html'
> adding 'sagenb_export/nbextension/list_handler.py'
> adding 'sagenb_export/nbextension/start_sagenb_handler.py'
> adding 'sagenb_export/nbextension/www/run-sagenb.html'
> adding 'sagenb_export/nbextension/www/sagemath_icon.svg'
> adding 'sagenb_export/nbextension/www/sagenb-export.css'
> adding 'sagenb_export/nbextension/www/sagenb-export.js'
> adding 'sagenb_export/nbextension/www/start-sagenb.js'
> adding 'test/__init__.py'
> adding 'test/test_sagenb_list.py'
> adding 'test/test_sagenb_reader.py'
> adding 'test/test_sagenb_writer.py'
> adding 'sagenb_export-3.3.dist-info/LICENSE'
> adding 'sagenb_export-3.3.dist-info/METADATA'
> adding 'sagenb_export-3.3.dist-info/WHEEL'
> adding 'sagenb_export-3.3.dist-info/entry_points.txt'
> adding 'sagenb_export-3.3.dist-info/top_level.txt'
> adding 'sagenb_export-3.3.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py313 -x testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/sagenb_export-3.3-py3-none-any.whl
> py313: install_deps .pybuild/cpython3_3.13_sagenb-export/build> python -I -m pip install notebook
> [31mWARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaafe40440>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff40f50>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff41090>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff411d0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff41310>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff40cd0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff40910>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff41450>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff41310>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff411d0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff91e50>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff91f90>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff91d10>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff91950>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdaaff91810>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> ERROR: Could not find a version that satisfies the requirement cffi>=1.0.0 (from argon2-cffi) (from versions: none)
> ERROR: No matching distribution found for cffi>=1.0.0
> Requirement already satisfied: notebook in /usr/lib/python3/dist-packages (6.4.13)
> Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from notebook) (3.1.3)
> Requirement already satisfied: tornado>=6.1 in /usr/lib/python3/dist-packages (from notebook) (6.4.2)
> Requirement already satisfied: pyzmq>=17 in /usr/lib/python3/dist-packages (from notebook) (26.2.0)
> Requirement already satisfied: argon2-cffi in /usr/lib/python3/dist-packages (from notebook) (21.1.0)
> Requirement already satisfied: traitlets>=4.2.1 in /usr/lib/python3/dist-packages (from notebook) (5.14.3)
> Requirement already satisfied: jupyter_core>=4.6.1 in /usr/lib/python3/dist-packages (from notebook) (5.7.2)
> Requirement already satisfied: jupyter_client>=5.3.4 in /usr/lib/python3/dist-packages (from notebook) (8.6.3)
> Requirement already satisfied: ipython_genutils in /usr/lib/python3/dist-packages (from notebook) (0.2.0)
> Requirement already satisfied: nbformat in /usr/lib/python3/dist-packages (from notebook) (5.9.1)
> Requirement already satisfied: nbconvert>=5 in /usr/lib/python3/dist-packages (from notebook) (7.16.4)
> Requirement already satisfied: nest-asyncio>=1.5 in /usr/lib/python3/dist-packages (from notebook) (1.5.4)
> Requirement already satisfied: ipykernel in /usr/lib/python3/dist-packages (from notebook) (6.29.5)
> Requirement already satisfied: Send2Trash>=1.8.0 in /usr/lib/python3/dist-packages (from notebook) (1.8.3)
> Requirement already satisfied: terminado>=0.8.3 in /usr/lib/python3/dist-packages (from notebook) (0.18.1)
> Requirement already satisfied: prometheus_client in /usr/lib/python3/dist-packages (from notebook) (0.19.0)
> Requirement already satisfied: python-dateutil>=2.8.2 in /usr/lib/python3/dist-packages (from jupyter_client>=5.3.4->notebook) (2.9.0)
> Requirement already satisfied: platformdirs>=2.5 in /usr/lib/python3/dist-packages (from jupyter_core>=4.6.1->notebook) (4.3.6)
> Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (4.12.3)
> Requirement already satisfied: bleach!=5.0.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (6.2.0)
> Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.7.1)
> Requirement already satisfied: jupyterlab-pygments in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.2.2)
> Requirement already satisfied: markupsafe>=2.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (2.1.5)
> Requirement already satisfied: mistune<4,>=2.0.3 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (3.0.2)
> Requirement already satisfied: nbclient>=0.5.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.8.0)
> Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (24.2)
> Requirement already satisfied: pandocfilters>=1.4.1 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (1.5.1)
> Requirement already satisfied: pygments>=2.4.1 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (2.18.0)
> Requirement already satisfied: tinycss2 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (1.4.0)
> Requirement already satisfied: fastjsonschema in /usr/lib/python3/dist-packages (from nbformat->notebook) (2.20.0)
> Requirement already satisfied: jsonschema>=2.6 in /usr/lib/python3/dist-packages (from nbformat->notebook) (4.19.2)
> Requirement already satisfied: ptyprocess in /usr/lib/python3/dist-packages (from terminado>=0.8.3->notebook) (0.7.0)
> INFO: pip is looking at multiple versions of argon2-cffi to determine which version is compatible with other requirements. This could take a while.
> py313: exit 1 (23.60 seconds) /<<PKGBUILDDIR>>> python -I -m pip install notebook pid=915595
> [39m py313: FAIL code 1 (23.87 seconds)
> evaluation failed :( (23.98 seconds)
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py313 -x testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sagenb-export/sagenb_export-3.3-py3-none-any.whl
> I: pybuild base:311: /usr/bin/python3 -c "import setuptools, runpy; runpy.run_path('setup.py')" bdist_wheel
> running bdist_wheel
> running build
> running build_py
> running egg_info
> writing sagenb_export.egg-info/PKG-INFO
> writing dependency_links to sagenb_export.egg-info/dependency_links.txt
> writing entry points to sagenb_export.egg-info/entry_points.txt
> writing requirements to sagenb_export.egg-info/requires.txt
> writing top-level names to sagenb_export.egg-info/top_level.txt
> reading manifest file 'sagenb_export.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.*'
> warning: no previously-included files matching '/' found under directory 'sagenb_export'
> warning: no previously-included files found matching 'tox.ini'
> adding license file 'LICENSE'
> writing manifest file 'sagenb_export.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'sagenb_export.nbextension.www' is absent from the `packages` configuration.
> !!
>
> ********************************************************************************
> ############################
> # Package would be ignored #
> ############################
> Python recognizes 'sagenb_export.nbextension.www' as an importable package[^1],
> but it is absent from setuptools' `packages` configuration.
>
> This leads to an ambiguous overall configuration. If you want to distribute this
> package, please make sure that 'sagenb_export.nbextension.www' is explicitly added
> to the `packages` configuration field.
>
> Alternatively, you can also rely on setuptools' discovery methods
> (for example by using `find_namespace_packages(...)`/`find_namespace:`
> instead of `find_packages(...)`/`find:`).
>
> You can read more about "package discovery" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
>
> If you don't want 'sagenb_export.nbextension.www' to be distributed and are
> already explicitly excluding 'sagenb_export.nbextension.www' via
> `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
> you can try to use `exclude_package_data`, or `include-package-data=False` in
> combination with a more fine grained `package-data` configuration.
>
> You can read more about "package data files" on setuptools documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
>
>
> [^1]: For Python, any directory (with suitable naming) can be imported,
> even if it does not contain any `.py` files.
> On the other hand, currently there is no concept of package data
> directory, all directories are treated like packages.
> ********************************************************************************
>
> !!
> check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
>
> ********************************************************************************
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
> ********************************************************************************
>
> !!
> self.initialize_options()
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_sagenb_reader.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/test_sagenb_writer.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/__init__.py -> build/bdist.linux-x86_64/wheel/./test
> copying build/lib/test/test_sagenb_list.py -> build/bdist.linux-x86_64/wheel/./test
> creating build/bdist.linux-x86_64/wheel/sagenb_export
> copying build/lib/sagenb_export/cmdline.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/ipynb_writer.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/logger.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/unescape.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/__init__.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/defaults.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/text_writer.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> creating build/bdist.linux-x86_64/wheel/sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/list_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/asset_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/export_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> creating build/bdist.linux-x86_64/wheel/sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/run-sagenb.html -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/start-sagenb.js -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagemath_icon.svg -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagenb-export.js -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/www/sagenb-export.css -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension/www
> copying build/lib/sagenb_export/nbextension/__init__.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/jinja2_env.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/list_handler.html -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/nbextension/start_sagenb_handler.py -> build/bdist.linux-x86_64/wheel/./sagenb_export/nbextension
> copying build/lib/sagenb_export/sagenb_reader.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> copying build/lib/sagenb_export/actions.py -> build/bdist.linux-x86_64/wheel/./sagenb_export
> running install_egg_info
> Copying sagenb_export.egg-info to build/bdist.linux-x86_64/wheel/./sagenb_export-3.3.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/sagenb_export-3.3.dist-info/WHEEL
> creating 'dist/sagenb_export-3.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'sagenb_export/__init__.py'
> adding 'sagenb_export/actions.py'
> adding 'sagenb_export/cmdline.py'
> adding 'sagenb_export/defaults.py'
> adding 'sagenb_export/ipynb_writer.py'
> adding 'sagenb_export/logger.py'
> adding 'sagenb_export/sagenb_reader.py'
> adding 'sagenb_export/text_writer.py'
> adding 'sagenb_export/unescape.py'
> adding 'sagenb_export/nbextension/__init__.py'
> adding 'sagenb_export/nbextension/asset_handler.py'
> adding 'sagenb_export/nbextension/export_handler.py'
> adding 'sagenb_export/nbextension/jinja2_env.py'
> adding 'sagenb_export/nbextension/list_handler.html'
> adding 'sagenb_export/nbextension/list_handler.py'
> adding 'sagenb_export/nbextension/start_sagenb_handler.py'
> adding 'sagenb_export/nbextension/www/run-sagenb.html'
> adding 'sagenb_export/nbextension/www/sagemath_icon.svg'
> adding 'sagenb_export/nbextension/www/sagenb-export.css'
> adding 'sagenb_export/nbextension/www/sagenb-export.js'
> adding 'sagenb_export/nbextension/www/start-sagenb.js'
> adding 'test/__init__.py'
> adding 'test/test_sagenb_list.py'
> adding 'test/test_sagenb_reader.py'
> adding 'test/test_sagenb_writer.py'
> adding 'sagenb_export-3.3.dist-info/LICENSE'
> adding 'sagenb_export-3.3.dist-info/METADATA'
> adding 'sagenb_export-3.3.dist-info/WHEEL'
> adding 'sagenb_export-3.3.dist-info/entry_points.txt'
> adding 'sagenb_export-3.3.dist-info/top_level.txt'
> adding 'sagenb_export-3.3.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py312 -x testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/sagenb_export-3.3-py3-none-any.whl
> py312: install_deps .pybuild/cpython3_3.12_sagenb-export/build> python -I -m pip install notebook
> [31mWARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d31b0b0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d350830>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2e44e930>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d135340>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d1354c0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/cffi/
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d189ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d189eb0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d189d90>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d189f10>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d18a090>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/argon2-cffi/
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d350d10>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d353920>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d318470>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d318bc0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fdf2d319250>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/notebook/
> ERROR: Could not find a version that satisfies the requirement cffi>=1.0.0 (from argon2-cffi) (from versions: none)
> ERROR: No matching distribution found for cffi>=1.0.0
> Requirement already satisfied: notebook in /usr/lib/python3/dist-packages (6.4.13)
> Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from notebook) (3.1.3)
> Requirement already satisfied: tornado>=6.1 in /usr/lib/python3/dist-packages (from notebook) (6.4.2)
> Requirement already satisfied: pyzmq>=17 in /usr/lib/python3/dist-packages (from notebook) (26.2.0)
> Requirement already satisfied: argon2-cffi in /usr/lib/python3/dist-packages (from notebook) (21.1.0)
> Requirement already satisfied: traitlets>=4.2.1 in /usr/lib/python3/dist-packages (from notebook) (5.14.3)
> Requirement already satisfied: jupyter_core>=4.6.1 in /usr/lib/python3/dist-packages (from notebook) (5.7.2)
> Requirement already satisfied: jupyter_client>=5.3.4 in /usr/lib/python3/dist-packages (from notebook) (8.6.3)
> Requirement already satisfied: ipython_genutils in /usr/lib/python3/dist-packages (from notebook) (0.2.0)
> Requirement already satisfied: nbformat in /usr/lib/python3/dist-packages (from notebook) (5.9.1)
> Requirement already satisfied: nbconvert>=5 in /usr/lib/python3/dist-packages (from notebook) (7.16.4)
> Requirement already satisfied: nest-asyncio>=1.5 in /usr/lib/python3/dist-packages (from notebook) (1.5.4)
> Requirement already satisfied: ipykernel in /usr/lib/python3/dist-packages (from notebook) (6.29.5)
> Requirement already satisfied: Send2Trash>=1.8.0 in /usr/lib/python3/dist-packages (from notebook) (1.8.3)
> Requirement already satisfied: terminado>=0.8.3 in /usr/lib/python3/dist-packages (from notebook) (0.18.1)
> Requirement already satisfied: prometheus_client in /usr/lib/python3/dist-packages (from notebook) (0.19.0)
> Requirement already satisfied: python-dateutil>=2.8.2 in /usr/lib/python3/dist-packages (from jupyter_client>=5.3.4->notebook) (2.9.0)
> Requirement already satisfied: platformdirs>=2.5 in /usr/lib/python3/dist-packages (from jupyter_core>=4.6.1->notebook) (4.3.6)
> Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (4.12.3)
> Requirement already satisfied: bleach!=5.0.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (6.2.0)
> Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.7.1)
> Requirement already satisfied: jupyterlab-pygments in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.2.2)
> Requirement already satisfied: markupsafe>=2.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (2.1.5)
> Requirement already satisfied: mistune<4,>=2.0.3 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (3.0.2)
> Requirement already satisfied: nbclient>=0.5.0 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (0.8.0)
> Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (24.2)
> Requirement already satisfied: pandocfilters>=1.4.1 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (1.5.1)
> Requirement already satisfied: pygments>=2.4.1 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (2.18.0)
> Requirement already satisfied: tinycss2 in /usr/lib/python3/dist-packages (from nbconvert>=5->notebook) (1.4.0)
> Requirement already satisfied: fastjsonschema in /usr/lib/python3/dist-packages (from nbformat->notebook) (2.20.0)
> Requirement already satisfied: jsonschema>=2.6 in /usr/lib/python3/dist-packages (from nbformat->notebook) (4.19.2)
> Requirement already satisfied: ptyprocess in /usr/lib/python3/dist-packages (from terminado>=0.8.3->notebook) (0.7.0)
> INFO: pip is looking at multiple versions of argon2-cffi to determine which version is compatible with other requirements. This could take a while.
> py312: exit 1 (23.72 seconds) /<<PKGBUILDDIR>>> python -I -m pip install notebook pid=915610
> [39m py312: FAIL code 1 (23.92 seconds)
> evaluation failed :( (24.01 seconds)
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py312 -x testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sagenb-export/sagenb_export-3.3-py3-none-any.whl
> dh_auto_test: error: pybuild --test --test-tox -i python{version} -p "3.13 3.12" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2024/12/28/sagenb-export_3.4-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241228;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241228&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
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.
More information about the debian-science-maintainers
mailing list