Tests: add an extra debug line when stalled

When Zuul is stuck, add another debug line indicating the potential
cause.

Change-Id: Ie16d95fb248ae5573e257bdf05514b7b58520f77
diff --git a/tests/base.py b/tests/base.py
index 9acc0ef..e44cc11 100755
--- a/tests/base.py
+++ b/tests/base.py
@@ -1391,6 +1391,8 @@
                     self.log.debug("  %s: %s" % (queue, queue.empty()))
                 self.log.debug("All builds waiting: %s" %
                                (self.areAllBuildsWaiting(),))
+                self.log.debug("All builds reported: %s" %
+                               (self.haveAllBuildsReported(),))
                 raise Exception("Timeout waiting for Zuul to settle")
             # Make sure no new events show up while we're checking