[Git][qa/jenkins.debian.net][master] reproducible system health: detect more cases of failure to debootstrap base system

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Apr 25 10:33:08 BST 2024



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


Commits:
53865a60 by Holger Levsen at 2024-04-25T11:32:57+02:00
reproducible system health: detect more cases of failure to debootstrap base system

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -328,7 +328,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "503 Service Unavailable"
 			elif $(grep -q "^./daily-build: line 117: fakeroot: command not found$" $LOG) ; then
 				small_note "#1058994: debian-installer: fakeroot is pseudo-required"
-			elif [ $(grep -c "W: Failure while configuring base packages.  This will be re-attempted up to five times." $LOG) -eq 5 ] ; then
+			elif [ $(grep -c "W: Failure while .* base packages.  This will be re-attempted up to five times." $LOG) -ge 5 ] ; then
 				small_note "debootstrap failed to create base system"
 			elif $(grep -q "Error: Something went wrong." $LOG) ; then
 				small_note "unspecific live-build failure"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/53865a60c80667356185b3d4d9c31af4ac4622c1
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/20240425/6bb5c492/attachment.htm>


More information about the Qa-jenkins-scm mailing list