[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect python deprecation warning
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Apr 29 12:55:54 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c8286cbc by Holger Levsen at 2022-04-29T13:55:46+02:00
trbo health check: detect python deprecation warning
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -220,6 +220,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "diffoscope detected differences in the images"
elif $(grep -E -q "UserWarning: .* is running against .* this may cause problems" $LOG) ; then
small_note "python library warning during build"
+ elif $(grep -E -q "DeprecationWarning: The distutils package is deprecated and slated for removal" $LOG) ; then
+ small_note "python deprecation warning during build"
elif $(grep -E -q "^[a-z]+.cpp:[0-9]+:[0-9]+: warning:" $LOG) ; then
small_note "compiler warning during build"
elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c8286cbc18bbc267593df9e060c96169f45ab4b8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c8286cbc18bbc267593df9e060c96169f45ab4b8
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/20220429/fb710db6/attachment.htm>
More information about the Qa-jenkins-scm
mailing list