Skip to content
Snippets Groups Projects
Commit 2bc01ea5 authored by Holger Levsen's avatar Holger Levsen
Browse files

rdn stats: fixup regex

parent 10aa2d9a
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment