Your message dated Mon, 29 Dec 2025 09:49:39 +0000
with message-id <[email protected]>
and subject line Bug#1123315: fixed in python-stack-data 0.6.3-2
has caused the Debian Bug report #1123315,
regarding python-stack-data: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)
--
1123315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123315
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-stack-data
Version: 0.6.3-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202512/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot 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 add an affects on src:python-stack-data, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build"
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/stack_data
copying stack_data/version.py -> build/lib/stack_data
copying stack_data/formatting.py -> build/lib/stack_data
copying stack_data/utils.py -> build/lib/stack_data
copying stack_data/core.py -> build/lib/stack_data
copying stack_data/serializing.py -> build/lib/stack_data
copying stack_data/__init__.py -> build/lib/stack_data
running egg_info
writing stack_data.egg-info/PKG-INFO
writing dependency_links to stack_data.egg-info/dependency_links.txt
writing requirements to stack_data.egg-info/requires.txt
writing top-level names to stack_data.egg-info/top_level.txt
reading manifest file 'stack_data.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'stack_data.egg-info/SOURCES.txt'
copying stack_data/py.typed -> build/lib/stack_data
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/stack_data
copying build/lib/stack_data/py.typed ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/version.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/formatting.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/utils.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/core.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/serializing.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/__init__.py ->
build/bdist.linux-x86_64/wheel/./stack_data
running install_egg_info
Copying stack_data.egg-info to
build/bdist.linux-x86_64/wheel/./stack_data-0.6.3.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/stack_data-0.6.3.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/.tmp-glfqnehj/stack_data-0.6.3-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'stack_data/__init__.py'
adding 'stack_data/core.py'
adding 'stack_data/formatting.py'
adding 'stack_data/py.typed'
adding 'stack_data/serializing.py'
adding 'stack_data/utils.py'
adding 'stack_data/version.py'
adding 'stack_data-0.6.3.dist-info/licenses/LICENSE.txt'
adding 'stack_data-0.6.3.dist-info/METADATA'
adding 'stack_data-0.6.3.dist-info/WHEEL'
adding 'stack_data-0.6.3.dist-info/top_level.txt'
adding 'stack_data-0.6.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built stack_data-0.6.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build"
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
copying stack_data/version.py -> build/lib/stack_data
running egg_info
writing stack_data.egg-info/PKG-INFO
writing dependency_links to stack_data.egg-info/dependency_links.txt
writing requirements to stack_data.egg-info/requires.txt
writing top-level names to stack_data.egg-info/top_level.txt
reading manifest file 'stack_data.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'stack_data.egg-info/SOURCES.txt'
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/stack_data
copying build/lib/stack_data/py.typed ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/version.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/formatting.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/utils.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/core.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/serializing.py ->
build/bdist.linux-x86_64/wheel/./stack_data
copying build/lib/stack_data/__init__.py ->
build/bdist.linux-x86_64/wheel/./stack_data
running install_egg_info
Copying stack_data.egg-info to
build/bdist.linux-x86_64/wheel/./stack_data-0.6.3.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/stack_data-0.6.3.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-dojyvh45/stack_data-0.6.3-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'stack_data/__init__.py'
adding 'stack_data/core.py'
adding 'stack_data/formatting.py'
adding 'stack_data/py.typed'
adding 'stack_data/serializing.py'
adding 'stack_data/utils.py'
adding 'stack_data/version.py'
adding 'stack_data-0.6.3.dist-info/licenses/LICENSE.txt'
adding 'stack_data-0.6.3.dist-info/METADATA'
adding 'stack_data-0.6.3.dist-info/WHEEL'
adding 'stack_data-0.6.3.dist-info/top_level.txt'
adding 'stack_data-0.6.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built stack_data-0.6.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build;
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 21 items
tests/test_core.py ............... [ 71%]
tests/test_formatter.py F. [ 80%]
tests/test_serializer.py . [ 85%]
tests/test_utils.py ... [100%]
=================================== FAILURES ===================================
_________________________________ test_example _________________________________
capsys = <_pytest.capture.CaptureFixture object at 0x7fa3cd4563c0>
def test_example(capsys):
from .samples.formatter_example import bar, print_stack1,
format_stack1, format_frame, f_string, blank_lines
@contextmanager
def check_example(name):
yield
stderr = capsys.readouterr().err
compare_to_file(stderr, name)
with check_example("variables"):
try:
bar()
except Exception:
MyFormatter(show_variables=True).print_exception()
with check_example("pygmented"):
try:
bar()
except Exception:
MyFormatter(pygmented=True).print_exception()
with check_example("plain"):
MyFormatter().set_hook()
try:
bar()
except Exception:
sys.excepthook(*sys.exc_info())
with check_example("pygmented_error"):
h = pygments.highlight
pygments.highlight = lambda *args, **kwargs: 1/0
try:
bar()
except Exception:
MyFormatter(pygmented=True).print_exception()
finally:
pygments.highlight = h
with check_example("print_stack"):
print_stack1(MyFormatter())
with check_example("format_stack"):
formatter = MyFormatter()
formatted = format_stack1(formatter)
formatter.print_lines(formatted)
with check_example("format_frame"):
formatter = BaseFormatter()
formatted = format_frame(formatter)
formatter.print_lines(formatted)
if sys.version_info[:2] < (3, 8):
f_string_suffix = 'old'
elif not fstring_positions_work():
f_string_suffix = '3.8'
else:
f_string_suffix = 'new'
with check_example(f"f_string_{f_string_suffix}"):
try:
f_string()
except Exception:
MyFormatter().print_exception()
from .samples.formatter_example import block_right, block_left
with check_example(f"block_right_{'old' if sys.version_info[:2] < (3,
8) else 'new'}"):
try:
block_right()
except Exception:
MyFormatter().print_exception()
with check_example(f"block_left_{'old' if sys.version_info[:2] < (3, 8)
else 'new'}"):
try:
block_left()
except Exception:
MyFormatter().print_exception()
from .samples import cython_example
with check_example("cython_example"):
try:
cython_example.foo()
except Exception:
MyFormatter().print_exception()
> with check_example("blank_visible"):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_formatter.py:119:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.14/contextlib.py:148: in __exit__
next(self.gen)
tests/test_formatter.py:40: in check_example
compare_to_file(stderr, name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
text = 'Traceback (most recent call last):\n File "formatter_example.py", line
85, in blank_lines\n 79 | def blank_lines... length = len(a)\n 83
| \n 84 | \n--> 85 | return a[length]\nIndexError: list index out of
range\n'
name = 'blank_visible'
def compare_to_file(text, name):
if old_pygments and "pygment" in name:
return
filename = os.path.join(
os.path.dirname(__file__),
'golden_files',
name + '.txt',
)
if os.environ.get('FIX_STACK_DATA_TESTS'):
string_to_file(text, filename)
else:
expected_output = file_to_string(filename)
> assert text == expected_output
^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError
tests/utils.py:26: AssertionError
=========================== short test summary info ============================
FAILED tests/test_formatter.py::test_example - AssertionError
========================= 1 failed, 20 passed in 1.60s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 21 items
tests/test_core.py ............... [ 71%]
tests/test_formatter.py .. [ 80%]
tests/test_serializer.py . [ 85%]
tests/test_utils.py ... [100%]
============================== 21 passed in 1.57s ==============================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-stack-data
Source-Version: 0.6.3-2
Done: Gordon Ball <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-stack-data, 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.
Gordon Ball <[email protected]> (supplier of updated python-stack-data
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: Mon, 29 Dec 2025 10:32:52 +0100
Source: python-stack-data
Architecture: source
Version: 0.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Gordon Ball <[email protected]>
Closes: 1123315
Changes:
python-stack-data (0.6.3-2) unstable; urgency=medium
.
* d/control: standards-version 4.7.3, drop rules-requires-root, drop priority
* d/control: depend on python-executing >= 2.2.1, needed for python 3.14
(Closes: #1123315)
* d/watch: upgrade to version 5
Checksums-Sha1:
7a18f24eab79484aa2f119ce553a95853f2c715e 2558 python-stack-data_0.6.3-2.dsc
42816bb0dbd98a83be8ad303942da1d48974996c 2752
python-stack-data_0.6.3-2.debian.tar.xz
1978742c9e14d5acf690ebc5ede0adff9be4e553 7758
python-stack-data_0.6.3-2_amd64.buildinfo
Checksums-Sha256:
1e3a293d9cc76af8dad1a3d8727890bf7135d3a6ddc5bb1ac1c1c33d6e5b7d61 2558
python-stack-data_0.6.3-2.dsc
9f724c7247d4dfa413e1797f9978edb6604114d288defb4ecb905b6fa5e9ec0b 2752
python-stack-data_0.6.3-2.debian.tar.xz
6862b46a228f5a33e1dfac59b41cd3e5bfec92b93a768e7a14c278e8bdfb747e 7758
python-stack-data_0.6.3-2_amd64.buildinfo
Files:
7fafc1439bd6f4161b9ad1923211d714 2558 python optional
python-stack-data_0.6.3-2.dsc
8a3f0dee1289f574fe19f0b0ac5412c2 2752 python optional
python-stack-data_0.6.3-2.debian.tar.xz
13e946afbc0b059b45f6eecf2ba37b39 7758 python optional
python-stack-data_0.6.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6PwpXIa418BJ+Xuno12v+60p6N4FAmlSS88ACgkQo12v+60p
6N4GQA//e53Ktg+cFIzSXzfBi2+uNHP7GevNK05UOKak6B31X9lUjZuz9tkBVXAS
+mlorbePAUXsxNcRakFzaT3q8mUxQWxLRHO2yVUkZodv/6vDjFReIDVUebZvfQlI
l68HFFO/XEAF3m6dhb2AEo7SCiQQE60YGdj6Tnbrf0ek4AhZM68HabFgXM7saSzY
U5+a5vHCEs0HwGI6IXNpxk3aIcDHuNg1PUwLiSZtlri06Qu1LXSH7jK38iRTDDeA
O2pjlpWOkZ60Vn3uGcgVIN2u+LFda3tnP1Ag01whSmO1cL6bmknTvDKNfsYZ8lBd
bWfPNSU0kiKu2HklIzv+WRMbUICg/mzbJTPNe8nsPCw0F66hyCXUgpeXwShwN1lB
fdZ4Pok3lJTT7qJQ/Hle3QDRwZcXE6EF5YAZexZvsjj/c0zyBYMm0YNn+4af0bOS
TdKTwwa0SdXPH7WaV1iuj/tkv8p1sZlMn7fcoMhh72X7cDRtMVutu3l6BqQ8xy+Z
pNWcm9VSLoIfbyHCO/eMHHUq1QQv0gc0AJESYOO+5ZEo3ETFf+08rvSnbXNdHhXr
W1M2GrTOcVAkU17BGtOtDBMRJbwOI2evM58AyBCCy3FWvN48kM0YIwHmYr1WfFH5
ykE+Dy6tAMg2jWIveOIdIbDxDajuJ4o32IiYszMuFLBkdoTNVC8=
=5Yfq
-----END PGP SIGNATURE-----
pgpEIMW5O0i3D.pgp
Description: PGP signature
--- End Message ---