[Git][qa/jenkins.debian.net][master] rdn stats: detect another variant of network errors
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat May 24 14:17:00 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ea8d2da1 by Holger Levsen at 2025-05-24T15:16:48+02:00
rdn stats: detect another variant of network errors
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -69,7 +69,7 @@ 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("Unable to connect to 127.0.0.1:3128"),
+ "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"]),
"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."),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ea8d2da1e0b8d662a3c7a6a72393dc0ec61fb18f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ea8d2da1e0b8d662a3c7a6a72393dc0ec61fb18f
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/20250524/68728636/attachment.htm>
More information about the Qa-jenkins-scm
mailing list