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

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Mar 11 14:13:24 GMT 2024



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


Commits:
a660d7b7 by Holger Levsen at 2024-03-11T15:12:59+01:00
reproducible system health: detect 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
=====================================
@@ -320,6 +320,8 @@ 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
+				small_note "debootstrap failed to create base system"
 			elif $(grep -q "Error: Something went wrong." $LOG) ; then
 				small_note "unspecific live-build failure"
 			else



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a660d7b7fe92258d5aa7bc4d3e6a94b026f56828
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/20240311/e682ee0e/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list