From 21f7a3d6478a2e688730dcd70ec502e0275301b3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Oct 2015 18:21:05 +0200 Subject: reproducible: add three new patterns to detect diskspace errors --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index c72c0f79..c00b6ca5 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -205,7 +205,7 @@ handle_ftbfs() { handle_depwait return fi - for NEEDLE in '^tar:.*Cannot write: No space left on device' 'fatal error: error writing to .* No space left on device' './configure: line .* printf: write error: No space left on device' 'cat: write error: No space left on device' '^dpkg-deb.*No space left on device' '^cp: (erreur d.écriture de|impossible d.étendre).*No space left on device' ; do + for NEEDLE in '^tar:.*Cannot write: No space left on device' 'fatal error: error writing to .* No space left on device' './configure: line .* printf: write error: No space left on device' 'cat: write error: No space left on device' '^dpkg-deb.*No space left on device' '^cp: (erreur d.écriture de|impossible d.étendre).*No space left on device' '^tee: .* No space left on device' '^zip I/O error: No space left on device' '^mkdir .*: No space left on device' ; do if zgrep -e "$NEEDLE" "$BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then handle_enospace return -- cgit v1.2.3-54-g00ecf