[Git][qa/jenkins.debian.net][master] fixup: reproducible system health: detect failures due to vmlinuz rename

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Dec 25 12:23:34 GMT 2023



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


Commits:
fb547295 by Holger Levsen at 2023-12-25T13:23:25+01:00
fixup: reproducible system health: detect failures due to vmlinuz rename

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -290,6 +290,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "live build failed with missing credentials for openqa-live-apikey "
 		elif $(grep -E -q "Error: lb build failed with .*, even with an older snapshot." $LOG) ; then
 			small_note "live builds failed, both using current and older snapshots."
+		elif $(grep -q "^cp: cannot stat 'chroot/debian-installer/build/dest/cdrom/vmlinuz'" $LOG) ; then
+			small_note "build/dest/cdrom/vmlinuz not found"
 		elif $(grep -E -q "^building build_cdrom_.* failed, see log file" $LOG) ; then
 			small_note "d-i cdrom build failed."
 		elif $(grep -q "^E: Sub-process /usr/bin/dpkg returned an error code" $LOG) ; then
@@ -318,8 +320,6 @@ 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 -q "^cp: cannot stat 'chroot/debian-installer/build/dest/cdrom/vmlinuz'" $LOG) ; then
-				small_note "build/dest/cdrom/vmlinuz not found"
 			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/fb54729516aa5e3bd00e28b9de411949f50d8d1e

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


More information about the Qa-jenkins-scm mailing list