From bafaa911bfbde38a48994f5f26b9b5b49aeb2324 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 29 Sep 2000 11:27:19 +0000 Subject: Detect two more failures -- fetch timeout and runaway process (which is really a make package timeout without output). --- Tools/portbuild/scripts/processlogs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/processlogs b/Tools/portbuild/scripts/processlogs index 4f647d5d57a1..e72256a84e62 100755 --- a/Tools/portbuild/scripts/processlogs +++ b/Tools/portbuild/scripts/processlogs @@ -91,6 +91,10 @@ else else reason="missing header"; tag="header" fi + elif grep -q "pnohang: killing make checksum" $1; then + reason="fetch timeout"; tag="fetch-timeout" + elif grep -q "pnohang: killing make package" $1; then + reason="runaway process"; tag="runaway" elif grep -q "cd: can't cd to" $1; then reason="NFS"; tag="nfs" elif grep -qE "pkg_add: (can't find enough temporary space|projected size of .* exceeds available free space)" $1; then -- cgit v1.2.3