On another job: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&selectedJob=261228363&revision=1ca06cd3e226f80adf2b1b8837ed9a475fa90baa We have this logcat : https://taskcluster-artifacts.net/bQUQ7nTzQ2qIf_rxHMesZQ/0/public/test_info/logcat-ZY322MQ97M.log After analysing the GeckoConsole lines i found this error: GeckoConsole: [JavaScript Error: "Error while loading 'file:///storage/emulated/0/raptor/profile/extensions/raptor@mozilla.org/manifest.json' (NS_ERROR_FILE_ACCESS_DENIED)" {file: "resource://gre/modules/Extension.jsm" line: 522}] If this manifest.json file is the same with: https://searchfox.org/mozilla-central/source/testing/raptor/webext/raptor/manifest.json#12 We might lose the auto_gen_test_config.js which has the getTestConfig() definition, used by runner.js, as seen below: // this file is auto-generated by raptor, do not edit directly function getTestConfig() { return {"browser": "geckoview", "cs_port": "52047", "test_name": "raptor-tp6m-google-geckoview", "test_settings_url": "http://127.0.0.1:52047/json/raptor-tp6m-google-geckoview.json", "post_startup_delay": "30000", "benchmark_port": "0", "host": "127.0.0.1", "debug_mode": "0", "browser_cycle": "1"}; }
Bug 1568050 Comment 16 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
On another job: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&selectedJob=261228363&revision=1ca06cd3e226f80adf2b1b8837ed9a475fa90baa We have this logcat : https://taskcluster-artifacts.net/bQUQ7nTzQ2qIf_rxHMesZQ/0/public/test_info/logcat-ZY322MQ97M.log After analysing the GeckoConsole lines i found this error: GeckoConsole: [JavaScript Error: "Error while loading 'file:///storage/emulated/0/raptor/profile/extensions/raptor@mozilla.org/manifest.json' (NS_ERROR_FILE_ACCESS_DENIED)" {file: "resource://gre/modules/Extension.jsm" line: 522}] If this manifest.json file is the same with: https://searchfox.org/mozilla-central/source/testing/raptor/webext/raptor/manifest.json#12 We might lose the auto_gen_test_config.js which has the getTestConfig() definition, used by runner.js Here is a copy of auto_gen_test_config.js from my local environment: // this file is auto-generated by raptor, do not edit directly function getTestConfig() { return {"browser": "geckoview", "cs_port": "52047", "test_name": "raptor-tp6m-google-geckoview", "test_settings_url": "http://127.0.0.1:52047/json/raptor-tp6m-google-geckoview.json", "post_startup_delay": "30000", "benchmark_port": "0", "host": "127.0.0.1", "debug_mode": "0", "browser_cycle": "1"}; }