[Git][qa/jenkins.debian.net][master] reproducible system health: detect failures to update pkg sets
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Nov 17 10:26:44 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e672d5cf by Holger Levsen at 2023-11-17T11:26:32+01:00
reproducible system health: detect failures to update pkg sets
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -143,6 +143,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
PKG_SET_PROBLEMS=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f9 | sort -u | xargs echo || true)
small_note "cannot calculate installable set(s): $PKG_SET_PROBLEMS"
+ elif $(grep -q "^Warning: could not update" $LOG) ; then
+ PKG_SET_PROBLEMS=$(grep "^Warning: could not update" $LOG | cut -d ' ' -f5 | sort -u | xargs echo || true)
+ small_note "cannot update pkg set(s): $PKG_SET_PROBLEMS"
fi
# only show the most severe problem, don't aggregate them
elif $(grep -q "^Warning: rise of the jenkins job zombies has started again" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e672d5cf29ea8b0cd2751c65e999d5f81242698b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e672d5cf29ea8b0cd2751c65e999d5f81242698b
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/20231117/9c047c65/attachment.htm>
More information about the Qa-jenkins-scm
mailing list