[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure do update chdists - fixup previous and ancient commit

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Mar 25 15:12:53 GMT 2023



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


Commits:
39ade446 by Holger Levsen at 2023-03-25T16:12:40+01:00
trbo health check: detect failure do update chdists - fixup previous and ancient commit

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -193,7 +193,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "node in starting state"
 		elif $(grep -q "Warning: systemd is reporting errors" $LOG) ; then
 			small_note "undefined service problems"
-		elif $(grep -E -q "Reading package lists...Warning: failed to update the .* chdist." $LOG) ; then
+		elif $(grep -E -q "Warning: failed to update .* chdist." $LOG) ; then
 			small_note "failed to update Debian chdist"
 		elif $(grep -q "Warning: failed to update Arch Linux schroot, pacman/db.lck exists." $LOG) ; then
 			small_note "pacman/db.lck exists, thus failing to update Arch Linux schroot, manual intervention required"
@@ -230,8 +230,6 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "compiler warning during build"
 		elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
 			small_note "found and rescheduled build failures due to diffoscope schroot problems"
-		elif $(grep -E -q "Warning: failed to update the .* chdist.$" $LOG) ; then
-			small_note "files with bad permissions found"
 		elif $(grep -q "Warning: Found files with bad permissions" $LOG) ; then
 			small_note "files with bad permissions found"
 		fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/39ade4464c049c7b6f4d660cd88d81f90ad22a28
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/20230325/f409f9d6/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list