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

Issue 865212 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Aug 1
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

ts_proxy_server sometimes fails to start

Project Member Reported by nednguyen@chromium.org, Jul 18

Issue description

Log:
https://chrome-swarming.appspot.com/task?id=3ec720e6e6984710&refresh=10&show_raw=1

Traceback (most recent call last):
  RunBenchmark at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py:366
    expectations=expectations, max_num_values=benchmark.MAX_NUM_VALUES)
  Run at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py:214
    test, finder_options.Copy(), story_set)
  traced_function at /b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py:52
    return func(*args, **kwargs)
  __init__ at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/page/shared_page_state.py:86
    self.platform.network_controller.Open(wpr_mode)
  traced_function at /b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py:52
    return func(*args, **kwargs)
  Open at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/core/network_controller.py:28
    self._network_controller_backend.Open(wpr_mode)
  Open at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/platform/network_controller_backend.py:70
    local_port = self._StartTsProxyServer()
  _StartTsProxyServer at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/platform/network_controller_backend.py:206
    self._ts_proxy_server.StartServer()
  StartServer at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/util/ts_proxy_server.py:98
    'Error starting tsproxy: %s' % err)
RuntimeError: Error starting tsproxy: None

Locals:
  cmd_line : ['/b/swarming/w/ir/.swarming_module_cache/vpython/09eff0/bin/python', '/b/swarming/w/ir/third_party/catapult/telemetry/third_party/tsproxy/tsproxy.py', '--port=0', '--desthost=127.0.0.1']
  err      : None
  fd       : 16
  fl       : 0
  timeout  : 10

Suspect this has to do with my change recently to changes the way we read output from tsproxy
 
Status: Fixed (was: Assigned)
No longer see this error

Comment 2 by benhenry@google.com, Jan 16 (6 days ago)

Components: Test>Telemetry

Comment 3 by benhenry@google.com, Jan 16 (6 days ago)

Components: -Speed>Telemetry

Sign in to add a comment