auron_paine-paladin #4005: login_VMSanity: Unhandled AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment' |
||
Issue description
auron_paine-paladin #4005 failed due to
10/05 10:35:50.454 WARNI| test:0606| The test failed with the following exception
Traceback (most recent call last):
File "/usr/local/autotest/common_lib/test.py", line 600, in _exec
_call_test_function(self.execute, *p_args, **p_dargs)
File "/usr/local/autotest/common_lib/test.py", line 806, in _call_test_function
raise error.UnhandledTestFail(e)
UnhandledTestFail: Unhandled AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment'
Traceback (most recent call last):
File "/usr/local/autotest/common_lib/test.py", line 800, in _call_test_function
return func(*args, **dargs)
File "/usr/local/autotest/common_lib/test.py", line 464, in execute
postprocess_profiled_run, args, dargs)
File "/usr/local/autotest/common_lib/test.py", line 371, in _call_run_once
self.run_once(*args, **dargs)
File "/usr/local/autotest/tests/graphics_Idle/graphics_Idle.py", line 45, in run_once
arc_mode=arc_mode):
File "/usr/local/autotest/common_lib/cros/chrome.py", line 176, in __init__
self._browser_to_create.SetUpEnvironment(b_options)
AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment'
,
Oct 5
I found the calling code is actually within catapult, a library within Chrome. So that shouldn't be changing in the paladins. I'm still confused.
,
Oct 5
+achuith, +nednguen, +perezju (as catapult/telemetry owners and since you were involved in issue 808927): any ideas on what might be wrong here? Logs in https://stainless.corp.google.com/browse/chromeos-autotest-results/245695899-chromeos-test/
,
Oct 8
The "offending" method is here: https://cs.chromium.org/chromium/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/cros_browser_finder.py?rcl=4fc4281d2152a36762a0bf47ba76bf8d4a6ee234&l=57 Sounds like you have an old version of catapult? |
||
►
Sign in to add a comment |
||
Comment 1 by apronin@chromium.org
, Oct 5