blink_perf.canvas.putImageData failing on Nexus 6 |
||
Issue descriptionUp until https://chromium-review.googlesource.com/c/553541/ this benchmark was disabled on ALL android platforms. After doing that, the test failed on the n6 bot. Disabling this story. INFO) 2017-06-30 00:49:18,261 cmd_helper._ValidateAndLogCommand:158 [host]> /b/swarming/w/ir/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22K86J shell 'rm -f /data/local/tmp/temp_file-13efe06e5474c.png' Traceback (most recent call last): File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 107, in _RunStoryAndProcessErrorIfNeeded state.RunStory(results) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/page/shared_page_state.py", line 305, in RunStory self._current_page.Run(self) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/page/__init__.py", line 108, in Run shared_state.page_test.RunNavigateSteps(self, current_tab) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/page/legacy_page_test.py", line 177, in RunNavigateSteps page.RunNavigateSteps(action_runner) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/page/__init__.py", line 117, in RunNavigateSteps url, script_to_evaluate_on_commit=self.script_to_evaluate_on_commit) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/actions/action_runner.py", line 177, in Navigate timeout_in_seconds=timeout_in_seconds)) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/actions/action_runner.py", line 56, in _RunAction action.RunAction(self._tab) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/actions/navigate.py", line 30, in RunAction tab.WaitForFrameToBeDisplayed() File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 103, in WaitForFrameToBeDisplayed timeout=timeout) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 191, in WaitForJavaScriptCondition return self._inspector_backend.WaitForJavaScriptCondition(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 274, in WaitForJavaScriptCondition return py_utils.WaitFor(IsJavaScriptExpressionTrue, timeout) File "/b/swarming/w/ir/third_party/catapult/common/py_utils/py_utils/__init__.py", line 120, in WaitFor res = condition() File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 271, in IsJavaScriptExpressionTrue return self._EvaluateJavaScript(condition, context_id, timeout) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 39, in inner inspector_backend._ConvertExceptionFromInspectorWebsocket(e) File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function return func(*args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 36, in inner return func(inspector_backend, *args, **kwargs) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 501, in _EvaluateJavaScript return self._runtime.Evaluate(expression, context_id, timeout) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime.py", line 45, in Evaluate res = self._inspector_websocket.SyncRequest(request, timeout) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 110, in SyncRequest res = self._Receive(timeout) File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 149, in _Receive data = self._socket.recv() File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 293, in recv opcode, data = self.recv_data() File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 310, in recv_data opcode, frame = self.recv_data_frame(control_frame) File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 323, in recv_data_frame frame = self.recv_frame() File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 357, in recv_frame return self.frame_buffer.recv_frame() File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 336, in recv_frame self.recv_header() File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 286, in recv_header header = self.recv_strict(2) File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 371, in recv_strict bytes_ = self.recv(min(16384, shortage)) File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 427, in _recv return recv(self.sock, bufsize) File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_socket.py", line 83, in recv raise WebSocketTimeoutException(message) TimeoutException: ******************************************************************************** (/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:470 _ConvertExceptionFromInspectorWebsocket) The app is probably crashed: Found Minidump: True Stack Trace: ******************************************************************************** UI dump - (no package): - (no id) - com.google.android.apps.chrome: - (no id) - android:id/content - com.google.android.apps.chrome:id/action_bar_root - com.google.android.apps.chrome:id/compositor_view_holder - com.google.android.apps.chrome:id/control_container - com.google.android.apps.chrome:id/location_bar - com.google.android.apps.chrome:id/menu_button - com.google.android.apps.chrome:id/menu_button_wrapper - com.google.android.apps.chrome:id/tab_switcher_button - com.google.android.apps.chrome:id/toolbar - com.google.android.apps.chrome:id/toolbar_buttons - com.google.android.apps.chrome:id/toolbar_container - com.google.android.apps.chrome:id/toolbar_shadow - com.google.android.apps.chrome:id/url_bar['127.0.0.1:43336/Canvas/putImageData.html'] ******************************************************************************** Logcat --------- beginning of main D/AndroidRuntime(11257): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< D/AndroidRuntime(11257): CheckJNI is OFF D/AndroidRuntime(11257): Calling main entry com.android.commands.am.Am --------- beginning of system I/ActivityManager( 825): START u0 {dat=about:blank flg=0x10000000 cmp=com.google.android.apps.chrome/.Main} from uid 0 on display 0 V/WindowManager( 825): addAppToken: AppWindowToken{2be7b74d token=Token{10cba6e4 ActivityRecord{21c7ca77 u0 com.google.android.apps.chrome/.Main t30468}}} to stack=1 task=30468 at 0 I/ActivityManager( 825): Start proc 11270:com.google.android.apps.chrome/u0a99 for activity com.google.android.apps.chrome/.Main I/cr_CommandLineInitUtil(11270): Using alternative command line file in /data/local/tmp/chrome-command-line W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/cr_InstantAppsHandler(11270): Not handling with Instant Apps. Enabled? false I/ActivityManager( 825): START u0 {dat=about:blank flg=0x14002000 cmp=com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity (has extras)} from uid 10099 on display 0 V/WindowManager( 825): addAppToken: AppWindowToken{1d0e4d50 token=Token{12e49713 ActivityRecord{1e10b202 u0 com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity t30469}}} to stack=1 task=30469 at 0 V/WindowManager( 825): Based on layer: Adding window Window{2495d58b u0 Starting com.google.android.apps.chrome} at 2 of 7 I/MicrophoneInputStream( 1865): mic_close gzi@fffb148 W/GsaThreadFactory( 1865): Not creating another thread for Background Blocking because there are already 30 D/audio_hw_primary( 445): disable_audio_route: reset and update mixer path: audio-record D/audio_hw_primary( 445): disable_snd_device: snd_device(55: voice-rec-mic) I/SoundTriggerHwService::Module( 445): void android::SoundTriggerHwService::Module::onCallbackEvent(const android::sp<android::SoundTriggerHwService::CallbackEvent>&) mClient == 0 I/HotwordRecognitionRnr( 1865): Hotword detection finished I/HotwordRecognitionRnr( 1865): Stopping hotword detection. E/LocSvc_IzatApiV02( 825): E/virtual int izat_core::IzatApiV02::getBatchSize(int32_t):522]: Error : st = 4, ind.status = -1678361883 E/LocSvc_IzatApiV02( 825): E/virtual int izat_core::IzatApiV02::getBatchSize(int32_t):535]: get batching size failed.Or modem does not support batching E/LocSvc_IzatApiV02( 825): E/virtual int izat_core::IzatApiV02::getBatchSize(int32_t):522]: Error : st = 4, ind.status = -1678361883 E/LocSvc_IzatApiV02( 825): E/virtual int izat_core::IzatApiV02::getBatchSize(int32_t):535]: get batching size failed.Or modem does not support batching I/cr_LibraryLoader(11270): Using linker: org.chromium.base.library_loader.LegacyLinker W/linker (11270): libchromium_android_linker.so: unused DT entry: type 0x6ffffffe arg 0x41f8 W/linker (11270): libchromium_android_linker.so: unused DT entry: type 0x6fffffff arg 0x3 I/cr_base (11270): Extracting resource /data/data/com.google.android.apps.chrome/app_chrome/paks/en-GB.pak W/cr_tabmodel(11270): Starting to perform legacy migration. I/cr_base (11270): Extracting resource /data/data/com.google.android.apps.chrome/app_chrome/paks/en-US.pak I/cr_LibraryLoader(11270): Loading chrome W/cr_tabmodel(11270): Finished performing legacy migration. W/cr_tabmodel(11270): Starting to perform multi-instance migration. W/cr_tabmodel(11270): Finished performing multi-instance migration. I/cr_VrCoreVersionChecker(11270): Unable to find a compatible VrCore. W/cr_tabmodel(11270): Starting to fetch tab list. E/cr_tabmodel(11270): State file does not exist. D/OpenGLRenderer(11270): Use EGL_SWAP_BEHAVIOR_PRESERVED: true D/Atlas (11270): Validating map... V/WindowManager( 825): Adding window Window{137aa80 u0 com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity} at 2 of 8 (before Window{2495d58b u0 Starting com.google.android.apps.chrome}) I/Adreno (11270): EGLInit: QTI Build: 01/29/15, 1bccc5d, I0ba6dce82d I/OpenGLRenderer(11270): Initialized EGL, version 1.4 D/OpenGLRenderer(11270): Enabling debug mode 0 V/WindowManager( 825): Adding window Window{354204fe u0 SurfaceView} at 2 of 9 (before Window{137aa80 u0 com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity}) I/cr_LibraryLoader(11270): Time to load native libraries: 102 ms (timestamps 6677-6779) I/cr_LibraryLoader(11270): Expected native library version number "56.0.2924.87", actual native library version number "56.0.2924.87" I/chromium(11270): [INFO:library_loader_hooks.cc(163)] Chromium logging enabled: level = 0, default verbosity = 0 W/cr_ChildProcLauncher(11270): Create a new ChildConnectionAllocator with package name = com.google.android.apps.chrome, inSandbox = true I/ActivityManager( 825): Start proc 11303:com.google.android.apps.chrome:sandboxed_process0/u0i9 for service com.google.android.apps.chrome/org.chromium.content.app.SandboxedProcessService0 W/dboxed_process0(11303): type=1400 audit(0.0:24): avc: denied { search } for name="tmp" dev="dm-0" ino=1068962 scontext=u:r:isolated_app:s0 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 I/cr_ChildProcessService(11303): Creating new ChildProcessService pid=11303 I/ActivityManager( 825): Displayed com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity: +354ms (total +460ms) D/AndroidRuntime(11257): Shutting down VM I/cr_BrowserStartup(11270): Initializing chromium process, singleProcess=false W/chromium(11270): [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/art ( 825): Explicit concurrent mark sweep GC freed 22253(1300KB) AllocSpace objects, 13(497KB) LOS objects, 33% free, 32MB/48MB, paused 2.038ms total 67.021ms W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/ActivityManager( 825): Start proc 11337:com.google.android.apps.chrome:privileged_process0/u0a99 for service com.google.android.apps.chrome/org.chromium.content.app.PrivilegedProcessService0 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/cr_SnippetsLauncher(11270): Disabling SnippetsLauncher because Play Services is not up to date. D/ConnectivityService( 825): listenForNetwork for NetworkRequest [ id=21, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/cr_BgSyncLauncher(11270): Disabling Background Sync because Play Services is not up to date. D/ConnectivityService( 825): listenForNetwork for NetworkRequest [ id=22, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] I/cr_CommandLineInitUtil(11337): Using alternative command line file in /data/local/tmp/chrome-command-line I/cr_ChildProcessService(11337): Creating new ChildProcessService pid=11337 W/art (11270): Attempt to remove local handle scope entry from IRT, ignoring E/chromium( 5063): [0630/004729.882827:ERROR:socket.cc(344)] read: Connection reset by peer I/cr_LibraryLoader(11337): Using linker: org.chromium.base.library_loader.LegacyLinker W/linker (11337): libchromium_android_linker.so: unused DT entry: type 0x6ffffffe arg 0x41f8 W/linker (11337): libchromium_android_linker.so: unused DT entry: type 0x6fffffff arg 0x3 I/cr_LibraryLoader(11337): Loading chrome I/art (11270): Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingActionModeCallback> I/art (11270): Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingActionModeCallback> I/cr_LibraryLoader(11303): Using linker: org.chromium.base.library_loader.LegacyLinker W/linker (11303): libchromium_android_linker.so: unused DT entry: type 0x6ffffffe arg 0x41f8 W/linker (11303): libchromium_android_linker.so: unused DT entry: type 0x6fffffff arg 0x3 D/BluetoothManagerService( 825): Message: 20 D/BluetoothAdapter(11270): 728447054: getState() : mService = null. Returning STATE_OFF D/BluetoothManagerService( 825): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@3a049455:true I/cr_LibraryLoader(11337): Time to load native libraries: 69 ms (timestamps 7206-7275) I/cr_LibraryLoader(11337): Expected native library version number "56.0.2924.87", actual native library version number "56.0.2924.87" I/chromium(11337): [INFO:library_loader_hooks.cc(163)] Chromium logging enabled: level = 0, default verbosity = 0 I/cr_LibraryLoader(11303): Loading chrome E/libEGL (11337): validate_display:255 error 3008 (EGL_BAD_DISPLAY) I/Adreno (11337): EGLInit: QTI Build: 01/29/15, 1bccc5d, I0ba6dce82d W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/cr_LibraryLoader(11303): Time to load native libraries: 63 ms (timestamps 7282-7345) I/cr_LibraryLoader(11303): Expected native library version number "56.0.2924.87", actual native library version number "56.0.2924.87" W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/chromium(11303): [INFO:library_loader_hooks.cc(163)] Chromium logging enabled: level = 0, default verbosity = 0 W/VideoCapabilities(11337): Unrecognized profile 2130706433 for video/avc I/VideoCapabilities(11337): Unsupported profile 4 for video/mp4v-es I/cr_Ime (11270): ImeThread is enabled. I/cr_MinidmpUploadService(11270): Attempting to upload accumulated crash dumps. I/cr_BindingManager(11270): Moderate binding enabled: maxSize=20 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 I/cr_PhysicalWeb(11270): Nearby connection failed: ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null} W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 W/GooglePlayServicesUtil(11270): Google Play services out of date. Requires 9877000 but found 6779438 W/cr_SafeBrowsingApi(11270): First party Google Play services not available, Safe Browsing disabled. D/TaskPersister( 825): removeObsoleteFile: deleting file=30467_task.xml W/Adreno-GSL(11337): <sharedmem_gpumem_alloc_id:1554>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory E/Adreno-GSL(11337): <gsl_memory_alloc_pure:1576>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed. W/Adreno-GSL(11337): <gsl_ldd_control:427>: ioctl fd 27 code 0x40040921 (IOCTL_KGSL_SHAREDMEM_FREE) failed: errno 22 Invalid argument E/chromium(11337): [ERROR:buffer_manager.cc(453)] [.Offscreen-MainThread-0xaec3d000]GL ERROR :GL_OUT_OF_MEMORY : glBufferData: <- error from previous GL command E/chromium(11337): [ERROR:gles2_cmd_decoder.cc(5202)] Error: 5 for Command kBufferData E/GCM ( 1503): GCM failed to read backup checkin config, checkin may have failed W/GCM ( 1503): GCM FAILED TO INITIALIZE - missing checkin W/GCM ( 1503): GCM registration failed: invalid or missing checkin null E/GCM ( 1503): GCM failed to read backup checkin config, checkin may have failed W/GCM ( 1503): GCM FAILED TO INITIALIZE - missing checkin W/GCM ( 1503): GCM registration failed: invalid or missing checkin null E/GcmRegService( 4986): [477] GcmRegistrationService.a: Unable to register for GCM E/GcmRegService( 4986): java.io.IOException: AUTHENTICATION_FAILED E/GcmRegService( 4986): at com.google.android.gms.gcm.d.a(Unknown Source) E/GcmRegService( 4986): at com.google.android.apps.gcs.service.GcmRegistrationService.a(SourceFile:41) E/GcmRegService( 4986): at com.google.android.gms.gcm.c.run(Unknown Source) E/cr_omaha(11270): Failed to contact server: D/AndroidRuntime(23922): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< D/AndroidRuntime(23922): CheckJNI is OFF D/AndroidRuntime(23922): Calling main entry com.android.commands.uiautomator.Launcher I/AccessibilityNodeInfoDumper(23922): Skipping invisible child: android.view.accessibility.AccessibilityNodeInfo@8000ac90; boundsInParent: Rect(0, 0 - 0, 0); boundsInScreen: Rect(0, 284 - 0, 284); packageName: com.google.android.apps.chrome; className: android.view.View; text: null; error: null; maxTextLength: -1; contentDescription: null; viewIdResName: null; checkable: false; checked: false; focusable: false; focused: false; selected: false; clickable: false; longClickable: false; enabled: true; password: false; scrollable: false; actions: [AccessibilityAction: ACTION_SELECT - null, AccessibilityAction: ACTION_CLEAR_SELECTION - null, AccessibilityAction: ACTION_ACCESSIBILITY_FOCUS - null] I/AccessibilityNodeInfoDumper(23922): Skipping invisible child: android.view.accessibility.AccessibilityNodeInfo@8000960a; boundsInParent: Rect(0, 0 - 0, 0); boundsInScreen: Rect(0, 2392 - 0, 2392); packageName: com.google.android.apps.chrome; className: android.view.View; text: null; error: null; maxTextLength: -1; contentDescription: null; viewIdResName: com.google.android.apps.chrome:id/menu_anchor_stub; checkable: false; checked: false; focusable: false; focused: false; selected: false; clickable: false; longClickable: false; enabled: true; password: false; scrollable: false; actions: [AccessibilityAction: ACTION_SELECT - null, AccessibilityAction: ACTION_CLEAR_SELECTION - null, AccessibilityAction: ACTION_ACCESSIBILITY_FOCUS - null] W/AccessibilityNodeInfoDumper(23922): Fetch time: 46ms W/WindowManager( 825): Attempted to remove non-existing token: android.os.Binder@6c4fd88 D/AndroidRuntime(23922): Shutting down VM ******************************************************************************** Stack from Logcat Reading native crash info from stdin Unknown Android release, consider passing --packed-lib. Reading Android symbols from: /b/swarming/w/ir Searching for Chrome symbols from within: /b/swarming/w/ir/out/Release/lib.unstripped:/b/swarming/w/ir/out/Release/lib:/b/swarming/w/ir/out/Release ******************************************************************************** ******************************************************************************** Standard output: ******************************************************************************** Cannot get standard output on Android ******************************************************************************** System log: (Not implemented) ******************************************************************************** (/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:475 _ConvertExceptionFromInspectorWebsocket) Original exception: timed out ******************************************************************************** (/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:496 _AddDebuggingInformation) Received a socket error in the browser connection and the tab still exists. The operation probably timed out. ******************************************************************************** (/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py:497 _AddDebuggingInformation) Debugger url: ws://127.0.0.1:59803/devtools/page/0 (INFO) 2017-06-30 00:50:15,956 cmd_helper._ValidateAndLogCommand:158 [host]> /b/swarming/w/ir/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22K86J shell '( log -p i -t Telemetry '"'"'END putImageData.html'"'"' );echo %$?' [ FAILED ] putImageData.html (170070 ms)
,
Jun 30 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d6f1f465b8d6388fe7beca00f08c4adc12e63475 commit d6f1f465b8d6388fe7beca00f08c4adc12e63475 Author: rnephew <rnephew@chromium.org> Date: Fri Jun 30 16:23:44 2017 [Telemetry] Disable blink_perf.canvas.putImageData.html on Nexus 6 perf bot. TBR=charliea@chromium.org,nednguyen@google.com Bug: 713222, 738453 Change-Id: I5c9b80c4d47139641fc6b703785fd105d46c8c3b Reviewed-on: https://chromium-review.googlesource.com/557942 Reviewed-by: rnephew <rnephew@chromium.org> Commit-Queue: rnephew <rnephew@chromium.org> Cr-Commit-Position: refs/heads/master@{#483725} [modify] https://crrev.com/d6f1f465b8d6388fe7beca00f08c4adc12e63475/tools/perf/benchmarks/blink_perf.py
,
Aug 4 2017
Benchmark was deleted. |
||
►
Sign in to add a comment |
||
Comment 1 by rnep...@chromium.org
, Jun 30 2017