[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, master, updated. 148332ef45997ba3aaf38cc2c9a28441083bad49

Andreas Beckmann beckmann at cs.uni-frankfurt.de
Fri Dec 23 10:23:47 UTC 2011


The following commit has been merged in the master branch:
commit bf179ba6f9d87f7fd70e43824245f6af0869f4e6
Author: Andreas Beckmann <beckmann at cs.uni-frankfurt.de>
Date:   Sun Nov 20 00:35:59 2011 +0100

    detect some more piuparts issues
    
    * missing tempdir
    * exceptions, tracebacks and other python errors in piuparts.py

diff --git a/home/piupartsm/bin/detect_piuparts_issues b/home/piupartsm/bin/detect_piuparts_issues
index 5738ca8..d95dbcb 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -37,11 +37,15 @@ fi
 FILE=`mktemp`
 for SECTION in $SECTIONS ; do 
 	rgrep -l -e "tar: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "ERROR:.*:Temporary directory is not a directory" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "^RuntimeError: maximum recursion depth exceeded while calling a Python object" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "^Traceback" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "^OSError:" $MASTER/$SECTION/fail >> $FILE
 done
 if [ -s $FILE ] ; then 
 	echo "piuparts problem detected!"
 	echo "(By grep'ing for 'tar: .*.tar.gz: Cannot open: No such file or directory'"
-	echo "in failed logs.)"
+	echo "and for some python errors and tracebacks in failed logs.)"
 	echo 
 	echo "Please review the following logfiles/packages."
         echo "If it is always the same package failing, it's likely to be an issue in the"

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list