[Git][qa/jenkins.debian.net][master] fixup: reproduce.d.n/stats: detect debootsnap failures due to insufficient disk space
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Dec 17 12:46:45 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
685934c9 by Holger Levsen at 2024-12-17T13:46:39+01:00
fixup: 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,7 +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)"),
+ "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/685934c99efe43f89c02d884d79cd1c2c83c0103
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/685934c99efe43f89c02d884d79cd1c2c83c0103
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/c0637543/attachment.htm>
More information about the Qa-jenkins-scm
mailing list