diff --git a/bin/reproducible_system_health.sh b/bin/reproducible_system_health.sh index 4b639d2e753aa9413e027a52c08a8e657b8d3531..b6c511343b0485c277f65a49e28fdaf9a69e3445 100755 --- a/bin/reproducible_system_health.sh +++ b/bin/reproducible_system_health.sh @@ -306,6 +306,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do small_note "package 'diffoscope' has no installation candidate" elif $(grep -q "^W: No exported results found in /tmp/job-exports" $LOG) ; then small_note "build failed" + elif $(grep -q "^client_loop: send disconnect: Broken pipe" $LOG) ; then + small_note "broken pipe" fi case $JOB_NAME in reproducible_maintenance_amd64_jenkins) MODIFIER=250 ;; # main node