[Git][qa/jenkins.debian.net][master] rdn stats: avoid some false positives

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Jun 6 23:00:01 BST 2025



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


Commits:
641f0c11 by Holger Levsen at 2025-06-06T23:59:48+02:00
rdn stats: avoid some false positives

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

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -57,7 +57,7 @@ def main() -> None:
 
     error_messages = {
         "rebuilderd failed, out of memory (temporary)": log_has_re(r"dpkg \(subprocess\):.*Cannot allocate memory"),
-        "rebuilderd failed, no diskspace (temporary)": log_has_re("No space left on device"),
+        "rebuilderd failed, no diskspace (temporary)": log_has_re(r"fatal error: error writing to /.*: No space left on device"),
         "rebuilderd failed, repository not signed (temporary)": log_has_re("E: The repository 'https://deb.debian.org/debian .* InRelease' is not signed."),
         "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"),



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/641f0c11f14b5f19dbd873d46ceeca0cc0ad18f9
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/20250606/a77ec408/attachment.htm>


More information about the Qa-jenkins-scm mailing list