Closed
Bug 1496631
Opened 7 years ago
Closed 7 years ago
./mach test-talos --geckoProfile fails to vew the profile
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1493252
People
(Reporter: pbone, Unassigned)
Details
Similar symptoms as Bug 1466828
$ ./mach talos-test -a tp6_amazon --tpcycles 1 --cycles 1 --geckoProfile
11:33:25 INFO - Thanks for running Talos locally. Results are in ['/home/paul/dev/moz/dont-poison/testing/mozharness/build/local.json']
11:33:25 INFO - Auto-loading this profile in perfhtml.io: /home/paul/dev/moz/dont-poison/testing/mozharness/build/blobber_upload_dir/profile_tp6_amazon.zip
11:33:25 INFO - ['python', '/home/paul/dev/moz/dont-poison/testing/tools/view_gecko_profile/view_gecko_profile.py', '-b', '/home/paul/dev/moz/dont-poison/obj-x86_64-pc-linux-gnu/dist/bin/firefox', '-p', '/home/paul/dev/moz/dont-poison/testing/mozharness/build/blobber_upload_dir/profile_tp6_amazon.zip']
11:33:30 INFO - view-gecko-profile process failed to start, poll returned: 1
When I try that python command manually:
$python /home/paul/dev/moz/dont-poison/testing/tools/view_gecko_profile/view_gecko_profile.py -b /home/paul/dev/moz/dont-poison/obj-x86_64-pc-linux-gnu/dist/bin/firefox -p /home/paul/dev/moz/dont-poison/testing/mozharness/build/blobber_upload_dir/profile_tp6_amazon.zip
Traceback (most recent call last):
File "/home/paul/dev/moz/dont-poison/testing/tools/view_gecko_profile/view_gecko_profile.py", line 18, in <module>
from mozlog import commandline, get_default_logger
ImportError: No module named mozlog
| Reporter | ||
Comment 1•7 years ago
|
||
I don't know what changed, but now it is almost working. Firefox starts and attempts to open the profile, but the proxy settings used during the tp6 test are still in effect, so the page fails to open.
Comment 3•7 years ago
|
||
Thanks Paul.
There's a readme for view-gecko-profile, when running the command manually you need to create a venv and install the requirements, please see:
https://searchfox.org/mozilla-central/source/testing/tools/view_gecko_profile/README.txt
I tried that and using the command directly works.
However yes Talos is broken when launching this automatically. This is a duplicate of Bug 1493252.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(rwood)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•