Closed
Bug 1297120
Opened 9 years ago
Closed 9 years ago
Autophone - UnitTests busted failing to start servers
Categories
(Testing Graveyard :: Autophone, defect, P1)
Testing Graveyard
Autophone
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
TEST_UNEXPECTED_FAIL | autophone-robocoptest-autophone | Test exited with return code 1
TEST-UNEXPECTED-FAIL | runtests.py | Timed out while waiting for server startup.
Possible fall out from Bug 1296158
Assignee | ||
Comment 1•9 years ago
|
||
/mozilla/autophone/downloads/tests/bin/xpcshell: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
Comment 2•9 years ago
|
||
I assume this is after upgrading to 16.04.
if that is the case we need to:
apt-get install libgtk-3-0[:i386] - not sure if you have 64 bit or not xpcshell
Assignee | ||
Comment 3•9 years ago
|
||
That helped, but
/mozilla/autophone/downloads/tests/bin/xpcshell -g /mozilla/autophone/downloads/firefox
is still failing with
/mozilla/autophone/downloads/tests/bin/xpcshell: error while loading shared libraries: libplds4.so: cannot open shared object file: No such file or directory
which is in the firefox directory.
Obviously I've broken the setup for the host to run the tests. Do you have q
Assignee | ||
Comment 4•9 years ago
|
||
.. quick pointer to getting them set up properly?
Assignee | ||
Comment 5•9 years ago
|
||
after the gtk3 install running in production gives
/mozilla/autophone/downloads/tests/bin/xpcshell: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
I'll try the bootstrapping of the linux build environment.
Comment 6•9 years ago
|
||
getting linux32 running on 16.04, I had to add:
apt-get -y install libgtk-3-0:i386
apt-get -y install libdbus-glib-1-2:i386
apt-get remove -y firefox
apt-get -y install firefox:i386 openjdk-8-jdk:i386
apt-get -y install gstreamer0.10-plugins
apt-get -y install libasound2
ignoring the i386 portion of this (as you are 64 bit for tools and os), it sounds like some of this could be useful. I just got this list earlier today myself, still waiting on verifying this solves all my problems.
Assignee | ||
Comment 7•9 years ago
|
||
I got one green rca on https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=194fe275b4e60ded2af6b25173eec421f0dba8ad&filter-searchStr=rca with one still pending.
I did
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build/Linux_and_MacOS_build_preparation
wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O bootstrap.py && python bootstrap.py
and also updated the firefox and common tests to Firefox 51.
We'll have to wait for another build to complete on m-c before we are certain.
/me crosses fingers.
Assignee | ||
Comment 8•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=63988dbb25327ff93dd6e0c7e07b2b819795a9eb&filter-searchStr=autophone&group_state=expanded
Looking good Eugene.
Sorry for the foul up.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•