[Git][qa/jenkins.debian.net][master] reproduce.d.n/stats: drop some old categories

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Jan 23 17:46:11 GMT 2025



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


Commits:
de4e5f06 by Jochen Sprickerhof at 2025-01-23T18:45:51+01:00
reproduce.d.n/stats: drop some old categories

These are no longer relevant and start accumulating unrelated errors.

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

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -53,13 +53,10 @@ def main() -> None:
     error_messages = {
         "buildinfo file 404 (maybe temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download build input from"),
         "package file 404 (temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download original package from"),
-        "debsnap failed (temporary)": log_has("debsnap: fatal error at line 27"),
-        "debsnap failed to find source files (temporary)": log_has("debsnap: No source files found for"),
         "packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 48"),
         "debootsnap failed (maybe temporary)": log_has("debootsnap failed at /usr/bin/debrebuild line 48"),
         "debootsnap failed, no diskspace (temporary)": log_has_any(["W: creating tarball failed: E: cannot copy to /tmp/debrebuild", "dpkg-new': failed to write (No space left on device)"]),
         "dpkg-source failed (maybe temporary)": log_has("E: FAILED [dpkg-source died]"),
-        "dscverify failed (temporary)": log_has("Validation FAILED!!"),
         "network error (temporary)": log_has("Unable to connect to 127.0.0.1:3128"),
         "download failed (temporary)": log_has_re("400 URL must be absolute.E: Could not download.*sbuild failed"),
         "sbuild chroot failed (temporary)": log_has("E: Error creating chroot session: skipping"),
@@ -71,13 +68,10 @@ 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"),
-        "failed to reproduce": log_has_re(r"checking [^ ]*: (size(...)? ?(value of [^ ]*)? (differs for [^ ]*)?)? ?$"),
-        "diffoscope not found (fixed)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to run diffoscope: No such file or directory (os error 2)"),
-        "wrong buildinfo file (fixed)": log_has_any([".deb: size... md5... sha256... sha1... all OK", "deb: size... md5... sha1... sha256... all OK"]),
+        "failed to reproduce": lambda log, diff: diff,
     }
 
     messages_packages = {k: [] for k in error_messages.keys()} # Preserve keys order



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/de4e5f06d432b389ed02969f14cc57f23171be9c
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/20250123/949930d6/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list