[Git][qa/jenkins.debian.net][master] r.d.n./stats: fix debrebuild line number due to new version
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu May 15 11:09:08 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
265a5fb4 by Jochen Sprickerhof at 2025-05-15T12:08:52+02:00
r.d.n./stats: fix debrebuild line number due to new version
(cherry picked from commit ef10f58935d03cb3345260f8f341a6d45fb9f104)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -60,12 +60,12 @@ def main() -> None:
"rebuilderd failed, no diskspace (temporary)": log_has_re("No space left on device"),
"buildinfo file 404 (maybe temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download build input from"),
"package file 404 (temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download original package from"),
- "packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 48"),
+ "packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 4"),
"multiarch-support missing (NMUs needed)": log_has_all(["multiarch-support but it is not installable", "Build Type: all"]),
"multiarch-support missing (binNMUs needed)": log_has("multiarch-support but it is not installable"),
- "mmdebstrap failed (#1094165)": log_has_all(["fatal: `/bin/chfn -f Debian OWFS system account Debian-ow' returned error code 1. Exiting.", "debootsnap failed at /usr/bin/debrebuild line 48"]),
- "debootsnap failed (temporary)": log_has_all(["Failed to fetch http://snapshot.debian.org/archive/debian", "debootsnap failed at /usr/bin/debrebuild line 48"]),
- "debootsnap failed (maybe temporary)": log_has("debootsnap failed at /usr/bin/debrebuild line 48"),
+ "mmdebstrap failed (#1094165)": log_has_all(["fatal: `/bin/chfn -f Debian OWFS system account Debian-ow' returned error code 1. Exiting.", "debootsnap failed at /usr/bin/debrebuild line 4"]),
+ "debootsnap failed (temporary)": log_has_all(["Failed to fetch http://snapshot.debian.org/archive/debian", "debootsnap failed at /usr/bin/debrebuild line 4"]),
+ "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"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/265a5fb4ec262af10954b193487f839337540c14
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/265a5fb4ec262af10954b193487f839337540c14
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/20250515/7a639647/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list