[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: detect another case of ENOSPACE causing ftbfs

Holger Levsen holger at layer-acht.org
Wed Mar 15 09:51: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 d4663d07098d0bf105b2d5bf73488a4c3a2d1774
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Mar 15 10:51:16 2017 +0100

    reproducible Debian: detect another case of ENOSPACE causing ftbfs
    
    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 d2bea34..d12935a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -264,6 +264,7 @@ handle_ftbfs() {
 			'^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$' \
+			'Requested size .* exceeds available storage space .*\(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