New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 600989 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Android Tests (dbg) fails telemetry_perf_unittests

Project Member Reported by timvolod...@chromium.org, Apr 6 2016

Issue description

https://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


 
@@@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@@@
[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
  
Status: Available (was: Untriaged)
Cc: zh...@chromium.org petrcermak@chromium.org nednguyen@chromium.org
adding some relevant people
Project Member

Comment 5 by bugdroid1@chromium.org, 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

Cc: oysteine@chromium.org
I will disable the smoke test & reenable the benchmark on android.
Project Member

Comment 8 by bugdroid1@chromium.org, 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

Cc: -petrcermak@chromium.org
Cc: -petrcermak@chromium.org
Project Member

Comment 11 by sheriffbot@chromium.org, Oct 5 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
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

Comment 12 Deleted

this issue looks very stale, closing.

Sign in to add a comment