From d4663d07098d0bf105b2d5bf73488a4c3a2d1774 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Mar 2017 10:51:16 +0100 Subject: reproducible Debian: detect another case of ENOSPACE causing ftbfs Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d2bea347..d12935a3 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -264,6 +264,7 @@ handle_ftbfs() { '^mkdir .*: No space left on device' \ 'exceeds available storage space.*\(No space left on device\)$' \ '^dpkg-source: error: cannot create directory .* No space left on device$' \ + 'Requested size .* exceeds available storage space .*\(No space left on device\)$' \ ; do if zgrep -e "$NEEDLE" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then handle_enospace $node -- cgit v1.2.3-54-g00ecf