[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible trbo system health check: detect unkillable unwanted processes
Holger Levsen
gitlab at salsa.debian.org
Thu Jul 30 13:53:25 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
45d7925e by Holger Levsen at 2020-07-30T14:52:13+02:00
reproducible trbo system health check: detect unkillable unwanted processes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
27d67051 by Holger Levsen at 2020-07-30T14:53:00+02:00
slightly improve wording
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_maintenance.sh
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -643,7 +643,7 @@ for i in $PBUIDS ; do
done
done
if [ ! -z "$PSCALL" ] ; then
- echo -e "Warning: processes found which should not be there and which could not be killed. Please fix up manually:"
+ echo -e "Warning: processes found which should not be there and which could not be killed. Please fix manually:"
ps -F -p "$PSCALL"
echo
fi
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -142,6 +142,8 @@ for JOB_NAME in reproducible_* ; do
small_note " (rc-local.service failed)"
elif $(grep -E -q "failed Session [0-9]+ of user jenkins" $LOG) ; then
small_note " (session failed for user jenkins)"
+ elif $(grep -E "^Warning: processes found which should not be there and which could not be killed." $LOG) ; then
+ small_note " (unkillable unwanted processes)"
elif $(grep -q "failed failed pbuilder_build" $LOG) ; then
small_note " (pbuilder build scope failed)"
elif $(grep -q "failed failed Rotate log files" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/967342cb887fb326a069efd8157ad3365eac6d78...27d67051f9b68d093649b8c268e9a5c390e8a145
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/967342cb887fb326a069efd8157ad3365eac6d78...27d67051f9b68d093649b8c268e9a5c390e8a145
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/20200730/8d0cdba4/attachment.html>
More information about the Qa-jenkins-scm
mailing list