Error "No URLs matched: gs://chromium-telemetry/xxx" run on Android

71 views
Skip to first unread message

Moon Hope

unread,
Apr 12, 2018, 2:49:28 AM4/12/18
to tele...@chromium.org
Hi~
When I run "./run_benchmark --browser=android-jb-system-chrome blink_perf.svg" on Nexus5(it's a rooted device with user binary) on Linux, I get an error message "No URLs matched: gs://chromium-telemetry/binary_dependencies/forwarder_host_b3dda9fbdd4a3fb933b64111c11070aa809c7ed4". Chrome on Android will open an "about:blank" page.

But I run on desktop Chrome (cmd is "./run_benchmark --browser=stable blink_perf.svg") on Linux, it succeded and won't show " No URLs matched: gs://chromium-telemetry/ xxx",Chrome on Linux will open an local page like "127.0.0.1/xxx.html".

Could you please check and let me know:
1.How can I run these tests on Android ?
2.Why run on linux, do not need to access gs://chromium-telemetry/xxx with the same testcase? 
3.Can a rooted device with user binary run telemetry?

Thanks!

The log run on Android with cmd " ./run_benchmark --browser=android-jb-system-chrome blink_perf.svg " is:

/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/internal/results/results_options.py:144: UserWarning: Class BuildbotOutputFormatter is deprecated. It will no longer be supported on February 29, 2016. Please remove it or switch to an alternative before that time. Chart JSON is a supported alternative. See https://goo.gl/8daFav .

  sys.stdout, trace_tag=options.output_trace_tag))
[ RUN      ] SvgNestedUse.html
adb server version (32) doesn't match this client (39); killing...
* daemon started successfully

