Your message dated Fri, 27 Sep 2024 23:34:01 +0000
with message-id <[email protected]>
and subject line Bug#1080112: fixed in jupyter-packaging 0.12.3-3
has caused the Debian Bug report #1080112,
regarding jupyter-packaging: FTBFS: failing tests
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1080112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080112
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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'
[1m============================= test session starts
==============================[0m
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 ====================================
[31m[1m___________________ ERROR collecting tests/test_build_api.py
___________________[0m
[1m[31mtests/test_build_api.py[0m:7: in <module>
from jupyter_packaging.build_api import build_sdist, build_wheel
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m___________________ ERROR collecting tests/test_build_api.py
___________________[0m
[1m[31mtests/test_build_api.py[0m:7: in <module>
from jupyter_packaging.build_api import build_sdist, build_wheel
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m________________ ERROR collecting tests/test_core_functions.py
_________________[0m
[1m[31mtests/test_core_functions.py[0m:6: in <module>
from jupyter_packaging.setupbase import npm_builder, wrap_installers
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m________________ ERROR collecting tests/test_core_functions.py
_________________[0m
[1m[31mtests/test_core_functions.py[0m:6: in <module>
from jupyter_packaging.setupbase import npm_builder, wrap_installers
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m________________ ERROR collecting tests/test_datafiles_paths.py
________________[0m
[1m[31mtests/test_datafiles_paths.py[0m:1: in <module>
from jupyter_packaging.setupbase import get_data_files
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m________________ ERROR collecting tests/test_datafiles_paths.py
________________[0m
[1m[31mtests/test_datafiles_paths.py[0m:1: in <module>
from jupyter_packaging.setupbase import get_data_files
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m__________________ ERROR collecting tests/test_deprecated.py
___________________[0m
[1m[31mtests/test_deprecated.py[0m:9: in <module>
import jupyter_packaging.setupbase as pkg
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m__________________ ERROR collecting tests/test_deprecated.py
___________________[0m
[1m[31mtests/test_deprecated.py[0m:9: in <module>
import jupyter_packaging.setupbase as pkg
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m___________________ ERROR collecting tests/test_is_stale.py
____________________[0m
[1m[31mtests/test_is_stale.py[0m:1: in <module>
from jupyter_packaging.setupbase import is_stale
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m___________________ ERROR collecting tests/test_is_stale.py
____________________[0m
[1m[31mtests/test_is_stale.py[0m:1: in <module>
from jupyter_packaging.setupbase import is_stale
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m_____________________ ERROR collecting tests/test_main.py
______________________[0m
[1m[31mtests/test_main.py[0m:1: in <module>
from jupyter_packaging.__main__ import main
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m_____________________ ERROR collecting tests/test_main.py
______________________[0m
[1m[31mtests/test_main.py[0m:1: in <module>
from jupyter_packaging.__main__ import main
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m_______________ ERROR collecting tests/test_utility_functions.py
_______________[0m
[1m[31mtests/test_utility_functions.py[0m:6: in <module>
import jupyter_packaging.setupbase as pkg
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[31m[1m_______________ ERROR collecting tests/test_utility_functions.py
_______________[0m
[1m[31mtests/test_utility_functions.py[0m:6: in <module>
import jupyter_packaging.setupbase as pkg
[1m[31mjupyter_packaging/__init__.py[0m:6: in <module>
from .setupbase import * # noqa
[1m[31mjupyter_packaging/setupbase.py[0m:48: in <module>
from wheel.bdist_wheel import bdist_wheel
[1m[31m/usr/lib/python3/dist-packages/wheel/bdist_wheel.py[0m:5: in <module>
warn(
[1m[31mE 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.[0m
[36m[1m=========================== short test summary info
============================[0m
[31mERROR[0m tests/test_build_api.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_build_api.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_core_functions.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_core_functions.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_deprecated.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_deprecated.py - DeprecationWarning: The 'wheel'
package is no longer the canonical location...
[31mERROR[0m tests/test_is_stale.py - DeprecationWarning: The 'wheel' package
is no longer the canonical location...
[31mERROR[0m tests/test_is_stale.py - DeprecationWarning: The 'wheel' package
is no longer the canonical location...
[31mERROR[0m tests/test_main.py - DeprecationWarning: The 'wheel' package is
no longer the canonical location...
[31mERROR[0m tests/test_main.py - DeprecationWarning: The 'wheel' package is
no longer the canonical location...
[31mERROR[0m tests/test_utility_functions.py - DeprecationWarning: The
'wheel' package is no longer the canonical location...
[31mERROR[0m tests/test_utility_functions.py - DeprecationWarning: The
'wheel' package is no longer the canonical location...
!!!!!!!!!!!!!!!!!!! Interrupted: 14 errors during collection !!!!!!!!!!!!!!!!!!!
[31m============================== [31m[1m14 errors[0m[31m in
0.37s[0m[31m ==============================[0m
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.
--- End Message ---
--- Begin Message ---
Source: jupyter-packaging
Source-Version: 0.12.3-3
Done: Emmanuel Arias <[email protected]>
We believe that the bug you reported is fixed in the latest version of
jupyter-packaging, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Arias <[email protected]> (supplier of updated jupyter-packaging
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 27 Sep 2024 19:57:44 -0300
Source: jupyter-packaging
Architecture: source
Version: 0.12.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1080112
Changes:
jupyter-packaging (0.12.3-3) unstable; urgency=medium
.
* d/rules: Add parameter to tests to do not fail with Warnings
(Closes: #1080112).
Checksums-Sha1:
e9eea43a28eb7d08804d38c69ac33e9e443ac4a0 2420 jupyter-packaging_0.12.3-3.dsc
ddfc3af81f914d9af1a00313e6074076344940d6 4152
jupyter-packaging_0.12.3-3.debian.tar.xz
f4a40ee6d1dedb0067d2561f7d798ade983551e8 7677
jupyter-packaging_0.12.3-3_amd64.buildinfo
Checksums-Sha256:
cbfc5918d1eb37296d117dc2f71f81dd76b25f8d9485bc9a99f22163670b6022 2420
jupyter-packaging_0.12.3-3.dsc
051b8ad80dc5c0ff62cd914fb3ee6d4e46518afda1c4f6e0879fedb457909913 4152
jupyter-packaging_0.12.3-3.debian.tar.xz
42c2b9d79f37863bf679cf1e0005487b634a9b57fa7f25c5523aca9ce182243a 7677
jupyter-packaging_0.12.3-3_amd64.buildinfo
Files:
18eaabd394d544f3ec8079a8d6058f55 2420 python optional
jupyter-packaging_0.12.3-3.dsc
339e3293e108fd96ac14687381df6168 4152 python optional
jupyter-packaging_0.12.3-3.debian.tar.xz
5b614b0cc29225715c98dc01546df553 7677 python optional
jupyter-packaging_0.12.3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmb3OlsSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxAVQP/jxOn40xpmqUj3LlwCLm2WWh4llpW6U1
svDB5o3yU2U8yPhU38DOdmdw2zsmBukhlrwseyZugiHoqUIEWJrDv8xBx0hrRicK
UVTgGRQMvth5SKRtPUcVAtRogyGmT3ccTBBzZ+35ozlQrqSQLn7k69dGb9ralf8e
gFb1YejeuSjFlbuUBuGv04GtMeBenw9s5qSoTlbrauZB33gupat19CFwL6lIeJ3T
etrvmcPs/zeWr1EykM/OpSmsZ6SZ5J7EfQqsNtUrAkXVjS7qMMveboj0KNPaTst3
/vVQUFTrdPstCCnfYnqQrTTSzkMSssfHltjHg7xe9ZuoA4WQjKWhq1FEc59XTZbp
+s0UMC+Jt0VmspFP0CtREjne7wyxkQGqpj0ZIixBWkHZ0lvfv7mvaHW+jNvw7xCr
1OghMDQed334da/DhTfGvXgC6x1BK40RQ1vwyNDt8JATMXalU94nXITvV6pp7i/6
K9z1R+p3hEGA2coW8eyfUqAjtrqzXhJ4GeP7L/k6mSA1HbFugJdbe/aHTeK0dJTM
ZGs79j/b2xEVLo/RpGKD4RjV9fke6w3SqblXSyrUNbLe6R2p7wFXWVVifHsSv/HQ
ZoOD/UeN29h3G2xUEuS9gebeCn0kOfBba6pgK7LxoRkWnikGmltAPBxixyNlXtBB
ySy/yz9L0ghO
=AvFt
-----END PGP SIGNATURE-----
pgpGu6w8_jtk4.pgp
Description: PGP signature
--- End Message ---