[Git][qa/jenkins.debian.net][master] rebuilderd_stats: Categorize failures without a diffoscope log

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jan 7 16:43:57 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
05c2495f by Gioele Barabucci at 2025-01-07T17:43:42+01:00
rebuilderd_stats: Categorize failures without a diffoscope log

Older failures to reproduce have no associated diffoscope log. Let's
keep track of them until they disappear.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -70,6 +70,7 @@ def main() -> None:
         "fakeroot not found (https://deb.li/3P46G)": log_has("fakeroot not found, either install the fakeroot"),
         "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: no diffoscope log (fixed)": lambda log, diff: not diff,
         "failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"),
         "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"),



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/05c2495fac043f7b5bbfc9570fbd9b953a037f31

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/05c2495fac043f7b5bbfc9570fbd9b953a037f31
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/20250107/208f29aa/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list