[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: also detect "no route to host" issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jun 28 13:05:17 BST 2021



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


Commits:
aef1c204 by Holger Levsen at 2021-06-28T14:05:06+02:00
trbo health check: also detect "no route to host" issues

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -252,10 +252,12 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
 				small_note "apt failed: broken dependencies"
 			else
-				small_note "generic SSH failure"
+				small_note "SSH failure"
 			fi
+		elif $(grep -E -q "^ssh: connect to host .* No route to host$" $LOG) ; then
+				small_note "SSH failure: no route to host"
 		elif $(grep -E -q "^ssh: Could not resolve hostname .*: Temporary failure in name resolution" $LOG) ; then
-				small_note "temporary failure in name resolution"
+				small_note "SSH failure: failure in name resolution"
 		elif $(grep -q "^E: Package 'diffoscope' has no installation candidate" $LOG) ; then
 			small_note "package 'diffoscope' has no installation candidate"
 		fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/aef1c204b741fe54577da0a4c0f6068d97ba92ba
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/20210628/4dc96e74/attachment.htm>


More information about the Qa-jenkins-scm mailing list