Loading bin/rebuilderd_stats.py +2 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,8 @@ def main() -> None: "old dpkg (<1.19.0, (bin)NMUs needed)": log_has_re(r"dpkg is already the newest version \(1\.1[0-8].*fakeroot not found, either install the fakeroot"), "fakeroot not found (https://deb.li/3P46G)": log_has("fakeroot not found, either install the fakeroot"), "failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"), "dpkg-buildpackage failed to allocate memory (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "powerpc64le-linux-gnu-gcc: builderMainLoop: posix_spawnp: resource exhausted (Cannot allocate memory)"]), "dpkg-buildpackage failed to allocate memory for gcc (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "powerpc64le-linux-gnu-gcc: builderMainLoop: posix_spawnp: resource exhausted (Cannot allocate memory)"]), "dpkg-buildpackage failed to allocate memory for make (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "/usr/bin/make: Cannot allocate memory"]), "dpkg-buildpackage failed due to linker failure (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "collect2: error: ld returned 1 exit status"]), "dpkg-buildpackage failed": log_has("E: Build failure (dpkg-buildpackage died"), "diffoscope timeout (not fatal)": diff_has("TRUNCATED DUE TO TIMEOUT: 600 seconds"), Loading Loading
bin/rebuilderd_stats.py +2 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,8 @@ def main() -> None: "old dpkg (<1.19.0, (bin)NMUs needed)": log_has_re(r"dpkg is already the newest version \(1\.1[0-8].*fakeroot not found, either install the fakeroot"), "fakeroot not found (https://deb.li/3P46G)": log_has("fakeroot not found, either install the fakeroot"), "failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"), "dpkg-buildpackage failed to allocate memory (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "powerpc64le-linux-gnu-gcc: builderMainLoop: posix_spawnp: resource exhausted (Cannot allocate memory)"]), "dpkg-buildpackage failed to allocate memory for gcc (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "powerpc64le-linux-gnu-gcc: builderMainLoop: posix_spawnp: resource exhausted (Cannot allocate memory)"]), "dpkg-buildpackage failed to allocate memory for make (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "/usr/bin/make: Cannot allocate memory"]), "dpkg-buildpackage failed due to linker failure (maybe temporary)": log_has_all(["E: Build failure (dpkg-buildpackage died", "collect2: error: ld returned 1 exit status"]), "dpkg-buildpackage failed": log_has("E: Build failure (dpkg-buildpackage died"), "diffoscope timeout (not fatal)": diff_has("TRUNCATED DUE TO TIMEOUT: 600 seconds"), Loading