[Git][qa/jenkins.debian.net][master] rdn stats: use strigther regex to detect rebuilderd out of memory issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun May 25 10:26:27 BST 2025



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


Commits:
b034b781 by Holger Levsen at 2025-05-25T11:26:12+02:00
rdn stats: use strigther regex to detect rebuilderd out of memory issues

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

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -56,7 +56,7 @@ def main() -> None:
         return f
 
     error_messages = {
-        "rebuilderd failed, out of memory (temporary)": log_has_re("Cannot allocate memory"),
+        "rebuilderd failed, out of memory (temporary)": log_has_re("^dpkg \(subprocess\):.*Cannot allocate memory"),
         "rebuilderd failed, no diskspace (temporary)": log_has_re("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"),



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b034b781e26c53afdf67da0c7608b1ae1b726b80
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/20250525/5ae92f67/attachment.htm>


More information about the Qa-jenkins-scm mailing list