[Git][qa/jenkins.debian.net][master] reproduce.d.n/stats: some more consistancy
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Dec 15 12:52:06 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d78b71c6 by Holger Levsen at 2024-12-15T13:51:54+01:00
reproduce.d.n/stats: some more consistancy
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilder_stats.py
Changes:
=====================================
bin/rebuilder_stats.py
=====================================
@@ -36,15 +36,15 @@ def main() -> None:
f" and {log} like '%inputs/freedict_20%'": "timeout: freedict #998683",
f"{log} like '%TRUNCATED DUE TO TIMEOUT: %'"
f" and {log} not like '%inputs/freedict_20%'": "timeout",
- f"{log} like '%TRUNCATED DUE TO SIZE LIMIT: %'": "size limit",
+ f"{log} like '%TRUNCATED DUE TO SIZE LIMIT: %'": "size limit (not fatal)",
f"{log} like '%fakeroot not found, either install the fakeroot%'"
- fr" and {log} regexp 'dpkg is already the newest version \(1\.1[0-8]'": "old dpkg (<1.19.0)",
+ fr" and {log} regexp 'dpkg is already the newest version \(1\.1[0-8]'": "old dpkg (<1.19.0, temporary)",
f"{log} like '%fakeroot not found, either install the fakeroot%'"
fr" and not {log} regexp 'dpkg is already the newest version \(1\.1[0-8]'": "fakeroot not found (https://deb.li/3P46G)",
f"{log} not like '%fakeroot not found, either install the fakeroot%'"
f" and not ({r_packages})"
f" and {log} like '%E: Build failure (dpkg-buildpackage died)%'": "dpkg-buildpackage failed",
- "b.diffoscope like '%TRUNCATED DUE TO TIMEOUT: 600 seconds%'": "diffoscope timeout",
+ "b.diffoscope like '%TRUNCATED DUE TO TIMEOUT: 600 seconds%'": "diffoscope timeout (not fatal)",
f"not ({r_packages}) and (b.diffoscope is null or"
f" (b.diffoscope not like '%buildinfo_{arch}.gz%' and"
" b.diffoscope not like '%buildinfo_all.gz%' and"
@@ -55,8 +55,8 @@ def main() -> None:
fr" or {log} regexp 'checking [^ ]*: size... value of [^ ]* differs for [^ ]*$')": "failed to reproduce",
f"{log} like '%rebuilderd: unexpected error while rebuilding package:"
" Failed to run diffoscope: No such file or directory (os error 2)%'": "diffoscope not found (fixed)",
- r_packages: "failed to reproduce: R package #1089197",
- f"b.diffoscope like '%buildinfo_{arch}.gz%' or b.diffoscope like '%buildinfo_all.gz%'": "dh_buildinfo #1068809",
+ r_packages: "failed to reproduce: R package (#1089197)",
+ f"b.diffoscope like '%buildinfo_{arch}.gz%' or b.diffoscope like '%buildinfo_all.gz%'": "dh_buildinfo (#1068809)",
f"({log} like '%.deb: size... md5... sha256... sha1... all OK_' or {log} like '%.deb: size... md5... sha1... sha256... all OK_')": "rebuilderd error"
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d78b71c6879b44bb44847b747a29eedabf624973
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d78b71c6879b44bb44847b747a29eedabf624973
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/20241215/b23b4d2c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list