[Git][qa/jenkins.debian.net][master] r.d.n./stats: add out of memory detection
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon May 12 08:28:30 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
acf4ea9c by Jochen Sprickerhof at 2025-05-12T09:28:15+02:00
r.d.n./stats: add out of memory detection
(cherry picked from commit 5599fd438bb8e56db2856ae7c18560c52e6823db)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -56,6 +56,7 @@ def main() -> None:
return f
error_messages = {
+ "rebuilderd failed, out of memory (temporary)": log_has_re("Cannot allocate memory"),
"rebuilderd failed, no diskspace (temporary)": log_has_re("No space left on device"),
"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/acf4ea9c8089dcbc56779c5152ee03087721e588
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/acf4ea9c8089dcbc56779c5152ee03087721e588
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/20250512/823c01ad/attachment.htm>
More information about the Qa-jenkins-scm
mailing list