[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Debian: detect another diskspace problem

Holger Levsen holger at layer-acht.org
Tue Feb 7 20:10:30 UTC 2017


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 f8f7169d15f3a0bcf577f61933cd5918883f38f5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Feb 7 21:10:22 2017 +0100

    reproducible Debian: detect another diskspace problem
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ff7173b..1ebc786 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

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