[Git][qa/jenkins.debian.net][master] reproducible system health: detect failures due to #1058994

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun Dec 24 11:38:50 GMT 2023



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


Commits:
74f36029 by Holger Levsen at 2023-12-24T12:38:27+01:00
reproducible system health: detect failures due to #1058994

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -316,6 +316,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "salsa.d.o is not responding"
 			elif $(grep -q "^<title>503 Service Unavailable</title>" $LOG) ; then
 				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 -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/74f36029a34cdfa8dfeb082da7f6dc41c6c01557

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/74f36029a34cdfa8dfeb082da7f6dc41c6c01557
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/20231224/bfc03027/attachment.htm>


More information about the Qa-jenkins-scm mailing list