From 0c72a564d8041be35cfa307fc5441509a7d554a6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Jun 2017 21:51:54 +0200 Subject: reproducible Debian: also count local problems with _build_service.sh (which are autofixed after 133.7min maximum) Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index ef20f737..4dc7b5d5 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -348,6 +348,10 @@ write_build_performance_stats() { for ARCH in ${ARCHS} ; do write_page "$(ps fax|egrep -B 1 'sleep .*\.1337m'|grep -c $ARCH)" done + write_page "Build jobs currently down due to local problems" + for ARCH in ${ARCHS} ; do + write_page "$(rgrep -l 'Failed to get properties: Connection timed out' $DEBIAN_BASE/build_service/${ARCH}_*/worker.log | wc -l)" + done write_page "Build jobs currently running diffoscope" for ARCH in ${ARCHS} ; do write_page "$(ps fax|grep "diffoscope --html /srv/reproducible-results/rbuild-debian"|grep -c $ARCH)" -- cgit v1.2.3-54-g00ecf