Your message dated Mon, 05 Jan 2026 01:06:14 +0000
with message-id <[email protected]>
and subject line Bug#1123147: fixed in loguru 0.7.3-4
has caused the Debian Bug report #1123147,
regarding loguru: 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.)
--
1123147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123147
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:loguru
Version: 0.7.3-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:loguru, 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
pybuild --clean -i python{version} -p "3.14 3.13"
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/python3-loguru.substvars debian/files
rm -fr -- debian/python3-loguru/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
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
pybuild --configure -i python{version} -p "3.14 3.13"
dh_auto_build -O--buildsystem=pybuild
pybuild --build -i python{version} -p "3.14 3.13"
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_loguru
* Building wheel...
Successfully built loguru-0.7.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_loguru
* Building wheel...
Successfully built loguru-0.7.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
pybuild --test --test-pytest -i python{version} -p "3.14 3.13"
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/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_loguru/build
configfile: pyproject.toml
plugins: cov-5.0.0, mypy-plugins-3.2.0
collected 1592 items
tests/test_activation.py ................................. [ 2%]
tests/test_add_option_backtrace.py . [ 2%]
tests/test_add_option_catch.py ........... [ 2%]
tests/test_add_option_colorize.py ................. [ 3%]
tests/test_add_option_context.py ........... [ 4%]
tests/test_add_option_diagnose.py . [ 4%]
tests/test_add_option_enqueue.py ............... [ 5%]
tests/test_add_option_filter.py ........................................ [ 8%]
............................. [ 9%]
tests/test_add_option_format.py .................... [ 11%]
tests/test_add_option_kwargs.py ..s..... [ 11%]
tests/test_add_option_level.py .......... [ 12%]
tests/test_add_option_serialize.py ......... [ 12%]
tests/test_add_sinks.py ................................................ [ 15%]
.... [ 16%]
tests/test_ansimarkup_basic.py ......................................... [ 18%]
...................................................... [ 22%]
tests/test_ansimarkup_extended.py ...................................... [ 24%]
...................................................... [ 27%]
tests/test_bind.py ......... [ 28%]
tests/test_colorama.py ssss..............sssss...............sssssssssss [ 31%]
ssss [ 31%]
tests/test_configure.py ................ [ 32%]
tests/test_contextualize.py .............. [ 33%]
tests/test_coroutine_sink.py ................................. [ 35%]
tests/test_datetime.py ......................................... [ 38%]
tests/test_deepcopy.py .... [ 38%]
tests/test_defaults.py .............. [ 39%]
tests/test_exceptions_catch.py ......................................... [ 42%]
................. [ 43%]
tests/test_exceptions_formatting.py .................................... [ 45%]
............................................F............s... [ 49%]
tests/test_filesink_compression.py ..................................... [ 51%]
................. [ 52%]
tests/test_filesink_delay.py .......... [ 53%]
tests/test_filesink_permissions.py .......... [ 53%]
tests/test_filesink_retention.py ....................................... [ 56%]
.......... [ 56%]
tests/test_filesink_rotation.py ........................................ [ 59%]
................................................ss....sss............... [ 63%]
........................... [ 65%]
tests/test_filesink_watch.py .............. [ 66%]
tests/test_formatting.py ............................................... [ 69%]
................................. [ 71%]
tests/test_get_frame.py ... [ 71%]
tests/test_interception.py ............ [ 72%]
tests/test_levels.py .................................................. [ 75%]
tests/test_locks.py ..... [ 75%]
tests/test_multiprocessing.py ............................ [ 77%]
tests/test_opt.py ...................................................... [ 81%]
........................................................................ [ 85%]
.......................... [ 87%]
tests/test_parse.py ......................... [ 88%]
tests/test_patch.py ........ [ 89%]
tests/test_pickling.py ................................................. [ 92%]
.... [ 92%]
tests/test_propagation.py ...... [ 93%]
tests/test_recattr.py ......... [ 93%]
tests/test_remove.py ........... [ 94%]
tests/test_repr.py .................... [ 95%]
tests/test_standard_handler.py ................... [ 96%]
tests/test_threading.py ....... [ 97%]
tests/test_type_hinting.py . [ 97%]
tests/typesafety/test_logger.yml ....................................... [ 99%]
..... [100%]
=================================== FAILURES ===================================
__________ test_exception_modern[type_hints-minimum_python_version0] ___________
filename = 'type_hints', minimum_python_version = (3, 6)
> ???
filename = 'type_hints'
minimum_python_version = (3, 6)
tests/test_exceptions_formatting.py:262:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
dirname = 'modern', filename = 'type_hints'
def compare_exception(dirname, filename):
cwd = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
python = sys.executable or "python"
filepath = os.path.join("tests", "exceptions", "source", dirname,
filename + ".py")
outpath = os.path.join(cwd, "tests", "exceptions", "output", dirname,
filename + ".txt")
with subprocess.Popen(
[python, filepath],
shell=False,
cwd=cwd,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
universal_newlines=True,
env=dict(os.environ, PYTHONPATH=cwd, PYTHONIOENCODING="utf8"),
) as proc:
stdout, stderr = proc.communicate()
print(stderr, file=sys.stderr)
assert proc.returncode == 0
assert stdout == ""
assert stderr != ""
stderr = normalize(stderr)
# generate(stderr, outpath)
with open(outpath, "r") as file:
> assert stderr == file.read()
E AssertionError: assert '\n\x1b[33m\x...zero\x1b[0m\n' ==
'\n\x1b[33m\x...zero\x1b[0m\n'
E
E Skipping 1251 identical leading characters in diff, use -v to show
E - m[36m[1mtyping.Union[0m
E + m[36m[1m<class 'typing.Union'>[0m
E ? ++++++++ ++
E [36m â â â [0m[36m[1m2[0m
E [36m â â [0m[36m[1m1[0m...
E
E ...Full output truncated (3 lines hidden), use '-vv' to show
cwd = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build'
dirname = 'modern'
file = <_io.TextIOWrapper
name='/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build/tests/exceptions/output/modern/type_hints.txt'
mode='r' encoding='UTF-8'>
filename = 'type_hints'
filepath = 'tests/exceptions/source/modern/type_hints.py'
outpath =
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build/tests/exceptions/output/modern/type_hints.txt'
proc = <Popen: returncode: 0 args: ['/usr/bin/python3.14',
'tests/exceptions/source...>
python = '/usr/bin/python3.14'
stderr = '\n\x1b[33m\x1b[1mTraceback (most recent call last):\x1b[0m\n\n
File "\x1b[32mtests/exceptions/source/modern/\x1b[0m\...x1b[1m<function foo at
0xDEADBEEF>\x1b[0m\n\n\x1b[31m\x1b[1mZeroDivisionError\x1b[0m:\x1b[1m division
by zero\x1b[0m\n'
stdout = ''
tests/test_exceptions_formatting.py:118: AssertionError
----------------------------- Captured stderr call -----------------------------
[33m[1mTraceback (most recent call last):[0m
File
"[32m/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build/tests/exceptions/source/modern/[0m[32m[1mtype_hints.py[0m",
line [33m23[0m, in [35m<module>[0m
[1mmain[0m[1m([0m[1m)[0m
[36mâ [0m[36m[1m<function main at 0x7f6ae816fed0>[0m
File
"[32m/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build/tests/exceptions/source/modern/[0m[32m[1mtype_hints.py[0m",
line [33m19[0m, in [35mmain[0m
[1mbar[0m[1m:[0m [1mName[0m [35m[1m=[0m
[1mfoo[0m[1m([0m[34m[1m1[0m[1m,[0m [34m[1m2[0m[1m,[0m
[34m[1m3[0m[1m)[0m
[36m â [0m[36m[1m<function foo at 0x7f6ae816fe20>[0m
File
"[32m/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build/tests/exceptions/source/modern/[0m[32m[1mtype_hints.py[0m",
line [33m15[0m, in [35mfoo[0m
[35m[1mdef[0m [1mfoo[0m[1m([0m[1ma[0m[1m:[0m
[1mint[0m[1m,[0m [1mb[0m[1m:[0m
[1mUnion[0m[1m[[0m[1mName[0m[1m,[0m [1mfloat[0m[1m][0m[1m,[0m
[1mc[0m[1m:[0m [36m"Name"[0m[1m)[0m [35m[1m->[0m [1mT[0m[1m:[0m
[34m[1m1[0m [35m[1m/[0m [34m[1m0[0m
[36m â â â â â â â
[0m[36m[1m~T[0m
[36m â â â â â â [0m[36m[1m3[0m
[36m â â â â â [0m[36m[1m<class 'str'>[0m
[36m â â â â [0m[36m[1m<class 'typing.Union'>[0m
[36m â â â [0m[36m[1m2[0m
[36m â â [0m[36m[1m1[0m
[36m â [0m[36m[1m<function foo at 0x7f6ae816fe20>[0m
[31m[1mZeroDivisionError[0m:[1m division by zero[0m
=========================== short test summary info ============================
FAILED
tests/test_exceptions_formatting.py::test_exception_modern[type_hints-minimum_python_version0]
============ 1 failed, 1560 passed, 31 skipped in 76.27s (0:01:16) =============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_loguru/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_loguru/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_loguru/build
configfile: pyproject.toml
plugins: cov-5.0.0, mypy-plugins-3.2.0
collected 1592 items
tests/test_activation.py ................................. [ 2%]
tests/test_add_option_backtrace.py . [ 2%]
tests/test_add_option_catch.py ........... [ 2%]
tests/test_add_option_colorize.py ................. [ 3%]
tests/test_add_option_context.py ........... [ 4%]
tests/test_add_option_diagnose.py . [ 4%]
tests/test_add_option_enqueue.py ............... [ 5%]
tests/test_add_option_filter.py ........................................ [ 8%]
............................. [ 9%]
tests/test_add_option_format.py .................... [ 11%]
tests/test_add_option_kwargs.py ........ [ 11%]
tests/test_add_option_level.py .......... [ 12%]
tests/test_add_option_serialize.py ......... [ 12%]
tests/test_add_sinks.py ................................................ [ 15%]
.... [ 16%]
tests/test_ansimarkup_basic.py ......................................... [ 18%]
...................................................... [ 22%]
tests/test_ansimarkup_extended.py ...................................... [ 24%]
...................................................... [ 27%]
tests/test_bind.py ......... [ 28%]
tests/test_colorama.py ssss..............sssss...............sssssssssss [ 31%]
ssss [ 31%]
tests/test_configure.py ................ [ 32%]
tests/test_contextualize.py .............. [ 33%]
tests/test_coroutine_sink.py ................................. [ 35%]
tests/test_datetime.py ......................................... [ 38%]
tests/test_deepcopy.py .... [ 38%]
tests/test_defaults.py .............. [ 39%]
tests/test_exceptions_catch.py ......................................... [ 42%]
................. [ 43%]
tests/test_exceptions_formatting.py .................................... [ 45%]
.........................................................s... [ 49%]
tests/test_filesink_compression.py ..................................... [ 51%]
................. [ 52%]
tests/test_filesink_delay.py .......... [ 53%]
tests/test_filesink_permissions.py .......... [ 53%]
tests/test_filesink_retention.py ....................................... [ 56%]
.......... [ 56%]
tests/test_filesink_rotation.py ........................................ [ 59%]
................................................ss....sss............... [ 63%]
........................... [ 65%]
tests/test_filesink_watch.py .............. [ 66%]
tests/test_formatting.py ............................................... [ 69%]
................................. [ 71%]
tests/test_get_frame.py ... [ 71%]
tests/test_interception.py ............ [ 72%]
tests/test_levels.py .................................................. [ 75%]
tests/test_locks.py ..... [ 75%]
tests/test_multiprocessing.py ............................ [ 77%]
tests/test_opt.py ...................................................... [ 81%]
........................................................................ [ 85%]
.......................... [ 87%]
tests/test_parse.py ......................... [ 88%]
tests/test_patch.py ........ [ 89%]
tests/test_pickling.py ................................................. [ 92%]
.... [ 92%]
tests/test_propagation.py ...... [ 93%]
tests/test_recattr.py ......... [ 93%]
tests/test_remove.py ........... [ 94%]
tests/test_repr.py .................... [ 95%]
tests/test_standard_handler.py ................... [ 96%]
tests/test_threading.py ....... [ 97%]
tests/test_type_hinting.py . [ 97%]
tests/typesafety/test_logger.yml ....................................... [ 99%]
..... [100%]
================= 1562 passed, 30 skipped in 74.40s (0:01:14) ==================
rm -fr -- /tmp/dh-xdg-rundir-1GyAuOE7
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: loguru
Source-Version: 0.7.3-4
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
loguru, 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.
Stefano Rivera <[email protected]> (supplier of updated loguru 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: Sun, 04 Jan 2026 17:56:33 -0400
Source: loguru
Architecture: source
Version: 0.7.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1123147
Changes:
loguru (0.7.3-4) unstable; urgency=medium
.
* Team Upload.
* Patch: Python 3.14 support. (Closes: #1123147)
Checksums-Sha1:
0cb29b451007512e4e81ce91fa8b24757e23a8d2 1694 loguru_0.7.3-4.dsc
bf78a0e8eff1a212cd52f39f6f42f089a261b491 7516 loguru_0.7.3-4.debian.tar.xz
0e0cd42176c485714bce4aae330a7ca853513322 6570 loguru_0.7.3-4_source.buildinfo
Checksums-Sha256:
b4804701fe8d46fb267ddca2d822e0269947364e5e4c71c35837a0bea177f2b9 1694
loguru_0.7.3-4.dsc
0adb1fbe72107a000458fa21615085fac0ca03cfa55e503734e8ec4df595b64c 7516
loguru_0.7.3-4.debian.tar.xz
aeed3463d7b985c12dd521562228db4b1cea0822bed3d253e06897580b552227 6570
loguru_0.7.3-4_source.buildinfo
Files:
85e6dc6f89e30af2af86825f889e474c 1694 python optional loguru_0.7.3-4.dsc
2cd4eb16f2b92e0b9875fc0e849b71e9 7516 python optional
loguru_0.7.3-4.debian.tar.xz
6f0bb31572e5aac5321508c526ff8049 6570 python optional
loguru_0.7.3-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCaVsKqhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2EyAAP4v4Sa8yK5BPVZHvpA/eBdvRRe7ZLNQ
CGzn3+y4pzCf3AD/TRbi50c7g5DbfDwT0XzbmbFD7P4VKIe/AGVq6O2G4QU=
=A2rl
-----END PGP SIGNATURE-----
pgpBvGKhHDlyj.pgp
Description: PGP signature
--- End Message ---