Source: jupyter-packaging
Version: 0.12.3-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # dh_auto_install --buildsystem=pybuild
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/python3-jupyter-packaging/usr/lib/python3.11/dist-packages
>  dh_auto_test --buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jupyter-packaging/build; python3.11 
> -m pytest --ignore tests/test_datafiles_install.py --ignore 
> tests/test_install.py -k 'not test_build_package and not 
> test_deprecated_metadata'
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: pyproject.toml
> plugins: timeout-2.1.0, mock-3.11.1
> timeout: 300.0s
> timeout method: signal
> timeout func_only: False
> collected 0 items / 17 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/jupyter_packaging/__init__.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:940: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/jupyter_packaging/build_api.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1126: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:940: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/jupyter_packaging/setupbase.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1126: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:940: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_build_api.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_build_api.py:7: in <module>
>     from jupyter_packaging.build_api import build_sdist, build_wheel
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_build_api.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_build_api.py:7: in <module>
>     from jupyter_packaging.build_api import build_sdist, build_wheel
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_core_functions.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_core_functions.py:6: in <module>
>     from jupyter_packaging.setupbase import npm_builder, wrap_installers
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_core_functions.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_core_functions.py:6: in <module>
>     from jupyter_packaging.setupbase import npm_builder, wrap_installers
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_datafiles_paths.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_datafiles_paths.py:1: in <module>
>     from jupyter_packaging.setupbase import get_data_files
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_datafiles_paths.py 
> _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_datafiles_paths.py:1: in <module>
>     from jupyter_packaging.setupbase import get_data_files
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_deprecated.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_deprecated.py:9: in <module>
>     import jupyter_packaging.setupbase as pkg
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_deprecated.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_deprecated.py:9: in <module>
>     import jupyter_packaging.setupbase as pkg
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_is_stale.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_is_stale.py:1: in <module>
>     from jupyter_packaging.setupbase import is_stale
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_is_stale.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_is_stale.py:1: in <module>
>     from jupyter_packaging.setupbase import is_stale
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_main.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_main.py:1: in <module>
>     from jupyter_packaging.__main__ import main
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_main.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_main.py:1: in <module>
>     from jupyter_packaging.__main__ import main
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_utility_functions.py
>  _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_utility_functions.py:6: in <module>
>     import jupyter_packaging.setupbase as pkg
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jupyter-packaging/build/tests/test_utility_functions.py
>  _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_utility_functions.py:6: in <module>
>     import jupyter_packaging.setupbase as pkg
> jupyter_packaging/__init__.py:6: in <module>
>     from .setupbase import *  # noqa
> jupyter_packaging/setupbase.py:44: in <module>
>     from setuptools.command.develop import develop
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:8: 
> in <module>
>     from setuptools.command.easy_install import easy_install
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:48:
>  in <module>
>     from setuptools.sandbox import run_setup
> /usr/lib/python3/dist-packages/setuptools/sandbox.py:13: in 
> <module>
>     import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> =========================== short test summary info 
> ============================
> ERROR jupyter_packaging/__init__.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR jupyter_packaging/build_api.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR jupyter_packaging/setupbase.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_build_api.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_build_api.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_core_functions.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_core_functions.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_datafiles_paths.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_datafiles_paths.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_deprecated.py - DeprecationWarning: pkg_resources 
> is deprecated as an API. See https://setu...
> ERROR tests/test_deprecated.py - DeprecationWarning: pkg_resources 
> is deprecated as an API. See https://setu...
> ERROR tests/test_is_stale.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_is_stale.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_main.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_main.py - DeprecationWarning: pkg_resources is 
> deprecated as an API. See https://setu...
> ERROR tests/test_utility_functions.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> ERROR tests/test_utility_functions.py - DeprecationWarning: 
> pkg_resources is deprecated as an API. See https://setu...
> !!!!!!!!!!!!!!!!!!! Interrupted: 17 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ============================== 17 errors in 
> 4.14s ==============================
> E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jupyter-packaging/build; python3.11 
> -m pytest --ignore tests/test_datafiles_install.py --ignore 
> tests/test_install.py -k 'not test_build_package and not 
> test_deprecated_metadata'
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/jupyter-packaging_0.12.3-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&[email protected]&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.

Reply via email to