[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect SetuptoolsDeprecationWarning from pyton builds
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Mar 27 20:24:23 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
950256a8 by Holger Levsen at 2023-03-27T21:24:04+02:00
trbo health check: detect SetuptoolsDeprecationWarning from pyton builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -226,6 +226,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
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 "SetuptoolsDeprecationWarning.*is deprecated, please" $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/950256a89db565bd3797cd1da08dc0858b926c08
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/950256a89db565bd3797cd1da08dc0858b926c08
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/20230327/29ea5dab/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list