[Git][qa/jenkins.debian.net][master] rdn stats: fixup regex
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun May 25 15:12:22 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2bc01ea5 by Holger Levsen at 2025-05-25T16:12:15+02:00
rdn stats: fixup regex
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -73,7 +73,7 @@ def main() -> None:
"download failed (temporary)": log_has_re("400 URL must be absolute.E: Could not download.*sbuild failed"),
"sbuild chroot failed (temporary)": log_has("E: Error creating chroot session: skipping"),
"sbuild failed due to insufficient disk space": log_has("E: Disk space is probably not sufficient for building."),
- "sbuild failed due to insufficient memory": log_has_re(r"^fork() failed: Cannot allocate memory at /usr/libexec/sbuild-usernsexec line"),
+ "sbuild failed due to insufficient memory": log_has_re(r"^fork\(\) failed: Cannot allocate memory at /usr/libexec/sbuild-usernsexec line"),
"timeout: freedict (#998683)": log_has_all(["TRUNCATED DUE TO TIMEOUT: ", "inputs/freedict_20"]),
"timeout (maybe temporary)": log_has("TRUNCATED DUE TO TIMEOUT: "),
"old dpkg (<1.19.0, (bin)NMUs needed)": log_has_re(r"dpkg is already the newest version \(1\.1[0-8].*fakeroot not found, either install the fakeroot"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2bc01ea5c95fa25528f3e626aa5cbf47791746c2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2bc01ea5c95fa25528f3e626aa5cbf47791746c2
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/5b265aee/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list