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

Holger Levsen gitlab at salsa.debian.org
Thu Sep 13 11:06:12 BST 2018


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


Commits:
7aac3a77 by Holger Levsen at 2018-09-13T10:05:08Z
reproducible Debian: ignore false positive disk full problem when building klibc

the offending/ok regex is
	'^ENOSPC \(.*\) => "No space left on device"'
(coming from test output of klibc...)

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

- - - - -


1 changed file:

- bin/reproducible_build.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -293,7 +293,7 @@ handle_ftbfs() {
 		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" ] ; then
+		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
 			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/7aac3a7707f7f4a9dacffa54eeadcb4da2d60ebe

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/7aac3a7707f7f4a9dacffa54eeadcb4da2d60ebe
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/20180913/cad43702/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list