Buildbot tutorial failure - worker can't connect to master










0















I'm trying out buildbot, and following the tutorial. I successfully installed and started the master, as shown from the twistd.log partial file below.



2018-11-14 08:32:52-0600 [-] BuildMaster is running
2018-11-14 08:32:52-0600 [-] buildbotNetUsageData: sending
'installid': '38122a5be5d93ebdf0ef631a1584f36f418d12c0', 'versions':
'Python': '3.6.3', 'Buildbot': '1.5.0', 'Twisted': '18.9.0',
'platform': 'platform': 'Darwin-18.2.0-x86_64-i386-64bit', 'system':
'Darwin', 'machine': 'x86_64', 'processor': 'i386',
'python_implementation': 'CPython', 'version': 'Darwin Kernel Version
18.2.0:', 'distro': '10.14.2', 'plugins':
'buildbot/worker/base/Worker': 1, 'buildbot/config/BuilderConfig': 1,
'buildbot/schedulers/basic/SingleBranchScheduler': 1,
'buildbot/schedulers/forcesched/ForceScheduler': 1,
'buildbot/changes/gitpoller/GitPoller': 1,
'buildbot/steps/source/git/Git': 1,
'buildbot/steps/shell/ShellCommand': 1, 'db': 'sqlite', 'mq':
'simple', 'www_plugins': ['waterfall_view', 'console_view', 'grid_view']


After installing and setting up the worker, the worker fails to connect to the master, and I'm also unable to load localhost:8010 as the tutorial indicates should be running. I've verified that I created the worker with the same worker name and password as the master.cfg file specifies. Any thoughts on what I missed?



A partial worker twistd.log is below:



2018-11-14 08:32:34-0600 [-] Connecting to localhost:9989
2018-11-14 08:32:34-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused
2018-11-14 08:32:34-0600 [Uninitialized] <twisted.internet.tcp.Connector object at 0x10d8e6080> will retry in 62 seconds
2018-11-14 08:32:34-0600 [Uninitialized] Retry attempt 4/inf
2018-11-14 08:32:34-0600 [-] Stopping factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
2018-11-14 08:33:37-0600 [-] Starting factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
2018-11-14 08:33:37-0600 [-] Connecting to localhost:9989
2018-11-14 08:33:37-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused









