[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible rpms: detect builds killed by timeout

Holger Levsen holger at moszumanska.debian.org
Mon Dec 14 14:35:53 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 66817d5fc0d9433abe44cfee1ad99159f1a9463d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 14 15:32:00 2015 +0100

    reproducible rpms: detect builds killed by timeout
---
 bin/reproducible_html_rpms.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index fb5794e..03c5584 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -58,7 +58,11 @@ for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename {
 		elif [ ! -z "$(egrep '^ERROR: Command failed. See logs for output.' $RPMBASE/$RELEASE/$ARCH/$PKG/build1.log)" ] ; then
 			HTML_TARGET=$HTML_FTBFS
 			let NR_FTBFS+=1
-			echo "       <img src=\"/userContent/static/weather-storm.png\" alt=\"ftbfs icon\" /> failed to verify source" >> $HTML_BUFFER
+			echo "       <img src=\"/userContent/static/weather-storm.png\" alt=\"ftbfs icon\" /> failed to build" >> $HTML_BUFFER
+		elif [ ! -z "$(egrep 'mock was killed by timeout after' $RPMBASE/$RELEASE/$ARCH/$PKG/build1.log)" ] ; then
+			HTML_TARGET=$HTML_FTBFS
+			let NR_FTBFS+=1
+			echo "       <img src=\"/userContent/static/weather-storm.png\" alt=\"ftbfs icon\" /> killed by timeout" >> $HTML_BUFFER
 		else
 			echo "       probably failed to build from source, please investigate" >> $HTML_BUFFER
 			HTML_TARGET=$HTML_UNKNOWN

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