Closed
Bug 878572
Opened 12 years ago
Closed 12 years ago
mozharness times out waiting on tests to start
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jyeo, Assigned: jyeo)
References
Details
(Whiteboard: [mozharness][talos])
(from https://tbpl.mozilla.org/php/getParsedLog.php?id=23641954&tree=Ash&full=1)
11:47:51 INFO - sh: line 1: 381 Terminated /Users/cltbld/talos-slave/test/build/application/FirefoxNightly.app/Contents/MacOS/firefox -foreground -profile /var/folders/Hs/HsDn6a9SG8idoIya6p9mtE+++TI/-Tmp-/tmp4t00pN/profile http://localhost/getInfo.html > browser_output.txt
11:47:56 INFO - Failed tdhtmlr:
11:47:56 INFO - Stopped Fri, 31 May 2013 11:47:56
11:47:56 ERROR - Traceback (most recent call last):
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/run_tests.py", line 258, in run_tests
11:47:56 INFO - talos_results.add(mytest.runTest(browser_config, test))
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/ttest.py", line 250, in runTest
11:47:56 INFO - self.initializeProfile(profile_dir, browser_config)
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/ttest.py", line 111, in initializeProfile
11:47:56 INFO - if not self._ffsetup.InitializeNewProfile(profile_dir, browser_config):
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/ffsetup.py", line 293, in InitializeNewProfile
11:47:56 CRITICAL - raise talosError("initialization timed out")
11:47:56 CRITICAL - talosError: 'initialization timed out'
11:47:56 ERROR - Traceback (most recent call last):
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/bin/talos", line 9, in <module>
11:47:56 INFO - load_entry_point('talos==0.0', 'console_scripts', 'talos')()
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/run_tests.py", line 305, in main
11:47:56 INFO - run_tests(parser)
11:47:56 INFO - File "/Users/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/talos/run_tests.py", line 266, in run_tests
11:47:56 INFO - raise e
11:47:56 CRITICAL - talos.utils.talosError: 'initialization timed out'
11:47:56 ERROR - Return code: 1
This is probably because the webserver has not started.
Assignee | ||
Updated•12 years ago
|
Whiteboard: [mozharness][talos]
Comment 1•12 years ago
|
||
Are you able to see getInfo.html in your browser (or via a curl/wget on the slave) at this point?
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #1)
> Are you able to see getInfo.html in your browser (or via a curl/wget on the
> slave) at this point?
It's actually working now. We were having that initialization timed out error because the webroot was not populated (related: https://bugzilla.mozilla.org/show_bug.cgi?id=855554).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: Release Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•