[Git][qa/jenkins.debian.net][master] rdn stats: catch packages not in the archive
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Aug 31 13:10:51 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f14c6966 by Jochen Sprickerhof at 2025-08-31T14:10:44+02:00
rdn stats: catch packages not in the archive
(cherry picked from commit affe56310aa8950130933c14ab74a90b3c2edf18)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -99,6 +99,7 @@ def main() -> None:
one_second_string = "failed to reproduce: 1-second offset (#1089088)"
error_messages = {
+ "package no longer in the archive": log_has("E: Unable to find a source package for"),
"rebuilderd failed, out of memory (temporary)": log_has_re(r"dpkg \(subprocess\):.*Cannot allocate memory"),
"rebuilderd failed, no diskspace (temporary)": log_has_re(r"fatal error: error writing to /.*: No space left on device"),
"rebuilderd failed, repository not signed (temporary)": log_has_re("E: The repository 'https://deb.debian.org/debian .* InRelease' is not signed."),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f14c6966117318a5c7fa375f7c6962b89d449bf1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f14c6966117318a5c7fa375f7c6962b89d449bf1
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/20250831/48e15fa6/attachment.htm>
More information about the Qa-jenkins-scm
mailing list