share|improve this question


























    0















    I'm trying out buildbot, and following the tutorial. I successfully installed and started the master, as shown from the twistd.log partial file below.



    2018-11-14 08:32:52-0600 [-] BuildMaster is running
    2018-11-14 08:32:52-0600 [-] buildbotNetUsageData: sending
    'installid': '38122a5be5d93ebdf0ef631a1584f36f418d12c0', 'versions':
    'Python': '3.6.3', 'Buildbot': '1.5.0', 'Twisted': '18.9.0',
    'platform': 'platform': 'Darwin-18.2.0-x86_64-i386-64bit', 'system':
    'Darwin', 'machine': 'x86_64', 'processor': 'i386',
    'python_implementation': 'CPython', 'version': 'Darwin Kernel Version
    18.2.0:', 'distro': '10.14.2', 'plugins':
    'buildbot/worker/base/Worker': 1, 'buildbot/config/BuilderConfig': 1,
    'buildbot/schedulers/basic/SingleBranchScheduler': 1,
    'buildbot/schedulers/forcesched/ForceScheduler': 1,
    'buildbot/changes/gitpoller/GitPoller': 1,
    'buildbot/steps/source/git/Git': 1,
    'buildbot/steps/shell/ShellCommand': 1, 'db': 'sqlite', 'mq':
    'simple', 'www_plugins': ['waterfall_view', 'console_view', 'grid_view']


    After installing and setting up the worker, the worker fails to connect to the master, and I'm also unable to load localhost:8010 as the tutorial indicates should be running. I've verified that I created the worker with the same worker name and password as the master.cfg file specifies. Any thoughts on what I missed?



    A partial worker twistd.log is below:



    2018-11-14 08:32:34-0600 [-] Connecting to localhost:9989
    2018-11-14 08:32:34-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused
    2018-11-14 08:32:34-0600 [Uninitialized] <twisted.internet.tcp.Connector object at 0x10d8e6080> will retry in 62 seconds
    2018-11-14 08:32:34-0600 [Uninitialized] Retry attempt 4/inf
    2018-11-14 08:32:34-0600 [-] Stopping factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
    2018-11-14 08:33:37-0600 [-] Starting factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
    2018-11-14 08:33:37-0600 [-] Connecting to localhost:9989
    2018-11-14 08:33:37-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused









    share|improve this question
























      0












      0








      0








      I'm trying out buildbot, and following the tutorial. I successfully installed and started the master, as shown from the twistd.log partial file below.



      2018-11-14 08:32:52-0600 [-] BuildMaster is running
      2018-11-14 08:32:52-0600 [-] buildbotNetUsageData: sending
      'installid': '38122a5be5d93ebdf0ef631a1584f36f418d12c0', 'versions':
      'Python': '3.6.3', 'Buildbot': '1.5.0', 'Twisted': '18.9.0',
      'platform': 'platform': 'Darwin-18.2.0-x86_64-i386-64bit', 'system':
      'Darwin', 'machine': 'x86_64', 'processor': 'i386',
      'python_implementation': 'CPython', 'version': 'Darwin Kernel Version
      18.2.0:', 'distro': '10.14.2', 'plugins':
      'buildbot/worker/base/Worker': 1, 'buildbot/config/BuilderConfig': 1,
      'buildbot/schedulers/basic/SingleBranchScheduler': 1,
      'buildbot/schedulers/forcesched/ForceScheduler': 1,
      'buildbot/changes/gitpoller/GitPoller': 1,
      'buildbot/steps/source/git/Git': 1,
      'buildbot/steps/shell/ShellCommand': 1, 'db': 'sqlite', 'mq':
      'simple', 'www_plugins': ['waterfall_view', 'console_view', 'grid_view']


      After installing and setting up the worker, the worker fails to connect to the master, and I'm also unable to load localhost:8010 as the tutorial indicates should be running. I've verified that I created the worker with the same worker name and password as the master.cfg file specifies. Any thoughts on what I missed?



      A partial worker twistd.log is below:



      2018-11-14 08:32:34-0600 [-] Connecting to localhost:9989
      2018-11-14 08:32:34-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused
      2018-11-14 08:32:34-0600 [Uninitialized] <twisted.internet.tcp.Connector object at 0x10d8e6080> will retry in 62 seconds
      2018-11-14 08:32:34-0600 [Uninitialized] Retry attempt 4/inf
      2018-11-14 08:32:34-0600 [-] Stopping factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
      2018-11-14 08:33:37-0600 [-] Starting factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
      2018-11-14 08:33:37-0600 [-] Connecting to localhost:9989
      2018-11-14 08:33:37-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused









      share|improve this question














      I'm trying out buildbot, and following the tutorial. I successfully installed and started the master, as shown from the twistd.log partial file below.



      2018-11-14 08:32:52-0600 [-] BuildMaster is running
      2018-11-14 08:32:52-0600 [-] buildbotNetUsageData: sending
      'installid': '38122a5be5d93ebdf0ef631a1584f36f418d12c0', 'versions':
      'Python': '3.6.3', 'Buildbot': '1.5.0', 'Twisted': '18.9.0',
      'platform': 'platform': 'Darwin-18.2.0-x86_64-i386-64bit', 'system':
      'Darwin', 'machine': 'x86_64', 'processor': 'i386',
      'python_implementation': 'CPython', 'version': 'Darwin Kernel Version
      18.2.0:', 'distro': '10.14.2', 'plugins':
      'buildbot/worker/base/Worker': 1, 'buildbot/config/BuilderConfig': 1,
      'buildbot/schedulers/basic/SingleBranchScheduler': 1,
      'buildbot/schedulers/forcesched/ForceScheduler': 1,
      'buildbot/changes/gitpoller/GitPoller': 1,
      'buildbot/steps/source/git/Git': 1,
      'buildbot/steps/shell/ShellCommand': 1, 'db': 'sqlite', 'mq':
      'simple', 'www_plugins': ['waterfall_view', 'console_view', 'grid_view']


      After installing and setting up the worker, the worker fails to connect to the master, and I'm also unable to load localhost:8010 as the tutorial indicates should be running. I've verified that I created the worker with the same worker name and password as the master.cfg file specifies. Any thoughts on what I missed?



      A partial worker twistd.log is below:



      2018-11-14 08:32:34-0600 [-] Connecting to localhost:9989
      2018-11-14 08:32:34-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused
      2018-11-14 08:32:34-0600 [Uninitialized] <twisted.internet.tcp.Connector object at 0x10d8e6080> will retry in 62 seconds
      2018-11-14 08:32:34-0600 [Uninitialized] Retry attempt 4/inf
      2018-11-14 08:32:34-0600 [-] Stopping factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
      2018-11-14 08:33:37-0600 [-] Starting factory <buildbot_worker.pb.BotFactory object at 0x10d8d6c50>
      2018-11-14 08:33:37-0600 [-] Connecting to localhost:9989
      2018-11-14 08:33:37-0600 [Uninitialized] Connection to localhost:9989 failed: Connection Refused






      buildbot






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 14 '18 at 14:58









      ShawnShawn

      349621




      349621






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Please, try use buildbot reconfig (http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig)
          or buildbot upgrade-master (http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)



          Also, You can find a reference to reconfig in the Buildbot Quick Tour: (http://docs.buildbot.net/1.5.0/tutorial/tour.html)



          You should use this after each changes in your Buildbot decision (workers, schedules, notifiers, factories, etc...)






          share|improve this answer























          • Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

            – Shawn
            Nov 15 '18 at 17:50










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53303074%2fbuildbot-tutorial-failure-worker-cant-connect-to-master%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Please, try use buildbot reconfig (http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig)
          or buildbot upgrade-master (http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)



          Also, You can find a reference to reconfig in the Buildbot Quick Tour: (http://docs.buildbot.net/1.5.0/tutorial/tour.html)



          You should use this after each changes in your Buildbot decision (workers, schedules, notifiers, factories, etc...)






          share|improve this answer























          • Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

            – Shawn
            Nov 15 '18 at 17:50















          0














          Please, try use buildbot reconfig (http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig)
          or buildbot upgrade-master (http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)



          Also, You can find a reference to reconfig in the Buildbot Quick Tour: (http://docs.buildbot.net/1.5.0/tutorial/tour.html)



          You should use this after each changes in your Buildbot decision (workers, schedules, notifiers, factories, etc...)






          share|improve this answer























          • Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

            – Shawn
            Nov 15 '18 at 17:50













          0












          0








          0







          Please, try use buildbot reconfig (http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig)
          or buildbot upgrade-master (http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)



          Also, You can find a reference to reconfig in the Buildbot Quick Tour: (http://docs.buildbot.net/1.5.0/tutorial/tour.html)



          You should use this after each changes in your Buildbot decision (workers, schedules, notifiers, factories, etc...)






          share|improve this answer













          Please, try use buildbot reconfig (http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig)
          or buildbot upgrade-master (http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)



          Also, You can find a reference to reconfig in the Buildbot Quick Tour: (http://docs.buildbot.net/1.5.0/tutorial/tour.html)



          You should use this after each changes in your Buildbot decision (workers, schedules, notifiers, factories, etc...)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 15 '18 at 14:03









          Vyacheslav SpirinVyacheslav Spirin

          212




          212












          • Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

            – Shawn
            Nov 15 '18 at 17:50

















          • Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

            – Shawn
            Nov 15 '18 at 17:50
















          Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

          – Shawn
          Nov 15 '18 at 17:50





          Thank you. I've tried all three suggestions, and I still have the exact same problem. The worker connection is refused, as is localhost:8010.

          – Shawn
          Nov 15 '18 at 17:50



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53303074%2fbuildbot-tutorial-failure-worker-cant-connect-to-master%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Barbados

          How to read a connectionString WITH PROVIDER in .NET Core?

          Node.js Script on GitHub Pages or Amazon S3