[Git][qa/jenkins.debian.net][master] rdn stats: detect more cases of memory and network issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun May 25 11:33:31 BST 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
10aa2d9a by Holger Levsen at 2025-05-25T12:33:24+02:00
rdn stats: detect more cases of memory and network issues

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -69,10 +69,11 @@ def main() -> None:
         "debootsnap failed (maybe temporary)": log_has("debootsnap failed at /usr/bin/debrebuild line 4"),
         "debootsnap failed, no diskspace (temporary)": log_has_any(["W: creating tarball failed: E: cannot copy to /tmp/debrebuild", "dpkg-new': failed to write (No space left on device)"]),
         "dpkg-source failed (maybe temporary)": log_has("E: FAILED [dpkg-source died]"),
-        "network error (temporary)": log_has_any(["Unable to connect to 127.0.0.1:3128", "E: You must put some 'deb-src' URIs in your sources.list"]),
+        "network error (temporary)": log_has_any(["Unable to connect to 127.0.0.1:3128", "E: You must put some 'deb-src' URIs in your sources.list", "E: Failed to fetch https://deb.debian.org/debian/dists/"]),
         "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"),
         "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/10aa2d9af863bcececd0665b7c203d7c42c95306

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/10aa2d9af863bcececd0665b7c203d7c42c95306
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/3631de25/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list