[Buildbot-commits] [Buildbot] #2183: SVNPoller stops after failure

Buildbot nobody at buildbot.net
Mon Jan 23 17:23:18 UTC 2012


#2183: SVNPoller stops after failure
---------------------+-----------------------
Reporter:  fgsch     |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  undecided
 Version:  0.8.5     |   Keywords:
---------------------+-----------------------
 I arrived today at work and buildbot was not working.
 Checking the logs I found:

 2012-01-20 02:30:28+0000 [-] SVNPoller: Error in  while polling
         Traceback (most recent call last):
         Failure: twisted.internet.utils._UnexpectedErrorOutput: got
 stderr: "svn: REPORT request failed on
 '/xxx/!svn/bc/25979/packages/yyy/trunk'\nsvn: REPORT of
 '/xxx/!svn/bc/25979/packages/yyy/trunk': Could not read chunk size: Secure
 connection truncated (https://server)\n"

 And:

 2012-01-20 02:32:25+0000 [-] Unhandled error in Deferred:
 2012-01-20 02:32:25+0000 [-] Unhandled Error
         Traceback (most recent call last):
         Failure: twisted.internet.error.ProcessTerminated: A process has
 ended with a probable error condition: process ended with exit code 1.

 And another ocurrence for the second SVNPoller (my change_source polls 2
 different locations within the same repo).

 After the second error the logs were showing only one polling.
 Before:

 2012-01-20 02:26:23+0000 [-] SVNPoller: polling
 2012-01-20 02:26:23+0000 [-] SVNPoller: polling
 2012-01-20 02:26:25+0000 [-] SVNPoller: no changes
 2012-01-20 02:26:25+0000 [-] SVNPoller: _process_changes 25898 .. 25898
 2012-01-20 02:26:25+0000 [-] SVNPoller: finished polling None
 2012-01-20 02:26:30+0000 [-] SVNPoller: no changes
 2012-01-20 02:26:30+0000 [-] SVNPoller: _process_changes 25979 .. 25979
 2012-01-20 02:26:30+0000 [-] SVNPoller: finished polling None

 After:

 2012-01-23 09:44:23+0000 [-] SVNPoller: polling
 2012-01-23 09:44:25+0000 [-] SVNPoller: no changes
 2012-01-23 09:44:25+0000 [-] SVNPoller: _process_changes 25898 .. 25898
 2012-01-23 09:44:25+0000 [-] SVNPoller: finished polling None

 Instance details:

 - twistd 11.1.0
 - buildbot.version: 0.8.5

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2183>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list