Issue metadata
Sign in to add a comment
|
x86-generic-tot-asan-informational failed constantly on vmtest |
||||||||||||||||||||||
Issue descriptionBuilder link: https://build.chromium.org/p/chromiumos.chromium/builders/x86-generic-tot-asan-informational Starting from build #12223 we're getting errors on VM tests. See the most recent failed build logs: https://build.chromium.org/p/chromiumos.chromium/builders/x86-generic-tot-asan-informational/builds/12232/steps/VMTest%20%28attempt%201%29/logs/stdio
,
Oct 24 2016
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by x...@chromium.org
, Oct 24 2016Sample log: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome [ FAILED ] /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome FAIL: Unhandled WebSocketConnectionClosedException: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome [ FAILED ] /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome FAIL: Unhandled WebSocketConnectionClosedException: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome 10/24 07:07:37.673 ERROR| browser:0062| Failure while starting browser backend. /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome Traceback (most recent call last): /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/browser.py", line 56, in __init__ /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome self._LogBrowserInfo() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/browser.py", line 114, in _LogBrowserInfo /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome if self.supports_system_info: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/browser.py", line 307, in supports_system_info /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome return self._browser_backend.supports_system_info /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py", line 270, in supports_system_info /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome return self.GetSystemInfo() != None /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py", line 276, in GetSystemInfo /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome return self._system_info_backend.GetSystemInfo() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/system_info_backend.py", line 24, in GetSystemInfo /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 64, in Connect /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome self._socket = websocket.create_connection(url, timeout=timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/websocket.py", line 25, in create_connection /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome return _create_connection(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 201, in create_connection /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome websock.connect(url, **options) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 455, in connect /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome self._handshake(hostname, port, resource, **options) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 490, in _handshake /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome status, resp_headers = self._read_headers() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 527, in _read_headers /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome line = self._recv_line() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 761, in _recv_line /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome c = self._recv(1) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 739, in _recv /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome raise WebSocketConnectionClosedException() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-35-login_Cryptohome/login_Cryptohome WebSocketConnectionClosedException /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken [ FAILED ] /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken FAIL: Unhandled unicode: Unhandled DevtoolsTargetCrashException: Devtools target crashed /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken [ FAILED ] /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken FAIL: Unhandled unicode: Unhandled DevtoolsTargetCrashException: Devtools target crashed /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken 10/24 07:11:21.307 ERROR| browser:0062| Failure while starting browser backend. /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Traceback (most recent call last): /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/browser.py", line 55, in __init__ /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken self._browser_backend.Start() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py", line 169, in Start /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken + self._GetLoginStatus()) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py", line 277, in _RaiseOnLoginFailure /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken raise exceptions.LoginException(error) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken LoginException: Timed out going through login screen. OOBE not dismissed. /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken 10/24 07:11:21.316 ERROR| chrome:0176| Timed out logging in, tries=0, error=LoginException('Timed out going through login screen. OOBE not dismissed.',) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken 10/24 07:11:23.731 ERROR| browser:0062| Failure while starting browser backend. /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Traceback (most recent call last): /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/browser.py", line 55, in __init__ /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken self._browser_backend.Start() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py", line 163, in Start /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken self._gaia_id, not self.browser_options.disable_gaia_services) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/oobe.py", line 61, in NavigateFakeLogin /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken enterprise_enroll) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome/oobe.py", line 40, in _ExecuteOobeApi /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken self.WaitForJavaScriptExpression("typeof Oobe == 'function'", 20) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 123, in WaitForJavaScriptExpression /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken util.WaitFor(IsJavaScriptExpressionTrue, timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/core/util.py", line 86, in WaitFor /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken res = condition() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 116, in IsJavaScriptExpressionTrue /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return bool(self.EvaluateJavaScript(expr)) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 187, in EvaluateJavaScript /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken expr, context_id=None, timeout=timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 215, in EvaluateJavaScriptInContext /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken expr, context_id=context_id, timeout=timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 37, in inner /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken inspector_backend._ConvertExceptionFromInspectorWebsocket(e) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(*args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 34, in inner /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return func(inspector_backend, *args, **kwargs) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 208, in EvaluateJavaScript /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken return self._runtime.Evaluate(expr, context_id, timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime.py", line 45, in Evaluate /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken res = self._inspector_websocket.SyncRequest(request, timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 110, in SyncRequest /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken res = self._Receive(timeout) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 149, in _Receive /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken data = self._socket.recv() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 596, in recv /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken opcode, data = self.recv_data() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 606, in recv_data /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken frame = self.recv_frame() /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 637, in recv_frame /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken self._frame_header = self._recv_strict(2) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 746, in _recv_strict /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken bytes = self._recv(shortage) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken File "/usr/local/telemetry/src/third_party/catapult/telemetry/third_party/websocket-client/websocket.py", line 730, in _recv /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken bytes = self.sock.recv(bufsize) /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken DevtoolsTargetCrashException: Devtools target crashed /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken (/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:394 _ConvertExceptionFromInspectorWebsocket) Original exception: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken [Errno 104] Connection reset by peer /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken (/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:415 _AddDebuggingInformation) Received a socket error in the browser connection and the tab no longer exists. The tab probably crashed. /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken (/usr/local/telemetry/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:416 _AddDebuggingInformation) Debugger url: ws://127.0.0.1:60813/devtools/page/cc0c489d-968c-454a-8781-a5f9ae18ba70 /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Found Minidump: False /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Stack Trace: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Cannot get stack trace on CrOS /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Standard output: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken Cannot get standard output on CrOS /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken ******************************************************************************** /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken System log: /tmp/cbuildbotzhBsxi/test_harness/all/SimpleTestVerify/1_autotest_tests/results-39-login_OwnershipNotRetaken/login_OwnershipNotRetaken (Not implemented)