[Buildbot-devel] sendchange and 0.8.4

Jean-Michel Beuken jean-michel.beuken at uclouvain.be
Tue Jun 14 14:40:59 UTC 2011


Hello,

I'm just install the 0.8.4 version ( buildbot & buildslave ) on a fresh installed machine ( SL 6 )
I'm used pip for installation ( run all tests ) and it seems that everything works ( on waterfall )

but there is error when I tried to use "buildbot sendchange" ( as I used since some years with my old installation 0.7.12 )
here, some tests with the commands "buildbot sendchange" and some arguments...

----------------------------------------------------------------------------------------
*[buildbot at buildbot Buildmaster]$ buildbot sendchange --master=buildbot:9989*
Traceback (most recent call last):
   File "/usr/bin/buildbot", line 4, in <module>
     runner.run()
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 1231, in run
     if not sendchange(so, True):
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 892, in sendchange
     assert who, "you must provide a committer (--who)"
AssertionError: you must provide a committer (--who)

*[buildbot at buildbot Buildmaster]$ buildbot sendchange --master=buildbot:9989 --who=buildbot*
Traceback (most recent call last):
   File "/usr/bin/buildbot", line 4, in <module>
     runner.run()
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 1231, in run
     if not sendchange(so, True):
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 904, in sendchange
     d.addCallbacks(s.printSuccess, failed)
AttributeError: Sender instance has no attribute 'printSuccess'

*[buildbot at buildbot Buildmaster]$ buildbot sendchange --master=buildbot:9989 --who=buildbot --auth=user:pass*
Traceback (most recent call last):
   File "/usr/bin/buildbot", line 4, in <module>
     runner.run()
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 1231, in run
     if not sendchange(so, True):
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 904, in sendchange
     d.addCallbacks(s.printSuccess, failed)
AttributeError: Sender instance has no attribute 'printSuccess'

*[buildbot at buildbot Buildmaster]$ buildbot sendchange --master=buildbot:9989 --who=buildbot --auth=user:pass dummyfile*
Traceback (most recent call last):
   File "/usr/bin/buildbot", line 4, in <module>
     runner.run()
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 1231, in run
     if not sendchange(so, True):
   File "/usr/lib/python2.6/site-packages/buildbot/scripts/runner.py", line 898, in sendchange
     revlink=revlink)
   File "/usr/lib/python2.6/site-packages/buildbot/clients/sendchange.py", line 40, in send
     change['files'][i] = file.decode(self.encoding, 'replace')
TypeError: 'tuple' object does not support item assignment
-----------------------------------------------------------

nothing appears on twisted.log in buildmaster side

any ideas ?

thanks

regards

jmb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110614/352960b5/attachment.html>


More information about the devel mailing list