Package: src:jupyter-packaging
Version: 0.12.3-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jupyter-packaging
* Building wheel...
Successfully built jupyter_packaging-0.12.3-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# dh_auto_install --buildsystem=pybuild
PYTHONPATH=/<<PKGBUILDDIR>>/debian/python3-jupyter-packaging/usr/lib/python3.12/dist-packages
 dh_auto_test --buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jupyter-packaging/build; python3.12 -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.12.5, pytest-8.3.2, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jupyter-packaging/build
configfile: pyproject.toml
testpaths: tests/
plugins: mock-3.14.0, timeout-2.3.1, typeguard-4.3.0
timeout: 300.0s
timeout method: signal
timeout func_only: False
collected 0 items / 14 errors

==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_build_api.py 
___________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
___________________ ERROR collecting tests/test_build_api.py 
___________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
________________ ERROR collecting tests/test_core_functions.py 
_________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
________________ ERROR collecting tests/test_core_functions.py 
_________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
________________ ERROR collecting tests/test_datafiles_paths.py 
________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
________________ ERROR collecting tests/test_datafiles_paths.py 
________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
__________________ ERROR collecting tests/test_deprecated.py 
___________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
__________________ ERROR collecting tests/test_deprecated.py 
___________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
___________________ ERROR collecting tests/test_is_stale.py 
____________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
___________________ ERROR collecting tests/test_is_stale.py 
____________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
_____________________ ERROR collecting tests/test_main.py 
______________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
_____________________ ERROR collecting tests/test_main.py 
______________________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
_______________ ERROR collecting tests/test_utility_functions.py 
_______________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
_______________ ERROR collecting tests/test_utility_functions.py 
_______________
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:48: in <module>
    from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3/dist-packages/wheel/bdist_wheel.py:5: in <module>
    warn(
E   DeprecationWarning: The 'wheel' package is no longer the canonical 
location of the 'bdist_wheel' command, and will be removed in a future release. 
Please update to setuptools v70.1 or later which contains an integrated version 
of this command.
=========================== short test summary info 
============================
ERROR tests/test_build_api.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_build_api.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_core_functions.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_core_functions.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_deprecated.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_deprecated.py - DeprecationWarning: The 'wheel' 
package is no longer the canonical location...
ERROR tests/test_is_stale.py - DeprecationWarning: The 'wheel' package 
is no longer the canonical location...
ERROR tests/test_is_stale.py - DeprecationWarning: The 'wheel' package 
is no longer the canonical location...
ERROR tests/test_main.py - DeprecationWarning: The 'wheel' package is 
no longer the canonical location...
ERROR tests/test_main.py - DeprecationWarning: The 'wheel' package is 
no longer the canonical location...
ERROR tests/test_utility_functions.py - DeprecationWarning: The 
'wheel' package is no longer the canonical location...
ERROR tests/test_utility_functions.py - DeprecationWarning: The 
'wheel' package is no longer the canonical location...
!!!!!!!!!!!!!!!!!!! Interrupted: 14 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 14 errors in 
0.37s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jupyter-packaging/build; python3.12 -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.12 
returned exit code 13
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202408/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to