(CRITICAL) 2018-04-12 14:38:30,215 timeout_retry._LogLastException:118  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,215 timeout_retry._LogLastException:120  Exception on thread TimeoutThread-1-for-MainThread (attempt 1 of 4)
(CRITICAL) 2018-04-12 14:38:30,216 timeout_retry._LogLastException:121  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,219 timeout_retry._LogLastException:124  Traceback (most recent call last):
(CRITICAL) 2018-04-12 14:38:30,219 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 167, in Run
(CRITICAL) 2018-04-12 14:38:30,220 timeout_retry._LogLastException:124      error_log_func=error_log_func)
(CRITICAL) 2018-04-12 14:38:30,220 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 186, in JoinAll
(CRITICAL) 2018-04-12 14:38:30,220 timeout_retry._LogLastException:124      self._JoinAll(watcher, timeout)
(CRITICAL) 2018-04-12 14:38:30,220 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 158, in _JoinAll
(CRITICAL) 2018-04-12 14:38:30,220 timeout_retry._LogLastException:124      thread.ReraiseIfException()
(CRITICAL) 2018-04-12 14:38:30,221 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 81, in run
(CRITICAL) 2018-04-12 14:38:30,221 timeout_retry._LogLastException:124      self._ret = self._func(*self._args, **self._kwargs)
(CRITICAL) 2018-04-12 14:38:30,221 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 160, in <lambda>
(CRITICAL) 2018-04-12 14:38:30,221 timeout_retry._LogLastException:124      child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
(CRITICAL) 2018-04-12 14:38:30,221 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/decorators.py", line 47, in impl
(CRITICAL) 2018-04-12 14:38:30,222 timeout_retry._LogLastException:124      return f(*args, **kwargs)
(CRITICAL) 2018-04-12 14:38:30,222 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/device_utils.py", line 339, in EnableRoot
(CRITICAL) 2018-04-12 14:38:30,222 timeout_retry._LogLastException:124      'Cannot enable root in user builds.', str(self))
(CRITICAL) 2018-04-12 14:38:30,222 timeout_retry._LogLastException:124  CommandFailedError: (device: 0357ca88094b26a9) Cannot enable root in user builds.
(CRITICAL) 2018-04-12 14:38:30,222 timeout_retry._LogLastException:125  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,224 timeout_retry._LogLastException:118  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,225 timeout_retry._LogLastException:120  Exception on thread TimeoutThread-2-for-MainThread (attempt 2 of 4)
(CRITICAL) 2018-04-12 14:38:30,225 timeout_retry._LogLastException:121  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,230 timeout_retry._LogLastException:124  Traceback (most recent call last):
(CRITICAL) 2018-04-12 14:38:30,231 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 167, in Run
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124      error_log_func=error_log_func)
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 186, in JoinAll
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124      self._JoinAll(watcher, timeout)
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 158, in _JoinAll
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124      thread.ReraiseIfException()
(CRITICAL) 2018-04-12 14:38:30,232 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 81, in run
(CRITICAL) 2018-04-12 14:38:30,233 timeout_retry._LogLastException:124      self._ret = self._func(*self._args, **self._kwargs)
(CRITICAL) 2018-04-12 14:38:30,233 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 160, in <lambda>
(CRITICAL) 2018-04-12 14:38:30,233 timeout_retry._LogLastException:124      child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
(CRITICAL) 2018-04-12 14:38:30,234 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/decorators.py", line 47, in impl
(CRITICAL) 2018-04-12 14:38:30,234 timeout_retry._LogLastException:124      return f(*args, **kwargs)
(CRITICAL) 2018-04-12 14:38:30,234 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/device_utils.py", line 339, in EnableRoot
(CRITICAL) 2018-04-12 14:38:30,234 timeout_retry._LogLastException:124      'Cannot enable root in user builds.', str(self))
(CRITICAL) 2018-04-12 14:38:30,235 timeout_retry._LogLastException:124  CommandFailedError: (device: 0357ca88094b26a9) Cannot enable root in user builds.
(CRITICAL) 2018-04-12 14:38:30,235 timeout_retry._LogLastException:125  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,237 timeout_retry._LogLastException:118  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,237 timeout_retry._LogLastException:120  Exception on thread TimeoutThread-3-for-MainThread (attempt 3 of 4)
(CRITICAL) 2018-04-12 14:38:30,238 timeout_retry._LogLastException:121  ********************************************************************************
(CRITICAL) 2018-04-12 14:38:30,238 timeout_retry._LogLastException:124  Traceback (most recent call last):
(CRITICAL) 2018-04-12 14:38:30,238 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 167, in Run
(CRITICAL) 2018-04-12 14:38:30,239 timeout_retry._LogLastException:124      error_log_func=error_log_func)
(CRITICAL) 2018-04-12 14:38:30,239 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 186, in JoinAll
(CRITICAL) 2018-04-12 14:38:30,239 timeout_retry._LogLastException:124      self._JoinAll(watcher, timeout)
(CRITICAL) 2018-04-12 14:38:30,240 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 158, in _JoinAll
(CRITICAL) 2018-04-12 14:38:30,240 timeout_retry._LogLastException:124      thread.ReraiseIfException()
(CRITICAL) 2018-04-12 14:38:30,240 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 81, in run
(CRITICAL) 2018-04-12 14:38:30,240 timeout_retry._LogLastException:124      self._ret = self._func(*self._args, **self._kwargs)
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/utils/timeout_retry.py", line 160, in <lambda>
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124      child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/decorators.py", line 47, in impl
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124      return f(*args, **kwargs)
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124    File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/device_utils.py", line 339, in EnableRoot
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124      'Cannot enable root in user builds.', str(self))
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:124  CommandFailedError: (device: 0357ca88094b26a9) Cannot enable root in user builds.
(CRITICAL) 2018-04-12 14:38:30,241 timeout_retry._LogLastException:125  ********************************************************************************
(WARNING) 2018-04-12 14:38:30,251 perf_control.SetHighPerfMode:32  Need root for performance mode. Results may be NOISY!!
(WARNING) 2018-04-12 14:38:37,578 android_forwarder.Create:45  Failed to create forwarder. Currently forwarded connections:
(WARNING) 2018-04-12 14:38:37,588 android_forwarder.Create:48    0357ca88094b26a9 tcp:50636 localabstract:chrome_devtools_remote
(WARNING) 2018-04-12 14:38:37,590 android_forwarder.Create:48    
(WARNING) 2018-04-12 14:38:37,590 android_forwarder.Create:52  Device tcp sockets in use:
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56      sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       0: 0100007F:13AD 00000000:0000 0A 00000000:00000000 00:00000000 00000000     0        0 579672 1 00000000 100 0 0 10 -1                           
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       1: F8EB5464:D7AE 27C3CD8C:0050 01 00000000:00000000 00:00000000 00000000 12002        0 7930431 1 00000000 35 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       2: F8EB5464:DABD 5EA3CD8C:0050 01 00000000:00000000 00:00000000 00000000 12002        0 7931538 1 00000000 35 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       3: F8EB5464:B03E 5EA3CD8C:01BB 01 00000000:00000000 00:00000000 00000000 10078        0 7931533 1 00000000 40 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       4: F8EB5464:A1CC 5F43C2AD:01BB 01 00000000:00000000 00:00000000 00000000 10031        0 7932906 1 00000000 87 0 0 10 -1                           
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       5: F8EB5464:B044 5EA3CD8C:01BB 01 00000000:00000000 00:00000000 00000000 12014        0 7932934 1 00000000 33 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       6: F8EB5464:BB16 2FC3CD8C:0050 01 00000000:00000000 00:00000000 00000000 12014        0 7932933 1 00000000 35 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       7: F8EB5464:DAB6 5EA3CD8C:0050 01 00000000:00000000 00:00000000 00000000 11975        0 7929746 1 00000000 24 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,793 android_forwarder.Create:56       8: F8EB5464:DABB 5EA3CD8C:0050 01 00000000:00000000 00:00000000 00000000 11978        0 7932541 1 00000000 38 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:56       9: F8EB5464:AF83 54C3CD8C:0050 01 00000000:00000000 00:00000000 00000000 10078        0 7932929 1 00000000 24 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:56      10: F8EB5464:A1CB 5F43C2AD:01BB 01 00000000:00000000 00:00000000 00000000 10031        0 7933466 1 00000000 65 4 15 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:56      11: F8EB5464:A6A2 35BA0B6A:0050 01 00000000:00000000 00:00000000 00000000 11978        0 7933251 1 00000000 29 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:56      12: F8EB5464:B03A 5EA3CD8C:01BB 01 00000000:00000000 00:00000000 00000000 11974        0 7929745 1 00000000 25 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:56      13: F8EB5464:964F 31C3CD8C:0050 01 00000000:00000000 00:00000000 00000000 11978        0 7932540 1 00000000 40 4 31 10 -1                          
(WARNING) 2018-04-12 14:38:37,794 android_forwarder.Create:60  Alive webpagereplay instances:
Traceback (most recent call last):
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 84, in _RunStoryAndProcessErrorIfNeeded
    state.RunStory(results)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/page/shared_page_state.py", line 326, in RunStory
    self._PreparePage()
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/page/shared_page_state.py", line 300, in _PreparePage
    set([self._current_page.serving_dir]))
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/core/platform.py", line 391, in SetHTTPServerDirectories
    self.StartLocalServer(server)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/core/platform.py", line 358, in StartLocalServer
    self._local_server_controller.StartServer(server)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/core/local_server.py", line 162, in StartServer
    server.Start(self)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/core/local_server.py", line 91, in Start
    forwarders.PortPairs(**named_port_pair_map))
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/core/local_server.py", line 182, in CreateForwarder
    return self._platform_backend.forwarder_factory.Create(port_pairs)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/internal/forwarders/android_forwarder.py", line 42, in Create
    return AndroidForwarder(self._device, port_pairs)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/telemetry/telemetry/internal/forwarders/android_forwarder.py", line 87, in __init__
    for p in port_pairs if p], self._device)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/forwarder.py", line 85, in Map
    instance = Forwarder._GetInstanceLocked(tool)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/forwarder.py", line 195, in _GetInstanceLocked
    Forwarder._instance = Forwarder(tool)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/android/forwarder.py", line 213, in __init__
    self._host_forwarder_path = devil_env.config.FetchPath('forwarder_host')
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/devil/devil_env.py", line 131, in FetchPath
    return self._dm.FetchPath(dependency, GetPlatform(arch, device))
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/dependency_manager/dependency_manager/manager.py", line 88, in FetchPath
    path = dependency_info.GetRemotePath()
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/dependency_manager/dependency_manager/dependency_info.py", line 84, in GetRemotePath
    return self._cloud_storage_info.GetRemotePath()
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/dependency_manager/dependency_manager/cloud_storage_info.py", line 80, in GetRemotePath
    self._cs_hash)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/catapult_base/catapult_base/cloud_storage.py", line 293, in GetIfHashChanged
    _GetLocked(bucket, cs_path, download_path)
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/catapult_base/catapult_base/cloud_storage.py", line 243, in _GetLocked
    _RunCommand(['cp', url, partial_download_path.name])
  File "/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/catapult_base/catapult_base/cloud_storage.py", line 143, in _RunCommand
    raise NotFoundError(stderr)
