[Git][qa/jenkins.debian.net][master] rdn stats: detect two new causes of FTBFS
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jun 4 12:32:30 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
87246a8a by Holger Levsen at 2025-06-04T13:32:15+02:00
rdn stats: detect two new causes of FTBFS
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -79,6 +79,8 @@ def main() -> None:
"old dpkg (<1.19.0, (bin)NMUs needed)": log_has_re(r"dpkg is already the newest version \(1\.1[0-8].*fakeroot not found, either install the fakeroot"),
"fakeroot not found (https://deb.li/3P46G)": log_has("fakeroot not found, either install the fakeroot"),
"failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"),
+ "dpkg-buildpackage failed to allocate memory (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "powerpc64le-linux-gnu-gcc: builderMainLoop: posix_spawnp: resource exhausted (Cannot allocate memory)"]),
+ "dpkg-buildpackage failed due to linker failure (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "collect2: error: ld returned 1 exit status"]),
"dpkg-buildpackage failed": log_has("E: Build failure (dpkg-buildpackage died"),
"diffoscope timeout (not fatal)": diff_has("TRUNCATED DUE TO TIMEOUT: 600 seconds"),
"failed to reproduce: dh-buildinfo (#1068809)": diff_has_any([f"buildinfo_{arch}.gz", "buildinfo_all.gz"]),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/87246a8ad6af662a8871ea38505f6000ee689e86
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/87246a8ad6af662a8871ea38505f6000ee689e86
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250604/27eb0b4b/attachment.htm>
More information about the Qa-jenkins-scm
mailing list