[Git][qa/jenkins.debian.net][master] reproduce.d.n/stats: detect debootsnap failures due to insufficient disk space
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Dec 17 12:44:48 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7e8a9ad1 by Holger Levsen at 2024-12-17T13:44:18+01:00
reproduce.d.n/stats: detect debootsnap failures due to insufficient disk space
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -55,6 +55,7 @@ def main() -> None:
"debsnap failed to find source files (temporary)": log_has("debsnap: No source files found for"),
"packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 48"),
"debootsnap failed (maybe temporary)": log_has("debootsnap failed at /usr/bin/debrebuild line 48"),
+ "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)"),
"dscverify failed (temporary)": log_has("Validation FAILED!!"),
"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"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7e8a9ad1b36ebb2b47d0eb9c01190505b06e4a2e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7e8a9ad1b36ebb2b47d0eb9c01190505b06e4a2e
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/20241217/50895cd6/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list