[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: ignore false positive disk full problem when building glibc

Holger Levsen gitlab at salsa.debian.org
Fri Dec 7 11:52:58 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
dcc5d7fe by Holger Levsen at 2018-12-07T11:52:49Z
reproducible Debian: ignore false positive disk full problem when building glibc

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_build.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -258,8 +258,8 @@ handle_ftbfs() {
 			fi
 		done
 		# notify about unkown diskspace issues where we are not 100% sure yet those are diskspace issues
-		# ignore syslinux and clisp, which are false positives…
-		if zgrep -e "No space left on device" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" && [ "$SRCPACKAGE" != "syslinux" ] && [ "$SRCPACKAGE" != "clisp" ] && [ "$SRCPACKAGE" != "klibc" ] ; then
+		# ignore syslinux, clisp, klibc and glibc which are false positives…
+		if zgrep -e "No space left on device" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" && [ "$SRCPACKAGE" != "syslinux" ] && [ "$SRCPACKAGE" != "clisp" ] && [ "$SRCPACKAGE" != "klibc" ] && [ "$SRCPACKAGE" != "glibc" ]; then
 			MESSAGE="${BUILD_URL}console.log for ${SRCPACKAGE} (ftbfs in $SUITE/$ARCH) _probably_ had a diskspace issue on $node. Please check, tune handle_ftbfs() and reschedule the package."
 			echo $MESSAGE | tee -a /var/log/jenkins/reproducible-diskspace-issues.log
 			irc_message debian-reproducible "$MESSAGE"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/dcc5d7fe3bd8721f7bc637308edf3cc435e406db

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/dcc5d7fe3bd8721f7bc637308edf3cc435e406db
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181207/79d62c92/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list