Auto-tools/Projects/MozmillBuildbot: Difference between revisions

→‎Outstanding Issues: note mozmill non-workage
(→‎How Buildbot Works: list initial resources)
(→‎Outstanding Issues: note mozmill non-workage)
Line 17: Line 17:
== Outstanding Issues ==
== Outstanding Issues ==


None at the moment ;)
Running mozmill does not work as expected.  This is shown in the buildbot step as well as reproducible from the command line following the build.
 
> /home/jhammel/mozilla/src/buildbot/slave/full/mozmill/bin/mozmill --showall -b firefox/firefox -t mozmill-tests/firefox --showall
 
(firefox-bin:13024): GLib-WARNING **: g_set_prgname() called multiple times
 
(firefox-bin:13024): GLib-WARNING **: g_set_prgname() called multiple times
Traceback (most recent call last):
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/bin/mozmill", line 8, in <module>
    load_entry_point('mozmill==1.4', 'console_scripts', 'mozmill')()
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/mozmill-1.4-py2.6.egg/mozmill/__init__.py", line 541, in cli
    CLI().run()
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/mozmill-1.4-py2.6.egg/mozmill/__init__.py", line 518, in run
    self._run()
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/mozmill-1.4-py2.6.egg/mozmill/__init__.py", line 468, in _run
    self.mozmill.start(runner=runner, profile=runner.profile)
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/mozmill-1.4-py2.6.egg/mozmill/__init__.py", line 162, in start
    self.create_network()
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/mozmill-1.4-py2.6.egg/mozmill/__init__.py", line 142, in create_network
    self.jsbridge_port)
  File "/home/jhammel/mozilla/src/buildbot/slave/full/mozmill/lib/python2.6/site-packages/jsbridge-2.3.4-py2.6.egg/jsbridge/__init__.py", line 72, in wait_and_create_network
    raise Exception("Sorry, cannot connect to jsbridge extension")
Exception: Sorry, cannot connect to jsbridge extension


== How Buildbot Works ==
== How Buildbot Works ==
947

edits