NotFoundError: CommandException: No URLs matched: gs://chromium-telemetry/binary_dependencies/forwarder_host_b3dda9fbdd4a3fb933b64111c11070aa809c7ed4


[  FAILED  ] SvgNestedUse.html (18083 ms)
(WARNING) 2018-04-12 14:38:39,334 perf_control._WriteEachCpuFile:113  Failed to set cpufreq/scaling_max_freq to '2265600' on any cpus
adb server version (32) doesn't match this client (39); killing...
* daemon started successfully

(WARNING) 2018-04-12 14:38:48,591 android_platform_backend.StopForwardingHost:514  Port 50636 not found in adb forward --list for device 0357ca88094b26a9

Traceback (most recent call last):
  RunBenchmark at third_party/catapult/telemetry/telemetry/internal/story_runner.py:302
    Run(pt, stories, finder_options, results, benchmark.max_failures)
  Run at third_party/catapult/telemetry/telemetry/internal/story_runner.py:219
    _RunStoryAndProcessErrorIfNeeded(story, results, state, test)
  _RunStoryAndProcessErrorIfNeeded at third_party/catapult/telemetry/telemetry/internal/story_runner.py:84
    state.RunStory(results)
  RunStory at third_party/catapult/telemetry/telemetry/page/shared_page_state.py:326
    self._PreparePage()
  _PreparePage at third_party/catapult/telemetry/telemetry/page/shared_page_state.py:300
    set([self._current_page.serving_dir]))
  SetHTTPServerDirectories at third_party/catapult/telemetry/telemetry/core/platform.py:391
    self.StartLocalServer(server)
  StartLocalServer at third_party/catapult/telemetry/telemetry/core/platform.py:358
    self._local_server_controller.StartServer(server)
  StartServer at third_party/catapult/telemetry/telemetry/core/local_server.py:162
    server.Start(self)
  Start at third_party/catapult/telemetry/telemetry/core/local_server.py:91
    forwarders.PortPairs(**named_port_pair_map))
  CreateForwarder at third_party/catapult/telemetry/telemetry/core/local_server.py:182
    return self._platform_backend.forwarder_factory.Create(port_pairs)
  Create at third_party/catapult/telemetry/telemetry/internal/forwarders/android_forwarder.py:42
    return AndroidForwarder(self._device, port_pairs)
  __init__ at third_party/catapult/telemetry/telemetry/internal/forwarders/android_forwarder.py:87
    for p in port_pairs if p], self._device)
  Map at third_party/catapult/devil/devil/android/forwarder.py:85
    instance = Forwarder._GetInstanceLocked(tool)
  _GetInstanceLocked at third_party/catapult/devil/devil/android/forwarder.py:195
    Forwarder._instance = Forwarder(tool)
  __init__ at third_party/catapult/devil/devil/android/forwarder.py:213
    self._host_forwarder_path = devil_env.config.FetchPath('forwarder_host')
  FetchPath at third_party/catapult/devil/devil/devil_env.py:131
    return self._dm.FetchPath(dependency, GetPlatform(arch, device))
  FetchPath at third_party/catapult/dependency_manager/dependency_manager/manager.py:88
    path = dependency_info.GetRemotePath()
  GetRemotePath at third_party/catapult/dependency_manager/dependency_manager/dependency_info.py:84
    return self._cloud_storage_info.GetRemotePath()
  GetRemotePath at third_party/catapult/dependency_manager/dependency_manager/cloud_storage_info.py:80
    self._cs_hash)
  GetIfHashChanged at third_party/catapult/catapult_base/catapult_base/cloud_storage.py:293
    _GetLocked(bucket, cs_path, download_path)
  _GetLocked at third_party/catapult/catapult_base/catapult_base/cloud_storage.py:243
    _RunCommand(['cp', url, partial_download_path.name])
  _RunCommand at third_party/catapult/catapult_base/catapult_base/cloud_storage.py:143
    raise NotFoundError(stderr)
