[Git][qa/jenkins.debian.net][master] rdn stats: detect another new cause of FTBFS
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jun 4 16:08:51 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
67e7b108 by Holger Levsen at 2025-06-04T17:08:44+02:00
rdn stats: detect another new cause 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,7 +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 to allocate memory for gcc (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 to allocate memory for make (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "/usr/bin/make: 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"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/67e7b108419dfc274d7b1e35aa9d79fe7024fbde
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/67e7b108419dfc274d7b1e35aa9d79fe7024fbde
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/afffc5c3/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list