[Git][qa/jenkins.debian.net][master] rdn stats: improve ordering of some "failed to reproduce" issues
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Jun 7 14:25:59 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f45c1e40 by Holger Levsen at 2025-06-07T15:25:46+02:00
rdn stats: improve ordering of some "failed to reproduce" issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -78,14 +78,14 @@ def main() -> None:
"timeout (maybe temporary)": log_has("TRUNCATED DUE TO TIMEOUT: "),
"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 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"),
+ "failed to reproduce: 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"]),
"failed to reproduce: 1-second offset (#1089088)": diff_has_re(r" -([drwx-]{10} [0-9a-z() ]{,60} [0-9]+ [0-9-]{10} [012][0-9]:).* \+\1"),
+ "failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"),
"failed to reproduce": lambda log, diff: diff,
"size limit (not fatal)": log_has("TRUNCATED DUE TO SIZE LIMIT: "),
"other errors": lambda *_: True,
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f45c1e40f1c13ea84d24697f042d5fa3348bd703
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f45c1e40f1c13ea84d24697f042d5fa3348bd703
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/20250607/668fc72b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list