[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.47-41-ga9fc1b0

Andreas Beckmann debian at abeckmann.de
Fri Nov 30 11:20:18 UTC 2012


The following commit has been merged in the master branch:
commit c75ee05b5f4209c43817f186f2bd20bfa431818b
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Fri Nov 2 17:49:48 2012 +0100

    piuparts issue: no space left on device
    
    in case the piuparts tmpdir runs out of space we see
      No space left on device
      E: You don't have enough free space in /var/cache/apt/archives/.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 85fff3d..ff7c7cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ piuparts (0.48) UNRELEASED; urgency=low
     - Enable recycling before initializing the real package db.
   * piuparts-slave.py:
   * piuparts-report.py:
+  * detect_piuparts_issues: Catch the chroot running out of space.
 
  -- Andreas Beckmann <debian at abeckmann.de>  Sat, 29 Sep 2012 14:42:10 +0200
 
diff --git a/master-bin/detect_piuparts_issues b/master-bin/detect_piuparts_issues
index 1ac9e95..f6e6a4d 100755
--- a/master-bin/detect_piuparts_issues
+++ b/master-bin/detect_piuparts_issues
@@ -54,6 +54,8 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e "tar: .*: No space left on device" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "gzip: stdin: invalid compressed data--crc error" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "ERROR:.*:Temporary directory is not a directory" $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e "No space left on device" $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e "E: You don't have enough free space in /var/cache/apt/archives/" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "^RuntimeError: maximum recursion depth exceeded while calling a Python object" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "^Traceback" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "^OSError:" $MASTER/$SECTION/$subdir >> $FILE

-- 
piuparts git repository



More information about the Piuparts-commits mailing list