Closed
Bug 1031208
Opened 11 years ago
Closed 11 years ago
Unable to run mochitest on emulator-ics (expected to find ssltunnel)
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1002545
People
(Reporter: edgar, Unassigned)
Details
While try to run mochitest-remote tests, I got below error
[16:23][/data/B2G/emulator] edgar@edgar-ThinkPad-T430s: ./mach mochitest-remote
GAIA_PATH = /data/github/gaia
GECKO_PATH = /data/mercurial/mozilla-central
B2G_DEBUG = 0
GECKO_OBJDIR = /data/mercurial/mozilla-central/obj-b2g-gecko
From _tests: Kept 14971 existing; Added/updated 0; Removed 0 files and 0 directories.
Mochitest INFO | runtestsb2g.py | Running tests: start.
/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest
waiting for system-message-listener-ready...
...done
MochitestServer : launching [u'/data/B2G/emulator/gaia/xulrunner-sdk-30/xulrunner-sdk/bin/xpcshell', '-g', u'/data/B2G/emulator/gaia/xulrunner-sdk-30/xulrunner-sdk/bin', '-v', '170', '-f', u'/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/httpd.js', '-e', "const _PROFILE_PATH = '/tmp/tmpwrdmDF'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '10.247.27.40'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;", '-f', '/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/server.js']
runtests.py | Server pid: 30527
runtests.py | Websocket server pid: 30529
INFO | runtests.py | expected to find ssltunnel at /data/B2G/emulator/gaia/xulrunner-sdk-30/xulrunner-sdk/bin/ssltunnel
Traceback (most recent call last):
File "/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/runtestsb2g.py", line 145, in run_tests
self.startServers(options, None)
File "/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/runtestsb2g.py", line 235, in startServers
MochitestUtilsMixin.startServers(self, options, debuggerInfo)
File "/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/runtests.py", line 560, in startServers
self.sslTunnel.start()
File "/data/mercurial/mozilla-central/obj-b2g-gecko/_tests/testing/mochitest/runtests.py", line 747, in start
exit(1)
File "/usr/lib/python2.7/site.py", line 374, in __call__
raise SystemExit(code)
SystemExit: 1
Mochitest ERROR | Automation Error: Received unexpected exception while running application
Stopping web server
Stopping web socket server
Stopping ssltunnel
Mochitest INFO | runtestsb2g.py | Running tests: end.
| Reporter | ||
Comment 1•11 years ago
|
||
Oh, just found this is already tracked by bug 1002545.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•