[Git][qa/jenkins.debian.net][master] r.d.n/stats: detect another common case of diskspace issues
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Jan 26 13:53:04 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
38d5f77e by Holger Levsen at 2025-01-26T14:52:54+01:00
r.d.n/stats: detect another common case of diskspace issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -50,6 +50,7 @@ def main() -> None:
return f
error_messages = {
+ "rebuilderd failed, no diskspace (temporary)": log_has_re(r"rebuilderd: unexpected error while rebuilding package: Failed to download original package from.*: No space left on device \(os error 28\)"),
"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"),
"packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 48"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/38d5f77efed286a6a27766ac9593bc58b6cb7d9c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/38d5f77efed286a6a27766ac9593bc58b6cb7d9c
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/20250126/25f842ff/attachment.htm>
More information about the Qa-jenkins-scm
mailing list