Closed Bug 1297120 Opened 9 years ago Closed 9 years ago

Autophone - UnitTests busted failing to start servers

Categories

(Testing Graveyard :: Autophone, defect, P1)

defect

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
/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
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
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
.. quick pointer to getting them set up properly?
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.
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.
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.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.