NotFoundError: CommandException: No URLs matched: gs://chromium-telemetry/binary_dependencies/forwarder_host_b3dda9fbdd4a3fb933b64111c11070aa809c7ed4

Locals:
  args       : ['/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/third_party/gsutil/gsutil', 'cp', u'gs://chromium-telemetry/binary_dependencies/forwarder_host_b3dda9fbdd4a3fb933b64111c11070aa809c7ed4', u'/home/chence/telemetry_workspace/telemetry/src/third_party/catapult/devil/bin/deps/linux2/x86_64/tmp9spKBz']
  gsutil     : <subprocess.Popen object at 0x7ff234513190>
  gsutil_env : None
  stderr     : 'CommandException: No URLs matched: gs://chromium-telemetry/binary_dependencies/forwarder_host_b3dda9fbdd4a3fb933b64111c11070aa809c7ed4\n'
  stdout     : ''

[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ]  SvgNestedUse.html

1 FAILED TEST

Pages: []
RESULT telemetry_page_measurement_results: num_failed= 1 count
RESULT telemetry_page_measurement_results: num_errored= 0 count

View result at file:///home/chence/telemetry_workspace/telemetry/src/tools/perf/results.html
(WARNING) 2018-04-12 14:38:48,607 atexit._run_exitfuncs:24  Need root for performance mode. Results may be NOISY!!
(WARNING) 2018-04-12 14:38:48,722 ps_util._ListAllSubprocesses:82  'list' object is not callable
(ERROR) 2018-04-12 14:38:48,722 ps_util._ListAllSubprocesses:85  Telemetry leaks these processes: python (12077)
Exception KeyError: (<class 'telemetry.core.memory_cache_http_server.MemoryCacheHTTPServer'>,) in <bound method MemoryCacheHTTPServer.__del__ of <telemetry.core.memory_cache_http_server.MemoryCacheHTTPServer object at 0x7ff234513690>> ignored

Reply all
Reply to author
Forward
0 new messages