[Qa-jenkins-scm] [jenkins.debian.net] 03/07: reproducible: add another verified string indicating a diskspace problem

Holger Levsen holger at moszumanska.debian.org
Sun Oct 4 09:34:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 01091801cc9b8751127d91bd3c6c5dc62a4ea3a8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 4 11:20:41 2015 +0200

    reproducible: add another verified string indicating a diskspace problem
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 4e3d59e..0314292 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -201,7 +201,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' ; 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' ; do
 			if zgrep -e "$NEEDLE" "$BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
 				handle_enospace
 				return

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list