[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect python library mismatches during build
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 16 08:19:52 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ae3a3e30 by Holger Levsen at 2021-09-16T09:19:27+02:00
trbo health check: detect python library mismatches during build
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -210,6 +210,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "issues affecting the http(s) proxy used"
elif $(grep -E -q "^(W|E): diffoscope" $LOG) ; then
small_note "lintian issues in src:diffoscope"
+ elif $(grep -E -q "UserWarning: .* is running against .* this may cause problems" $LOG) ; then
+ small_note "python library warnings during build"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ae3a3e304192b8f174d17affcb0d9ce442ea313b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ae3a3e304192b8f174d17affcb0d9ce442ea313b
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/20210916/e2e7f4f3/attachment.htm>
More information about the Qa-jenkins-scm
mailing list