Android Tests (dbg) fails telemetry_perf_unittests |
|||||||
Issue descriptionhttps://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/33754 telemetry_perf_unittests telemetry_perf_unittests failures: benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.tracing.tracing_with_debug_overhead
,
Apr 6 2016
[1/1] benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.tracing.tracing_with_debug_overhead failed unexpectedly 19.9563s: [ RUN ] https://www.google.com/#hl=en&q=barack+obama Traceback (most recent call last): File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 86, in _RunStoryAndProcessErrorIfNeeded test.Measure(state.platform, results) File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/web_perf/timeline_based_measurement.py", line 279, in Measure trace_result = platform.tracing_controller.StopTracing() File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/core/tracing_controller.py", line 39, in StopTracing return self._tracing_controller_backend.StopTracing() File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 124, in StopTracing '\n'.join(raised_exception_messages)) TracingControllerStoppedError: Exceptions raised when trying to stop tracing: Traceback (most recent call last): File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 113, in StopTracing agent.StopAgentTracing(builder) File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 153, in StopAgentTracing '\n'.join(raised_execption_messages)) ChromeTracingStoppedError: Exceptions raised when trying to stop Chrome devtool tracing: Error when trying to stop Chrome tracing on devtools at port localabstract:chrome_devtools_remote: Traceback (most recent call last): File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 138, in StopAgentTracing client.StopChromeTracing(trace_data_builder) File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/devtools_client_backend.py", line 348, in StopChromeTracing "console.time.toString().indexOf('[native code]') != -1;") File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 32, in inner return func(inspector_backend, *args, **kwargs) File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 203, in EvaluateJavaScript return self._runtime.Evaluate(expr, context_id, timeout) File "/b/build/slave/Android_Tests__dbg_/build/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime.py", line 47, in Evaluate raise exceptions.EvaluateException(res['error']['message']) EvaluateException: Cannot find default execution context [ FAILED ] https://www.google.com/#hl=en&q=barack+obama (17822 ms) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] https://www.google.com/#hl=en&q=barack+obama 1 FAILED TEST
,
Apr 6 2016
,
Apr 6 2016
adding some relevant people
,
Apr 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5c765fe45532b09843a9452ed1da629b2d8e6754 commit 5c765fe45532b09843a9452ed1da629b2d8e6754 Author: timvolodine <timvolodine@chromium.org> Date: Wed Apr 06 11:53:42 2016 [Android] disable failing telemetry_perf_unittest tracing_with_debug_overhead Failing since build #33754: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/33754 BUG= 600989 TBR=zhenw@chromium.org,nednguyen@chromium.org,petrcermak@chromium.org NOTRY=true CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq Review URL: https://codereview.chromium.org/1868483002 Cr-Commit-Position: refs/heads/master@{#385439} [modify] https://crrev.com/5c765fe45532b09843a9452ed1da629b2d8e6754/tools/perf/benchmarks/tracing.py
,
Apr 6 2016
,
Apr 6 2016
I will disable the smoke test & reenable the benchmark on android.
,
Apr 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/56122dd82e7ff9f56e4f7231fe6a41fd85da6f21 commit 56122dd82e7ff9f56e4f7231fe6a41fd85da6f21 Author: nednguyen <nednguyen@google.com> Date: Wed Apr 06 21:47:15 2016 [Telemetry] Reenable tracing.tracing_with_debug_overhead benchmark & disable its smoke test BUG= 600989 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq TBR=oysteine@chromium.org Review URL: https://codereview.chromium.org/1868593002 Cr-Commit-Position: refs/heads/master@{#385561} [modify] https://crrev.com/56122dd82e7ff9f56e4f7231fe6a41fd85da6f21/tools/perf/benchmarks/benchmark_smoke_unittest.py [modify] https://crrev.com/56122dd82e7ff9f56e4f7231fe6a41fd85da6f21/tools/perf/benchmarks/tracing.py
,
Oct 5 2016
,
Oct 5 2016
,
Oct 5 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Oct 5 2017
this issue looks very stale, closing. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by timvolod...@chromium.org
, Apr 6 2016@@@STEP_TEXT@<br/>failures:<br/>benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.tracing.tracing_with_debug_overhead<br/>@@@ @@@STEP_LOG_LINE@json.output@{@@@ @@@STEP_LOG_LINE@json.output@ "failures": [@@@ @@@STEP_LOG_LINE@json.output@ "benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.tracing.tracing_with_debug_overhead"@@@ @@@STEP_LOG_LINE@json.output@ ], @@@ @@@STEP_LOG_LINE@json.output@ "valid": true@@@ @@@STEP_LOG_LINE@json.output@}@@@ @@@STEP_LOG_END@json.output@@@ @@@STEP_FAILURE@@@