From f8f7169d15f3a0bcf577f61933cd5918883f38f5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Feb 2017 21:10:22 +0100 Subject: reproducible Debian: detect another diskspace problem 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 ff7173bf..1ebc786f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -259,6 +259,7 @@ handle_ftbfs() { '^zip I/O error: No space left on device' \ '^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$' \ ; 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