Commit 59c30493 authored by Jochen Sprickerhof's avatar Jochen Sprickerhof Committed by Holger Levsen
Browse files

rdn stats: add some common non reproducible pattern



(cherry picked from commit da1a985a64f968b20fd4041ac75dac07aa155b4c)
Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 7deb59d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,