Your message dated Tue, 20 Jan 2026 18:37:42 +0000
with message-id <[email protected]>
and subject line Bug#1124495: Removed package(s) from unstable
has caused the Debian Bug report #1123246,
regarding python-gbulb: FTBFS: dh_auto_test: error: pybuild --test -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.)
--
1123246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-gbulb
Version: 0.6.6-3
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-gbulb, 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_gbulb
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for
`project.license`. You can also use `project.license-files`. (Both options
available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61:
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.
********************************************************************************
!!
dist._finalize_license_expression()
/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 bdist_wheel
running build
running build_py
creating build/lib/gbulb
copying src/gbulb/glib_events.py -> build/lib/gbulb
copying src/gbulb/transports.py -> build/lib/gbulb
copying src/gbulb/gtk.py -> build/lib/gbulb
copying src/gbulb/utils.py -> build/lib/gbulb
copying src/gbulb/__init__.py -> build/lib/gbulb
running egg_info
creating src/gbulb.egg-info
writing src/gbulb.egg-info/PKG-INFO
writing dependency_links to src/gbulb.egg-info/dependency_links.txt
writing requirements to src/gbulb.egg-info/requires.txt
writing top-level names to src/gbulb.egg-info/top_level.txt
writing manifest file 'src/gbulb.egg-info/SOURCES.txt'
reading manifest file 'src/gbulb.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory
'examples'
warning: no previously-included files matching '*.pyo' found under directory
'examples'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyo' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'src'
warning: no previously-included files matching '*.pyo' found under directory
'src'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'src/gbulb.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/gbulb
copying build/lib/gbulb/glib_events.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/transports.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/gtk.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/utils.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/__init__.py -> build/bdist.linux-x86_64/wheel/./gbulb
running install_egg_info
Copying src/gbulb.egg-info to
build/bdist.linux-x86_64/wheel/./gbulb-0.6.6.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/gbulb-0.6.6.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gbulb/.tmp-ju06ezn2/gbulb-0.6.6-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gbulb/__init__.py'
adding 'gbulb/glib_events.py'
adding 'gbulb/gtk.py'
adding 'gbulb/transports.py'
adding 'gbulb/utils.py'
adding 'gbulb-0.6.6.dist-info/licenses/AUTHORS.rst'
adding 'gbulb-0.6.6.dist-info/licenses/LICENSE'
adding 'gbulb-0.6.6.dist-info/METADATA'
adding 'gbulb-0.6.6.dist-info/WHEEL'
adding 'gbulb-0.6.6.dist-info/top_level.txt'
adding 'gbulb-0.6.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built gbulb-0.6.6-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_gbulb
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for
`project.license`. You can also use `project.license-files`. (Both options
available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61:
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.
********************************************************************************
!!
dist._finalize_license_expression()
/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 bdist_wheel
running build
running build_py
running egg_info
writing src/gbulb.egg-info/PKG-INFO
writing dependency_links to src/gbulb.egg-info/dependency_links.txt
writing requirements to src/gbulb.egg-info/requires.txt
writing top-level names to src/gbulb.egg-info/top_level.txt
reading manifest file 'src/gbulb.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory
'examples'
warning: no previously-included files matching '*.pyo' found under directory
'examples'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyo' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'src'
warning: no previously-included files matching '*.pyo' found under directory
'src'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'src/gbulb.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/gbulb
copying build/lib/gbulb/glib_events.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/transports.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/gtk.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/utils.py -> build/bdist.linux-x86_64/wheel/./gbulb
copying build/lib/gbulb/__init__.py -> build/bdist.linux-x86_64/wheel/./gbulb
running install_egg_info
Copying src/gbulb.egg-info to
build/bdist.linux-x86_64/wheel/./gbulb-0.6.6.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/gbulb-0.6.6.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gbulb/.tmp-a0uuvujk/gbulb-0.6.6-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gbulb/__init__.py'
adding 'gbulb/glib_events.py'
adding 'gbulb/gtk.py'
adding 'gbulb/transports.py'
adding 'gbulb/utils.py'
adding 'gbulb-0.6.6.dist-info/licenses/AUTHORS.rst'
adding 'gbulb-0.6.6.dist-info/licenses/LICENSE'
adding 'gbulb-0.6.6.dist-info/METADATA'
adding 'gbulb-0.6.6.dist-info/WHEEL'
adding 'gbulb-0.6.6.dist-info/top_level.txt'
adding 'gbulb-0.6.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built gbulb-0.6.6-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_gbulb/build;
python3.14 -m unittest discover -v
gbulb (unittest.loader._FailedTest.gbulb) ... ERROR
======================================================================
ERROR: gbulb (unittest.loader._FailedTest.gbulb)
----------------------------------------------------------------------
ImportError: Failed to import test module: gbulb
Traceback (most recent call last):
File "/usr/lib/python3.14/unittest/loader.py", line 460, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/lib/python3.14/unittest/loader.py", line 367, in
_get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gbulb/build/gbulb/__init__.py",
line 1, in <module>
from .glib_events import * # noqa: F401,F403
^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gbulb/build/gbulb/glib_events.py",
line 52, in <module>
from asyncio.unix_events import AbstractChildWatcher
ImportError: cannot import name 'AbstractChildWatcher' from
'asyncio.unix_events' (/usr/lib/python3.14/asyncio/unix_events.py)
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gbulb/build; python3.14 -m unittest
discover -v
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gbulb/build;
python3.13 -m unittest discover -v
----------------------------------------------------------------------
Ran 0 tests in 0.000s
NO TESTS RAN
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned
exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Version: 0.6.6-3+rm
Dear submitter,
as the package python-gbulb has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1124495
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---