Your message dated Sat, 07 Mar 2026 19:06:59 +0000
with message-id <[email protected]>
and subject line Bug#1126241: fixed in ros2-colcon-bash 0.5.0-1.1
has caused the Debian Bug report #1126241,
regarding ros2-colcon-bash: FTBFS: flake-related error
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.)
--
1126241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ros2-colcon-bash
Version: 0.5.0-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/202601/
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:ros2-colcon-bash, 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
I: pybuild base:384: python3.14 setup.py clean
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build' (and everything under
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:384: python3.13 setup.py clean
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
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
I: pybuild base:384: python3.14 setup.py config
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
I: pybuild base:384: python3.13 setup.py config
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:384: /usr/bin/python3.14 setup.py build
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash
copying colcon_bash/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell
copying colcon_bash/shell/bash.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell
copying colcon_bash/shell/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
copying colcon_bash/shell/template/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
copying colcon_bash/shell/template/prefix_chain.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
copying colcon_bash/shell/template/prefix.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
copying colcon_bash/shell/template/hook_set_value.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
copying colcon_bash/shell/template/package.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/colcon_bash/shell/template
I: pybuild base:384: /usr/bin/python3 setup.py build
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash
copying colcon_bash/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell
copying colcon_bash/shell/bash.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell
copying colcon_bash/shell/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
copying colcon_bash/shell/template/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
copying colcon_bash/shell/template/prefix_chain.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
copying colcon_bash/shell/template/prefix.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
copying colcon_bash/shell/template/hook_set_value.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
copying colcon_bash/shell/template/package.bash.em ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/colcon_bash/shell/template
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build;
python3.14 -m pytest test
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: colcon-core-0.20.0, cov-5.0.0, typeguard-4.4.4, repeat-0.9.4,
rerunfailures-16.1
collected 2 items / 1 skipped
test/test_copyright_license.py . [ 50%]
test/test_flake8.py F [100%]
=================================== FAILURES ===================================
_________________________________ test_flake8 __________________________________
def test_flake8():
style_guide = get_style_guide(
extend_ignore=['D100', 'D104'],
show_source=True,
)
style_guide_tests = get_style_guide(
extend_ignore=['D100', 'D101', 'D102', 'D103', 'D104', 'D105',
'D107'],
show_source=True,
)
stdout = sys.stdout
sys.stdout = sys.stderr
# implicitly calls report_errors()
report = style_guide.check_files([
str(Path(__file__).parents[1] / 'colcon_bash'),
])
report_tests = style_guide_tests.check_files([
str(Path(__file__).parents[1] / 'test'),
])
sys.stdout = stdout
total_errors = report.total_errors + report_tests.total_errors
if total_errors: # pragma: no cover
# output summary with per-category counts
print()
if report.total_errors:
report._application.formatter.show_statistics(report._stats)
if report_tests.total_errors:
report_tests._application.formatter.show_statistics(
report_tests._stats)
print(
'flake8 reported {total_errors} errors'
.format_map(locals()), file=sys.stderr)
> assert not total_errors, \
'flake8 reported {total_errors} errors'.format_map(locals())
E AssertionError: flake8 reported 1 errors
E assert not 1
test/test_flake8.py:50: AssertionError
----------------------------- Captured stdout call -----------------------------
1 F824 `global spell_check_words_path` is unused: name is never assigned in
scope
----------------------------- Captured stderr call -----------------------------
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/test/test_spell_check.py:20:5:
F824 `global spell_check_words_path` is unused: name is never assigned in scope
global spell_check_words_path
^
flake8 reported 1 errors
=========================== short test summary info ============================
FAILED test/test_flake8.py::test_flake8 - AssertionError: flake8 reported 1 e...
==================== 1 failed, 1 passed, 1 skipped in 0.25s ====================
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest test
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest test
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: colcon-core-0.20.0, cov-5.0.0, typeguard-4.4.4, repeat-0.9.4,
rerunfailures-16.1
collected 2 items / 1 skipped
test/test_copyright_license.py . [ 50%]
test/test_flake8.py F [100%]
=================================== FAILURES ===================================
_________________________________ test_flake8 __________________________________
def test_flake8():
style_guide = get_style_guide(
extend_ignore=['D100', 'D104'],
show_source=True,
)
style_guide_tests = get_style_guide(
extend_ignore=['D100', 'D101', 'D102', 'D103', 'D104', 'D105',
'D107'],
show_source=True,
)
stdout = sys.stdout
sys.stdout = sys.stderr
# implicitly calls report_errors()
report = style_guide.check_files([
str(Path(__file__).parents[1] / 'colcon_bash'),
])
report_tests = style_guide_tests.check_files([
str(Path(__file__).parents[1] / 'test'),
])
sys.stdout = stdout
total_errors = report.total_errors + report_tests.total_errors
if total_errors: # pragma: no cover
# output summary with per-category counts
print()
if report.total_errors:
report._application.formatter.show_statistics(report._stats)
if report_tests.total_errors:
report_tests._application.formatter.show_statistics(
report_tests._stats)
print(
'flake8 reported {total_errors} errors'
.format_map(locals()), file=sys.stderr)
> assert not total_errors, \
'flake8 reported {total_errors} errors'.format_map(locals())
E AssertionError: flake8 reported 1 errors
E assert not 1
test/test_flake8.py:50: AssertionError
----------------------------- Captured stdout call -----------------------------
1 F824 `global spell_check_words_path` is unused: name is never assigned in
scope
----------------------------- Captured stderr call -----------------------------
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/test_spell_check.py:20:5:
F824 `global spell_check_words_path` is unused: name is never assigned in scope
global spell_check_words_path
^
flake8 reported 1 errors
=========================== short test summary info ============================
FAILED test/test_flake8.py::test_flake8 - AssertionError: flake8 reported 1 e...
==================== 1 failed, 1 passed, 1 skipped in 0.08s ====================
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test
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 failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: ros2-colcon-bash
Source-Version: 0.5.0-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ros2-colcon-bash, 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.
Adrian Bunk <[email protected]> (supplier of updated ros2-colcon-bash 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: Sat, 21 Feb 2026 20:14:49 +0200
Source: ros2-colcon-bash
Architecture: source
Version: 0.5.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Robotics Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1126241
Changes:
ros2-colcon-bash (0.5.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with flake8 7.3.0. (Closes: #1126241)
Checksums-Sha1:
ec82035e8e0725766a36e993bbd2470e477776b4 2735 ros2-colcon-bash_0.5.0-1.1.dsc
09f132948808ccb7dade7027d938904583687202 2704
ros2-colcon-bash_0.5.0-1.1.debian.tar.xz
Checksums-Sha256:
fbdb9c421931cee7ba5e8eb1a14175851773a4112a30968aaff3cc25b28fd032 2735
ros2-colcon-bash_0.5.0-1.1.dsc
771f4c7e41919eb4e7d4ad3feecfecde914089d7e4793103434e4123e2f568ed 2704
ros2-colcon-bash_0.5.0-1.1.debian.tar.xz
Files:
822dc3adee16070f0ea6b884ccf9a1a7 2735 python optional
ros2-colcon-bash_0.5.0-1.1.dsc
a9c34c03df7d97441cfa1c732f32aef5 2704 python optional
ros2-colcon-bash_0.5.0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmmZ9ykACgkQiNJCh6LY
mLFUhQ//UsY1tKECu9uTgX6PXEvuAEpnC1Q9t5hYRdjyggD9dRwkOpNUU56XriuY
kz94gju29xIaW1X0mnwypBPXBt3Bx4BpHFKXw2cODIlBcglyefTvif0wOKE7enMq
Fck3ZIXm3y6A2UsYkJDFgUgmMj8p645Rmy8aF0P5/cEHdyj4vkIebJX3a4MngKb8
IOwtcoVp/YCLfrrQKz4PIZwA2k3LdIn/6EnN6CZOYfQ4y4MyJq+HoktUFDlNnvdk
pVBZ+JaADs6zTL5IgcmnKLZL3JYCfYRJFxpsxjABAJQs6uUn6+A0OjtudJgPjMMM
MY3rVRiskAEmmkZWb5JxriBTA3eifwc6zJ9acwwQ6bt7SPXJj/VArbD0OJzvxDTv
mUoZxLkT9FoF8ZR4o3/Ld3ZKa4q2lAuWju7/vl9qCsu3f4LjfuAIuzZztwhDYVE1
gQtKmllZEHh0Dyxd9NcSws1I4QLImT6QFOiX4Nh0Wlm5wClyYVyqBt4q/ExQnfbW
QtB07sO1PPwtnyGHYixXKlarpxvf99hp+GyxgKb9xIL+JnU/VPfo5mCDJAngWQ5r
vOyz5FWmCE+DwCTdSiUGc1S8jYsHzDf+1pXpaBKqc+2/cSvh+C7T7Y/J+tYfdExN
Kd3U4FFZyuKncm0RPu12BTEIVORaqdy9zmJb6xPWDkCE7ZpZ61I=
=UtDR
-----END PGP SIGNATURE-----
pgpgw8mdnew0o.pgp
Description: PGP signature
--- End Message ---