[Buildbot-commits] [Buildbot] #2611: Repo buildstep Build instance has no attribute 'pathmodule'

Buildbot trac trac at buildbot.net
Fri Dec 20 19:03:43 UTC 2013


#2611: Repo buildstep Build instance has no attribute 'pathmodule'
---------------------+------------------------
Reporter:  abrauner  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  undecided
 Version:  0.8.8     |  Resolution:
Keywords:  repovc    |
---------------------+------------------------
Changes (by dustin):

 * keywords:  Force schedulers, repo => repovc
 * type:  undecided => defect


Old description:

> 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'

New description:

 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'
 }}}

--

Comment:

 what was the previous ticket?

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2611#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list