[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add three new patterns to detect diskspace errors

Holger Levsen holger at moszumanska.debian.org
Mon Oct 12 16:21:58 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 21f7a3d6478a2e688730dcd70ec502e0275301b3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 12 18:21:05 2015 +0200

    reproducible: add three new patterns to detect diskspace errors
---
 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 c72c0f7..c00b6ca 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

-- 
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