Closed
Bug 804846
Opened 13 years ago
Closed 13 years ago
cedar mozharness b2g emulator mochitests hanging
Categories
(Testing :: Mochitest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: jgriffin)
Details
Attachments
(1 file)
|
1.23 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=16395960&tree=Cedar&full=1
16:23:52 INFO - Running command: ['/home/cltbld/talos-slave/test/build/venv/bin/python', '/home/cltbld/talos-slave/test/build/tests/mochitest/runtestsb2g.py', '--emulator', 'arm', '--console-level', 'INFO', '--b2gpath', '/home/cltbld/talos-slave/test/build/emulator', '--remote-webserver', '10.0.2.2', '--total-chunks', '3', '--this-chunk', '2', '--gecko-path', '/home/cltbld/talos-slave/test/build/application/b2g', '--run-only-tests', 'b2g.json', '--xre-path', '/home/cltbld/talos-slave/test/build/xpcshell/bin', '--adbpath', '/home/cltbld/talos-slave/test/build/emulator/out/host/linux-x86/bin/adb'] in /home/cltbld/talos-slave/test/build/tests/mochitest
16:23:52 INFO - Copy/paste: /home/cltbld/talos-slave/test/build/venv/bin/python /home/cltbld/talos-slave/test/build/tests/mochitest/runtestsb2g.py --emulator arm --console-level INFO --b2gpath /home/cltbld/talos-slave/test/build/emulator --remote-webserver 10.0.2.2 --total-chunks 3 --this-chunk 2 --gecko-path /home/cltbld/talos-slave/test/build/application/b2g --run-only-tests b2g.json --xre-path /home/cltbld/talos-slave/test/build/xpcshell/bin --adbpath /home/cltbld/talos-slave/test/build/emulator/out/host/linux-x86/bin/adb
16:23:53 INFO - /home/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages/distribute-0.6.14-py2.6.egg/setuptools/command/install_scripts.py:3: UserWarning: Module manifestparser was already imported from /home/cltbld/talos-slave/test/build/tests/mochitest/manifestparser.py, but /home/cltbld/talos-slave/test/build/venv/lib/python2.6/site-packages is being added to sys.path
16:23:53 INFO - from pkg_resources import Distribution, PathMetadata, ensure_directory
command timed out: 1200 seconds without output, attempting to kill
process killed by signal 9
program finished with exit code -1
| Assignee | ||
Comment 1•13 years ago
|
||
I think this is the same as bug 800102.
| Assignee | ||
Comment 2•13 years ago
|
||
One of these runs failed with:
08:09:21 INFO - /home/cltbld/talos-slave/test/build/xpcshell/bin/xpcshell: error while loading shared libraries: libmozalloc.so: cannot open shared object file: No such file or directory
Full log:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16417161&tree=Cedar
Looks like our copy of xpcshell may still not be right.
| Assignee | ||
Comment 3•13 years ago
|
||
I've uploaded a copy of xulrunner's bin dir that contain xpcshell, that works locally for me: http://people.mozilla.org/~jgriffin/xulrunner-linux32.zip
Aki, can you install this in tooltool?
| Reporter | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #674847 -
Flags: review?(aki)
| Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 674847 [details] [diff] [review]
Update xpcshell url in b2g unittest config,
r=me if you need to update the marionette config too.
Attachment #674847 -
Flags: review?(aki) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #6)
> Comment on attachment 674847 [details] [diff] [review]
> Update xpcshell url in b2g unittest config,
>
> r=me if you need to update the marionette config too.
No need, the Marionette script doesn't use xpcshell. Landed as http://hg.mozilla.org/build/mozharness/rev/6643fa47056d; will leave this open to see if there are other issues.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jgriffin
| Assignee | ||
Comment 8•13 years ago
|
||
This is no longer happening.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•