[Git][qa/jenkins.debian.net][master] r.d.n/stats: relax regex to find enospace issues
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 28 23:06:52 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
61f2f9a7 by Holger Levsen at 2025-01-29T00:06:45+01:00
r.d.n/stats: relax regex to find enospace issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -47,7 +47,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\)|^E: Failed to fetch https://deb.debian.org/debian/dists/.*/main/source/Sources 404 Not Found)"),
+ "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\)|^E: Failed to fetch https://deb.debian.org/debian/dists/.*/main/source/Sources)"),
"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/61f2f9a7e75bdd3626152de716ec9caa29db032d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/61f2f9a7e75bdd3626152de716ec9caa29db032d
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/20250128/8135d334/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list