#2611: Repo buildstep Build instance has no attribute 'pathmodule'
----------------------+------------------------------------
Reporter:  abrauner   |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.8.8      |   Keywords:  Force schedulers, repo
----------------------+------------------------------------
 I am issuing a buildstep that does a Repo call to sync down my code. This
 is done through a force scheduler, force build. I get the following error.
 I saw a previous ticket that had been closed as fixed but I am getting
 that error. I am on BuildMaster 0.8.8 and slave 0.8.8

 Traceback (most recent call last):
   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line
 1181, in unwindGenerator
     return _inlineCallbacks(None, gen, Deferred())
   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line
 1039, in _inlineCallbacks
     result = g.send(result)
   File "/usr/local/lib/python2.7/dist-packages/buildbot-latest-
 py2.7.egg/buildbot/steps/source/repo.py", line 237, in doStartVC
     d = self.doRepoSync()
   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line
 1181, in unwindGenerator
     return _inlineCallbacks(None, gen, Deferred())
 --- <exception caught here> ---
   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line
 1039, in _inlineCallbacks
     result = g.send(result)
   File "/usr/local/lib/python2.7/dist-packages/buildbot-latest-
 py2.7.egg/buildbot/steps/source/repo.py", line 264, in doRepoSync
     updatable = yield self.sourcedirIsUpdateable()
   File "/usr/local/lib/python2.7/dist-packages/buildbot-latest-
 py2.7.egg/buildbot/steps/source/repo.py", line 220, in
 sourcedirIsUpdateable
     return self.pathExists(self.repoDir())
   File "/usr/local/lib/python2.7/dist-packages/buildbot-latest-
 py2.7.egg/buildbot/steps/source/repo.py", line 217, in repoDir
     return self.build.pathmodule.join(self.workdir, ".repo")
 exceptions.AttributeError: Build instance has no attribute 'pathmodule'

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2611>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to