[Git][qa/jenkins.debian.net][master] rdn stats: add some common non reproducible pattern
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 3 00:25:12 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
59c30493 by Jochen Sprickerhof at 2025-07-03T01:25:00+02:00
rdn stats: add some common non reproducible pattern
(cherry picked from commit da1a985a64f968b20fd4041ac75dac07aa155b4c)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -124,6 +124,10 @@ def main() -> None:
"dpkg-buildpackage failed": log_has("E: Build failure (dpkg-buildpackage died"),
"failed to reproduce: diffoscope timeout (not fatal)": diff_has("TRUNCATED DUE TO TIMEOUT: 600 seconds"),
"failed to reproduce: dh-buildinfo (#1068809)": diff_has_any([f"buildinfo_{args.arch}.gz", "buildinfo_all.gz"]),
+ "failed to reproduce: NT_GNU_BUILD_ID": diff_has_re(r" -( GNU 0x00000014\tNT_GNU_BUILD_ID \(unique build ID bitstring\)\t Build ID: ).* \+\1"),
+ "failed to reproduce: chmod +s": diff_has_re(r" -([drwx-]{3,6})s([drwx-]{3,6} [0-9a-z() ]{,60} [0-9]+ [0-9-]{10} [012][0-9]:).* \+\1x\2"),
+ "failed to reproduce: fakefoot in LD path": diff_has("linux-gnu/libfakeroot"),
+ "failed to reproduce: PackageVerificationCode": diff_has("-PackageVerificationCode"),
one_second_string: diff_has_re(r" -([drwx-]{10} [0-9a-z() ]{,60} [0-9]+ [0-9-]{10} [012][0-9]:).* \+\1"),
"failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"),
"failed to reproduce": lambda log, diff: diff,
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/59c30493dea6404b4223ce99aafbb7aa98e5563f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/59c30493dea6404b4223ce99aafbb7aa98e5563f
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/20250702/b24eac31/attachment.htm>
More information about the Qa-jenkins-scm
mailing list