Loading bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading