[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect dose-deb-coinstall probs in create_meta_pkg_sets job
Holger Levsen
gitlab at salsa.debian.org
Wed Sep 30 11:06:58 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
cc83f9bb by Holger Levsen at 2020-09-30T12:06:33+02:00
reproducible trbo system health check: detect dose-deb-coinstall probs in create_meta_pkg_sets job
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -146,6 +146,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "problem with grml pkg set"
elif $(grep -E -q "could not (download|determine) PureOS" $LOG) ; then
small_note "problem with PureOS pkg set"
+ elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
+ PKG_SET_PROBLEM=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f3-11 | cut -d '.' -f1 || true)
+ small_note "$PKG_SET_PROBLEM"
fi
# only show the most severe problem, don't aggregate them
elif $(grep -q "failed Squid Web Proxy Server" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cc83f9bb3b19596e266069f858ba636d3fd00c40
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cc83f9bb3b19596e266069f858ba636d3fd00c40
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/20200930/632877d7/attachment.html>
More information about the Qa-jenkins-scm
mailing list