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

Issue 639360 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

[telemetry] page_cycler_v2.typical_25 is broken in ChromeOS

Project Member Reported by cmt...@chromium.org, Aug 19 2016

Issue description

$  python /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/tools/perf/run_benchmark --browser=cros-chrome --remote=chromeos2-row3-rack10-host8.cros --output-format=chartjson  page_cycler_v2.typical_25
[ RUN      ] http://www.nick.com/games
[ RUN      ] /tmp/tmpdibco9.html
[       OK ] /tmp/tmpdibco9.html (4425 ms)
[       OK ] http://www.nick.com/games (31332 ms)
[ RUN      ] http://www.nick.com/games
[ RUN      ] /tmp/tmphc8IrD.html
[       OK ] /tmp/tmphc8IrD.html (4030 ms)
[       OK ] http://www.nick.com/games (24618 ms)
[ RUN      ] http://www.rei.com/
[ RUN      ] /tmp/tmpeKUSVZ.html
[       OK ] /tmp/tmpeKUSVZ.html (2240 ms)
[       OK ] http://www.rei.com/ (13766 ms)
[ RUN      ] http://www.rei.com/
[ RUN      ] /tmp/tmp8jEgHM.html
[       OK ] /tmp/tmp8jEgHM.html (2280 ms)
[       OK ] http://www.rei.com/ (12962 ms)
[ RUN      ] http://www.fifa.com/
[ RUN      ] /tmp/tmpQg_nHQ.html
[       OK ] /tmp/tmpQg_nHQ.html (5964 ms)
[       OK ] http://www.fifa.com/ (41772 ms)
[ RUN      ] http://www.fifa.com/
[ RUN      ] /tmp/tmpRH5CWQ.html
[       OK ] /tmp/tmpRH5CWQ.html (5461 ms)
[       OK ] http://www.fifa.com/ (36380 ms)
[ RUN      ] http://www.gamestop.com/ps3
[ RUN      ] /tmp/tmpQIZ8O0.html
[       OK ] /tmp/tmpQIZ8O0.html (4629 ms)
[       OK ] http://www.gamestop.com/ps3 (31105 ms)
[ RUN      ] http://www.gamestop.com/ps3
[ RUN      ] /tmp/tmpe3ZSyr.html
[       OK ] /tmp/tmpe3ZSyr.html (4807 ms)
[       OK ] http://www.gamestop.com/ps3 (33074 ms)
[ RUN      ] http://www.barnesandnoble.com/u/books-bestselling-books/379003057/
(WARNING) 2016-08-19 10:44:09,023 screenshot.TryCaptureScreenShot:49  Exception when trying to capture screenshot: OSError('No such file or directory scp: /sys/class/dmi/id/sys_vendor: Broken pipe\n',)
Traceback (most recent call last):
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 88, in _RunStoryAndProcessErrorIfNeeded
    test.Measure(state.platform, results)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/web_perf/timeline_based_measurement.py", line 281, in Measure
    trace_result = platform.tracing_controller.StopTracing()
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/core/tracing_controller.py", line 47, in StopTracing
    return self._tracing_controller_backend.StopTracing()
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 133, in StopTracing
    '\n'.join(raised_exception_messages))
TracingControllerStoppedError: Exceptions raised when trying to stop tracing:
Traceback (most recent call last):
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 121, in StopTracing
    agent.CollectAgentTraceData(builder)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 239, in CollectAgentTraceData
    '\n'.join(raised_exception_messages))
ChromeTracingStoppedError: Exceptions raised when trying to collect Chrome devtool tracing:
Error when collecting Chrome tracing on devtools at port 58030:
Traceback (most recent call last):
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 228, in CollectAgentTraceData
    client.CollectChromeTracingData(trace_data_builder)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/devtools_client_backend.py", line 369, in CollectChromeTracingData
    self._tracing_backend.CollectTraceData(trace_data_builder, timeout)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py", line 227, in CollectTraceData
    self._CollectTracingData(trace_data_builder, timeout)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py", line 265, in _CollectTracingData
    'the timeout amount.' % elapsed_time)
TracingTimeoutException: Only received partial trace data due to timeout after 30.0267789364 seconds. If the trace data is big, you may want to increase the timeout amount.



[  FAILED  ] http://www.barnesandnoble.com/u/books-bestselling-books/379003057/ (52825 ms)

Traceback (most recent call last):
  RunBenchmark at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py:318
    benchmark.ShouldTearDownStateAfterEachStorySetRun())
  Run at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py:227
    _RunStoryAndProcessErrorIfNeeded(story, results, state, test)
  _RunStoryAndProcessErrorIfNeeded at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py:88
    test.Measure(state.platform, results)
  Measure at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/web_perf/timeline_based_measurement.py:281
    trace_result = platform.tracing_controller.StopTracing()
  StopTracing at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/core/tracing_controller.py:47
    return self._tracing_controller_backend.StopTracing()
  StopTracing at /var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py:133
    '\n'.join(raised_exception_messages))
TracingControllerStoppedError: Exceptions raised when trying to stop tracing:
Traceback (most recent call last):
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 121, in StopTracing
    agent.CollectAgentTraceData(builder)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 239, in CollectAgentTraceData
    '\n'.join(raised_exception_messages))
ChromeTracingStoppedError: Exceptions raised when trying to collect Chrome devtool tracing:
Error when collecting Chrome tracing on devtools at port 58030:
Traceback (most recent call last):
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 228, in CollectAgentTraceData
    client.CollectChromeTracingData(trace_data_builder)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/devtools_client_backend.py", line 369, in CollectChromeTracingData
    self._tracing_backend.CollectTraceData(trace_data_builder, timeout)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py", line 227, in CollectTraceData
    self._CollectTracingData(trace_data_builder, timeout)
  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py", line 265, in _CollectTracingData
    'the timeout amount.' % elapsed_time)
TracingTimeoutException: Only received partial trace data due to timeout after 30.0267789364 seconds. If the trace data is big, you may want to increase the timeout amount.

Locals:
  agent                     : <telemetry.internal.platform.tracing_controller_backend.TracingControllerBackend object at 0x7f003f3bcf50>
  builder                   : <telemetry.timeline.trace_data.TraceDataBuilder object at 0x7f003181cc10>
  raised_exception_messages : ['Traceback (most recent call last):\n  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_controller_backend.py", line 121, in StopTracing\n    agent.CollectAgentTraceData(builder)\n  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py", line 239, in CollectAgentTraceData\n    \'\\n\'.join(raised_exc ...  in CollectTraceData\n    self._CollectTracingData(trace_data_builder, timeout)\n  File "/var/cache/chromeos-cache/distfiles/target/chrome-src-internal/src/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py", line 265, in _CollectTracingData\n    \'the timeout amount.\' % elapsed_time)\nTracingTimeoutException: Only received partial trace data due to timeout after 30.0267789364 seconds. If the trace data is big, you may want to increase the timeout amount.\n\n'] (truncated)

[  PASSED  ] 8 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ]  http://www.barnesandnoble.com/u/books-bestselling-books/379003057/

1 FAILED TEST

(WARNING) 2016-08-19 10:44:18,850 wpr_server.StopServer:228  Attempting to stop WPR server that is not running.

 

Comment 1 by cmt...@chromium.org, Aug 19 2016

Cc: laszio@chromium.org
Cc: -llozano@chromium.org yunlian@chromium.org

Comment 3 by dtu@chromium.org, Sep 13 2017

Status: Archived (was: Untriaged)

Sign in to add a comment