memory_mobile.load:tools:drive, load:tools:dropbox, load:tools:gmail failing flakely |
|||||||
Issue descriptionBuild is broken: telemetry_perf_unittests Revision range: chromium 403151 : 403164 Failing builders: Android Tests (dbg): https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20(dbg) benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:drive benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:dropbox benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:gmail
,
Jun 30 2016
,
Jun 30 2016
,
Jun 30 2016
,
Jul 1 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/055373dbdafcd9bfceb0264df2554005cb22f536 commit 055373dbdafcd9bfceb0264df2554005cb22f536 Author: petrcermak <petrcermak@chromium.org> Date: Fri Jul 01 16:55:47 2016 [system-health] Re-enable all passing smoke tests on the CQ All tests except for the following 3 passed in the most recent CQ dry runs: * load:tools:dropbox (crbug.com/624474) * load:media:dailymotion ( crbug.com/624607 ) * load:games:bubbles (crbug.com/624701) *** NOTE TO SHERRIF *** If any of the benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.* tests fails, please do not revert this CL but instead disable only the failing tests by adding them to the _DISABLE_TESTS list in tools/perf/benchmarks/system_health_smoke_test.py. Thanks! BUG=624474,624587, 624607 ,624701, 624840 , 615382 ,589726 TBR=nednguyen@google.com CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2120443002 Cr-Commit-Position: refs/heads/master@{#403470} [modify] https://crrev.com/055373dbdafcd9bfceb0264df2554005cb22f536/tools/perf/benchmarks/system_health_smoke_test.py
,
Jul 1 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e32e006929e82c62ce48e3ef65a69ba4e7d8c048 commit e32e006929e82c62ce48e3ef65a69ba4e7d8c048 Author: kelvinp <kelvinp@chromium.org> Date: Fri Jul 01 21:07:30 2016 Disable Flaky benchmarks.system_health_smoke_tests. Failing builders: Android Tests (dbg): https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/35122 BUG= 624840 TBR=nednguyen # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2112013005 Cr-Commit-Position: refs/heads/master@{#403531} [modify] https://crrev.com/e32e006929e82c62ce48e3ef65a69ba4e7d8c048/tools/perf/benchmarks/system_health_smoke_test.py
,
Jul 1 2016
Still fails in https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/35122, sherrif just disable these again.
,
Jul 4 2016
There seem to be 2 main reasons for the flakes:
1. GPU crashes due to duplicate memory dump allocator name. This is
already tracked in issue 624701.
[FATAL:process_memory_dump.cc(189)] Check failed:
insertion_result.second. Duplicate name:
gpu/gl/textures/client_3/texture_5
signal 6 (SIGABRT) at 0x00001326 (code=-6), thread 4917 (CrGpuMain)
[...]
2. Java crashes due to assertion error. This is already tracked in
issue 625588.
java.lang.AssertionError
at org.chromium.chrome.browser.widget.ProgressAnimationSmooth
.updateProgress(ProgressAnimationSmooth.java:36)
at org.chromium.chrome.browser.widget.ToolbarProgressBar$3
.onTimeUpdate(ToolbarProgressBar.java:123)
at android.animation.TimeAnimator
.animationFrame(TimeAnimator.java:27)
[...]
The latter also seem to be accompanied by other failures:
* [ERROR:PlatformKeyboardEvent.cpp(94)] Not implemented reached in
static bool blink::PlatformKeyboardEvent::currentCapsLockState()
* [ERROR:shell_integration_android.cc(27)] Not implemented reached in
shell_integration::DefaultWebClientState
shell_integration::GetDefaultBrowser()
* [ERROR:shell_integration_android.cc(22)] Not implemented reached in
shell_integration::DefaultWebClientSetPermission
shell_integration::GetDefaultWebClientSetPermission()
* GC_CONCURRENT freed 648K, 4% free 18991K/19692K, paused 2ms+2ms,
total 20ms (OOM)
but I think issue 624701 and issue 625588 need to be resolved before
investigating the other issues.
,
Jul 4 2016
Already triaged and owner assigned. Removing sheriff label.
,
Aug 5 2016
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by nedngu...@google.com
, Jun 30 2016Summary: memory_mobile.load:tools:drive, load:tools:dropbox, load:tools:gmail failing flakely (was: benchmarks.system_health_smoke_test is flakely)