[Git][qa/jenkins.debian.net][master] reproducible system health: detect failed user services which need manual cleanup

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Mar 12 20:16:05 GMT 2024



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


Commits:
f2d6b1ec by Holger Levsen at 2024-03-12T21:15:46+01:00
reproducible system health: detect failed user services which need manual cleanup

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -198,6 +198,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "reproducible_build.sh orphans"
 		elif $(grep -q "State: starting" $LOG) ; then
 			small_note "node in starting state"
+		elif $(grep -q "Warning: systemd is reporting errors" $LOG) && $(grep -q "problematic user services found" $LOG) ; then
+			small_note "problematic user services found, manual cleanup needed"
 		elif $(grep -q "Warning: systemd is reporting errors" $LOG) ; then
 			small_note "undefined service problems"
 		elif $(grep -E -q "Warning: failed to update .* chdist." $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f2d6b1ec05847f34fcc5ebac5e1fc3f7323c738f
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/20240312/85d96cea/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list