[Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user

Buildbot trac trac at buildbot.net
Wed Oct 16 22:21:34 UTC 2013


#2570: Cannot connect to master from a reactor script: invalid login from unknown
user
-----------------------+--------------------
Reporter:  jollyroger  |       Owner:
    Type:  defect      |      Status:  new
Priority:  major       |   Milestone:  0.9.+
 Version:  master      |  Resolution:
Keywords:              |
-----------------------+--------------------

Comment (by jollyroger):

 No, that is why I told that it worked with 0.8.8.

 Ok, I've found the reason.

 In 0.8.8  and before you could specify PBChangeSource with no separate
 port and connect to the port where slaves are connecting to:

 But in 0.9 you've got the following during startup:

 {{{
     2013-10-17 01:11:12+0300 [-] PBChangeSource has no port to listen on
 }}}

 After setting port to PBChangeSource, everything started to work, except
 that we have now one more open port.

 {{{
 2013-10-17 01:14:35+0300 [-] PBServerFactory starting on 9990
 2013-10-17 01:14:35+0300 [-] Starting factory
 <twisted.spread.pb.PBServerFactory instance at 0x7f9d8003ce60>
 2013-10-17 01:14:35+0300 [-] adding scheduler 'debuild'
 2013-10-17 01:14:35+0300 [-] Site starting on 8011
 2013-10-17 01:14:35+0300 [-] Starting factory <twisted.web.server.Site
 instance at 0x7f9d80044c68>
 2013-10-17 01:14:35+0300 [-] PBServerFactory starting on 9998
 2013-10-17 01:14:35+0300 [-] Starting factory
 <twisted.spread.pb.PBServerFactory instance at 0x7f9d80054dd0>
 2013-10-17 01:14:35+0300 [-] BuildMaster is running
 }}}

 Is it possible to avoid using another port by buildbot (i.e. keep things
 as they were before)?

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


More information about the Commits mailing list