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

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



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


Commits:
f88abe5d by Holger Levsen at 2025-05-25T11:28:43+02:00
fixup: 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("^dpkg \(subprocess\):.*Cannot allocate memory"),
+        "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, 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/f88abe5d36c6e9268f60cc6f0f7bfb314e0e5579

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f88abe5d36c6e9268f60cc6f0f7bfb314e0e5579
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/2d93ebdc/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list