[Buildbot-commits] [Buildbot] #2258: master-side Git timeout ineffective

Buildbot nobody at buildbot.net
Sat Mar 24 17:04:03 UTC 2012


#2258: master-side Git timeout ineffective
-------------------+-------------------------------------------
Reporter:  dustin  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  0.8.7
 Version:  0.8.6   |   Keywords:  git, master-side-source-steps
-------------------+-------------------------------------------
 Hi,

 My source checkout looks like the following but it's timing out after
 1200 seconds, which I think is the default.  Is it possible that
 timeout isn't getting passed through? Also, I didn't get the since
 that the git devs were fired up about adding a --progress option for
 submodules so I'm afraid a longer timeout is my only option for now.

 from master.cfg:

 {{{
 from buildbot.steps.source.git import Git
 factory.addStep(Git(repourl='git at github.com:erdc-cm/proteus.git',
                    branch='master',
                    progress=True,
                    retryFetch=True,
                    method='fresh',
                    mode='full',
                    submodules=True,
                    timeout=45*60))
 }}}

 Error message:

 {{{
 Cloning into externalPackages/python...

 command timed out: 1200 seconds without output, attempting to kill
 process killed by signal 9
 program finished with exit code -1
 elapsedTime=1200.562956
 }}}

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


More information about the Commits mailing list