Your message dated Sun, 26 Oct 2025 20:39:57 +0000
with message-id <[email protected]>
and subject line Bug#1117640: fixed in buildbot 4.3.0-1
has caused the Debian Bug report #1117640,
regarding buildbot: Empty logs during all actions - upstream regression
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.)
--
1117640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117640
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: buildbot
Version: 4.2.1-1
Severity: important
Tags: patch upstream
Dear Maintainer,
Hi,
Since upgrade to Debian 13 Trixie, buildbot is not showing any logs in any of
actions. I believe that this bug is reproducible on all Trixie systems even
freshly installed ones. This bug was seen on FreedomBox build infrastructure.
An error was repeatedly seen in twisted.log for the build master (traceback
follows this bug report). The traceback shows that code tried to import
buildbot.test module. This module is (correctly) not shipped in Debian.
This error is caused by a regression in upstream[1] during cleanup (present in
versions 3.9 upto 4.3). It was fixed[2] in version 4.3 of upstream. The fix is
quite small if you wish to backport to Debian Trixie's version 4.2.
Links:
1)
https://github.com/buildbot/buildbot/commit/d6b698ee4e7fb423e4181b7664b69ebb4d7fa5ca
2)
https://github.com/buildbot/buildbot/commit/a894300c5085be925f5021bae2058492625a786b
Thank you for packaging and maintaining buildbot package.
--
Sunil Mohan Adapa
Traceback:
2025-09-30 05:19:50-0700 [-] Unhandled error in Deferred:
2025-09-30 05:19:50-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
2013, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line
467, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/lib/python3/dist-
packages/buildbot/process/remotecommand.py", line 403, in remoteUpdate
await self.add_stderr_lines(cleanup(value), is_flushed)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
1178, in __iter__
yield self
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
2013, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line
467, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/lib/python3/dist-
packages/buildbot/process/remotecommand.py", line 361, in add_stderr_lines
await self.logs[self.stdioLogName].add_stderr_lines(data)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
1183, in __iter__
yield self
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
2013, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line
467, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/lib/python3/dist-packages/buildbot/process/log.py", line
83, in addRawLines
yield self.lock.run(lambda:
self.master.data.updates.appendLog(self.logid, lines))
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
2013, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line
467, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/lib/python3/dist-packages/buildbot/data/logs.py", line
144, in appendLog
res = yield self.master.db.logs.appendLog(logid=logid,
content=content)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line
2017, in _inlineCallbacks
result = context.run(gen.send, result)
File "/usr/lib/python3/dist-packages/buildbot/db/logs.py", line 474,
in appendLog
async for (
File "/usr/lib/python3/dist-packages/buildbot/db/logs.py", line 820,
in _async_iter_on_pool
from buildbot.test.fake.reactor import NonThreadPool
builtins.ModuleNotFoundError: No module named 'buildbot.test'
-- System Information:
Debian Release: 13.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.48+deb13-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: buildbot
Source-Version: 4.3.0-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
buildbot, 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.
Colin Watson <[email protected]> (supplier of updated buildbot 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, 26 Oct 2025 19:59:47 +0000
Source: buildbot
Architecture: source
Version: 4.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1117391 1117640
Changes:
buildbot (4.3.0-1) unstable; urgency=medium
.
* Team upload.
* Re-export debian/upstream/signing-key.asc without subkeys.
* New upstream release:
- Partially revert "monkeypatches: Remove unused for_tests argument"
(closes: #1117640).
* Fix deprecation warning from alembic >= 1.16.0 (closes: #1117391).
Checksums-Sha1:
279a8762598e20b5029c1d071abcb4108909ab4a 3088 buildbot_4.3.0-1.dsc
b498baa1523ada4841168443f9f5454ff137836a 4372097 buildbot_4.3.0.orig.tar.gz
6ba16ed3924e351708ab981bfee8ace85b19ab77 484 buildbot_4.3.0.orig.tar.gz.asc
2469183c4a9d970054045e8a28fba78e6f2ee88d 28372 buildbot_4.3.0-1.debian.tar.xz
Checksums-Sha256:
a66ee62380e0f2b250e86c22698aa99ff01859394d54e46a5a7df0ad71e2b41f 3088
buildbot_4.3.0-1.dsc
a7d60816a90ae392caa12526aa5b5ad2113ca874f46c6da71d071425ea751fa6 4372097
buildbot_4.3.0.orig.tar.gz
24212e1361f467aa0cdabe8ba377497d5a7fa9bc72f7da8025587101616331d3 484
buildbot_4.3.0.orig.tar.gz.asc
66deee47cbe479f6f2c148d935a3d7e0f656bbee515958f89914dc7fbc5ec40d 28372
buildbot_4.3.0-1.debian.tar.xz
Files:
37c733645401ee9283b6a936b75a89cb 3088 devel optional buildbot_4.3.0-1.dsc
46cfe59597aa95f455b1f2d7cfcedb52 4372097 devel optional
buildbot_4.3.0.orig.tar.gz
47cd45a4d703a639f0872fc149a544bf 484 devel optional
buildbot_4.3.0.orig.tar.gz.asc
c4726911bf7c50014dbd12c9eacbf565 28372 devel optional
buildbot_4.3.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmj+fdYACgkQOTWH2X2G
UAsmtw//ckhBSw8nvrR3spk4ftmlf8mbhnsO4sCTbGE6v1dXhyRbF2fvYKi6PkTA
YrjCCwuw0e8kIUqUCZeRIwgcUkT6nZqJIwrcpedz9w0fVwM23WoRPnYlTqWHUsS7
tY9zRj/755D046G7HDxadQ3HSpsV2dzfis34AOepHI7Kdppr+4jq0iTCy3X8i/Hq
Br6QModtIThapz6x+0rtTEXBphawhH2ORoEwb+TcY/l0nXFcImI30vtd9km7tVeN
Kn89bHh58R2Aq1PH14YhhG1XR4JqsBircUk+/Oa2Atkh4ICOONFEJw/6bkABjtJW
SD/yUyBxUOKqHn0WYTjb5/tx3+pUz1eRyqesjybGiddCsk189anE2ZAuKI2mUtll
tl6hMKnmGGHW3BlL8UoC72Sa9cpk7OQ+vnJ2RGN6dNJj8xPKHiRecKzoZ7dC82P1
suGm65mbDYbiguTdM7fxDeA0k2Eaj7gCrY/YJienfVQeZPVHPqcIG0/6Npm8m4kj
xMnLv7AdQy9NNMG4iCRVau+gqxygqmnsq52UNPAE3Ua+4hHM8ncTGLhSFiE+wE1Q
plTweW+kcnVatpvwXbqeGv8ZLp8C0roUhlZMZJ5QSgOzmjTU49qp5LD24bXqUtlV
ZOTsSKGH0FhasDk335NHmK1XK747pQ3GsCI9UUfVacDsn/TNO9A=
=HMEJ
-----END PGP SIGNATURE-----
pgptWW9oCTv3o.pgp
Description: PGP signature
--- End Message ---