[Git][qa/jenkins.debian.net][master] reproduce.d.n/stats: detect sbuild failures due to insufficient disk space
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Dec 16 12:28:27 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b2073ef5 by Holger Levsen at 2024-12-16T13:28:06+01:00
reproduce.d.n/stats: detect sbuild failures due to insufficient disk space
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -32,6 +32,7 @@ def main() -> None:
f"{log} like '%400 URL must be absolute"
"_E: Could not download%sbuild failed%'": "download failed (temporary)",
f"{log} like '%E: Error creating chroot session: skipping%'": "sbuild chroot failed (temporary)",
+ f"{log} like '%E: Disk space is probably not sufficient for building.%'": "sbuild failed due to insufficient disk space",
f"{log} like '%TRUNCATED DUE TO TIMEOUT: %'"
f" and {log} like '%inputs/freedict_20%'": "timeout: freedict (#998683)",
f"{log} like '%TRUNCATED DUE TO TIMEOUT: %'"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b2073ef5236c8619fe3f67a7032ae10720292fc1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b2073ef5236c8619fe3f67a7032ae10720292fc1
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/20241216/e4d39e7f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list